/* Main CSS Document */

@import url("core.css");

#container { width: 840px; margin: 0px auto; }

#header { width: 840px; }
#header .logo { float: left; }
#header .nav { float: right; height: 23px; margin: 72px 0px 0px 0px; }
#header .nav ul li { margin: 0px; padding: 0px; display: inline; }

#welcomebox { width: 840px; height: 81px; }
#welcomebox .text { float: left; width: 350px; font-size: 12px; padding: 12px 0px 0px 0px; }
#welcomebox .toll { float: right; padding: 7px 0px 0px 0px; }

#content { width: 840px; }
#content .left { float: left; width: 196px; }
#content .left .logos { width: 196px; height: 379px; background-image: url(../images/bg-left-logos.gif); background-repeat: repeat-x; background-position: left bottom; text-align: center; }
#content .right { float: right; width: 633px; }

#content .howitworks { float: right; width: 260px; }
#content .howitworks .contents { width: 250px; background-image: url(../images/bg-howitworks.gif); background-repeat: repeat-y; padding: 5px; }

#content .services { width: 632px; text-align: center; background-image: url(../images/main-photo-bottom.jpg); background-repeat: no-repeat; }
#content .services .greentext { font-size: 14px; font-weight: bold; color: #779348; }
#rightbox {
	float: right;
}
#leftbox {
	float: left;
}
.maintextbig {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#spacer {
	clear: both;
}
h2 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	color: #728c44;
	margin-top: 0px;
}

#footer { width: 840px; margin: 0px auto; }
#footer .contents { float: right; width: 633px; padding: 20px 0px 20px 0px; text-align: center; }
#footer ul li { margin: 0px; padding: 0px; display: inline; }
#footer a:link, #footer a:visited { color:#000000; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
