﻿body 
{
	background: #373737;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	text-align:left;
}

div .standardtext  		
{
	font-size: 70%; 
	line-height: 1.5em; 
	padding: 5px 15px; 
	color: #333; 
	text-align:left;
}

div .standardheader
{
	font-size: 90%;
	font-weight:bold;
	padding-top:10px;
}

div .quotedtext  		
{
	font-size: 70%; 
	line-height: 1.5em; 
	font-style:italic; 
	padding: 15px 5px 2px 5px; 
	color:#006600;
}

#wrap	
{
	width: 980px;
	margin: 0 auto;
	background: url(bg_wrap.jpg) repeat-y left top;
}
    
#header 
{
	height: 134px;
	position: relative;
	background: url(bg_header.jpg);
	width: 980px;
}

#menu 
{
	background:transparent url(menu.gif) no-repeat;
	font-family:tahoma,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:45px;
	width:980px;
	position:relative;
}

#menu ul 
{
	margin:0 20px; 
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#menu li 
{
	display:inline;
}

#menu li a 
{
	display:block; 
	float:left; 
	padding: 17px 20px 17px 18px; 
	background:url(menu-separator.gif) 100% 0 no-repeat; 
	text-decoration:none;
	color:#ffffff;
}

#menu li a:hover 
{
	background:url(menu-hover.gif);
}

#menu li.menu-active a 
{
	background:url(menu-active.gif);
}

#content	
{
	margin: 0 6px;
}

#footer	
{
	height: 50px;
	margin: 0 6px;
	background: #51A102 url(bg_footer.jpg) repeat-x left top;
}

#footer small	{
	color: #fff;
	display: block;
	padding: 22px 0 0 15px;
}




#leftdefault 
{
	float:left;
	padding-right:1px;
	width:500px;
}

#rightdefault 
{
	float:right;
}

div .standardtext a, a:link { text-decoration: none; color: #666666; }
div .standardtext a:hover, a:visited:hover { text-decoration: underline; color: #006600; }


/*****Contact Us**********/
ul .contactus
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:100%;
}

.contactaddress
{
	width:200px;
	height:130px;
	float:left;
	padding-left:50px;
}

.contactaddress ul.address {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:100%;
}

.contactaddress ul.address li {
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:350px;
	font-size: 70%; 
}

.contactaddress h4 {
	color:#222222;
	font-size:12px;
	margin:10px 0 0;
}

.contactaddress p {
	clear:both;
	display:inline;
	float:left;
	margin:5px 0;
	width:550px;
}


/*****Forms*****/

.forms ol
{
	float: left; 
	list-style: none; 
	width: 100%; 
	padding-top:30px;
}
	
.forms ol li 
{ 
	margin-bottom:10px;
	position: relative;
}

.forms ol label 
{
	font-size: 70%;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 100px;
}

.forms ol input, .forms ol textarea {
	border: 1px solid #7E8AA2;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 214px;
}

.forms ol textarea 
{
	height: 80px; 
	width: 334px; 
}

#validEmail
{
	margin-top: 4px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px;
}


.submit-hover
{
	background:url(submit_query_active.png);
}
