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

body {
	background-color: #E9D2BC;
    margin: 0;
    padding: 0;
}
#divWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	width: 982px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#divHeader {
	float: left;
	width: 980px;
	height: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #63CF00;
	border-right-color: #63CF00;
	border-bottom-color: #63CF00;
	border-left-color: #63CF00;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
#divLogo {
	float: left;
	width: 170px;
}
#divTop {
	float: left;
	width: 780px;
	height: 85px;
	padding-left: 30px;
	padding-top: 15px;
}
#divTopLeft {
	float: left;
	width: 350px;
}
#divTopRight {
	float: right;
	width: 370px;
	padding-right: 15px;
}

#divContentWrapper {
	float: left;
	width: 960px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #63CF00;
	border-bottom-color: #63CF00;
	border-left-color: #63CF00;
	padding: 10px;
}

#divContent {
	float: left;
	width: 960px;
}
#divContentLeft {
	margin: 0px;
	float: left;
	width: 650px;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#divContentRight {
	float: right;
	width: 250px;
	margin-left: 20px;
	text-align: left;
	list-style-image: url(images/bullet_green.gif);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#divNavTop {
	float: left;
	width: 980px;
	height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #63CF00;
	border-left-color: #63CF00;
	background-image: url(images/nav_bg.gif);
}
#divNavTop ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divNavTop ul li {
	display: inline;
}
#divNavTop ul li a {
	text-decoration: none;
	padding-bottom: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #D65500;
	text-align: center;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
#divNavTop ul li a:link, #divNavTop ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
#divNavTop ul li a:hover {
	color: #FFFFFF;
	background-color: #FF6900;
}
#divNav1 {
	float: left;
	width: 980px;
	height: 35px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #63CF00;
	border-left-color: #63CF00;
	background-image: url(images/nav1_bg.gif);
	background-repeat: repeat;
}
#divNav1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divNav1 ul li {
	display: inline;
}
#divNav1 ul li a {
	text-decoration: none;
	padding-bottom: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #D65500;
	text-align: center;
	padding-top: 8px;
	padding-right: 22px;
	padding-left: 22px;
	float: left;
}
#divNav1 ul li a:link, #divNav1 ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
#divNav1 ul li a:hover {
	color: #FFFFFF;
	background-color: #FF6900;
	text-decoration: underline;
}
#divNav2 {
	float: left;
	width: 980px;
	height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #63CF00;
	border-left-color: #63CF00;
	background-image: url(images/nav2_bg.gif);
	background-repeat: repeat;
}
#divNav2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divNav2 ul li {
	display: inline;
}
#divNav2 ul li a {
	text-decoration: none;
	padding-bottom: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #D65500;
	text-align: center;
	padding-top: 6px;
	padding-right: 18px;
	padding-left: 14px;
	float: left;
}
#divNav2 ul li a:link, #divNav2 ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
#divNav2 ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#divFooter {
	float: left;
	width: 970px;
	font-size: 11px;
	padding-top: 8px;
	color: #666666;
	text-align: right;
	padding-bottom: 8px;
}
#divFooter a:link, #divFooter a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#divFooter a:hover {
	color: #333333;
	text-decoration: underline;
}
#divIntro {
	width: 960px;
	margin-bottom: 15px;
	float: left;
	margin-top: 5px;
}
#divIntroText {
	float: left;
	width: 670px;
}

#divContactTopRight {
	float: right;
	width: 250px;
}



#divHomeFeatures {
	float: left;
	width: 960px;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#divHomeFeaturesBlockLeft {
	float: left;
	height: 165px;
	width: 229px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 4px;
	line-height: 22px;
	padding-left: 4px;
}
#divHomeFeaturesBlock {
	float: left;
	height: 165px;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 4px;
	line-height: 22px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
}
#imgIcon {
	padding-right: 7px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.featured_title {
	font-size: 18px;
	color: #FF6900;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#divHomeBoxes {
	float: left;
	height: 120px;
	width: 960px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#divHomeBox {
	background-image: url(images/box_470_plans.gif);
	background-repeat: no-repeat;
	float: left;
	height: 112px;
	width: 290px;
	margin-left: 6px;
	padding-left: 170px;
	padding-top: 8px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 17px;
}
#divHomeBoxPlans {
	background-image: url(images/box_470_plans.gif);
	background-repeat: no-repeat;
	float: left;
	height: 112px;
	width: 290px;
	margin-left: 6px;
	padding-left: 170px;
	padding-top: 8px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 18px;
}
#divHomeBoxTellus {
	background-image: url(images/box_470_tellus.gif);
	background-repeat: no-repeat;
	float: left;
	height: 112px;
	width: 290px;
	margin-left: 6px;
	padding-left: 170px;
	padding-top: 8px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 18px;
}
#divHomeAbout {
	float: left;
	width: 940px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#divHomePlansFeatured {
	background-image: url(images/home_plans_featured.gif);
	background-repeat: no-repeat;
	float: left;
	height: 300px;
	width: 955px;
	padding-top: 12px;
	padding-left: 5px;
}
#divHomePlansFeaturedLeft {
	padding: 5px;
	float: left;
	width: 140px;
	height: 270px;
	margin-right: 5px;
}
#divHomePlansFeaturedBox{
	float: left;
	width: 180px;
	height: 275px;
	background-color: #EFEFEF;
	margin-left: 11px;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	padding-left: 5px;
	padding-top: 5px;
}
#divPlanStyles {
	float: left;
	width: 940px;
	background-color: #EFEFEF;
	padding: 10px;
	margin-top: 10px;
}
#divPlanStyles a:link, #divPlanStyles a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#divPlanStyles a:hover {
	text-decoration: underline;
}
#divTellusRight {
	padding: 10px;
	width: 230px;
}
#divContactLeft {
	margin: 0px;
	float: left;
	width: 450px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#divContactRight {
	margin: 0px;
	float: right;
	width: 400px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#divMSnews {
	padding: 10px;
	background-color: #EFEFEF;
	line-height: 20px;
}

#divEstimatorFeatures {
	float: left;
	width: 960px;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#divEstimatorFeaturesBlockLeft {
	float: left;
	height: 165px;
	width: 229px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 4px;
	line-height: 22px;
	padding-left: 4px;
}
#divEstimatorFeaturesBlock {
	float: left;
	height: 165px;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 4px;
	line-height: 22px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
}
#divSampleEstimator {
	float: left;
	width: 720px;
	margin-right: 120px;
	margin-left: 120px;
	border: 2px solid #CCCCCC;
	margin-bottom: 20px;
}
#divSampleEstimatorTitle {
	width: 960px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CEDFF7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



h1 {
	font-size: 18px;
	color: #FF6900;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #52AA00;
	margin-bottom: 3px;
}



.nav_noborder {
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navleft_margin_top {
	margin-top: 10px;
}.text11 {
	font-size: 11px;
}
.text_large_black {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.text_orange {
	color: #D65500;
}
.text_orange2 {
	color: #FF6900;
}

.top-margin-zero {
	margin-top: 0px;
}
.top-margin-ten {
	margin-top: 10px;
}




#imgPicRight {
	margin-bottom: 10px;
	margin-left: 10px;
}
.border_gray1 {
	border: 1px solid #CCCCCC;
}

.formfields {
	background-color: #FFFFCC;
	border: 1px solid #000000;
	height: 18px;
}
.formtext {
	background-color: #FFFFCC;
	border: 1px solid #000000;
	height: 60px;
}
.formtext2 {
	background-color: #FFFFCC;
	border: 1px solid #000000;
	height: 200px;
	width: 500px;
}
.formsubmit {
	background-color: #FFFFC1;
	border: 1px solid #000000;
	height: 20px;
}.formfieldsattach {
	background-color: #FFFFCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
#divBidButton {
	float: left;
	height: 16px;
	width: 150px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#divBidButton a:link, #divBidButton a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#divBidButton a:hover {
	color: #CCCCCC;
}
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

