/* Structure */
body {font-family: Arial; margin:0; color:#FFF}
.wrap { margin:0 auto; width: 870px;}

/* Misc HTML */
a img { border:none; }
a {color:#FFF;}
/* Header */
#header { height:115px; position: relative;}
	#logo {padding:26px 0 0 0;}
	
	/* Nav */
	#nav { position:absolute; left:709px; top:88px; }
	#nav a { background:#74a425; color:white; font-size:14px; padding:8px 15px; text-decoration: none;}
	#nav a:hover, #nav a.current { background:#92cb34;}
	
/* Green */
#green { background:#92cb34; height:305px; width:100%; }
	#green .wrap {position: relative;}
	.info h1 { color:white; font-size:40px; font-weight: normal; margin: 0; padding-top:30px;}
	.info big {color:#333333; font-size:24px; display: block;}
	.info strong { color:#333333; font-size:12px;}
	
	.quote { border:2px dashed white; color:white; font-size:24px; padding:10px; position:absolute; top:180px; }
	
	#green img { position: absolute; right:10px; top:20px;}
/*Content */
	h3 { color:#929292; font-size:28px; font-weight: bold;}
		/* Green Box */
		
		.gbox { width:600px;  background:#92cb34; margin-bottom: 30px;}
		.gbox p { padding:10px; color:#FFF; font-size:14px;}
		.gbox ul { list-style:none; padding-left:10px;}
		h4 {color:#CC0C0C; font-size:24px;}
		#contact1 h4 { float:left; }
		#contact1 .gbox {float:right; height:100px;}
		 #contact2 h4 { float:right; }
		#contact2 .gbox {float:left; height:100px;}
		 #contact3 h4 { float:left; }
		#contact3 .gbox {float:right; height:155px;}
		
		
		