/* CSS Document */

body {
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	color:#3A3A3A;
	margin:0px;
	padding:0px;
	background-color:#FAFAFA;
	text-align: left;
	
}



h1 {
	font:bold 30px Footlight MT Light, Garamond, "Times New Roman", Times, serif;
	color:#BB6536;
	font-style:italic;
	margin:0px;
	padding:0px;
	
}

h1 a {
	color:#FFFFFF;
	text-decoration:underline;	
}

h1 a:visited {
	color:#FFFFFF;
	text-decoration:none;	
}

h1 a:hover {
	color:#FFFFFF;
	text-decoration:underline;	
}

h2 {
	font:bold 15px Tahoma, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #eee;
	color:#BB6536;
	font-size:22px;
}


a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

blockquote {
/*border-left:5px solid #FFCD2C;*/
display:block;
margin-bottom:20px;
padding:10px;
}
cite {
	font-style:italic;
	font-weight:bold;

}

#wrap {
	width:960px;
	line-height:20px;
	margin:0px auto;
	background-color:#FFFFFF;
}

#header {
background-color:#FAFAFA;	
}

#top {
	
}

#logo {
	float:left;
	padding:5px 0 0 5px;
}

#logo h1 {
	color:#FFCD2C;
	font-size:34px;
	font-family:Franklin Gothic Demi, Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 0 0 0px;
	text-transform:none;
	line-height:0.7em;
	text-decoration:none;
	border:none;
}
#logo a {
	text-decoration:none;
	border:none;
	color:#FFCD2C;

}
.logo-colour {
	color:#000;

}
.slogan {
color:#BB6536;
font-family:Arial;
font-size:18px;
font-weight:normal;
padding-left:5px;

}


.rightslogan {
	color:#BB6536;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	padding-right:5px;
	font-style: italic;
	right: 0px;

}


.highlightBold {
color:#BB6536;
font-family:Arial;
font-size:14px;
font-weight:normal;

}

#topright {
	float:right;
	padding:5px 10px 0px 5px;
	height: auto;
	text-align: right;
}

#social {
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 80px;
}

#social a {
	display:block;
	float:left;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	color:#a5a5a5;
	text-decoration:none;
}

#social a:hover {
	color:#000;
}

#social a.twitter {
	background:url(../images/twitter.png) 0px 2px no-repeat;
	padding:3px 0px 8px 20px;
}

#social a.facebook {
	background:url(../images/facebook.png) 0px 2px no-repeat;
	padding:3px 0px 8px 20px;
	margin:0 0 0 10px;
}

#social a.linkedin {
	background:url(../images/linkedin.png) 0px 2px no-repeat;
	padding:3px 0px 8px 20px;
	margin:0 0 0 10px;
}

#social a.flickr {
	background:url(../images/flickr.png) 0px 2px no-repeat;
	padding:3px 0px 8px 20px;
	margin:0 0 0 10px;
}

#social a.youtube {
	background:url(../images/youTube.png) 0px 2px no-repeat;
	padding:3px 0px 8px 20px;
	margin:0 0 0 10px;
}


#social a.email {
	background:url(../images/email.png) 0px 2px no-repeat;
	padding:3px 0px 8px 20px;
	margin:0px 0px 0px 10px;
}


/*------------ menu -----------------*/

#menu {
	height:42px;
	background:#5A92AF;
	margin:0px;
	margin-bottom:0px;
}

#menu ul {
	margin:0px;
	padding:0px 0px 0px 10px;
	float:left;
}

#menu ul li {
	display:block;
	float:left;
	list-style:none;
}

#menu li a {
	font:12px Myriad Pro, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	float:left;
	padding:0px 0px 0px 0px;
}

#menu li a span {
	display:block;
	float:left;
	padding:6px 10px;
}

#menu li a:hover {
	color:#000;
}



#banner {
	color:#fff;
	padding:0px;
	background:url(../images/banner3.jpg) left top no-repeat;
	height:250px;
}

#banner h2 {
	background-color:#FFFFFF;
color:#5A92AF;
float:right;
font:bold 21px georgia;
margin-top:142px;
padding:15px;
text-align:right;
width:331px;
border:none;
}

#maincontent {
	background-color:#FAFAFA;
	padding:0px;
}

#intro{
	background:#5A92AF;
	padding: 10px;
	color:#FFFFFF;
}

#introRight{
	background:#5A92AF;
	padding: 10px;
	color:#FFFFFF;
	width:250px;
	margin:0px 0px 0px 0px;
	float:left;
}

#introLeft{
	background:#5A92AF;
	padding: 10px;
	color:#FFFFFF;
	width:600px;
	margin:0px 30px 0px 0px;
	float:left;	
}
#intro h1 {
color:#FFFFFF;
font-size:20px;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;

}

.introimg {
	background-color:#FFFFFF;
	float:left;
	height:auto;
	padding:5px;
	margin:0 10px 5px 0
}

.readmore {
	padding:0px;
	text-align:right;
	padding-bottom:10px;
}
.readmore a:link, .readmore a:visited {
background-color:#FFFFFF;
color:#000;
padding:9px;
text-decoration:underline;

}

#bottom {
	background-color:#FAFAFA;
	padding:0px;
	margin-top:10px;
}

#bleft {	
	background-color:#FAFAFA;
	width:300px;
	float:left;
	margin:0px 30px 0px 0px;
}

#bcenter {	
	background-color:#FAFAFA;
	width:300px;
	float:left;
	margin:0px 30px 0px 0px;
}

#bright {
	background-color:#FAFAFA;
	width:300px;
	float:left;
	margin:0px 0px 0px 0px;
}

.news-item {
padding-top:15px;
}
.latest-news a {
font-weight:bold;
}
.date {
color:#000;
font-weight:bold;
}

.readmore2 {
	padding:0px;
	margin-top:30px;
}
.readmore2 a:link, .readmore2 a:visited {
background-color:#BB6536;
color:#fff;
padding:9px;
text-decoration:underline;

}

#content {
	margin:0px;
	padding:10px 0px;

}

#main {
	width:630px;
	float:left;
	margin:0px 30px 0px 0px;
}

#mainFull {
	width:900px;
	float:left;
	margin:0px 30px 0px 0px;
}

#sidebar {
	width:300px;
	float:left;
	margin:0px 0px 0px 0px;
}

.sidebar-inner {
	width:278px;
	border:1px solid #eee;
	padding:10px;
	margin-bottom:10px;
}


#footer {
	background-color:#FAFAFA;
	font-size:11px;
	padding:0px;
	margin:30px auto;
	border-top:1px solid #eee;
}

#footerleft {
	float:left;
	color:#707070;	
	padding:5px 0px 0px 27px;
}

#footerright {
	float:right;
	color:#707070;
	padding:5px 27px 0px 0px;
}
#footer a:link, #footer a:visited {
	color:#707070;

}

.clear {
	clear:both;
	margin:0px;
	padding:0px;
}

input.button{color:#ffffff;	background:#FFCD2C;	font:bold 11px Arial, Helvetica, sans-serif; text-decoration:none; padding:10px 10px; margin:0px 5px 5px 0;	border:1px solid #FFCD2C;}
input.button:hover{cursor:pointer; color:#000;}

/*
scroll styles here
*/

.item { width: 960px; height:250px;}
.item img {float:left;}
.item h2 { border:none; margin-bottom:15px; margin-top:0px;}

.scrollable { position:relative; overflow:hidden; width: 960px; height: 250px;} 
.scrollable .items { width:20000em; position:absolute;}
.scrollable .items div { float:left;} 
.scrollable .items .item { overflow:hidden;}
.scrollable .items .item p { line-height:16px;}
.navi { width:auto; height:0px; float:right; margin:0px 0; padding-right: 20px; background:none;} 
.navi a { width: 17px; cursor:pointer; height: 0px; float:left; margin:0 0 0 0px; background:url(../images/circl.gif) no-repeat scroll right top; display:block; font-size:1px;} 
.navi a:hover, .navi a.active { background-position:left top; margin:0 0 0 5px;  background:url(../images/circl_hov.gif) no-repeat scroll right top}

.header1
{
width: 960px; height: 250px;
background: url(../images/slideshow/64_1.jpg) no-repeat;
}

.header2
{
width: 960px; height: 250px;
background: url(../images/slideshow/64_2.png) no-repeat;
}

.header3
{
width: 960px; height: 250px;
background: url(../images/slideshow/64_3.png) no-repeat;
}

.header4
{
width: 960px; height: 250px;
background: url(../images/slideshow/64_4.png) no-repeat;
}

.header5
{
width: 960px; height: 250px;
background: url(../images/slideshow/64_5.png) no-repeat;
}

.header6
{
width: 960px; height: 250px;
background: url(../images/slideshow/64_6.png) no-repeat;
}

.header7
{
width: 960px; height: 250px;
background: url(../images/slideshow/64_7.png) no-repeat;
}

.header8
{
width: 960px; height: 250px;
background: url(../images/slideshow/64_8.png) no-repeat;
}

.header9
{
width: 960px; height: 250px;
background: url(../images/slideshow/64_9.png) no-repeat;
}

.header10
{
width: 960px; height: 250px;
background: url(../images/slideshow/64_10.png) no-repeat;
}

.header11
{
width: 960px; height: 250px;
background: url(../images/slideshow/registrationOpen.png) no-repeat;
}

.highlight {
	font:bold 14px Tahoma, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	font-size:14px;
}

/* ------------------------------------------------------------------------
DO NOT CHANGE
------------------------------------------------------------------------- */

 .ContentTableBlack {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
}
