@charset "utf-8";
/* CSS Document */

html, body { font-family: Arial, sans-serif; font-size:12px; color:#222; margin:0px; height:100%; }
body { background-image: url(images/Green_BG3.jpg); background-position:top center; background-repeat:no-repeat;
	   background-color:#6a9470; }
p { margin-left:0px; }
h1,h2 { font-size:18px; font-weight:bold; color:#3e9241; margin-top:0px; margin-bottom:5px; }
h2 { font-size:14px; }
a { color:#3e9241; }


/* Navigation */
a img { border: 0px none; }
.topimg { height:49px; }
#nav, #nav ul { margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; }
#nav a:link, #nav a:active, #nav a:visited { display:block; padding:0; border:none; color:#FFF; text-decoration:none; }
#nav a:hover { color:#FFF; background-image:url(images/nav/rollbg25a.png); background-repeat:repeat; }
#nav li { float:left; position:relative; }
#nav ul { position:absolute; width:138px; padding-top:5px; padding-bottom:5px; line-height:25px; top:49px; left:5px; display:none; 
	text-align:center; background-image:url(images/nav/dropbg70a.png); background-position:left; background-repeat:repeat; 
	font-size:12px; font-weight:700; 
	-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;	/* Rounded borders for Mozilla browsers */
	-webkit-border-bottom-left-radius:10px; -webkit-border-bottom-right-radius:10px; /* Rounded borders for Webkit browsers */
	border-bottom:1px solid #000; border-left:1px solid #000; border-right:1px solid #000; }
#nav li ul a { width:148px; float:left; width:138px; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul { display:block; }

/* Site Layout */
#wrapper { width:900px; margin-left:auto; margin-right:auto; position:relative; }
#shadow { background-image:url(images/shadow.png); background-repeat:repeat-y; width:974px; margin:auto; height:100%; }
html>body #wrapper{height:auto;min-height:100%;}
html>body #shadow{height:auto;min-height:100%;}

#header { height:109px; }
#header img { border:0px none; }
#navigation { height:49px; }
#flash { height:345px; }
#imgbox { width:900px; height:116px; }
#content { padding:75px; padding-top:30px; padding-bottom:100px; }
#footer { padding:50px; position:absolute; bottom:0px; text-align:center; width:800px; font-size:10px; }

/* Sub Pages */
#case_wrapper { position:relative; }
#case_content_left { width:350px; padding-top:10px; }
#case_images_right { width:350px; position:absolute; top:0px; right:0px; padding-top:15px; }
.thumbnail { float:right; padding:15px; padding-top:10px; padding-bottom:5px; padding-right:15px; border:0px none; }