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

/*************** Global Resets & HTML Elements ***************/
html, body, div, h1, h2, h3, h4, h5, h6, img, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body { 
	background:#fff;
	font-size: 14px;
}

h1 { color: #4f6997; font-size: 22px; }
h3 { color: #046380; }
h2 { color: #747272; }
/*************** Menu Elements ***************/

#menu-wrap {
	background: #2c2e31;
	height: 50px;
	width: 100%;
}

#menu {
	height: 100%;
	margin: 0 auto 0 auto;
	width: 900px;
}

/*************** Content Elements ***************/
#content-wrapper {
	width: 100%;
}

.container {
	margin: 0 auto 0 auto;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ctop {
	background:url(../images/top-background.jpg) top left repeat;
}

.divider {
	background: url(../images/divider.jpg) center no-repeat;
	clear: both;
	height: 3px;
	padding: 20px 0 12px 0;
	width: 900px;
}

.v-spacer { width: 100%; height: 20px; }


.blurb-top { background: url(../images/blurb-top.png); height: 15px; width: 335px; }
.blurb-body { background:url(../images/blurb-body.png); width: 315px; padding: 0 10px 0 10px; color: #fff }
.blurb-bottom { background:url(../images/blurb-bottom.png); width: 335px; height: 15px; }
.blurb-pic-right { margin: 0 0 0 10px; float: right; }

.darkblue-top {background: url(../images/darkblue-top.jpg); width: 335px; height: 15px }
.darkblue-body { background: url(../images/darkblue-body.jpg); width: 315px; padding: 0 10px 0 10px; color: #fff; }
.darkblue-bottom { background: url(../images/darkblue-bottom.jpg); width: 335px; height: 15px; }
.darkblue-body h2 { color: #ece3ac; }

.blogbox-top { background:url(../images/blogbox-top.jpg); width: 335px; height: 13px; }
.blogbox-body { background:url(../images/blogbox-body.jpg) top center repeat-y; width: 315px; padding: 0 10px 0 10px; }
.blogbox-bottom { background:url(../images/blogbox-bottom.jpg); width: 335px; height: 45px; }

.blurb-logo { margin: 0 0 0 105px; }
.blurb-body h2 { color: #fff; font-size: 23px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; text-align: left; }
.blurb-body h3 { color: #fff; font-size: 16px; font-family:Verdana, Geneva, sans-serif; text-align: left; }
.blurb-bigtext { font-size: 15px; }
.standout { font-family: Verdana, Geneva, sans-serif, sans-serif; font-size: 16px; }
.below { clear: both; padding: 1em 0 0 0; }

.alignleft { float: left; }
.aligncenter { margin: 0 auto 0 auto; }

.pic-left { float: left; margin: .25em 1.5em .25em 0; }

table { font-size: 12px; }
.l-sidebar {
	float:left;
	width: 335px;
	margin: 5px 0 0 0;
	padding: 0 10px 0 0;
}

.r-content {
	float: right;
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
	width: 530px;
}

.r-content li {
	margin: 0 0 0 2em;
}

.website {
	width: 250px;
	height: 275px;
	float: left;
}

.sales {
	width: 250px;
	height: 275px;
	float: right;
}

.left-sub {
	width: 250px;
	float: left;
}

.right-sub {
	width: 250px;
	float: right;
}
.pic-left { margin: 10px 20px 10px 0; float: left; }
.pic-right { margin: 10px 0 10px 20px; float: right; }
.quote-box { width: 510px; height: 92px; background:url(../images/quotes-box.jpg) bottom center no-repeat; clear:both; padding: 0 10px 0 10px; }

/*************** Left Form Elements ***************/
.leftform-top { margin: 0 0 0 0; background: url(../images/leftform-top.jpg) top center no-repeat; height: 36px; width: 335px; }
.leftform-top h3 { color: #b3935c; padding: 7px 0 0 40px; }
.leftform-bottom { background: url(../images/leftform-bottom.jpg) top center no-repeat; height: 29px; width: 335px; }

.leftform { background: url(../images/leftform-body.jpg) top center repeat-y; }
.leftform label { width: 7em; text-align: left; display: block; }
.leftform li { list-style-type: none; padding: .5em 0 .5em 3em; }

.mainform label {width: 8em; text-align: left; display: block; }
.mainform li { list-style-type: none; padding: .5em 0 .5em 3em; }


/*************** Footer Elements ***************/

#footer-wrap {
	background: #a7a37e;
	clear: both;
	margin: 10px 0 0 0;
	height: 150px;
	padding: 10px 0 0 0;
	width: 100%;
}

#footer {
	margin: 0 auto 0 auto;
	width: 900px;
}
	
/*************** Clearfix ***************/
	/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}