/* CSS Document */

/******************** LAYOUT **************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/background.gif) repeat scroll 50% 0;
	font-size:13px;
	line-height:16px;
	color:#434343;
	padding:0 1px 0 0;
	margin:0px;
	text-align:left;
}

* html body {
	padding:0 0 0 1px;
}

#main_wrapper {
	width:900px;
	padding:0px 7px 0px 7px;
	background:url(../images/main-wrapper-bg.gif) repeat-y;
}

#header {
	width:867px;
	height:95px;
	border-top:solid 10px #263a95;
	background:#FFFFFF url(../images/header-bg.gif) repeat-x;
	padding:4px 12px 2px 21px;
}

#navbar {
	width:900px;
	height:28px;
	background:url(../images/nav-bg.gif) no-repeat;
	padding:7px 0px 0px 0px;
}

.nav-link {
	display:block;
	float:left;
	height:28px;
}


#nav-home {
	background:transparent url(../images/nav-home.gif) no-repeat scroll 0 0;
	width:70px;
	margin-right:2px;
}

#nav-home-on {
	background:transparent url(../images/nav-home.gif) no-repeat scroll 0 -28px;
	width:70px;
	margin-right:2px;
}

#nav-about {
	background:transparent url(../images/nav-about.gif) no-repeat scroll 0 0;
	width:99px;
	margin-right:2px;
}

#nav-about-on {
	background:transparent url(../images/nav-about.gif) no-repeat scroll 0 -28px;
	width:99px;
	margin-right:2px;
}

#nav-utilities {
	background:transparent url(../images/nav-utilities.gif) no-repeat scroll 0 0;
	width:203px;
	margin-right:2px;
}

#nav-utilities-on {
	background:transparent url(../images/nav-utilities.gif) no-repeat scroll 0 -28px;
	width:203px;
	margin-right:2px;
}

#nav-drainage {
	background:transparent url(../images/nav-drainage.gif) no-repeat scroll 0 0;
	width:104px;
	margin-right:2px;
}

#nav-drainage-on {
	background:transparent url(../images/nav-drainage.gif) no-repeat scroll 0 -28px;
	width:104px;
	margin-right:2px;
}

#nav-plumbing {
	background:transparent url(../images/nav-plumbing.gif) no-repeat scroll 0 0;
	width:102px;
	margin-right:2px;
}

#nav-plumbing-on {
	background:transparent url(../images/nav-plumbing.gif) no-repeat scroll 0 -28px;
	width:102px;
	margin-right:2px;
}

#nav-excavating {
	background:transparent url(../images/nav-excavating.gif) no-repeat scroll 0 0;
	width:119px;
	margin-right:2px;
}

#nav-excavating-on {
	background:transparent url(../images/nav-excavating.gif) no-repeat scroll 0 -28px;
	width:119px;
	margin-right:2px;
}

#nav-contact {
	background:transparent url(../images/nav-contact.gif) no-repeat scroll 0 0;
	width:120px;
}

#nav-contact-on {
	background:transparent url(../images/nav-contact.gif) no-repeat scroll 0 -28px;
	width:120px;
}

#nav-home:hover, #nav-about:hover, #nav-utilities:hover, #nav-drainage:hover, #nav-plumbing:hover, #nav-excavating:hover, #nav-contact:hover {
	background-position:0 -28px;
}

.nav-link span {
	display: none;
}


#content {
	background-color:#FFFFFF;
	width:878px;
	padding:11px;
}

#background-wrapper {
	background-image:url(../images/content-bg.gif);
}

#main_col {
	width:685px;
	float:left;
	margin-right:-193px;
}

#main_col_pad {
	padding:11px;
}

#right_col {
	float:right;
	width:159px;
	background-color:#f5d6b1;
	border-top:solid 1px #eea256;
	border-right:solid 1px #eea256;
	border-left:solid 1px #eea256;
	padding:11px 11px 11px 10px;
}

#right_col_bottom {
	width:878px;
	height:1px;
	background-image:url(../images/right-col-bottom.gif);
	clear:both;
}

#footer {
	width:884px;
	height:54px;
	background-color:#333333;
	border-top:solid 10px #263a96;
	padding:8px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

#footer a {
	color:#FFFFFF;
}

.footer_box {
	border-left:2px solid #595858;
	padding:3px 8px 3px 8px;
}

/******************** STYLES **************************/

table {
	font-size:12px;
}

a {
	color:#263a96;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 0px 0px 20px 0px;
}

.title {
	background:#efeeee url(../images/title-dot.gif) left no-repeat;;
	border:1px solid #dedddd;
	padding:9px 9px 9px 38px;
	border-top:solid 10px #333333;
	color:#263a96;
	font-size:19px;
	font-weight:bold;
	letter-spacing:-.4px;
	text-transform:uppercase;
}

.subtitle {
	color:#888888;
}

.header1 {
	font-size:22px;
	font-weight:bold;
	line-height:normal;
}

.header2 {
	font-size:18px;
	font-weight:bold;
	line-height:normal;
}

.header3 {
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}

h1 {
	font-size:22px;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
}

h2 {
	font-size:18px;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
}

h3 {
	font-size:14px;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:#000000;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.image_on_left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.estimate-field {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #eea256;
	margin-bottom:8px;
	width:155px;
}

.estimate-submit {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #eea256;
}

.form_submit {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
