/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(background.jpg); 
    background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
a { text-decoration: none; color: #369; }
a:hover { color: #369; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 820px;
	border: 0;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	border-top: 1px solid #fff;
	padding: 0px;
	}	
#logo { 	
	margin: 0;
	float: left;
	margin-right: 10px;
	width: 201px;
	height: 110px;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav { 

	border: 0px;
	padding: 0;
	height: 20px;
	margin-top: 60px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #0277BA;
	border: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #7ECEFE; color: #FFF; }
#nav li a.on { background-color: #0277BA; color: #FFF; }


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#s-header {
    height: 57px;
	float: left;
	background: #fff url(back2.jpg); 
    background-repeat: no-repeat;
	width: 600px;
	position: relative;
	font-weight: bold;
	color: #0277BA;
	font-size: 12px;
	padding-left: 220px;
	margin-top: 6px;
	line-height: 20px;
		}	

#content {
	float: left;
	background: #fff;
	width: 798px;
	padding: 20px 11px 5px 11px;
	position: relative;
	margin: 0;
	line-height: 16px; 
	text-align: left; 
		
	}	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #0286CC ;
	text-align: center;	
	clear: both;
	}
	
#footer2 {
	color: #fff;
    margin: 0 auto;
    width: 798px;
	padding: 5px 11px 5px 11px;
	background: #0286CC ;
	border-top: solid 10px #035F90;
	text-align: left;	
	clear: both;
	line-height: 15px;
	}
	
#footer a { text-decoration: none; color: #ff0; border-bottom: 1px dotted #ff0; }
#footer a:hover { border-bottom: 1px dotted #ff0; color: #ff0; }
