@charset "utf-8";
/******************* Layout Config *****************/
body {	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; }
#right { padding-top:15px; }
#left { padding-top:27px; }
#footer {padding:0 20px;width:920px;}
#superheader .inner {
	padding: 2px;
	overflow: hidden;
}
#superfooter {
	padding-bottom:15px;
}
/******************* Background Config *****************/
body {background-color:#E0E8EB;}
#wrapper { }
#contentwrapper { /* left col background */
	background: #fff url(../images/bgt.jpg) repeat-y 0 0;
}
#contentfloatholder { /* right col background */
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	min-height: 360px; /* tweak this */
	height: auto !important;
	height: 360px;
}
#superheader { background-color: transparent; }
#header {
	background: #cdcdcd url(../images/header.png) no-repeat 0 0;
	height: 217px;
}
#subheader { 
	background-color:none;
	background-image: url(../images/bgt.jpg);
	background-repeat: repeat-y;
	background-position:0 0;
	
	display:none;
}
/*#superfooter { background: #fff url(../images/bgt.jpg) repeat-y 0 0; }*/
#superfooter { background: #fff url(../images/footer.jpg) no-repeat 0 bottom; }
#footer { background-color: #E0E8EB; height:72px;}
#subfooter { }
#centerpad {
	margin-left: 275px;
	padding-top:25px;
}
a {text-decoration:none;}
a:hover {text-decoration:underline;}

/******************* Colour Config *****************/
h1, h2, h3, h4, h5, h6 { color:#517886; }
#superheader .inner h1 { color: #999; font-size:11px; margin:2px; }
#subheader a, #subheader a:link, #subheader a:visited, #subheader a:active	{ color:#f7eef0; }
#subheader a:hover 	{ color:#e4e3e3; }
#footer a, #footer a:link, #footer a:visited, #footer a:active	{ color:#1C86A0; }
#footer a:hover 	{ color:#01a1a5; }
#subfooter .inner 	{ color: #999; }
#superfooter .inner { color: #666; }
a:link, a:visited 	{ color:#1E84A9; }
a:hover 			{ color:#01a1a5; }
ul#menu a:link, ul#menu a:visited { color:#1E84A9; }
#topmenu {color:#ccc;}

/******************* Header Config *****************/
#header .inner .inner h1 {
	color:#1E84dd;
	font-weight:normal;
	font-style: italic;
	font-size:12px;
	position:absolute;
	right:28px; top:-8px;
}
/******************* Menu Config *****************/
ul#menu * {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}
ul#menu {
	margin-left:40px;
	margin-top:10px;
	width:180px;
}
ul#menu li { padding:5px 0px; list-style-image:url(../images/menu1.gif); }
ul#menu ul > li { 	margin:0px 0 0 10px; list-style-image:url(../images/menu2.gif);}

/******************* Top Menu Config *****************/
/* N/A */