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

body {
	margin: 0;
}

/* ---------- Header CSS ---------- */

#header {
	width: 100%;
	height: auto;
	float: left;
	z-index: 10;
	position: relative;
}
#banner {
	height: auto;
	width: 100%;
	background-image: url(../images/banner.jpg);
	background-repeat: repeat-x;
}
#top {
	height: 140px;
	width: 987px;
	margin: 0 auto;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}
#logo {
	float: left;
	height: 140px;
	width: 240px;
}
#contactInfo {
	float: right;
	height: auto;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3390CF;
	padding-top: 24px;
	text-align: center;
	text-shadow: rgba(255,255,255,1) 0px 1px 0px;
	font-style: italic;
}
#navigation {
	height: 40px;
	width: 100%;
	background-image: url(../images/navbar.jpg);
	background-repeat: repeat-x;
}
#navbar {
	height: 40px;
	width: 968px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3AA8E4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 40px;
	padding-right: 26px;
	padding-left: 26px;
	text-shadow: rgba(0,0,0,.7) 0px 1px 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3AA7E1;
	border-left-color: #3390CF;
	text-align: center;
	height: 40px;
	width: auto;
	background-image: url(../images/nav.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#navbar a:hover {
	background-position: bottom;
	border-right-style: none;
	padding-right: 27px;
	padding-left: 27px;
	border-left-style: none;
}
#navbar a:active {
	line-height: 42px;
}


/* ---------- End of Header CSS ---------- */


/* ---------- Home Page Content CSS ---------- */

#mainContent {
	float: left;
	height: auto;
	width: 100%;
	background-image: url(../images/content-background.jpg);
	background-repeat: repeat-x;
	background-color: #F2F7FA;
}
#mainImage {
	height: 360px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	background-image: url(../images/main-image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #DDF1FA;
}
#centerImage {
	height: 360px;
	width: 987px;
	margin: 0 auto;
}
#centerLeft {
	float: left;
	height: 360px;
	width: 400px;
}
#centerRight {
	float: right;
	height: auto;
	width: 336px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#availableText {
	width: 320px;
	font-weight: bold;
	font-size: 24px;
	color: #C61D1E;
	text-shadow: rgba(255,255,255,1) 0px 1px 0px;
	padding-top: 48px;
}
#phoneText {
	font-size: 42px;
	font-weight: bold;
	height: auto;
	width: 320px;
	text-shadow: rgba(255,255,255,1) 0px 1px 0px;
	padding-top: 12px;
	text-indent: 12px;
	padding-bottom: 12px;
}
#centerRightText {
	display: block;
	height: 32px;
	width: auto;
	line-height: 32px;
	text-indent: 20px;
	color: #666;
	margin-bottom: 6px;
}
#contentWrapper {
	height: auto;
	width: 987px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contentColumns {
	height: auto;
	width: 987px;
	padding-top: 20px;
	float: left;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
#contentColumns ul li {
	text-decoration: none;
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#contentColumns ul li a {
	text-decoration: none;
	color: #666;
}
#contentColumns ul li a:hover {
	text-decoration: underline;
}
#contentbar {
	height: 40px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	display: block;
	background-position: left top;
	text-shadow: rgba(0,0,0,.5) 0px 1px 0px;
	margin-top: 80px;
	line-height: 40px;
}
#leftColumn {
	float: left;
	height: auto;
	width: 658px;
}
#rightColumn {
	float: right;
	height: 370px;
	width: 285px;
	background-image: url(../images/estimates.png);
	padding-right: 22px;
	padding-left: 22px;
}
#leftLeft {
	float: left;
	height: 370px;
	width: 285px;
	background-image: url(../images/what-we-do.png);
	padding-right: 22px;
	padding-left: 22px;
}
#leftRight {
	float: right;
	height: 370px;
	width: 285px;
	background-image: url(../images/who-we-are.png);
	padding-right: 22px;
	padding-left: 22px;
}
#news {
	width: 967px;
	height: auto;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}
#callToday {
	display: block;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E5EE;
	color: #666;
	text-shadow: rgba(255,255,255,1) 0px 1px 0px;
}
#newsline {
	display: block;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-shadow: rgba(255,255,255,1) 0px 1px 0px;
}
#newsline a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
#newsline a:hover {
	text-decoration: underline;
}

/* ---------- End of Home Page Content CSS ---------- */


/* ---------- Page Content CSS ---------- */

#marginAuto {
	height: auto;
	width: 968px;
	margin: 0 auto;
}
#content {
	height: auto;
	width: 968px;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 0px #666;
	-webkit-box-shadow: 0px 0px 0px #666;
	box-shadow: 0px 0px 0px #666;
	z-index: 1;
	min-height: 600px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
#content h1 {
	color: #308BCB;
	display: block;
	padding-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #1E8FD1;
}
#content h1 a{
	text-decoration: none;
	color: #308BCB;
}
#content h1 a:hover {
	text-decoration: underline;
}
#content a {
	text-decoration: none;
	color: #666;
}
#content a:hover {
	text-decoration: underline;
}
#leftContent {
	height: auto;
	width: 605px;
	padding-left: 20px;
	float: left;
}
#leftContentGallery {
	height: auto;
	width: 928px;
	padding-left: 20px;
	float: left;
}
#rightContent {
	float: right;
	height: 370px;
	width: 285px;
	background-image: url(../images/estimates.png);
	padding-right: 22px;
	padding-left: 22px;
	margin-top: 10px;
}

/* ---------- End of Page Content CSS ---------- */


/* ---------- Contact Content CSS ---------- */


#leftContact {
	height: auto;
	width: 625px;
	padding-left: 20px;
	float: left;
}
#rightContact {
	float: right;
	height: auto;
	width: 283px;
	padding-right: 20px;
}
#cityBackground {
	background-image: url(../images/city-image-repeat.jpg);
	height: auto;
	width: 100%;
	float: left;
}

/* ---------- End of Contact Content CSS ---------- */


/* ---------- Form CSS ---------- */

.textfield {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 26px;
	width: 283px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	font-style: italic;
	border: 1px solid #CCC;
}
.textArea {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 283px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	font-style: italic;
	border: 1px solid #CCC;
}
input#submit {
	display: block;
	height: 35px;
	width: 285px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	background-image: url(../images/quote-btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-shadow: rgba(0,0,0,1) 0px 1px 0px;
	cursor: pointer;
}
input#submit:hover {
	background-position: bottom;
}
form p {
	position: relative;
}
form p label {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	font-style: italic;
	z-index: 9999;
	text-indent: 8px;
	cursor: text;
}
form p br {display: none;}

/* ---------- End of Form CSS ---------- */

/* ---------- Footer CSS ---------- */

#footer {
	height: 300px;
	width: 100%;
	float: left;
	background-image: url(../images/footer-background.jpg);
	background-repeat: repeat-x;
}
#footerContainer {
	height: auto;
	width: 968px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navTwo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #424242;
	width: auto;
	padding-top: 32px;
	padding-bottom: 16px;
	height: 16px;
	padding-left: 148px;
}
#navTwo a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #A5A5A5;
	font-size: 14px;
	padding-left: 8px;
	display: block;
	float: left;
	padding-right: 8px;
	text-shadow: rgba(0,0,0,.6) 0px 1px 0px;
}
#navTwo a:hover {
	color: #CCC;
}
#copyright {
	height: auto;
	width: 968px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-shadow: rgba(0,0,0,.6) 0px 1px 0px;
	text-align: center;
	color: #A5A5A5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #707070;
	padding-top: 16px;
}
#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #A5A5A5;
	text-shadow: rgba(0,0,0,.6) 0px 1px 0px;
}
#copyright a:hover {
	color: #CCC;
}

/* ---------- End of Footer CSS ---------- */
