/* Simply Efficient */

body {
	margin: 0;
	background: url('../images/bg_main.gif') top left repeat-x;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #143259;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/* Text */

#rebateText {
	width: 730px;
	margin: 20px 0 0 0;
	padding-left: 15px;
	font-size: 10pt;
	line-height: 1.5;
}

.quoteBox {
	width: 740px;
	margin: 20px 0 0 0;
	font-size: 10pt;
	line-height: 1.5;
}

.quoteText {
	background-color: #FFEDCF;
	margin-left: 15px;
	padding: 10px;
	border-top: 1px solid #F5AB19;
	border-bottom: 1px solid #F5AB19;
	font-size: 9pt;
}

.quoteText a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.quoteText a:hover {
	text-decoration: none;
}

.quoteText img {
	margin-right: 10px;
	border: 1px solid #F5AB19;
	float: left;
}

* html #rebateText {
	width: 741px;
}

#bbbLogo {
	float: right;
	margin-right: 4px;
}

* html #bbbLogo {
	margin: 0;
}

.smallTitle {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #143259;
	margin: 0 0 10px 0;
}

.smallText {
	font-size: 9pt;
	line-height: 1.75;
}

.newsItem {
	font-size: 9pt;
	line-height: 1.4;
	margin: 0 0 10px 0;
}

/* Main Structure */

#mainContainer {
	width: 100%;
	text-align: center;
}

#contentContainer {
	width: 765px;
	text-align: left;
	margin: auto;
	position: relative;
	overflow: hidden;
}

#topbar {
	height: 89px;
	width: 765px;
}

#one {
	margin: 0 0 0 1px;
}

#orangebar {
	height: 120px;
	width: 765px;
}

#orangebar_left {
	width: 453px;
	float: left;
	clear: left;
}

#orangebar_right {
	width: 312px;
	float: right;
	clear: right;
}

#complete {
	margin: 34px 0 0 11px;
}

#mainpagecontent {
	height: 274px;
	width: 765px;
}

#mainpagecontent_left {
	width: 305px;
	height: 274px;
	float: left;
	clear: left;
	margin: 5px 0 0 0;
}

* html #mainpagecontent_left {
	margin: 0;
}

*:first-child+html #mainpagecontent_left {
	margin: 0;
}

#mainpagecontent_right {
	width: 460px;
	height: 274px;
	display: block;
	float: right;
	clear: right;
	background: url('../images/5.gif') top left no-repeat;
}

#aboutText {
	float: left;
	clear: left;
	width: 210px;
	height: 234px;
	margin: 20px 0 20px 30px;
}

#newsText {
	float: right;
	clear: right;
	width: 175px;
	height: 234px;
	margin: 20px 30px 20px 0;
}

* html #aboutText {
	margin: 20px 0 10px 15px;
}

* html #newsText {
	margin: 20px 30px 20px 10px;
}

.moreNews {
	width: 175px;
	margin: 5px;
	text-align: right;
	font-size: 9pt;
	font-style: italic;
}

#vertdash {
	float: right;
	clear: right;
	margin: 0 0 0 10px;
}

/* Menu */

#menubar {
	height: 44px;
	width: 765px;
	padding: 0 0 0 11px;
	display: block;
}

#menubar_left {
	width: 590px;
	height: 44px;
	float: left;
	clear: left;
}

#menubar_right {
	width: 175px;
	float: right;
	clear: right;
}

#six {
	margin: 0 0 0 0px;
}

#menubar_left a {
	width: 118px;
	height: 44px;
	background: url('../images/tab_off.gif') top left no-repeat;
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	padding: 8px 0 0 0;
	text-align: center;
}

#menubar_left a:hover {
	background: url('../images/tab_on.gif') top left no-repeat;
	padding: 13px 0 0 0;
}

.menu a {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	background: #1A375D url('../images/bg_blue.gif') top left;
	padding: 5px;
}

.menu a:hover {
	color: #fff;
	background: #F5AB19 url('../images/bg_bar.gif') top left;
	text-decoration: none;
}

.menuFirst {
	border-top: 1px solid #000;
}

/* Footer */

#footer {
	margin: 20px 0 0 0;
	width: 100%;
	height: 125px;
	background: #fff url('../images/bg_bottom.gif') top left repeat-x;
	text-align: center;
}

#footerSub {
	margin: auto;
	padding: 20px 0 20px 0;
	width: 730px;
	text-align: left;
	color: #888;
	font-size: 9pt;
}

#footerSub_left {
	float: left;
	clear: left;
}

#footerSub_right {
	float: right;
	clear: right;
	text-align: right;
	padding: 0 5px 0 0;
}

/* Sections */

#sectioncontent {
	width: 750px;
	display: block;
	padding: 0 20px 0 14px;
}

* html #sectioncontent {
	width: 765px;
}

.sectionImage {
	float: right;
	clear: right;
	margin: 0 22px 8px 8px;
	text-align: center;
}

* html .sectionImage {
	margin-right: 0;
}

#photoButton {
	margin-top: 15px;
}

.sectionText {
	font-family: "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.9;
}

/* Sand bags */

.sb-image span {
	display: none;
}
	
.sb-left {
	border: 0; 
	padding: 0;
	font-size: 0;
	margin: 0 10px 0 0;
	float: left; 
	clear: left;
}
	
.first-sb {
	margin-top: 0;
}
	
.last-sb {
	margin-bottom: 5px;
}

/* ESTIMATE REQUEST */

#estreq {
	font-size: 12pt;
	font-weight: none;
}

/* PHOTOS */

.photoThumb {
	width: 200px;
	height: 200px;
	display: block;
	background-color: #F4F4F4;
	border: 1px solid #ECECEC;
	float: left;
	margin: 0 15px 15px 0;
}

.photo {
	margin: 25px 0 0 25px;
}

/* TEAM */

.teamPhoto {
	float: right;
	margin-left: 5px;
}