@charset "utf-8";
body {
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
	font: 100% Verdana, Geneva, sans-serif;
	color: #162b45;
	background-image: url(../images/background/backTop1px0pxWhite.jpg); 
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
}

h1, h3 {
	color: #a28a64;
}
h1 {
	margin: 10px 0;
	font: 150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	font: 135% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 8px 0 0;
}
/* --------- for leftNav --------- */
h3 {
	font: 110% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #a28a64;
}
h3 a:link, h3 a:visited {
	color: #a28a64;
	text-decoration: none;
	font-weight: normal;
}
h3 a:hover, h3 a:active {
	color: #162b45;
	text-decoration: none;
	font-weight: normal;
}


h4 {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 0;
}

p {
	font: 80%/150%  Verdana, Geneva, sans-serif;
}

a:link, a:visited {
	color: #162b45;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active{
	color: #a28a64;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #a28a64;
}
div#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
div#mainContent { 
	background: #fff;
	width: 613px;
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: hidden;
	zoom: 1;
}
#mainContent img {
	float: right;
	margin: 3px 0 5px 5px;
	padding: 3px;
	border: 1px solid #45556a;
}

/* -------- Request a Quote Button -------- */

div.quoteButton {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	width: 205px;
}

a.quoteButton {
	margin: 0;
	padding: 4px 16px;
	background-color: #162b45;
	font: normal 140% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d0c0a5;
	text-decoration: none;
	border-width: 3px;
	border-style: solid;
	border-top-color: #92a1b4;
	border-right-color: #45556a;
	border-bottom-color: #45556a;
	border-left-color: #92a1b4;
}
.quoteButton a:hover, .quoteButton a:active{
	color: #a28a64;
	text-decoration: none;
}

/* -------- Articles -------- */
div.textBased {
	float: left;
	clear: right;
	width: 185px;
	margin: 0 14px 0 0;
	padding: 5px;
	border-right: 0px solid #d0c0a5;
}
ul.textBased {
	font: 80%/150%  Verdana, Geneva, sans-serif;
	padding-left: 5px;
	margin-left: 15px;
}
div.news {
	float: left;
	clear: right;
	width: 185px;
	margin: 0;
	padding: 5px;
	border-right: 0px solid #d0c0a5;
}


/* -------- left Navigation -------- */
div#leftNav {
	width: 126px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 5px;
}
#leftNav ul {
	font: 95%/110% Verdana, Geneva, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}
#leftNav li {
	margin: 0 0 20px;
	padding: 0;
}
#leftNav li a:link, #leftNav li a:visited {
	color: #162b45;
	text-decoration: none;
	font-weight: normal;
}
#leftNav li a:hover, #leftNav li a:active {
	color: #a28a64;
	text-decoration: none;
	font-weight: normal;
}
#leftNavSpot {
	font-weight: bold;
}


/* -------- left Certifications -------- */

div#certs {
	float: left;
	width: 125px;
	margin: 0 10px 0 0;
	padding: 50px 5px 15px;
	border: 0px solid #d0c0a5;	
	text-align: center;
}  
#certs img {
	margin: 0 0 30px;
	padding: 0;
	border: none;
	text-decoration: none;
}
#certs a:hover {
	border: none;
}
div#bbb {
	margin: 0 auto;
	padding: 0 32px;
	clear: both;
}

.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 */
	width: 950px;
	clear:both;
    height:0;
    line-height: 0px;
}

/* -------- right side information for index.php -------- */
div.side {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #ded3c0; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 auto;
	padding: 0 5px;
	font-size: 100%;
	text-align: center;
	border: 1px solid #45556a;
}
ul.side {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
ul#sideWork {
	font: 90%/120% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#sideServices {
	font: 110% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
li#sideServices {
	padding: 18px 0;
	border-top: 1px solid #162b45;
}
li#quote {
	font: 110% "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 3px double #162b45;
	margin: 0 10px;
	padding: 5px;
}

/* -------- facebook link -------- */
div#facebook {
	margin: 20px 0;
	padding: 5px;
	float: right;
	clear: both;
	width: 150px;
	vertical-align: bottom;
}
#facebook img {
	margin: 0;
	padding: 0 3px 0 0;
	float: left;
	border: none;
	text-decoration: none;
}
#facebook a {
	vertical-align: bottom;
	font-size: 90%;
	font-weight: normal;
}


/* -------- articles components.php & certs.php -------- */
div.twoColLf {
	width: 270px;
	margin: 0 5px 10px;
	padding: 10px 5px;
	float: left;
	border: 0px solid #d0c0a5;
}
div.twoColRt {
	width: 270px;
	margin: 0 5px 10px;
	padding: 10px 5px;
	float: right;
	border: 0px solid #d0c0a5;
}
div.twoColSpan {
	width: 571px;
	margin-left: 15px;
	padding: 10px 5px 15px;
	float: left;
	border: 0px solid #d0c0a5;
}
.twoColSpan ul {
	font: 80%/150%  Verdana, Geneva, sans-serif;
	padding: 0 0 0 18px;
	margin: 0;
}
.twoColSpan li {
	padding: 0 0 10px;
}

/* -------- work.php -------- */
li#flashing {
	list-style: none;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 30px;
	font-style: oblique;
}
li#flashing img {
	float: none;
}
li#flashing a:hover {
   border: none; }
   
/* -------- certs.php -------- */
p#bbb {
	margin: 0 auto;
	padding: 0 32px;
	clear: both;
}
p#bbb a:hover {
	border: none;
}

/* -------- customer feedback -------- */

blockquote {
	font: 90%/125%  Verdana, Geneva, sans-serif;
}



/* -------- photo gallery -------- */

div#photoGallery {
	background-color: #fff;
	width: 768px;
	margin: 0;
	padding: 10px 0 0 10px;
}
div#cesc {
	width: 750px;
	height: 500px;
	margin: 3px;
	padding: 1px;
}
p.credits {
	font: 65%/150%  Verdana, Geneva, sans-serif;
}

/* -------- contact.php -------- */
ul.contact {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact li {
	padding: 0;
}

/* -------- quote.php -------- */
fieldset {
	margin: 8px 0;
	padding: 10px;
}
label.blockLabel {
	font: 80%/150%  Verdana, Geneva, sans-serif;
	display: block;
	position: relative;
	margin: 12px 0;
}
label.blockLabel input {
	position: absolute;
	left: 170px;
}
p.radio {
	margin: 0;
	padding: 0;
}
.quote legend {
	color: #a28a64;
}
.quote span {
	color: red;
}
div#captcha {
	margin: 0;
	padding: 10px 0;
}
#sameAddress {
	font: 80%/150%  Verdana, Geneva, sans-serif;
	width: 180px;
	margin-left: 50px;
}
#address {
	width: 150px;
}
#firstname, #lastname, #city, #phone1, #phone2, #fax, #referral {
	width: 100px;
}
#email, #other {
	width: 200px;
}
#zip {
	width: 60px;
}
#siteaddress {
	width: 150px;
}
#sitecity {
	width: 100px;
}
#sitezip {
	width: 60px;
}

