/*****************/
/*     Styles    */
/*****************/

body {
	margin: 0px 0px 0px 0px;
	padding: 55px 0px 0px 0px;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #424242;

	background: #FFF url('../images/bg_top.gif') no-repeat top center;
}

p {
	margin: 0px 5px 10px 5px;
	
	color: #424242;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}
.clear {
	clear:both; 
	height:1px; 
	overflow:hidden;
}

h1 {  
		margin: 0px 5px 10px 5px;

		font-size: 18px; 
		font-style: normal; 
		line-height: 20px; 
		font-weight: 700; 
		text-decoration: none; 
		color: #1D5526;
}
		
		
h2 {  
		margin: 0px 5px 10px 5px;

		font-size: 18px; 
		font-style: normal; 
		line-height: 20px; 
		font-weight: 700; 
		text-decoration: none; 
		color: #E32904;
}
		
		
h3 {  
		margin: 0px 5px 10px 5px;

		font-size: 16px; 
		font-style: normal; 
		line-height: 18px; 
		font-weight: 700; 
		text-decoration: none; 
		color: #1D5526;
}
		
		
h4 {  
		margin: 0px 5px 10px 5px;

		font-size: 16px; 
		font-style: normal; 
		line-height: 18px; 
		font-weight: 700; 
		text-decoration: none; 
		color: #E32904;
}
		
h5 {  
		margin: 0px 5px 10px 5px;

		font-size: 14px; 
		font-style: normal; 
		line-height: 16px; 
		font-weight: 700; 
		text-decoration: none; 		
		color: #1D5526;
}

h6 {  
		margin: 0px 5px 10px 5px;

		font-size: 14px; 
		font-style: normal; 
		line-height: 16px; 
		font-weight: 700; 
		text-decoration: none; 
		color: #E32904;
}

a:link, a:visited, a:hover {
	color: #339933;
	text-decoration: none;
}

a:hover	{
	color: #EC5020;
	text-decoration: none;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: 0;
}

/*****************/
/* Layout Styles */
/*****************/
#frame{
	background: url('../images/bg_page.gif') repeat-y center;
}

#container {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;		
	position: relative;
	background: url('../images/bg_container.gif') no-repeat bottom center;
}

	#header {
		margin: -5px auto 0 auto;
		height: 83px;
		width: 885px;
		padding: 0px 15px;
		position: relative;
				
		border-bottom: 7px solid #005640;
		background: url('../images/bg_header.gif') no-repeat center;
	}
		#header #logo {
			position: relative;
			top: -15px;
			float: left;
		}
		#header #top_menu {
			width: 250px;		
			position: relative;
			float: right;			
			height: 90px;
			overflow: hidden;
			padding: 20px 0 0 0;
			top: -25px;
			text-align: right;
		}
		#header #top_menu .grow {
			position: relative;
			width: 51px;
			float: right;
			margin: 0 0 0 2px;
			text-align: left;
		}		
		#header #top_menu .title {
			position: relative;
			clear: both;
			width: 200px;
			margin-left: -19px;
			
			color: #026200;
			font-style: italic;
		}
		
	#content {
		margin: 0 auto;
		width: 915px;
		padding: 15px;
	}
		#menu {
			padding: 0px;
			width: 205px; 
			float: left;
			
			color: #FFF;
			font-family:Verdana, Geneva, sans-serif;
			font-size: 12px;
			font-weight: bold;
		}
			#menu h2{
				margin: 0;
				padding: 8px 0 0 24px;
				width: 181px;
				height: 20px;
		
				color: #FFF;
				font-family:Verdana, Geneva, sans-serif;
				font-size: 12px;
				font-weight: bold;
		
				background: url('../images/anav_head.gif');
			}
		#main_content {
			width: 700px;
			padding: 0 5px 10px 5px;
			float: left;
		}
			#home_flash {
				width: 700px;
				height: 280px;
				margin: 0 0 10px 0;
			}
			#content_body {
				padding: 5px 0;
				min-height: 405px
			}
			
			* html #content_body { height:405px; } /* IE hack for min height. STOP USING IE < 7 PEOPLE!*/
						
			#content_image {
				width: 200px;
				padding: 0 5px 5px 5px;
				float: right;
				display: inline;
				position: relative;
				z-index: 10;
			}
			
			#content_bottom {
				margin: 8px 0 0 0;
				padding: 5px 0 0 0;
				border-top: 2px dotted #005640;
				clear: both;			
			}
				#bottom_contact {
					width: 375px;				
					float: right;
					display: inline;
					
					color: #747E88;
					font-weight: bold;
					text-align: center;
				}
					#bottom_contact h2 {
						padding: 0;
						margin: 0 0 0 0;
						
						color: #747E88;
						font-size: 14px;
						font-weight: bold;
						line-height: 15px; 
	
					}
				#bottom_links {
					width: 325px;
					float: right;
					display: inline;					
				}

	
	#footer {
		margin: 0 auto;
		width: 900px;	
		padding: 0 55px 0 45px;
		color: #BE8430;	
		clear: both;
		text-align: right;
		
		background: #FFF;
	}	
	
	#footer a, #footer a:hover{
		color: #BE8430;	
		font-size: 10px;
		margin: 0 0 0 5px;
	}