@charset "UTF-8";
/************
*****CONTENT COLOURS******
Light blue: #00b7ce
Dark Blue: #0d2854
Orange:  #ff9900 
Cream: #c5b26d

*****MENU COLOURS*****
ACTIVE: #000
HOVER: #000
NORMAL: #333

**********/



body {
	background: #FFF url(../images/logo_01.jpg) 0 0 repeat-x ;
	background-color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 14px Arial, "Helvetica", Trebuchet MS, sans-serif;
}

em{}
strong {
	color: #0CC;
	font-weight: bold;}
	
table tr td strong { color: #666; }

h1{
	_font: bold 22.5px Arial, "Helvetica", Trebuchet MS, sans-serif;
	font: normal 22.5px Arial, "Helvetica", Trebuchet MS, sans-serif;
	color: #00b7ce;}
h2{
	font: 22.5px Arial, "Helvetica", Trebuchet MS, sans-serif;
	color: #00b7ce;}
	
h4{
	font: 16px Arial, "Helvetica", Trebuchet MS, sans-serif;
	color: #ff9900;
	font-weight: lighter;}
	

#container {
	margin: 0 auto;
	width: 1000px;}

#head{
	margin: 0;
	height: 158px;
}

#temporary-staff {
	margin: -10px 0 0 0;
	float: right;
	width: 450px;
	height: 38px;}

#topnav{
	padding: 15px 0 10px 20px;
	text-align: left;
	height: 18px;
	width: 980px;}
	
#topnav ul {
	color: #666;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#topnav ul li {
	font-weight: bold;
	padding: 0;
	display: inline;
	margin: 0 10px 0 10px;}

#topnav ul li a{}
#topnav ul li a:link {
	color: #666;
	text-decoration: none;}
#topnav ul li a:hover {
	color: #000;}
#topnav ul li #active{
	color: #000;}

#subtitle{
	color: #C33;
	height: 28px;
	width: 500px;
	float: left;
	font-weight: bold;}
#logo {
	float: left;
	background: url(../images/logo_05.jpg) no-repeat 0 0 scroll;
	height: 116px;
	width: 428px;
}

#flashholder {
	float: right;
	width: 570px;
	height: 116px;}
#content {
	min-height: 600px;
	text-align: left;
	clear: both;
	width: 1000px;}
	
#sidenav{
	background: url(../images/sidenav_08.jpg) right top no-repeat;
	font-size: 14px;
	float: left;
	height: 514px;
	width: 153px;}
#sidenav ul {
	width: 153px;
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
}

#sidenav ul li {
	position: relative;
}
#sidenav ul li a{
	padding: 6px 0 0 24px;
	display: block;
	height: 24px;
	width: 153px;
	}
	
#sidenav ul li a:link, #sidenav ul li a:visited{
	color: #333;
	width: 153px;
	background: url(../images/menuactive.gif) -400px 0px no-repeat;
	text-decoration: none;}
#sidenav ul li a:hover{
	color: #000;
	text-decoration: none;
	background: url(../images/menuactive.gif) 0px 0px no-repeat;}

ul#sidenav li a:hover{
	color: #000;
	text-decoration: none;
	background: url(../images/menuactive.gif) 0px 0px no-repeat;}
	
	
#sidenav ul li a:active{
	color: #000;
	text-decoration: none;
	background: url(../images/menuactive.gif)  0px 0px no-repeat;}
	
#sidenav ul li #active {
	color: #000;
	text-decoration: none;
	background: url(../images/menuactive.gif) 0px 0px no-repeat;
}

#sidenav ul ul {
	display: none;
}

#sidenav ul li ul li {
	width: 120px;
	height: 24px;
	background-color:#dfd1a4;
}

#sidenav ul li ul li a:link{
	color: #666;
}

#sidenav ul li ul li a:hover{
	background: none;
	color: #000;
	
}




#sidenav ul li:hover ul
{
	position: absolute;
	right: -153px;
	top: -40px;
	display: block;
	z-index: 9999;
}





#col01{
	_width: 500px;
	color: #666;
	line-height: 18px;
	padding: 20px;
	width: 500px;
	float: left;}

#col01 p { text-align: justify; }
#col01 .right { text-align: right; }

#col02 {
	border-left: #C96 1px solid;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	line-height: 18px;
	color:#666;
	width: 260px;
	float: right;}

#manage{
}
#nowoffering {
	width: 260px;
}

#footer {
	color: #960;
	height: 70px;
	
	clear: both;
	width: 100%;}
#footer a{}
#footer a:link{
	text-decoration: none;
	color: #930;}
#footer a:hover{
	color: #900;
	text-decoration: underline;}
	
#footerlogo{
	height: 45px;
	background: url(../images/footerlogo_10.gif) no-repeat top center;
}

#footer .content {
	padding: 20px 0 0 0;
	height: 32px;
	background-color: #c5b26d; 
	display: block;}
