@charset "UTF-8";
/* CSS Document */

* {
	/* margin:0; */ 
	padding:0;
	border:none;
	margin-top: 0px;
} /* this resets all browsers to "0", since some browsers have different defaults than others */

.img {
	border:none;
}


/* POSITIONING */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.30em;
	background-color: #666666;
}

div { 
text-align:left;} /* this will make all text default to left within div containers */

#container {
	width:950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #edeeef;
}
#header {
	background-image: url(/images/header/header-bg.jpg);
	height: 126px;
	width: 898px;
	padding-top: 11px;
	padding-left: 52px;
}
#main-nav {
	background-color: #c85e28;
	height: 52px;
	width: 950px;
}
#main-photos {
	width: 923px;
	margin-left: 16px;
}
#main-content {
	background-image: url(/images/global/main-content-bg.gif);
	background-repeat: no-repeat;
	width: 950px;
	padding-top: 40px;
	overflow: auto;
}
#main-content-photo-top {
	background-image: url(/images/global/main-content-bg.gif);
	background-repeat: no-repeat;
	width: 950px;
	overflow: auto;
	margin-top: -8px;
	background-position: 8px;
}
.float-container {
	overflow:auto;
	width: 100%;
}
#left-nav {
	margin-left: 29px;
	width: 188px;
	float: left;
}
.left-nav {
	background-image: url(/images/left-nav/left-nav-bg.jpg);
	width: 188px;
	padding-top: 14px;
}
.left-nav-image {
	padding-bottom: 14px;
}
#content {
	width: 475px;
	margin-left: 20px;
	float: right;
}
#content-wide {
	width: 850px;
	margin-left: 40px;
}
#content-404 {
	width: 650px;
	margin-left: 20px;
	margin-right: 40px;
	float: right;
}
#content-roofing {
	width: 550px;
	margin-left: 40px;
}
#content-testimonials {
	width: 655px;
	margin-left: 20px;
	float: right;
	margin-right: 50px;
}
#photos {
	width: 211px;
	margin-left: 20px;
	float: right;
}
#hightlight {
	width: 522px;
	background-image: url(/images/global/highlight.gif);
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-left: 30px;
	clear: left;
	margin-left: 29px;
	padding-right: 30px;
	font-size: 90%;
	line-height: 1.25em;
	padding-bottom: 10px;
}
#image-right {
	float: right;
	width: 278px;
	margin-right: 30px;
	margin-top: 53px;
}
#image-right-plumbing {
	float: right;
	width: 278px;
	margin-right: 30px;
}
#footer {
}

/* LINKS */

a:link {
	color: #c65d28;
	text-decoration: none;
}
a:visited {
	color: #c65d28;
}
a:hover {
	color: #c65d28;
	text-decoration: underline;
}
a:active {
	color: #c65d28;
}


/* GLOBAL STYLES */

.title {
	font-size: 105%;
	font-weight: bold;
	color: #0068B3;
}
.job-title {
	color:#333333;
}
.city {
	color: #c65d28;
}
ul {
}
h1 {
	font-size: 110%;
	font-weight: bold;
	color: #0068B3;
}
h2 {
}
h3 {
}
.disclaimer {
}

