@charset "UTF-8";
/* CSS Document */

body {
	background-color: #8cc63f;
	background-image: url(/images/bg_slice.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

div#outer {
	position: absolute;
	width: 100%;
	/* border: 1px solid red; */
	top: 0px;
	left: 0px;
}

div#content-wrapper {
	position: relative;
	/* border: 1px solid blue; */
	top: 10px;
	width: 1030px;
	margin-left: auto ;
  	margin-right: auto ;
}

div#left-drop-shadow {
	width: 40px;
	height: 825px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(/images/left-drop-shadow.png);
}

div#content {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 948px;
	border-left: 1px solid #002112;
	border-right: 1px solid #002112;
	border-bottom: 1px solid #002112;
	min-height: 825px;
	background-color: #edf5ab;
}

div#right-drop-shadow {
	width: 40px;
	height: 825px;
	position: absolute;
	top: 0px;
	left: 990px;
	background-image: url(/images/right-drop-shadow.png);
}

div#header {
	height: 157px;
	width: 100%;
	background-color: white;
	/* border: 1px solid purple; */
}

div#header-top {
	height: 41px;
	width: 100%;
	/* border: 1px solid blue; */
}

div#login-box {
	position: absolute;
	left: 730px;
	top: 0px;
	width: 191px;
	height: 20px;
	color: white;
	font-size: 8pt;
}

div#login-left {
	position: absolute;
	background-image: url(/images/top-callout-left.png);
	width: 16px;
	height: 20px;
	top: 0px;
	left: 0px;
}

div#login-right {
	position: absolute;
	background-image: url(/images/top-callout-right.png);
	width: 18px;
	height: 20px;
	top:0px;
	left: 172px;
}

div#login-links {
	position: absolute;
	background-color: #649733;
	width: 157px;
	height: 20px;
	top: 0px;
	left: 16px;
	text-align: center;
	vertical-align: middle;
}

div#login-box a {
	color: white;
	text-decoration: none;
}

div#login-box a:hover {
	text-decoration: underline;
}

div#header-nav {
	position: absolute;
	top: 41px;
	height: 48px;
	left: 0px;
}

div#header-nav img {
	border: none;
}

div#header-bottom {
	position: absolute;
	height: 68px;
	width: 100%;
	top: 89px;
	left: 0px;
}

div#header-viewport {
	position: absolute;
	height: 233px;
	width: 100%;
	top: 157px;
}
/*
div#viewport-inner-content {
	position: absolute;
	background-color: #edf5ab;
	top: 390px;
	width: 615px;
	margin: 0px 32px;
}
*/

div#viewport-inner-content {
	position: relative;
	background-color: #edf5ab;
	width: 600px;
	margin: 0px 0px 0px 20px;
	float: left;
	margin-top: 250px;
}

.hidden {
	display: none;
}

#content hr {
	border: 0;
	height: 1px;
	width: 90%;
	background-color: #b5be6b;
}

#our-products {
	background-image: url(/images/home-our-products.png);
	background-repeat: no-repeat;
}

#our-products * {
	visibility: hidden;
}

div#viewport-inner-content hr {
	width: 600px;
}

div.product-summary {
	position: relative;
	margin-top: 22px;
	width: 590px;
}

div.product-summary a img {
	border: none;
}

div#content h3 {
	color: #1b4b1f;
	font-size: 10pt;
	margin-bottom: 0;
}

div.product-content {
	position: absolute;
	top: 30px;
	left: 175px;
	color: #666b3b;
	font-size: 10pt;
	line-height: 10pt;
}

div.product-content p {
	margin-top: 4px;
}

div#viewport-right-content {
	float: right;
	margin-top: 250px;
	width: 300px;
	color: #666b3b;
	font-size: 10pt;
	line-height: 10pt;
}

div#viewport-right-content p {
	margin-top: 4px;
}

div#footer {
	position: relative;
	clear: both;
	width: 948px;
	background-color: white;
	background-image: url(/images/footer-top.png);
	background-repeat: repeat-x;
	margin-top: 2em;
	height: 50px;
	padding-top: 2em;
	color: #8cc63f;
	font-size: 10pt;
}

div#footer a {
	color: #8cc63f;
}

div#footer a img {
	border: none;
}

div#footer-content {
	margin-left: 2em;
	float: left;
}

div#footer-surety {
	float: right;
	margin-right: 2em;
}

div#inner-content {
	min-height: 566px;
	margin: 0px 20px 0px 20px;
	color: #666b3b;
	font-size: 10pt;
	line-height: 10pt;
}

div#inner-content h2, div#viewport-inner-content h2 {
	color: #666b3b;
	font-size: 14pt;
}

div#inner-content hr {
	width: 100%;
}

div#inner-content a, div#viewport-inner-content a {
	color: #1b4b1f;
}

table {
	
}

table td {
	padding: 1em;
}

div.as-font {
	font-size: 10pt;
	line-height: 12pt;
	color: #666b3b;
}

div#content li {
	list-style-image: url(/images/bullet.png);
	margin-top: 1em;
}

div.callout {
	background-color: #d8e093;
	margin: 0em .5em 0em -1em;
	padding-bottom: 1em;
}

div.callout-content {
	margin: 0 1em 0em 1.5em;
}

a img {
	border: none;
}
