@charset "UTF-8";
@import 'reset.css';
body {
	background-image: url(../images/bkgd.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*div.homebar {
	background-color: #333;
	position: absolute;
	height: 34px;
	width: 30%;
	top: 317px;
	z-index: -1;
}
div.bar {
	background-color: #333;
	position: absolute;
	height: 34px;
	width: 27%;
	top: 190px;
	z-index: -1;
}*/
p {
	padding-bottom: 10px;
	line-height: 16px;
}
p.rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin: 2px 0 10px 0;
	padding: 0px;
	width: 100%;
	clear: both;
}
p.gallery {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
h1 {
	font-size: 34px;
	margin-top: 2px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CE252D;
}
h2.padbottom {
	padding-bottom: 10px;
}
a.homelink {
	background-image: url(../images/btn1-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
	width: 89px;
}
a.projectslink {
	background-image: url(../images/btn2-projects.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
	width: 122px;
}
a.newslink {
	background-image: url(../images/btn3-news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
	width: 83px;
}
a.serviceslink {
	background-image: url(../images/btn4-services.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
	width: 117px;
}
a.gallerylink {
	background-image: url(../images/btn5-gallery.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
	width: 109px;
}
a.contactlink {
	background-image: url(../images/btn6-contact-us.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
	width: 143px;
}
a.linkslink {
	background-image: url(../images/btn7-links.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 48px;
	width: 91px;
}
a:hover {
	text-decoration: underline;
}
#header {
	background-image: url(../images/bkgd-header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 175px;
	text-align: center;
}
#header #nav {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 48px;
}
#header #nav ul li {
	display: inline;
	float: left;
}
#header #nav ul li a {
	display: block;
}
#header #nav ul li a:hover, #header #nav ul a.selected {
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	z-index: 10;
}
#content.home {
	background-image: url(../images/bkgd-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 45px;
	padding-left: 45px;
}
#content.home p.description {
	width: 365px;
}
#content.services {
	background-image: url(../images/bkgd-services.gif);
	background-repeat: no-repeat;
	background-position: 15px 30px;
}
#content p.estimatelink a, #content p.estimatebar a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 1px;
}
#content p.estimatelink a:hover, #content p.estimatebar a:hover {
	text-decoration: underline;
}
#content p.estimatebar {
	background-image: url(../images/estimatebar-cap.gif);
	background-repeat: no-repeat;
	float: left;
	width: 155px;
	height: 26px;
	margin-top: 5px;
	padding-top: 8px;
	margin-right: 15px;
}
#content p.serviceslinks {
	margin-top: 8px;
	text-align: center;
}
#content p.servicespic {
	height: 200px;
}
#content.home p.estimatelink {
	position: relative;
	top: 15px;
}
#content.home p.membertext {
	font-size: 10px;
	line-height: 12px;
	width: 380px;
	margin-top: 150px;
	margin-left: 295px;
	clear: both;
}
#content #leftcolumn {
	width: 500px;
	margin-left: 20px;
	clear: both;
	float: left;
}
#content #rightcolumn {
	float: right;
	width: 200px;
}
#content #footer {
	margin-top: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
	clear: both;
}
.boldred {
	color: #CE252D;
	font-weight: bold;
}
.clearboth {
	clear: both;
	padding-bottom: 20px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hidden {
	display:none;
}
.imagefloatleft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.imagefloatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.indent {
	margin-right: 20px;
	margin-left: 20px;
}
.nopadindent {
	padding: 0px;
	margin-left: 175px;
}
.phone {
	float: left;
	padding-right: 15px;
}
.redtext {
	color: #CE252D;
}
