/* CSS Document */
/* HTML Tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #276383;
	background-image: url(../images/backgrounds/276383/background.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	width:100%;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	}
div {
	padding: 0px;
	margin: 0px;
	float:left;
}
h1, h2, h3, h4 {
	font: 96%/120% Arial, Helvetica, Verdana, sans-serif;
	}
h1 {
	border-bottom: 1px solid #ddd;
	color: #2a2a2a;
	font-size: 1.8em;
	line-height: 1.24em;
	margin: 0px;
	padding: 0 0 4px;
	padding-bottom: .2em;
}
h2 {
	line-height: 1.24em;
	color: #4c93b5;
	font-size: 1.6em;
	margin: 0px;
	padding:7px 20px 0px 0px;
	}
h3 {
	line-height: 1.24em;
	color: #FFF;
	font-size: 1.6em;
	margin: 0px;
	padding:0px 20px 0px 0px;
	}	


p {
	line-height:20px;
	padding: 0px;
	margin: 7px 0px 10px 0px;
	vertical-align:middle;
}
ul {
	line-height:20px;
	padding: 0px;
	margin: 7px 0px 10px 50px; 
}
td {
	vertical-align:top;
}
form {
	padding: 0px;
	margin: 0px;	
}
img {
	padding:5px 0px 5px 0px;
	border:0;
}
hr {
	color:#4c93b5;
	background-color:#4c93b5;
	height:1px;
	border:none;
	}
/* Divs */
#pageHolder {
	margin: 0px auto 0px auto;
	width:1012px;
	float:none;
}
#header {
	width:1012px;
	height:190px;	
	background-image: url(../images/backgrounds/276383/header.gif);
	background-repeat: no-repeat;
	z-index: 999;
}
	#topMenu {
		width:980px;
		height:440px;
		padding: 16px 0px 0px 16px;
		z-index:0;
		position:absolute;
	}
#page {
	width:1012px;
	background-image: url(../images/backgrounds/276383/page.gif);
	background-repeat: repeat-y;
}
	#content {
		width:674px;
		padding: 16px 0px 0px 16px;
		position:relative;
	}
	#news {
		width:270px;
		padding: 16px 0px 0px 36px;
		z-index:999999;
		position:relative;
	}

#newsContent td {
	vertical-align:middle;
}
#news_table td {
	vertical-align:middle;
}

/*#udia {
		float:right;
		padding:0px 20px 0px 0px;
		width:160px;
	}
	#udia img {
		vertical-align:middle;
	}
#award1 {
		float:right;
		padding:0px 20px 0px 0px;
	}
	#award1 img {
		vertical-align:middle;
	}*/
	
#footer_logos {
	position: relative;
	height: 50px;
	margin-top: 20px;
	clear: both;
	width: 1000px;
}

#footer_logos #udia {
	position: absolute;
	right: 20px; top: 0;
}

#footer_logos #udia img { vertical-align: middle; }

#footer_logos #award1 {
	position: absolute;
	right: 200px; top: 0;
}


	
#footer {
	width:1012px;
	height:38px;
	background-image: url(../images/backgrounds/276383/footer.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	background-color:#FFF;
}
	
#links {
	padding:10px 0px 10px 12px;
	color:#888;
	width:1012px;	
}
#links a:link, #links a:visited  {
	color:#888;
}





/* Classes */

.sideMenuHeading {
	background-image: url(../images/sideMenu/heading.gif);
	background-repeat: no-repeat;
	width:270px;
	height:32px;
	padding: 16px 0px 0px 16px;
	margin:0;			
}
.sideMenuContent {
	background-image: url(../images/sideMenu/content.gif);
	background-repeat: repeat-y;
	width:270px;
	padding:8px 0px 0px 16px;
	margin:0;
}
.sideMenuContent p {
	padding-right:25px;
}
.sideMenuFooter {
	background-image: url(../images/sideMenu/footer.gif);
	background-repeat: no-repeat;
	width:270px;
	height:33px;
	padding: 15px 0px 0px 10px;
	margin:0;		
}
.date {
	color: #444;
	font-style: italic;
	font-size: 10px;
}
.holder {
	width:100%;
}
.split2 {
	width:50%;
	}
.split3 {
	width:33%;
	}
.split4 {
	width:25%;
	}
.floatLeft {
	float:left;
	padding: 0px 20px 0px 10px;	
}
.alignMiddle {
	vertical-align:middle;
	padding-right:10px;
}		
.floatRight {
	float:right;
}
/* Links */
a:link, a:visited {
	color:#084675;
	text-decoration: none;
	}
a:hover {
	color:#4c93b5;
	text-decoration: underline;	
	}
/* Colours
#255e7c	Greeny Blue
*/	


/* jQuery UI */
.ui-widget div { float: none; }


#banner {
	overflow: hidden;
	width: 660px;
	height: 280px;
	position: relative;
	margin: 15px 0; 
}

#banner img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
}




