@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8EB400;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p      {
	margin-bottom: 16px;
}
a {
	color:#257BEC;
}
a:hover {
	color:#8EB400;
}
#container {
	width: 812px;
	color: #FFF;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#leftcol {
	width: 220px;
	margin-right: 6px;
	background-color: #D2E199;
	display: block;
	float: left;
}
#rightcol {
	display: block;
	float: left;
	width: 586px;
}

#masthead {
	background-color: #8EB400;
	display: block;
	height: 307px;
	width: 220px;
	text-align: center;
	font-size: 13px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 15px;
}
#nav li  {
	display: block;
	list-style-type: none;
	margin-bottom: 4px;
}
#nav li a {
	font-size: 13px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	display: block;
	border: 1px solid #FFF;
	width: 178px;
	margin-right: auto;
	margin-left: auto;
}
#nav li a:hover {
	background-color: #4f7f00;
}
#nav li a.on {
	background-color: #4f7f00;
}
#tagline {
	display: block;
	float: left;
	height: 77px;
	width: 293px;
	overflow: hidden;
	background-color: #000;
}
#utilinav {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	height: 22px;
	width: 293px;
	padding-top: 55px;
	overflow: hidden;
	background-color: #000;
}
#utilinav ul li {
	display: block;
	float: left;
	height: 22px;
	list-style-type: none;
}
#utilinav ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	text-align: center;
}
#utilinav ul li a:hover {
	color: #D2E199;
}
#utilinav li a.on {
	color: #D2E199;
}
a.testimonials {
	background-image: url(../images/bg_btn_testimonials.gif);
	background-repeat: no-repeat;
	width: 107px;
	padding-left: 10px;
}
a.privacy {
	background-image: url(../images/bg_btn_privacy.gif);
	background-repeat: no-repeat;
	width: 115px;
}
a.faq {
	background-image: url(../images/bg_btn_faq.gif);
	background-repeat: no-repeat;
	width: 58px;
	padding-left: 3px;
}
#home_feature {
	display: block;
	clear: both;
	height: 230px;
	width: 586px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #000;
}
#content {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	background-color: #FFF;
	padding: 35px;
	width: 516px;
}
#content h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	color: #608bed;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 14px;
	color: #608BED;
	margin-bottom: 4px;
}
#content h3 {
	font-size: 13px;
	font-weight: bold;
}


#subnav {
	margin-bottom: 40px;
}

#subnav li  {
	display: block;
	list-style-type: none;
	text-align: center;
}
#subnav li a {
	font-size: 13px;
	line-height: 24px;
	color: #4f7f00;
	text-decoration: none;
	display: block;
	border: 1px solid #9ec75d;
	width: 178px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}
#subnav li a:hover {
	background-color: #e2ebbd;
}
#subnav li a.on {
	background-color: #e2ebbd;
}
#page_header {
	display: block;
	width: 555px;
	border: 8px solid #FFF;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bg_headers.jpg);
	background-repeat: no-repeat;
	font-style: italic;
	height: 68px;
	text-align: right;
	clear: both;
	padding-right: 15px;
	padding-top: 14px;
}
#page_header p.quote {
	margin-bottom: 6px;
	font-size: 20px;
}
#page_header p.quoter {
	font-size: 12px;
	margin-bottom: 0px;
}
#content ol li {
	margin-left: 24px;
}
a.pdf {
	background-image: url(../images/pdf_icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 20px;
	padding-bottom: 4px;
}
#content p.quote {
	font-style: italic;
	margin-bottom: 4px;
}
#content p.quoter {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 15px;
	text-align: right;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F8E0;
}
#content ul {
	margin-bottom: 18px;
}
#content ul li {
	margin-left: 24px;
	margin-bottom: 4px;
}
#content h2 a {
	margin-bottom: 80px;
}
#content .job-position {
	color: #6CB500;
	padding-top: 8px;
}
.product-list {
	display: block;
	margin-bottom: 6px;
	clear: both;
	height: 60px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8EFC9;
	padding-top: 20px;
	font-weight: bold;
}
.product-list .terminal-thumb{
	float: left;
	margin-right: 8px;
	position: relative;
	top: -20px;
	margin-bottom: -20px;
}
.contactform {
	margin-bottom: 16px;
	width: 460px;
}
.contactform fieldset {
	border: solid 1px #E8EFC9;
	padding: 15px;
}
.contactform legend {
	border: solid 1px #E8EFC9;
	padding-left: 8px;
	padding-right: 8px;
	color: #666;
}
.contactform label {
	display: block;
	float: left;
	width: 120px;
	text-transform: uppercase;
	text-align: right;
	margin-right: 10px;
}
.contactform .formfields {
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
