@charset "utf-8";
/* CSS Document */
/*set initial conditions */

/* initial conditions ============================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }
/* /initial conditions ============================================== */
/* Tag styles ========================================================= */
body {
	background:url(/images/background.gif) repeat-y top center #e4f4c7;
	color: #000000;
	text-align: center;
	line-height:1.5;
	}

body,td,input,textarea,select,option {
	font: normal 12px Arial, Helvetica, sans-serif;
	}

p {margin: 0px 0px 10px 0px;line-height:1.5;}

b {font-weight: bold;}
i {font-style: italic;}
u {text-decoration: underline;}
small { font-size:90%;}

a, a:visited {
	color:#0099cc;
	text-decoration: underline;
	font-weight:bold;
	}
a:hover, a:active {
	color: #657588;
	text-decoration: underline;
	}
h1 {
	font-size: 160%;
	margin: 0px 0px 10px 0px;
	font-weight:bold;
	color:#35742c;
	}
h2 {
	font-size: 145%;
	margin: 0px 0px 10px 0px;
	font-weight:bold;
	}
h3 {
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	}
h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	}
h5 {
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	}
h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	}
table.separate {border-collapse: separate;}
th {font-weight:bold;}

form table td {padding: 3px;}

fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin:10px 0px;
	padding:5px 0px;
	}
legend {padding: 0px 5px 0px 5px;}

img {border-width: 0px;}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

code {
	font: 110% 'Courier New', Courier, Fixed;
	}

acronym, abbr
{
	font-size: 90%;
	letter-spacing: .07em;
	}
small {font-size:90%;}
/* /Tag styles ========================================================= */

/* list styles ========================================================= */
ul, ol {margin: 0px 0px 0px 5px;}
ul {padding: 0px 0px 10px 15px;
list-style:square;
}
ol {padding: 0px 0px 0px 25px;}
li { padding-bottom:5px;}
/* /list styles ========================================================= */
/* form ================================================================= */
option {padding: 0px 5px 0px 0px;}

label {
	font-weight: bold;
	font-size: 100%;
	}

div.form1 input {width: 300px;}
div.form1 textarea {width: 300px;}
div.form1 input.px250 {width: 250px;}
div.form1 input.px200 {width: 200px;}
div.form1 input.px150 {width: 150px;}
div.form1 input.px100 {width: 100px;}
div.form1 input.px75 {width: 75px;}
div.form1 input.px50 {width: 50px;}
div.form1 input.auto {width: auto;}

.required {color: #cc0000;}
.auto {width: auto;}
/* /form ================================================================= */

/* shims and pads ======================================================== */
.marg5 {margin: 5px}
.marg10 {margin: 10px;}
.marg15 {margin: 15px;}

.margtop3 {margin-top: 3px;}
.margright3 {margin-right: 3px;}
.margbottom3 {margin-bottom: 3px;}
.margleft3 {margin-left: 3px;}

.margtop5 {margin-top: 5px;}
.margright5 {margin-right: 5px;}
.margbottom5 {margin-bottom: 5px;}
.margleft5 {margin-left: 5px;}

.margtop10 {margin-top: 10px;}
.margright10 {margin-right: 10px;}
.margbottom10 {margin-bottom: 10px;}
.margleft10 {margin-left: 10px;}

.margtop15 {margin-top: 15px;}
.margright15 {margin-right: 15px;}
.margbottom15 {margin-bottom: 15px;}
.margleft15 {margin-left: 15px;}

.margtop20 {margin-top: 20px;}
.margright20 {margin-right: 20px;}
.margbottom20 {margin-bottom: 20px;}
.margleft20 {margin-left: 20px;}

.margtop25 {margin-top: 25px;}
.margright25 {margin-right: 25px;}
.margbottom25 {margin-bottom: 25px;}
.margleft25 {margin-left: 25px;}

.padtop3 {padding-top: 3px;}
.padright3 {padding-right: 3px;}
.padbottom3 {padding-bottom: 3px;}
.padleft3 {padding-left: 3px;}

.padtop5 {padding-top: 5px;}
.padright5 {padding-right: 5px;}

.padbottom5 {padding-bottom: 5px;}
.padleft5 {padding-left: 5px;}

.padtop10 {padding-top: 10px;}
.padright10 {padding-right: 10px;}
.padbottom10 {padding-bottom: 10px;}
.padleft10 {padding-left: 10px;}

.padtop15 {padding-top: 15px;}
.padright15 {padding-right: 15px;}
.padbottom15 {padding-bottom: 15px;}

.padleft15 {padding-left: 15px;}
.padleft25 {padding-left:25px;}
.padleft35 {padding-left:35px;}

.pad5 {padding: 5px;}
.pad10 {padding: 10px;}
.pad15 {padding: 15px;}

table.tblpad3 td {padding: 3px;}
table.tblpad5 td {padding: 5px;}
/* /shims and pads ======================================================== */
#shell {
	width: 800px;
	margin: 0px auto 15px auto; /* centers this div on the page, also, see body definition above */
	background-color:#fff;
	text-align: left;
	overflow:hidden;
	border-left: 1px #99cc33 solid;
	border-right: 1px #99cc33 solid;
}
#header {
margin:5px 0px 3px 0px;
width:800px;
}
#header_left {
margin:0px 0px 0px 25px;
width:554px;
}
#header_right {
float:right;
margin:0px 25px 0px 45px;
width:126px;
}
#rotate_pics_list {
list-style:none !important;
margin:0;
padding:0;
}
#rotate_pics_list li {
list-style:none !important;
background:none !important;
margin:0 !important;
padding:0 !important;
}
#navbar {
height:42px;
background:#99cc33;
}
#search {
height:14px;
margin: 0px 0px 5px 0px;
}
#spotlight_container {
background:#efefef;
height:285px;
width:100%;
border-top:5px solid #fff;
}
#spotlight {
width:100%;
height:285px;
}
.news_style {
display:none;
}
.spotlight_left {
float:left;
width:50%;
height:285px;
}
.spotlight_left p {
margin:0;
padding:0;
line-height:0;
}
.spotlight_right {
float:right;
width:50%;
height:285px;
}
.spotlight_text {
margin:20px;
vertical-align:middle;
}
.headline {
font-size:200%;
font-weight:bold;
}
.spot_text {
margin:15px 0px;
font-size:145%;
font-weight:bold;
}
.spot_link {
font-size:130%;
margin:15px 0px 0px 4px;
font-weight:bold;
}
.spot_link a {
text-decoration:none;
}
.spot_link a:hover, .spot_link a:active {
text-decoration:underline;
color:#0099cc;
}
#spot_buttons {margin: 5px 0px 0 0; text-align:center;}
#spot_buttons img {margin:0px 5px 0 0;}
#spotlight ul li {
	background-image: url("/images/blue_arrow.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:left 5px;
	padding: 0 0 0 16px;
	margin: 0 0 0px 0px;
	list-style-type: none;
}
#home_content {
margin:15px;
}
#home_content_left {
width:475px;
float:left;
padding:0px 10px 0px 0px;
border-right:1px solid #99cc33;
}
#home_content_right {
width:250px;
float:right;
margin:0px 0px 0px 10px;
background:#b5e2f1;
}
#news {
background:#f4faea;
padding:10px;
border-bottom: 5px #fff solid;
}
#news ul li
{
	background-image: url("/images/bullet.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:left 5px;
	padding: 0 0 0 16px;
	margin: 0 0 5px 0px;
	list-style-type: none;
}
#news ul li p {margin:0; padding:0; display:inline; }
#news ul li p:after{content:" ";}
#faqs p {text-decoration:underline !important;}
#banner {
padding:0;
margin:0;
}
#products_bak {background:#fff url(/images/grass.jpg) bottom no-repeat;}
#products_content {padding:25px;}
.content {margin:25px;}
.content ul li
{
	background-image: url("/images/bullet.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:left 5px;
	padding: 0 0 0 16px;
	margin: 0 0 5px 0px;
	list-style-type: none;
}
#int_top {
border-top:3px solid #fff;
margin:0 0px 5px 0;
}
#int_top_left {
float:left;
width:510px;
margin:0 15px 0 0;
}
#highlights_container {
width:100%;
background:#444;
color:#fff;
font-weight:bold;
text-align:center;
padding:0 0 5px 0;
}
#highlights_container a {color:#fff;}
#highlights {width:495px; margin:0px 8px 5px 7px; padding:5px 0px 0px 0px; height:285px;}
#highlight_buttons {margin: 15px 0px 0px 0; text-align:center;}
#highlight_buttons img {margin:0px 5px 0 0;}
.highlight_image p {margin:0; padding:0; line-height:0;}
.highlight_image img {padding:0 0 10px 0;}
.highlight_caption a {text-decoration:none !important;}
#int_top_right {
float:right;
width:215px;
}
#secnav {
margin:15px 0 0 0;
border:1px solid #99cc33;
width:510px;
height:42px;
}
#secnav ul {
padding:0;
margin:0;
}
#secnav li {
float:left;
margin:0;
padding:14px 0px;
border-right:1px #99cc33 solid;
list-style:none !important;
background:none !important;
height:14px;
text-align:center;
}
#secnav li.last {
border-right:none;
}
#secnav a:link, #secnav a:visited {
font-size:110%;
font-weight:bold;
color:#99cc33;
text-decoration:none;
margin:14px 20px;
padding:0px 10px;
}
#secnav a:active, #secnav a:hover {
font-size:110%;
font-weight:bold;
color:#333333;
text-decoration:underline;
margin:14px 20px;
padding:0px 10px;
}
#boxnav {
margin:15px 0 0 0;
border:1px solid #99cc33;
height:42px;
}
#boxnav ul {
padding:0;
margin:0;
}
#boxnav li {
float:left;
margin:0;
padding:14px 0px;
border-right:1px #99cc33 solid;
list-style:none !important;
background:none !important;
height:14px;
text-align:center;
}
#boxnav li.last {
border-right:none;
}
#boxnav a:link, #boxnav a:visited {
font-size:110%;
font-weight:bold;
color:#99cc33;
text-decoration:none;
margin:14px 20px;
padding:0px 10px;
}
#boxnav a:active, #boxnav a:hover {
font-size:110%;
font-weight:bold;
color:#333333;
text-decoration:underline;
margin:14px 20px;
padding:0px 10px;
}
#int_bottom {
margin:0px 0px 15px 0px;
}
#footer {
border-top: 1px solid #99cc33;
padding:10px;
}
#footer a {
padding:0px 5px;
}
#footer_right {
float:right;
font-weight:bold;
}
#footer_right a {
padding:0;
}
/* misc classes ============================================================ */
.bold {font-weight:bold;}
.clear {
clear:both;
}
.floatright {
float:right;
}
.floatleft {
float:left;
}
.floatright50 {
float:right;
width:49%;
}
.floatleft50 {
float:left;
width: 49%;
}
.bluetext {
color:#0099cc;
}
.greentext {
color:#99cc33;
}
.highlight {
background: #e4f4c7;
border:#99cc33 solid 1px;
padding:5px;
margin:25px 0px;
}
.highlight h3 {margin:0;}
.highlight2 {
background: #c8e2ea;
border:#0099CC solid 1px;
padding:5px;
margin-top:10px;
}
.highlight3 {
background: #e4f4c7;
border:#99CC33 solid 1px;
padding:5px;
margin-top:10px;
}
.callout {
float:right;
width:200px;
margin:0 0 10px 0;
}
.pad td /*table padding */ {
padding:8px;
}
.pad2 td /*table padding non-striped */ {
padding:8px;
}
tr.even {
background:#e4f4c7;
}
tr.odd {
background:#fff;
}
p.news {
clear:both;
}
p.newsAlt {
clear:both;
}
.newsLink {
font-size:130%;
}
.newsLinkAlt {
font-size:130%;
}
.prodheader {
background:#0099cc !important;
color:#fff !important;
font-weight:bold;
}
.prodheader a {
color:#fff !important;
}
.prodheaderalt {
background:#b5e2f1 !important;
}
.bordertop {
border-top:#0099cc 1px dotted;
}
.borderbottom{border-bottom:#0099cc 1px dotted;padding:10px;}
.inline {
display:inline;
}
.capitalize {text-transform:capitalize;}
#companies {
text-align:left;
}
#companies a {
margin:0 9px;
}
.faq li {
margin-bottom:10px;
}
/* drop-down menu styles =================================================== */
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	list-style:none;
	float:left;
}
#p7PMnav ul {
	margin: 0 !important;
	padding: 0 !important;
	background-color: #FFFFFF;
	border: 2px solid #99cc33;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

#p7PMnav a {
font-size:110%;
font-weight:bold;
color:#fff;
text-decoration:none;
height:28px;
/*width:160px;*/
width:153px;
display:block;
padding:14px 0 0 0;
background:url(/images/white_arrow_nav.gif) 10% 53% no-repeat;
border-right:1px #fff solid;
text-align:center;
vertical-align:middle;
}

#p7PMnav a.wrap {padding:5px 0 9px 0!important;}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background:url(/images/grey_arrow_nav.gif) 10% 53% no-repeat #c1e770;
	color: #333333;
	text-decoration:underline;
}

/* ------ the current page marker style ------ */
#p7PMnav li .p7PMmark {
	background:url(/images/grey_arrow_nav.gif) 10% 53% no-repeat #c1e770;
	color: #333333;
	text-decoration:underline;
}
#p7PMnav ul li .p7PMmark {
	background:#c1e770;
	color: #333333;
	text-decoration:underline;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../../dev/common/styles/img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {

	background:url(/images/grey_arrow_nav.gif) 10% 53% no-repeat #c1e770;
	color: #333333;
	text-decoration:underline;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
/*	width: 160px;*/
	width: 153px;
}
#p7PMnav ul li {
	float: none;
	margin: 0;
	padding:0;
	height:auto;
	border-right:none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 158px;
}
#p7PMnav ul li a {
font-size:110%;
font-weight:bold;
color:#99cc33;
text-decoration:none;
background:none;
display:block;
margin:0 !important;
padding:5px 0px 5px 3px !important;
width:auto !important;
text-align:left !important;
height:auto !important;
border-right: none !important;
}
#p7PMnav ul li a:active,#p7PMnav ul li a:hover, #p7PMnav a:focus {
font-size:110%;
font-weight:bold;
color:#333333;
text-decoration:underline;
background:#99cc33 !important;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../../dev/common/styles/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* FeedBurner Styles ============================================= */
.feedburnerFeedBlock ul {list-style:none; background:none !important; margin:0 !important; padding:0 !important;}
.feedburnerFeedBlock li {list-style:none; background:none !important; margin:10px 0px !important; padding:0 !important; border-bottom: 1px dotted #0099cc;}
.feedburnerFeedBlock .headline {font-size:145% !important; font-weight:bold !important; margin-bottom:5px !important; display:block;}
.feedburnerFeedBlock .feedItemAuthor {display:inline; font-size:90%; color:#999999;}
.feedburnerFeedBlock .feedItemAuthor:before {content:"by ";}
.feedburnerFeedBlock .date {display:inline; font-size:90%; color:#999999;}
.feedburnerFeedBlock .date:before {content:" on ";}
#creditfooter {display:none;}
/* old styles ==================================================== */
.bgGreenRound {
	background-image: url('/common/images/green_round.gif');
	background-repeat: no-repeat;
}

td.resultsHeader {
	background-color: #79A938;
  font-family:Arial,sans-serif;
  font-size:13px;
  color:#FFFFFF;
}

.rH2 {
	background-color: #79A938;
  font-family:Arial,sans-serif;
  font-size:13px;
  color:#FFFFFF;
  align:center;
}

.cwl {
	align:left;
	background-color:#FFFFFF;
	vertical-align: top;
  font-family:Arial,sans-serif;
  font-size:13px;
  color:#5E5D5D;	
}

.cwc {
	align:center;
	background-color:#FFFFFF;
	vertical-align: top;
  font-family:Arial,sans-serif;
  font-size:13px;
  color:#5E5D5D;	
}

sup {
  font-size:10px;
}




ul.news {
  list-style-image: url("/common/images/bullet_green.gif");
  padding-top:0px;
  padding-right:10px;
  margin-top:0px;
  margin-bottom:0px;
  list-style position: outside; 
}


.contentbold {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.contentmediumblue {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #455874;
}

.contentmedium {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: lighter;
  color: #000000;
}

.inputsearch {
  background-color: #f5f5f5;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 9pt;
  border: black solid 1px
}


.tabledottedbottom {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #666666;
}

.contentsm {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #333333;
}

/* Form elements */
input.normal,textarea.normal, select.normal {
  color : #000000;
  font: normal 10px Arial, Helvetica, sans-serif;
  border: solid 1px #9C9EA0;
}



.logoTitle {
  font-size:14px;
	font-weight:bold;
	color:#35742c;
}