@charset "utf-8";
body  {
	font:100% Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #5b5b5b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	vertical-align:middle;
}

table, tr, td {border-collapse:collapse; margin:0px; padding:0; vertical-align:top; border:0;}
table, td, img {border:0;}

a { color:#a12830 }
a:hover { color:#a12830; text-decoration:none }

hr { width:99%; height:1px; color:5b5b5b; }

h1 { font-family:Arial, Helvetica, sans-serif; font-size:24px; color:#a12830; text-align:left; padding: 0 0 0 0; margin:0; }
h2 { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#3e3e3e; text-align:left; ; padding: 0 0 0 0; margin:0;}

img img:hover {
border:0;
}

#container {
width: 980px;
height:100%;
padding: 7px;
background: #cbccce;
text-align:center;
vertical-align:middle;
margin:0 auto;
}

.content {
width: 966px;
margin: 0 auto;
padding: 0;
text-align:left;
}

.header {
width: 966px;
height: 169px;
text-align:left;
margin:0; 
padding:0;
}
.navigation {
width: 965px;
height: 55px;
text-align:left;
margin:0; 
padding:0;
}

.navigation td a {display:block;text-decoration:none; padding:0; margin:0; }
.navigation td a:hover {text-decoration:none;}
.navigation img {border:0; margin:0; }

.navigation td.home a  {width:207px; height:55px; background:url(images/btn-home_1.jpg) no-repeat; }
.navigation td.home a:hover {width:207px; height:55px; background:url(images/btn-home.jpg) no-repeat; }
.navigation td.team a  {width:208px; height:55px; background:url(images/btn-team.jpg) no-repeat;}
.navigation td.team a:hover {width:208px; height:55px; background:url(images/btn-team_1.jpg) no-repeat;}
.navigation td.test a  {width:187px; height:55px; background:url(images/btn-test.jpg) no-repeat; }
.navigation td.test a:hover {width:187px; height:55px; background:url(images/btn-test_1.jpg) no-repeat; }
.navigation td.emergency a  {width:187px; height:55px; background:url(images/btn-emergency.jpg) no-repeat; }
.navigation td.emergency a:hover {width:187px; height:55px; background:url(images/btn-emergency_1.jpg) no-repeat; }
.navigation td.contact a  {width:176px; height:55px; background:url(images/btn-contact.jpg) no-repeat; }
.navigation td.contact a:hover {width:176px; height:55px; background:url(images/btn-contact_1.jpg) no-repeat; }

.service-bar {
width:965px;
height:27px;
text-align:left;
margin-top:2px;
border-top:solid #000000 1px;
}

.service-icons {
width: 965px;
height: 185px;
text-align:left;
margin:0;
padding:0 0 5px 0;
border-bottom:solid #000000 1px;
}

.service-icons td a {display:block;text-decoration:none; padding:0; margin:0; }
.service-icons td a:hover {text-decoration:none;}
.service-icons img {border:0; margin:0; }

.service-icons td.fire a  {width:246px; height:175px; background:url(images/fire_1.jpg) no-repeat; }
.service-icons td.fire a:hover {width:246px; height:175px; background:url(images/fire_1.jpg) no-repeat; }
.service-icons td.water a  {width:237px; height:175px; background:url(images/icon-water.jpg) no-repeat;}
.service-icons td.water a:hover {width:237px; height:175px; background:url(images/icon-water.jpg) no-repeat;}
.service-icons td.smoke a  {width:238px; height:175px; background:url(images/emergency_1.jpg) no-repeat; }
.service-icons td.smoke a:hover {width:238px; height:175px; background:url(images/emergency_1.jpg) no-repeat; }
.service-icons td.mold a  {width:244px; height:175px; background:url(images/structure_1.jpg) no-repeat; }
.service-icons td.mold a:hover {width:244px; height:175px; background:url(images/structure_1.jpg) no-repeat; }

.left-nav {
width:230px;
height:100%;
padding:15px;
margin:0px;
}
.left-nav ul, .left-nav li, .left-nav a{
font-size:12px;
color:#a12830;
}
.left-nav a:hover{
text-decoration:none; 
}
.left-nav ul {
margin:13px;
padding:0;
}
.left-nav li {
margin:5px;
padding:0;
}
.main-content {
width:670px;
height:100%;
padding:15px;
margin:0px;
vertical-align:top;
}
.right-img {
float:right;
margin:0 0 10px 10px;
}
.footer {
width:962px;
height:30px;
background-color: #751211;
border:thin #302b23 solid;
padding-top:10px;
text-align: center;
margin: auto;
color:#dddddd;
font-weight:bold;
font-size:14px;
table-layout:auto;
}
.footer a {
text-decoration:none;
color:#dddddd;
vertical-align:middle;
}
.footer a:hover {
color:#999999;
}
.copyright {
text-align:right;
color:#5b5b5b;
font-size:10px;
padding-top:3px;
}
.copyright a {
color:#5b5b5b;
text-decoration:none;
}
.copyright a:hover {
text-decoration: underline;
}
.copyright font {
font-size:10px;
color:#000000;
font-weight:bold;
}

