form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
}
 body
{
	background: #FFFFFF url(images/main.jpg) repeat-y top center; 
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 902px;
}

a           
{   
    color: #4C773F;
    font-weight: normal;
	text-decoration: underline;
}
a:hover { text-decoration: underline; } 

h1
{
	font-size: 20px;
	line-height: 22px;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
	color: #457531;
}
h2,h3,h4,h5,h6
{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px;
	text-align: left;
	color: #4C773F;
}

#header { background: url(images/header.jpg) no-repeat top left; height: 162px; }
#headerText
{
	font-size: 20px;
	line-height: 22px;
	padding: 85px 5px 0px 400px;
	text-align: left;
	color: #88898C;
	font-weight: normal;
	font-style: italic;
}

#topNav
{
	background: #8DB717;
	height: 34px;
	margin: 0 0 0px 0;
	border-bottom: 5px solid #FFF;
}
#topNav a
{
	display: block;
	float: left;
	background: none;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 34px;
	color: #FFF;
	font-weight: bold;
	padding: 0px 45px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	text-decoration: none;
	background: #016107 url(images/nav.jpg) no-repeat 18px 7px;
}

#midHome { background: url(images/midHome.jpg) top left no-repeat; height: 224px; overflow: hidden; }
#midBenefit { background: url(images/midBenefit.jpg) top left no-repeat; height: 224px; overflow: hidden; }
#midAbout { background: url(images/midAbout.jpg) top left no-repeat; height: 224px; overflow: hidden; }

#midText
{
	font-size: 18px;
	line-height: 22px;
	margin: 30px 590px 0px 30px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
}

#box
{
	background: url(images/box.jpg) no-repeat top left;
	margin: 5px 0px 15px;
}
#boxText
{
	font-weight: normal;
	padding: 22px 40px 10px;
	text-align: left;	
	min-height: 200px;

}
#boxText h1
{
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	text-align: left;
	color: #457531;
	font-size: 20px;
	line-height: 22px;
}
#boxText p
{
	font-weight: normal;
	margin: 0px 0px 0px;
	padding: 10px 0px 10px;
	text-align: left;
	color: #000;
	font-size: 12px;
	line-height: 17px;
	border-top: 1px solid #AFAFAF;
}
#boxText p a
{	
	color: #000;
	font-style: italic;
}

#mainText
{
	font-weight: normal;
	margin: 25px 40px 30px 15px;
	text-align: left;
}
.companyBullet
{
	list-style: none;
}
.companyBullet li
{
	background: url(images/icon.jpg) no-repeat 0px 00px;
	margin: 10px 0px 10px -15px;
	padding: 0px 25px;
}

#footer
{
	background: url(images/footer.jpg) no-repeat top left;
	overflow: hidden;
	height: 110px;	
}

#copyright
{
	font-weight: normal;
	color: #54534A;
	font-size: 10px;
	margin: 10px 20px;
	text-align: center;
}



/* Logoworks link back */
#linkback, #linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 0px 0px;
	margin: 5px 0px;
	text-decoration: none;
	text-align: center;
}

