/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-x 0 0;
	text-align: left;
}

img {
	border: 0;
}

/* Header  ***************************/

.header {
	background: url(../images/bg-header.jpg) no-repeat 0 0;
	margin: 0 auto;
	width: 945px;
	height: 117px;
}

img#logo {
	margin: 0 0 0 10px;
	float: left;
}

div.phone {
	width: 173px;
	float: right;
	font: bold 18px/40px Verdana, Arial, Helvetica, sans-serif;
	color: #2B4493;
	text-align: center;
	margin: 0 12px 0 0;
	padding: 0;
}

li.house span {
	display: none;
}

li.house {
	margin-left: 20px;
}


li#bar a:link {
	background: url(../images/bar-div.jpg) no-repeat left 2px;
	padding-left: 15px;
}


/* Link Declarations  *********************************************/

.col1 a:link, .col1 a:active, .col1 a:visited {
	color: #0099FF;
	border-bottom: 1px dotted #0099FF;
	text-decoration: none;
}

.col1 a:hover {
	border-bottom: 1px solid #0099FF;
}

.tabs a:link, .tabs a:active, .tabs a:visited {
	border-bottom: 1px dotted #0099FF;
	color: #0099FF;
	text-decoration: none;
}

.tabs a:hover {
	border-bottom: 1px solid #0099FF;
	text-decoration: none;
}

p#estimate a:link, p#estimate a:visited, p#estimate a:active {
	border-bottom: none; 
	color: #98DB6D;
	text-decoration: none;
}

p#estimate a:hover {
	color: #ADFB7C;
}


/* Image Declarations *********************************************/

img.bump {
	padding-top: 30px;
}

/* Main Text Declarations *********************************************/

h1 {
	font: normal 24px/125% Arial, Helvetica, sans-serif;
	color: #105A98;
}

h2 {
	font: normal 18px/125% Arial, Helvetica, sans-serif;
	color: #333;
}

h3 {
	font: bold 16px/125% Arial, Helvetica, sans-serif;
	color: #105A98;
}

p {
	font: normal 13px/135% Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}

.main h1 span {
	display: none;
}

p.bump {
	padding-top: 35px;
}

p#estimate {
	font: normal 20px/125% Arial, Helvetica, sans-serif;
	color: #98DB6D;
	float: left;
	width: 150px;
	padding: 0;
	margin: 32px 0 0 85px;
}

p#estimate span {
	padding-left: 30px;
}

p#copyright {
	font: normal 11px/100% Arial, Helvetica, sans-serif;
	color: #3C582B;
	width: 590px;
	margin: 45px 27px 0 0;
	float: right;
	text-align: right;
}

#red {
	color:#990000;
}

/* List declarations  *********************/

ul {
	font: normal 12px/115% Arial, Helvetica, sans-serif;
	color: #454545;
	text-align: left;
}

li {
	padding: 3px;
	margin: 0;
}

/* Recent Jobs Page  ******************************/

#jobs ul {
	font: normal 11px/115% Arial, Helvetica, sans-serif;
	color: #454545;
	text-align: left;
	width: 245px;
	float: right;
}

#jobs li {
	padding: 3px;
	margin: 0;
}

#jobs h2 {
	text-align: left;
	width: 500px;
	float: left;
}

#jobs h3 {
	color: #4D5B26;
	text-align: left;
	width: 275px;
	float: right;
	margin-bottom: 5px;
}

img.job-pic {
	float: left;
	margin-top: 15px;
	padding: 1px;
	border: 1px solid #135C99;
}

.divider {
	margin-top: 25px;
	width: 500px;
	height: 10px;
	float:left;
	clear: both;
	border-top: 1px solid #CCC;
}

.divider#bott {
	margin-bottom: 25px;
	border-top: none;
}


/* Tabs ***************************************/

.tabs {
	background: url(../images/bg-tabs.jpg) no-repeat center 0;
	width: 945px;
	height: 75px;
	margin: 15px auto 0 auto;
}

.tab1, .tab2, .tab3 {
	font: normal 13px/100% Arial, Helvetica, sans-serif;
	width: 205px;
	float: left;
	margin-top: 45px;
}

.tab1 {
	margin-left: 86px;
}

.tab2 {
	margin-left: 106px;
}

.tab3 {
	margin-left: 105px;
}


/* Footer  ************************************************/

.footer {
	background: url(../images/bg-footer.jpg) no-repeat 0 0;
	width: 945px;
	height: 116px;
	margin: 0 auto;
}

#home .footer {
	background: url(../images/bg-footer-hp.jpg) no-repeat 0 0;
}

.footer-container {
	background: url(../images/bg-footer-container.jpg) repeat-x 0 0;
	width: 100%;
	height: 116px;
	margin: 0 auto;
}

.footer ul {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	list-style-type: none;
	color: #3C582B;
	width: 580px;
	margin: 30px 25px 0 0;
	float: right;
	text-align: right;
}

.footer li {
	display: inline;
	padding: 4px;
	margin: 0;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	text-decoration: none;
	color: #333;
}

.footer a:hover {
	color: #000;
}

/* Main Content/Structure Container  ***********************************/

.main {
	background: url(../images/bg-content.jpg) no-repeat 0 0;
	margin: 0 auto;
	width: 945px;
}

.col1 {
	width: 530px;
	float: left;
	margin: 15px 0 0 60px;
}

.col2 {
	width: 275px;
	float: right;
	margin: 10px 38px 0 0;
}

#home .main {
	background: url(../images/bg-content-hp.jpg) no-repeat 0 0;
}

#home .col1 {
	width: 370px;
	float: left;
	margin: 35px 0 0 60px;
}

#home .col2 {
	width: 432px;
	float: right;
	margin: 9px 38px 0 0;
}

.col2 img#tabs {
	margin: 0 0 20px 0;
}

.spacer {
	width: 300px;
	clear: both;
}

/* Forms, field, etc. ************************************/

div.form {
	margin: 30px 0 0 0;
}

.field {
    display: block; 
    clear: both; 
}

div#contact-note p {
    overflow: hidden;
    margin: 0 0 10px 0;
}

#contact-note label {
	font: bold 12px/140% Arial, Helvetica, sans-serif;
	color: #666666;
    width: 80px;
    padding: 3px 0 0 20px;
    float: left; 
}

#contact-note input, #contact-note textarea  {
    width: 350px;
    float: left;
    background-color: #FFF;
    border: 1px solid #135C99;
    float:left;
    height:18px;
    color: #333;
    padding:4px 4px 0 4px;
    font: normal 12px/130% Arial, Helvetica, sans-serif;
}

#contact-note input.req {
	background-color: #E8E8E8;
}

#contact-note p textarea {
    height: 100px;
}
#contact-note .buttons {
    padding-left: 75px;
}
#contact-note .captcha {
    display:block;
    margin:5px 0 0 75px;
    padding-bottom: 5px;
}
.field span {
	padding-left: 100px;
	line-height: 30px;
}

input#sendit {
    width: 85px;
    height: 35px;
    background: url(../images/btn-submit.jpg) top center;
    text-indent:  -9999px;
    color:#CCC;
    letter-spacing:-8px;
    font-size: 0px;
    cursor: pointer;
    border: 0px;
    float: left;
	margin-left: 100px;
}

input#sendit:hover {
    background: url(../images/btn-submit.jpg) bottom center;
}
	
/* Main Navigation *********************/

.header ul {
	font: bold 13px/17px Arial, Helvetica, sans-serif;
	color: #214455;
	list-style-type: none;
	width: 590px;
	float: right;
	text-align: right;
	padding: 10px;
	margin: 20px 15px 0 0;
}

.header li {
	display: inline;
	padding: 0;
	margin: 0 2px;
}

.header li.reg {
	font-weight: normal;
	padding: 0 1px;
}

.header ul a:link, .header ul a:visited, .header ul a:hover, .header ul a:active {
	color: #214455;
	text-decoration: none;
	padding: 9px 5px 9px 10px;
}

.header ul a:hover {
	text-decoration: underline;
}





