/*
	colors:
		bg green: 		#335034
		lt txt green	#d1bc39
		drk txt green	#006837
		innerbg:		#e78f19
		lt yellwo:		#f4d38f
		inner block bg: #ffdb95
	
	container
	-- header
	-- content
		-- footer
*/
body{
	background-color:#335034;
	margin: 0; padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	padding-top: 20px;
}
h1,h2{ font-family:Georgia, Helvetica, Arial;
	color:#006837; font-style:italic;}
h2{margin:5px 0;}

#container{
	display:block;
	width:1100px; height:100%; margin:auto;
	background:#335034 url(images/bg.png) top center repeat-y;
	text-align:center;}
header, #content, footer{margin:auto; width:1000px;display:block;}
header{	
	height:233px;
	background: url(images/headerBg.jpg) no-repeat top center;

}
#content{	background: #e78f19 url(images/innerBg.jpg) no-repeat top center;}
footer{	 height:59px; color:#000; font-size:0.9em;	}
footer p{padding:0;}


/** content styling **/
header .contactArea{
	display:block; float:right;
	width:300px; height:65px;
	padding:10px 20px 0 0;
	
	text-align:right;
	color:#f4d38f; font-size:1em;
}
header .title{color:#d1bc39;}
header a{color:#f4d38f;text-decoration:none;}
header a:hover{color:#FFF; text-decoration:underline;}


.section1,.section2, .section3{margin:auto;}
.section1{
	background-color:#ffdb95;
	display:block; width:925px; height:343px;
}
.section1 .inner{
	display:block; width:450px; height:320px;
	margin: 10px 0 10px 10px;
	float:left;
	text-align:left;
}
.section1 .inner p{font-size:1em;}

.section2{
	background-color:#d1bc39;
	display:block; width:925px; height:180px;
	margin-top:10px;
}
.section2 .inner, 
.section3 .inner{
	display:block; float:left;
	height:135px; width:300px; 
	margin-top:10px;
}
.section3 .inner {height:285px;}
.section2 .inner .box{	display:block;width:285px;height:135px;background-color:#FFF;}
.section2 .inner .box img{display:block; width:100%; height:100px; overflow:hidden;}
.section2 .inner .box .text, a.text:visited{
	display:block; width:275px; height:35px;background-color:#00341c;
	color:#FFF;
	line-height:30px;
	font-weight:bold;font-size: 1em;
	text-align:left; text-transform:uppercase;
	padding-left:10px;
	text-decoration:none;
}


.section3{
 	background:rgba(0, 28, 1, 0.9); 
	display:block; width:100%; height:300px;
	margin-top:10px;
	text-align:center;
}
.section3 .innerWrapper{
	display:block; margin:auto;
	width:925px; height:100%;
}
.section3 .title{
	display:block;
	color:#d1bc39; font-size:1.1em;
	font-weight: bold;
	text-align:left;
	text-transform:uppercase;	
}
.section3 .box{margin-left:10px;color:#ffdb95; font-size:0.9em;
	text-align:left;
}
.section3 a{color:#d1bc39; text-decoration:none;}
.section3 a:hover{color:#FFF; text-decoration:underline;}

form{line-height:28px;}

.nav{
	width:400px; padding-top:45px;
	text-align:center;
	line-height:65px;
}
.nav a{color:#000; text-decoration:none;
	font-size:1.1em;
	margin:0px 5px 0px 5px;	
}
.nav a:hover{color:#006837;}
.nav, .logo{float:left; display:block; height:100px;}
.logo{width:195px;}
