/* ************************************ */
/* global styles ********************** */
/* ************************************ */

* { margin: 0; padding: 0; }
body { font-family: 'trebuchet ms','trebuchet',sans-serif; font-size: 16px; line-height: 24px; color: #62676a; }
img { border: 0px; }
a, a:link, a:visited, a:active { color: #72c600; text-decoration: underline;}
a:hover { color: #00a58c; text-decoration: underline; } 
b { color: #444; }
ul, ol { margin: 0px 0px 30px 30px;}
input, select { border: 1px solid #7db8cf; height: 20px; background-color: #fff; height: 18px; color: #898989; font-size: 11px; padding-left: 2px;}
.submit {
	border-left: 2px solid #fff; 
	border-top: 2px solid #fff; 
	border-bottom: 2px solid #c8c8c8;
	border-right: 2px solid #c8c8c8;
	background-color: #dfdfdf; 
	height: auto; width: auto;
	font-size: 14px; color: #444;
}
textarea { border: 1px solid #7db8cf; color: #898989; font-size: 11px; padding-left: 2px; }
option { background-color: white; }
fieldset { border: 0px; }
/* ************************************ */

body { background:url('../images/bodyBGsub.gif') top repeat-x; background-color: #fbfbfb; }
body.home { background:url('../images/bodyBG.gif') top repeat-x; background-color: #fbfbfb; }

.siteContain { position: relative; width: 960px; text-align: left; }
.contentContain { width: 960px; text-align: left; }
.contentHome { margin:56px 56px 35px 22px; }
.content { margin: 56px 56px 35px 22px; }
.content p { margin-bottom: 30px; }
.homeFeatureContain { width: 335px; margin: 25px 21px 0 0; position: relative; text-align: left; line-height: 14px;}
.feature { background-color: #f0f0ef; font-size: 14px; line-height: 18px; color: #898989; padding: 14px 18px 18px 18px; margin-bottom: 7px;}
.hr { margin-top: 25px; margin-bottom: 15px; }

.footerBG { width: 100%; background:url('../images/footerBodyBG.gif') top repeat-x; background-color: #d7d7d7; margin-top: 25px;}
.footer { width: 960px; height: 111px; background:url('../images/footerBG.gif') top left no-repeat; font-size:14px; line-height: 24px; color: white; position: relative; }
.footer a:link,.footer a:visited,.footer a:active { color: #7f9546; text-decoration: none; }
.footer a:hover { color: #3a5316; text-decoration: none; }

.footerLeft { text-align: left; position: absolute; top: 23px; left: 25px; }
.footerRight { text-align: right; position: absolute; top: 23px; right: 25px; }

.floatRight { float: right; margin-left: 15px; }
.floatLeft { float: left; margin-right: 15px; }

.logos img { margin: 20px; text-align:center; }

.calcTable { font-size: 13px; line-height: 20px; }
.calcTable input { width: 60px; }
.calcTDLeft { background-color: #fff; }
.calcTDRight { background-color: #e6e6e6; }

h1 { font-size: 26px; font-family: 'helvetica','arial',sans-serif; color:#004d6b; font-weight: normal; margin-bottom: 0px; padding-bottom: 0px; }
h2 { font-size: 21px; font-family: 'helvetica','arial',sans-serif; color:#448ccb; font-weight: bold; }
h3 { font-size: 18px; font-family: 'helvetica','arial',sans-serif; color:#0076a3; font-weight: normal; margin:0; padding: 0;position: relative; top: -5px; }