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,
b, u, i, center,
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;
    background: transparent;
}
a:link {
	color: #000000;
}
a:visited {
	color: #690700;
}
a:hover {
	color: #666666;
}

body {
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-align: center;
    background: #fddb98;
    color: #000;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

#container {
    width: 912px;
    margin: 0px auto;
    text-align: left;
}

#header {
    height: 235px;
    position: relative;
    background: url("../images/header_bg.jpg") no-repeat left top;
}

#logo {
    float: left;
    width: 414px;
    padding: 0px 0px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
}

#logo a {
    color: #fff;
    text-decoration: none;
}

#logo a:hover {
    text-decoration: underline;
}

#logo img {
    margin-bottom: 5px;
}

#contact_form {
    width: 215px;
    float: right;
    padding: 20px 32px 0px 0px;
    color: #fff;
    line-height: 18px;
}

#contact_form input {
    padding: 1px 0px;
    margin: 0px;
}

#contact_form .contact_title {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 20px;
}

#contact_form .left {
    float: left;
    width: 82px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
}

#contact_form .right {
    float: right;
    width: 125px;
    margin-bottom: 7px;
}

#contact_form select, #contact_form .big_input {
    width: 123px;
    border: solid 1px #000;
}

#contact_form .small_input {
    width: 31px;
    border: solid 1px #000;
    float: left;
    margin-right: 6px !important;
    margin-right: 4px;
}

#contact_form .medium_input {
    width: 42px;
    border: solid 1px #000;
    float: right;
}

#contact_form .submit_button {
    width: 67px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    background: url("../images/submit_btn.gif") no-repeat center;
    border: none;
    padding-bottom: 3px;
    font-size: 11px;
}

#navigation {
    position: absolute;
    bottom: 21px !important;
    bottom: 20px;
    left: 13px;
}

#navigation a {
    display: block;
    float: left;
    margin-right: 7px;
    width: 107px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: url("../images/menu_bg.gif") no-repeat left top;
}

#navigation a:hover {
    text-decoration: underline;
}

#main_content {
    background: url("../images/main_content_shadow.jpg") repeat-y left top;
    line-height: 14px;
    margin-bottom: 5px;
}

#bottom_round {
    background: url("../images/bottom_round.jpg") no-repeat left bottom;
    padding: 20px 35px;
    zoom: 1;
}

.left_column {
    width: 300px;
    float: left;
    margin-right: 30px;
}

.contact_column {
    width: 475px;
    float: left;
    margin-right: 30px;
}

.casestudy_left_column {
    width: 280px;
    float: left;
    margin-right: 20px;
}

#casestudy_header {
	width: 560px;
}
#casestudy_cases {
	width: 590px;
}
.signature {
    padding-left: 140px;
}

.center_column {
    width: 280px;
    float: left;
}

.right_column {
    width: 210px;
    float: right;
}

h1 {
    color: #690700;
    font-size: 21px;
    font-weight: bold;
    line-height: 20px;
}

h2 {
    color: #690700;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 15px;
}

h3 {
    color: #690700;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
h4 {
    color: #690700;
	font-size: 11px;
    font-weight: bold;
	margin-left: 140px;
	padding: 10px;
	
}
h5 {
    color: #690700;
	font-size: 11px;
    font-weight: bold;
	margin-left: 440px;
	padding: 10px;
	
}
h6 {
    color: #fff;
	font-size: 25px;
    font-weight: bold;
	padding: 5px 0px 5px 0px;
}
.bolder {
    color: #690700;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
	}

.services {
    padding: 25px 0px 30px;

}

.services a { 
    display: block;
    width: 164px;
    height: 37px;
    line-height: 37px;
    padding-top: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    text-align:center;
    margin: 0px auto 15px;
}

.services .water {
    background: url("../images/water.jpg") no-repeat left top;
}

.services .fire {
    background: url("../images/fire.jpg") no-repeat left top;
}

.services .smoke {
    background: url("../images/smoke.jpg") no-repeat left top;
}

.services .mold {
    background: url("../images/mold.jpg") no-repeat left top;
}

#footer {
    padding-bottom: 10px;
    margin: 0px 14px;
}

#footer a {
    text-decoration: none;
    color: #000;
}

#footer a:hover {
    text-decoration: underline;
}

.footer_left {
    float: left;
    padding-left: 28px;
    font-weight: bold;
}

.footer_right {
    float: right;
    padding-right: 28px;
}

.footer_items {
    padding-left: 5px;
    padding-top: 22px;
    font-size: 11px;
    zoom: 1;
}
.footer_items {
    padding-left: 5px;
    padding-top: 22px;
    font-size: 11px;
    zoom: 1;
}
.footer_items a {
    float: left;
    text-align: center;
    margin-right: 55px;
}
