@charset "UTF-8";
body  {
	background: #E5DBD1 repeat left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 29px;
	font-weight: bold;
	color: #A1B83E;
	padding-left: 10px;
}
.thrColFixHdr #container {
	width: 1150px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
} 
#maincontentwrap {
	background: #EEEAE2;
}
.thrColFixHdr #header {
	background: #FFF;
	padding-right: 20px;
	padding-bottom: 5;
	padding-left: 40px;
	margin-right: 75px;
	height: 110px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF url(OBS_images/quotemarks.png) no-repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	padding: 5px 10px 15px 40px;
	margin-left: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-left: 215px;
	background: #EEEAE2;
	padding-right: 0px;
	padding-bottom: 10px;
} 
.categories {
	background: #EFEAE2;
	float: left;
	height: 200px;
	width: 32%;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #996;
}
.cat_images {
	padding-bottom: 6px;
}
.thrColFixHdr #footer {
	text-align: center;
	background: url(OBS_images/boxes.png) repeat-x top;
	margin-right: 180px;
	margin-left: 215px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #343434;
}
#container #sidebar1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #89938C;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 1px;
	line-height: 0px;
	height: 0;
}
#container #mainContent #main_photo {
	float: left;
	padding-right: 20px;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-right: 10px;
}
.p_indented {
	margin-left: 10px;
}
.categories4 {
	background: #EFEAE2;
	float: left;
	height: 200px;
	width: 25%;
	text-align: center;
}
.cat_images4 {
	padding-bottom: 6px;
	width: 150px;
}
#OBS_logo {
	float: left;
	padding-right: 290px;
}
#deal {
	float: left;
}
#topmenu {
	height: 30px;
	margin-bottom: 15px;
	background: #EEEAE2;
	margin-left: 20px;
}
#left_col_wrap {
	width: 185px;
	float: left;
}
.left_column_wrap {
	width: 185px;
	height: 500px;
	float: left;
}
#main_image_p_wrap {
	height: auto;
	padding-left: 0px;
}
.quote_name {
	color: #4E4656;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
}
.highlighted_text {
	font-size: 16px;
	color: #4C9CAB;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#main_photoGC {
	padding-left: 20px;
}
.after_photos {
	border: 1px dotted #A1B83E;
	float: left;
}
.before_photos {
	border: 1px dotted #A1B83E;
	float: left;
}
.ba_arrow {
	float: left;
	margin-left: 10px;
}
h1_before_after {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height: 29px;
	font-weight: bold;
	color: #A1B83E;
	padding-top: 10px;
}
#before_after_wrap {
	width: 735px;
	height: auto;
}
#main_image_ba_wrap {
	height: auto;
	width: 730px;
	float: left;
}
.highlighted_text_green {
	color: #A1B83E;
}
#main_bodyparagraph_wrap_homeprep {
	height: auto;
	padding-left: 400px;
}
.ba_photo_wrap_w_caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	float: left;
	height: 260px;
	width: 310px;
	padding-left: 10px;
}

