html {min-height:100%; margin-bottom:1px;}

body {
	margin:0; 
	padding:0; 
	background:#39b54a; 
	font-family:Verdana, sans-serif; 
	font-size:100%; 
	color: #444444;
}

p {
	font-size: 0.7em;
}

a {
	color: #009245;
	text-decoration: none;
}

a:hover {
	color: #009245;
	text-decoration: underline;
}

#header {
	background:#000; 
	height:180px; 
	overflow:hidden;
}

#headerinner {
	margin:0 auto;
	width:800px;
}

#nav {
	background:url(img/nav_bg.gif) repeat-x; 
	height:50px;  
}

#navinner {
	margin:0 auto; 
	width:800px; 
	background:url(img/nav_bg1.gif) repeat-x; 
	height:50px;
}

#navinner ul {
	margin:15px 0 0 0; 
	padding:0; 
	list-style-type: none;
	float: left;
}
	
#navinner ul li {
	display:inline;
	margin:0; 
	padding:0;
	font-family: arial, sans-serif;
	font-weight: bold;
}

#navinner ul li a {
	font-size: 0.7em;
	color:#444444;
	text-align: left;
	text-decoration:none; 
	margin:0 28px 0 20px; 
	padding:0; 
	float:left;
	background: none;
} 

#navinner ul li a:hover {
	color:#000;
	text-decoration: none;
}

#content {
	background:url(img/main_bg.gif) repeat-x; 
	height:100%; 
	min-height:400px;
	height:auto !important; height:400px;
}

#contentwrapper {
	background:#fff; 
	margin:0 auto; 
	padding:0; 
	width:800px;
}

#contentinner {
	margin:0; 
	padding:20px 20px 20px 20px;
}

#contentinner img{
	border:1px solid #B3B3B3;
	margin: 10px 0 0 0; 
}

#contentinner h1 {
	font-family: Georgia;
	font-size: 1.1em;
	margin: 0 0 20px 0;
}

#contentinner h2 {
	font-family:Verdana, sans-serif;
	font-size: 0.7em;
}

#leftcontent {
	float:left; 
	width:490px;
	padding:0 1em 0 0;
	line-height: 115%;
	border-right:1px solid #B3B3B3;
	height:100%; 
	min-height:360px;
	height:auto !important; height:360px;
}

#rightcontent {
	float:left; 
	width:230px;
	line-height: 100%;
	padding:0 0 0 1em;
}

.clearit {
	clear:both;
}

#footer { 
	border-top:0px solid #fff;
	font-size: 0.6em;
	margin:0;	
}

#footer_wrapper {	
	width:800px;  
  	margin:0 auto 0 auto;
	padding:0;
	color: #fff;
}

#footer_wrapper a {	
	text-decoration:none;
	color: #fff;
}

#footer_wrapper a:hover {
	color: #fff;	
	text-decoration:underline;
}


#footer_wrapper ul {	
	float:left;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin:5px 0 0 0;
	padding:0;
			
}

#footer_wrapper li {	
	display:inline;
	padding:0 5px 0 5px;		
}

#footer_wrapper li a {	
	text-decoration:none;
			
}

#footer_wrapper li a:hover {	
	text-decoration:underline;		
}

/*!! FORM STUFF STARTS HERE !!*/


form  {
	margin:0;
	float:left;
	width:90%;
	font-size:1.1em;
}

form ol {
	padding:0;
	margin-left:0;
	list-style-type:none;
}

form ol li {
	padding:0 0 0.5em 0;
	float:left;
	clear:left;
	width:100%;
	font-size: 0.7em;
}

form label {
	float:left; 
	width:6em;	
	margin:0 30px 0 0; 
	text-align:right;
}

.submit {
	margin:0 0 0 150px;
}

.text {
	width:250px;
}

.textbox {
	width:253px; 
	height:150px
}

#contactform {
	clear:both; 
	margin:0; 
	padding:0;
}

#contactform #buttons {
	margin:0.5em 0 0 13em;
}

#contactform p.mand {
	clear:both; 
	font-size:0.7em;
}
