body {
	margin: 0; 
	padding: 0;
	background: url(../_images/bg_page.jpg) top repeat-x #025f7e;
	text-align: center; 
	
}
 #container {
	width: 911px; 	
	margin: 0 auto; 
	text-align: left; 
}

#container_popup {
	padding: 12px; 
}

#container_popup_inner {
	padding:10px 5px 10px 5px;
	text-align: left; 
	margin: 12px;
	background: #ffffff;
}


#top {
	margin-top: 12px;
	height: 173px;
	width:911px;
	
}

#topmenuarea {
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 16px;
} 

#sidenavarea {
	float: left; 
	width: 175px;
	padding: 12px 12px 12px 30px;
	margin-right: 12px;
	background: url(../_images/bg_sidenav.jpg) repeat-x #ffffff;
	border-left: 1px solid #66bfe9;
	border-top: 1px solid #66bfe9;
}


#sidefoot {
	width: 175px;
	margin-top: 300px;
} 


#main {
 	float: left;
	width: 670px;
	background: #ffffff; 
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;	
}

#maincontent {
	margin: 12px;
}

#mainfull {
	float: left;
	width: 670px;
}

#maindivider {
	height: 40px;
	background: url(../_images/bg_bar.jpg) repeat-x;
}

 #footer {	
	float: left;
	width: 902px;
	height: 55px;
	margin-top: 5px;
	padding-top: 30px;
	font-size: 11px;
}

#footleft {
	float: left;
	width: 500px;
	padding-left: 30px;
}	

#footleft a {
	text-decoration: none;
	text-transform: uppercase;	
	padding-right: 10px;	
	color: #d7d7d7;
	font-size: 11px;
}

#footleft a:hover {
	color: #66bfe9;

}


#footright {
	float:right;
	width: 240px;
	padding-right: 30px;
	text-align: right;
	color: #d7d7d7;
}

#footright a {
	text-decoration: none;	
	color: #d7d7d7;
	font-size: 11px;
}

#footright a:hover {
	color: #66bfe9;

}

.footdivider {
	width: 1px;
	float:left;
	border-left: 1px solid #66bfe9;	
}


/* top menu */
	
#topnav, #topnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	left: 0px;
	top: 0px;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}
	
#topnav li { /* all list items */
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	height: 40px;
	line-height: 40px;			
}	

#topnav li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 40px 0px 30px; 		
}
		
#topnav li a:hover {
	color: #ffa200;
	padding: 0px 40px 0px 30px; 
}

#topnav .on {
	color: #ffa200;
	padding: 0px 40px 0px 30px; 
}

/* side navigation */
	
#sidenav, #sidenav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	left: 0px;
	top: 0px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000304;
}
	
#sidenav li { /* all list items */
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	width: 175px;		
			
}	

#sidenav li a {
	display: block;
	text-decoration: none;
	color: #000304;
	font-weight: bold;
	font-size: 16px;
	padding: 6px 0px 6px 0px; 
		
}
		
#sidenav li a:hover {
	color: #b97400;
	padding: 6px 0px 6px 0px; 
	
}

#sidenav .on {
	color: #b97400;
	padding: 6px 0px 6px 0px; 
	
}

/* second level lists */

#sidenav li ul {
	float: left;
	display: block;
	width : 165px;
	padding-left: 10px;
} 

#sidenav li ul li a {

	display: block;
	text-decoration: none;
	color: #000304;
	font-weight: normal;
	font-size: 14px;
	padding: 6px 0px 6px 0px; 		

}

#sidenav li ul li a:hover {
	color: #b97400;
	padding: 6px 0px 6px 0px; 

}
	
/* really useful css */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/* form styles */

input {
	border: 1px solid #c1c3bf;
	background: #ffffff;
	padding:1px;
	font-size: 12px;
}

.textinput{
	border: 1px solid #c1c3bf;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.forminput {
	border: 1px solid #c1c3bf;
	background: #ffffff;
	padding:1px;
	font-size: 12px;	
}

.selinput {
	border: 1px solid #c1c3bf;
	background: #ffffff;
	font-size: 12px;	
	
}

.inputlogin {
	border: 1px solid #c1c3bf;
	background: #ffffff;
	padding:1px;
	font-size: 12px;
	height: 16px;
	width: 107px;
}

.inputbutton {
	border: none;
	background: none;
	padding: 0;
}

.formtable {
	background: #e6e6e6;
}

.formheading {
	font-weight: bold;	
	color: #025f7e;
}
.formfieldlabel {
	font-weight: bold;
	color: #025f7e;
}

.formbutton {
font-size: 12px;
background: url(../_images/bg_sidenav.jpg) repeat-x;
color: #025f7e;
border: 1px solid #999999;
text-transform: uppercase;
font-weight: bold;
margin-top: 2px;
margin-bottom: 2px;
padding: 4px;
} 


.linkbox {
width: 150px;
font-size: 11px;
font-weight: bold;
background-color: #025f7e;
padding: 2px;
border: 1px solid #025f7e;
color: #ffffff;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
} 

.linkbox a {	
	text-decoration: none;
	color: #ffffff;
}

.linkbox a:link, .linkbox a:visited {
	color: #ffffff;
		text-decoration: none;
}

.linkbox a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.linkboxsmall {
width: 70px;
font-size: 11px;
font-weight: bold;
background-color: #025f7e;
padding: 2px;
border: 1px solid #025f7e;
color: #ffffff;
margin-top: 2px;
margin-bottom: 2px;
text-align: center;
} 

.linkboxsmall a {	
	text-decoration: none;
	color: #ffffff;
}

.linkboxsmall a:link, .linkboxsmall a:visited {
	color: #ffffff;
		text-decoration: none;
}

.linkboxsmall a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* news */
.newsheading {
	width: 220px;
	height: 34px;
	border: 1px solid #c1c3bf;
	margin-bottom: 5px;
}

.newsitems {
	width: 200px;
	padding: 10px;
	border: 1px solid #c1c3bf;
	background: #ffffff;
}



.newsmain {
	padding: 15px 0px 15px 0px ;
	border-bottom: 1px solid #c1c3bf;
}

.newsmainthumb {
	float: left;
	width: 168px;
	margin-right: 10px;
}

.newsmaintitle {
	color:#025f7e;
	font-size: 17px;
	font-weight: bold;
	padding-top: 7px;
}

.newstitle {
	color:#025f7e;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
}

.newsdate {
	color:#0098d4;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
}

.newsteaser {
	color: #646464;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}

.newsteaser a:link {
	color: #0098d4;
	text-decoration: underline;
	font-weight: normal;
}


.newsteaser a:visited {
	color: #0098d4;
	text-decoration: underline;
	font-weight: normal;
}

.newsteaser a:hover {
	color:#025f7e;
}
