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

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* CSS Clearfix */
.clear {
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

/* CSS Generic */
h1 {
	font-size:1.8em;
	margin-bottom:10px;
}
h2 {
	font-size:1.4em;
	margin-bottom:10px;
}
h3 { 	font-size:1.2em;
	margin-bottom:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#555;
	line-height:1.5em;
	background:#2e4660 url(images/bgtop.gif) top repeat-x;
}
img.border {
	border:1px solid #666;
}
a:link, a:visited {
	color:#b26502;
	text-decoration:underline;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}
.underline {
	text-decoration:underline;
}
.center {
	text-align:center;
}
/*CSS Sections */
#wrapper {
	width:844px;
	margin:0 auto;
}
#header {
	float:left;
	width:844px;
	height:auto;
}
#header .header-top {
	float:left;
	width:844px;
	height:139px;
}
#header .header-top .logo {
	float:left;
	width:257px;
	height:104px;
	margin:18px 0 0 38px;
	background:url(images/logo.gif) no-repeat;
}
#header .header-top .logo h1 a {
	display:block;
	text-indent:-999em;
	width:264px;
	height:66px;
}
#header .header-top .menu {
	float:right;
}
#header .header-top .menu li {
	float:left;
	display:inline;
	text-align:center;
}
#header .header-top .menu li a:link, #header .header-top .menu li a:visited {
	display:block;
	width:99px;
	height:39px;
	padding-top:100px;
	color:#918473;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	background:url(images/bgmenu-off.gif);
}
#header .header-top .menu li a:hover, #header .header-top .menu li a:active {
	width:99px;
	height:139px;
	color:#fff;
	background:url(images/bgmenu-on.gif);
}
#header .header-top .menu li a.onpage {
	color:#fff;
	background:url(images/bgmenu-on.gif);
}
#header .masthead {
	float:left;
	width:844px;
	height:309px;
	background:url(images/masthead.jpg);
}
#header .masthead h2 {
	text-indent:-999em;
}
#content {
	float:left;
	width:844px;
}
#content .textbox {
	float:left;
	width:814px;
	font-size:1.1em;
	background-color:#e2dece;
}
#content .textbox .singlecol {
	float:left;
	width:804px;
	padding:20px;
	background:#C6BFA9 url(images/bgtabs.gif) no-repeat;
}
#content .textbox .singlecol .subpage {
	float:left;
	width:100%;
}
#content .textbox .singlecol .subpage img.bottom {
	margin-bottom:15px;
}
#content .textbox .singlecol .subpage img.left {
	float:left;
	margin-right:15px;
}
#content .textbox .singlecol .subpage img.right {
	float:right;
	margin-left:15px;
}
#content .textbox .singlecol .subpage .repairbox {
	float:left;
	width:100%;
	margin:10px 0 10px 0;
}
#content .textbox .leftcol {
	float:left;
	width:255px;
}
#content .textbox .rightcol {
	float:left;
	width:540px;
}
#content .textbox .leftlist {
	float:left;
	width:250px;
	padding:10px;
}
#content .textbox .rightlist {
	float:left;
	width:250px;
	padding:10px;
}
#content .textbox p {
	padding:0 0 15px 0;
}
#content .textbox .cert {
	margin-top:10px;
}
#content .textbox .contact {
	float:left;
	width:100%;
}
#content .textbox .contact .map {
	float:left;
	margin-right:15px;
	border:1px solid #666;
}
#content .textbox .contact form {
	float:left;
	width:220px;
	text-align:right;
}
#content .service-tabs {
	float:left;
	width:824px;
	height:294px;
	padding:15px 0 0 20px;
	text-align:center;
	background:#C6BFA9 url(images/bgtabs.gif) no-repeat;
}
#content .service-tabs .service-box {
	float:left;
	margin:10px 5px 0 5px;
}
#content .contractor {
	float:left;
	margin-top:10px;
	text-align:center;
}
#content .contractor h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#c97305;
}
#content .contractor img {
	padding:20px;
}
#footer {
	float:left;
	width:844px;
	margin-top:20px;
	color:#fff;
}
#footer ul {
	text-align:center;
}
#footer li {
	display:inline;
	font-size:1em;
	font-weight:bold;
}
#footer li a:link, #footer li a:visited {
	color:#fff;
	padding:10px;
	text-decoration:none;
}
#footer li a:hover, #footer li a:active {
	color:#000;
}
form p {
	clear:both;
}
label {
	float:left;
	width:50px;
	text-align:left;
}
/*-------------------------gallery-------------------------*/
.gallery h1 {
	font-size:18px;
	text-align:center;
	margin:10px 0px 10px 0px;
}
.gallery h4 {
	margin-bottom:5px;
}
.gallery .photo {
	width:175px;
	text-align:center;
	float:left;
	margin-left:20px;
}
.gallery a img {
	border:none;
}
a.button {
	width:200px;
	background-image:url(images/moreButton.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:40px;
	display:block;
	margin:0px auto 0px auto;	
}
a.button:hover {
	background-image:url(images/moreButtonHover.jpg);
}
.clear {
	clear:both;
	font-size:0px;
	height:0px;
}
