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

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address {
margin: 0; padding: 0; text-indent: 0;
border: none; outline: none;
text-decoration: none; font-size: 100%; font-weight: normal; font-style: normal;
list-style: none;
}
table, td, tr, tbody, thead, th, caption {
	border-spacing: 0; border: none; border-collapse: separate;
	vertical-align: top; text-align: left;
	font-weight: normal;
}
p, ul, ol { margin-bottom: 10px;  }
h1, h2, h3, h4, h5, h6 { margin-bottom: 5px; }
h1 { font-size: 1.4em; }
h2 {
	font-size: 1.2em;
	text-transform: capitalize;
}
h3 { font-size: 1.0em; }
h4, h5, h6 { font-size: 1em; }

/*****************  TYPOGRAPHY   ********************/

body { font-size: 0.9em; background: #b5b8bc; color: black; font-family: Trebuchet, sans-serif; }

a, a:visited {
	color: #394f91;
	text-decoration: underline;
}
a:hover, a:active {
	color: #394f91;
}

#sidebar h1 {
	color: #54a33c;
	font-size: 0.9em;
}

/*****************   MENU - SELECTED STAES   ********************/

body.home a#nav-home,
body.why  a#nav-why,
body.services  a#nav-services,
body.remodel  a#nav-remodel,
body.green  a#nav-green,
body.testimonials  a#nav-testimonials,
body.articles  a#nav-articles,
body.employment  a#nav-employment,
body.schedule  a#nav-schedule,
body.contact  a#nav-contact,
body.coupon a#nav-coupon {
	font-family: Arial;
	border: 0px none;
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	}

/*****************  FORMS   ********************/
form, fieldset, input { margin : 0; padding : 0; }

form {
	width: 34em;
	margin-left: 5px;
}

form p {
	font-size: 100%;
	padding: 2px;
	margin: 0;
}

/* fieldset styling */
fieldset {
	margin: 1em; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #e2e2e2;
}

/* legend styling */
legend {
	font-weight: bold;
	color: #0567ae;
}

/* style for  labels */
label {
	float: left;
	width: 14em;
}

/* style for required labels */
label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}

label.error, input.submit { color: #F00; margin: 5px 0 0 0; }

input {
	width: 225px;
}

input.radio, input.submit {
	width: auto;
}

textarea {
	width: 225px;
	height: 100px;
	padding:0;
} 

/*****************  SUBMIT   ********************/

form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 293px;
	padding: 0 .25em;
	background-color: #0567ae;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}

/* apply style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group { display: block; }

/*****************  END OF DEFAULT   ********************/

#main {
	width: 965px;
	margin: 0px auto 0;
	padding: 0 0 0 0;
        height: 100%;
	background: #fff;
}
ul {
	line-height: 1em;
}
li {	
}
li a{	color: #666666;	
}

/*****************   LOGO PLACEMENT   ********************/

#header h1 a {
	float: left;
	display: block;
	width: 300px;
	height: 220px;
	text-indent: -5000px;
	outline: none;
	text-decoration: none;
}
#description {
	float: left;
	padding: 40px 0 0 10px;
	display: block;
	width: 400px;
	height: 75px;
}
#description p{
	font-size: .8em;
	color: #696969;
}

/*****************   LAYOUT   ********************/

#header {
	height: 225px;
	width: 965px;
	background: url('../images/header.jpg') no-repeat left top;
	border-bottom: 8px solid #b5b8bc;
	padding: 0px;
margin: 0px
}
#bottom {
	height: 100%;
	width: 100%;
	background: #fff;
	min-height: 800px;

}
#sidebar {
	width: 240px;
	height: 100%;
	float: left;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF0000;

}
#nav{
	float: right;
	padding-top: 10px;
	width: 235px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#nav img{
padding-top: 80px;
}
#nav ul{
	padding: 0px;
	margin: 0px;
	float: right;
}
#content {
	width: 666px;
	float: left;
	padding: 0 0 0 30px;
	margin: 16px 0 0 0px;
}
#content_sub {
	width: 650px;
	float: left;
	padding: 0 0 0 30px;
	margin: 16px 0 0 0px;
}
#content p, #bottom_row p, #content_sub p {
	font-size: .9em;
	color: #000;
	line-height: 1.3em;
	padding-left: 8px;
}
#content ul, #bottom_row ul, #content_sub ul{
	font-size: .9em;
	color: #000;
	line-height: 1.3em;
	padding-left: 28px;
}


#content a{

}
#content h1, #bottom_row h1, #content_sub h1{
	color: #394f91;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	padding-left: 8px;
	text-decoration: none;
}
h1 a {
	
}
#content h2, #bottom_row h2, #content_sub h2, #content h3, #bottom_row h3, #content_sub h3{
	color: #394f91;	
	font-size: 1.0em;
	font-size: 1em;
	margin: 0px;
	padding-left: 8px;
	padding-bottom:5px;
}

#content h3, #bottom_row h3, #content_sub h3{ 
	font-weight:bold;
	}

#callout {
	width: 420px;
	height: 375px;
	background: #f0cccc url('../images/callout_header.jpg') no-repeat top center;
	padding:0;
	margin:0
}
#callout_rt {
	width: 225px;
	height: 338px;
	padding:0;
	margin:0;
}
#callout h1{
	width: 165px;
	height: 35px;
	color: #fff;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 1.1em;
	background: url('../images/callout_arr.jpg') no-repeat bottom right;; padding-left:15px; padding-right:0; padding-top:8px; padding-bottom:0px
}
#callout h1 a, #callout h1 a:link {
		text-decoration: none;	
}
#callout p, #sidebar_rt p{
	padding: 0px 12px 0 15px;
	margin-top: 0;
}
#sidebar p{
	color: #000;
	font-size: .7em;
	padding-right: 0;
	padding-bottom: 0;
}
#sidebar_rt {
	width: 230px;
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 5px;

}
#sidebar_rt img{
margin: 0 0 9px 0;
padding: 0px;
}
#below_nav {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#sidebar_rt p{
	font-size: .9em;
}
#callout_rt {
	width: 230px;
	height: 330px;
	background: #d9deee url('../images/callout_rt_header.jpg') no-repeat top center;
}
#callout_rt h1{
	width: 157px;
	height: 35px;
	color: #fff;
	font-weight: normal;
	line-height: 1.3em;
	font-size: 1.1em;
	background: url('images/callout_arr_rt.jpg') no-repeat bottom right;; padding-left:15px; padding-right:0; padding-top:8px; padding-bottom:0px
}
#bottom_row {
	width: 666px;
	float: left;
	padding-top: 20px;
	padding-left: 33px;
}
td#top_left {
	width: 210px;
}
td#left {
	width: 410px;
	padding-right: 20px;
}
#bottom_row ul{
	padding: 0 0 0 16px;
margin: 0px;
}
#callout ul{
	padding: 10px 0 0 26px;
	margin: 0px;
}
#bottom_row li, #callout li{
	font-size: .9em;
	margin-bottom: 5px;
	color: #000;
}
#footer {
	background: #fff;
	clear: both;
	display:  block;
	overflow:  hidden;
	width: auto;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
}
#footer p {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
#footer p.top {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#address {
	text-align: center;
	float: left;
	width: 245px;
	height: 80px;
	border-top: 1px dotted;
	margin-top: 10px;
}
#address p {
	color: #696969;
	font-family:Arial, Helvetica, sans-serif;
}
.cleaner {
	clear: both;	
}
#leftcol_txt {
	width: 215px;
	margin-left: 14px;
	float: left;
	padding-top: 20px;
	padding-bottom: 12px;
}
#phone{
	margin: 0px 0px 0px 385px;
	padding: 0px;
	text-align: left;
	color: #394f91;
	line-height: 1.6em;
	width: 225px;
	height: 225px;
	font-size:25px;
}
#phone h2{
padding-top: 55px;
}
#phone_left{
	float: left;
	color: #646464;
	border: 0px;
	margin: 0px;
	height: 190px;
	overflow: hidden;
}

#phone_right{
	float: right;
	color: #646464;
	border: 0px;
	margin: 0px;
	height: 190px;
	overflow: hidden;
}.breadcrumb {
	color: #FE0201;
	font-size: 0.7em;
}
#action {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FF0000;
	vertical-align: bottom;
	margin-top: 10px;
}
.padding {
	padding: 5px;
}
.underline {
	text-decoration: underline;
}

