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

/*------------- reset -------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, blockquote, 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;
	vertical-align: baseline;
}

/*------------- end reset -------------*/

body {
	background: #dbdcd6 url(../images/background.jpg) top center no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

p {
	margin-bottom: 20px;
}

#header {
	width: 1040px;
	height: 124px;
	background: url(../images/header_bg.jpg) no-repeat;
	margin: -2px auto 0 auto;
	overflow: hidden;
}

#banner {
	width: 1040px;
	height: 328px;
	background: url(../images/banner.jpg) no-repeat;
	margin: 0 auto;
}

#content_top {
	width: 1040px;
	height: 18px;
	background: url(../images/content_top.jpg) no-repeat;
	margin: 0 auto;
}

#content_shadow {
	width: 1040px;
	background: url(../images/content_shadow.png) repeat-y;
	margin: 0 auto;
}

#content {
	width: 954px;
	background: #fff url(../images/content_bg.jpg) repeat-x;
	margin: 0 auto;
	border-left: 3px solid white;
	border-right: 3px solid white;
	overflow: hidden;
}

#left {
	width: 575px;
	margin: 30px 50px 0 27px;
	float: left;
	overflow: hidden;
}

#right {
	width: 275px;
	float: left;
}

#contactbox {
	background: url(../images/contact_bg.jpg) no-repeat;
	width: 241px;
	padding: 17px;
	margin: 10px 0 20px 0;
}

#boxes li {
	text-indent: -9999px;
	width: 181px;
	height: 181px;
	display: block;
	float: left;
	margin: 0 0 20px 16px;
}

#boxes li a {
	width: 181px;
	height: 181px;
	display: block;
}

#boxes li:first-child {
	margin-left: 0;
}

#fr_box {
	background: url(../images/fire-restoration.jpg) no-repeat;
}

#wr_box {
	background: url(../images/water-restoration.jpg) no-repeat;
}

#m_box {
	background: url(../images/mold-restoration.jpg) no-repeat;
}

#footer {
	width: 900px;
	margin: 50px auto 0 auto;
	border-top: 1px solid black;
	clear: both;
	padding-bottom: 10px;
	overflow: hidden;
}

/* navigation */

#topnav {
	float: left;
	margin: -20px 0 0 372px;
	list-style-type: none;
	width: 630px;
}

#topnav li {
	text-indent: -9999px;
	float: left;
	margin-left: 14px;
}

#topnav li:first-child {
	margin-left: 0;
}

#home_but a, #fr_but a, #wr_but a, #mold_but a, #otherservices_but a {
	height: 12px;
	display: block;
}

#home_but a{
	background: url(../images/buttons/home.png) no-repeat;
	width: 39px;
}

#fr_but a{
	background: url(../images/buttons/firerestoration.png) no-repeat;
	width: 124px;
}

#wr_but a{
	background: url(../images/buttons/waterrestoration.png) no-repeat;
	width: 141px;
}

#mold_but a{
	background: url(../images/buttons/moldrestoration.png) no-repeat;
	width: 134px;
}

#otherservices_but a{
	background: url(../images/buttons/otherservices.png) no-repeat;
	width: 112px;
}

#home_but a:hover, #fr_but a:hover, #wr_but a:hover, #mold_but a:hover, #otherservices_but a:hover, #home #home_but a, #fr #fr_but a, #wr #wr_but a, #mold #mold_but a, #otherservices #otherservices_but a {
	background-position: 0 -12px;
}

#footer_nav {
	text-transform: uppercase;
	list-style-type: none;
	margin-top: 38px;
	line-height: 12px;
	float: left;
}

#footer_nav li {
	float: left;
	margin-left: 10px;
	border-left: 1px solid #6f6f6f;
	padding-left: 10px;
}

#footer_nav li a {
	color: #6f6f6f;
	text-decoration: none;
}

#footer_nav li a:hover {
	text-decoration: underline;
}

#footer_nav li:first-child {
	margin: 0; border: 0; padding: 0;
}

#home #footer_home_but a, #wr #footer_wr_but a, #fr #footer_fr_but a, #mold #footer_mold_but a, #otherservices #footer_otherservices_but {
	color: #c3411e;
}


/* text styles */

h1 {
	text-indent: -9999px;
	width: 274px;
	height: 79px;
	background: url(../images/dunrite-logo.png) no-repeat;
	margin: 15px 0 0 57px;
	float: left;
}

h1 a {
	display: block;
	width: 274px;
	height: 79px;
}

h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	width: 500px;
}

.topcontact1, .topcontact2 {
	color: white;
	text-align: right;
	margin: 15px 0 0 50px;
	width: 280px;
}

.topcontact2 {
	margin-left: 35px;
}

.footer_address {
	width: 150px;
	float: right;
	margin-top: 20px;
}

#left ul {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#home #left ul {
	margin-left: 0;
	padding-left: 0;
}

.f_14 {
	font-size: 14px;
	line-height: 20px;
}

.f_18 {
	font-size: 18px;
	line-height: 26px;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.white {
	color: white;
}

.lightblue {
	color: #b5f3f9;
}

.yellow {
	color: #ebdb98;
}

.def_link {
	text-decoration: none;
}

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

.ws {
	white-space: pre;
}

.gray {
	color: #6f6f6f;
}

.red {
	color: #c3411e;
}

.block {
	display: block;
}

.tmargin40 {
	margin-top: 40px;
}



/* form */

#contactform {
	overflow: hidden;
}

#contactform label {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	float: left;
	width: 55px;
	margin-top: 3px;
	clear: right;
}

#contactform input {
	margin-bottom: 10px;
	width: 180px;
	float: right;
	border: 1px solid black;
}

#contactform #submit {
	width: 70px;
	float: right;
	margin-top: 10px;
	clear: right;
}
