body {
	margin:0;
	padding: 0;
	background-color:#355f78;
	font:12px/1.5em Helvetica, Arial, sans-serif;
	media:all;
	}

#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background-color:#355f78;
	/* border-right: #000 solid 5px;	
	border-left: #000 solid 5px; */	
	}
html>body #container {
	width: 900px;
	}	
		
#content {
	width: 880px;
	float: left;
	background-color:#fae0a5;
	padding: 10px;
	}	

	

/* Header */
			

#nav_top 	{
	width: 900px;
	height: 33px;
	color: #FFF;
	text-align:right;
	background-color: #355f78;
	background-image: url(images/header_nav-bg.gif);
	background-repeat: repeat-x;
	position: relative;
			}		
	#nav_top ul{
				list-style:none;
				float:right;
				position: relative;
				margin-top: 8px;
				}	
	#nav_top li { 
				display:inline; 
				margin-right:10px;
				font-size: 11px;
				text-transform:uppercase;
				}
	#nav_top a:link, #nav_top a:visited {
				text-decoration:none; 
				font-size: 11px;
				color: #FFF;
				text-transform:uppercase;
				}	
	#nav_top a:hover {
				text-decoration:none; 
				font-size: 11px;
				color: #f2b526;
				text-transform:uppercase;
				}	


#header {
	background-image: url(images/header-logo.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #355f78;
	width: 900px;
	height: 222px;
	position: relative;
	}
	
							
		
/* Content Area */


/* Content Divs */

#contentLeft
	{
	width: 500px;
	float: left;
	text-align:left;
	}
	
#contentRight
	{
	width: 300px;
	float: right;
	text-align:left;
	}	
	
#separate
	{
	clear: both;
	height: 1px;
	}	



/* 5)-=-=-=- Footer -=-=-=- */	

#footer {
	width: 900px;
	background-color: #355f78;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	float: left;
	}

#footer p, #footer a { font-size: 10px; color: #FFF; }

#footerNav { 
	width: 150px;
	font-size: 10px; 
	color: #98b3be;
	margin-top: 20px;
	}		
	#footerNav ul{
				list-style:none;
				position: relative;
				}	
	#footerNav li { 
				margin-right:10px;
				margin-left: -20px;
				font-size: 12px;
				color: #98b3be;
				text-transform:uppercase;
				font-weight: bold;
				}
	#footerNav a:link, #footerNav a:visited {
				text-decoration:none; 
				font-size: 12px;
				color: #98b3be;	
				font-weight: bold;
				}	
	#footerNav a:hover {
				text-decoration:none; 
				font-size: 12px;
				color: #f2b526;
				font-weight: bold;
				}	
	

#address { 
	width: 250px;
	color: #FFF;
	margin-left: 170px;
	margin-top: -260px;
	position: absolute;
	}
#address h3{
	font-size: 10px;
	color: #FFF;
	text-transform:uppercase;
	}

#footerPhotos { 
	width: 470px;
	margin-left: 404px;
	margin-top: -260px;
	float:right;
	}


/* Text Classes */


h1 {
	font-size: 22px;
	color: #7e5014;
	text-align: left;
	font-weight: bold;
	text-transform:uppercase;
	}

h2 {
	font-size: 17px;
	color: #7e5014;
	text-align: left;
	font-weight: bold;
	text-transform:uppercase;
	}
	
h3 	{
	font-size: 15px;
	color: #7e5014;
	font-weight: bold;
	text-transform:uppercase;
	}	


p, td, li  {
	font-size: 15px;
	color: #7e5014;
	line-height:1.6em;
	}
	
th  {
	font-size: 15px;
	color: #7e5014;
	text-align: center;
	font-weight: bold;
	}	
	
p.small, td.small {
	font-size: 10px;
	}
	
.small{
	font-size: 10px;
	}	

A:link {
	color: #355f78;
	text-decoration: none;
	}

A:visited {
	color: #355f78;
	text-decoration: none;
	}

A:hover {
	color: #355f78;
	text-decoration: underline;
	}
	
ul, ol { 
	text-align: left;
	font-size: 14pt;
	}

hr { color: #7e5014; }

/* end Text Classes */





/* 6)-=-=-=- Forms -=-=-=- */
	
input {
	border: 1px solid #00F;
	color: #000;
	background: #fff;
	padding: 2px 5px 1px 5px;
	font-size: 1em;
	}
	
input:hover {
	background: #fff;
	border: 1px solid #FC0;
	color: #000;
	font-size: 1em;
	}
	
textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #00F;
	color: #000;
	padding: 2px 5px 1px 5px;
	}
	
textarea:hover {
	background: #fff;
	border: 1px solid #FC0;
	color: #000;
	}
	
/* 7)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
	}
	
hr { /* Simple style when CSS not in use */
	display: none;
	}






	
	
/* 8)-=-=-=- Hacks -=-=-=- */
	
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	

