/* Styles */

/* Full Page */
body {
	padding: 0;
	margin: 0;
	background-color: #3c3d3e;
}

a {
color: #333;
font-weight: bold;
}

a:hover {
color: #27a0d1;
}

#fullwrap {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 1045px;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
}

/* Outer Wrapper */

#wrapper {
	width: 960px;
	height: 1045px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

/* Header */
	
#header {
	background-image: url('../images/header2.jpg');
	width: 960px;
	height: 214px;
}

/* Nav */

#nav {
	width: 960px;
	height: 44px;
}

#nav ul {
	list-style-type: none;
	margin-top: -16px;
	padding: 0;
	margin-left: 85px;
}

#nav li {
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 20px;
}

#nav img {
border: 0px;
}

#navshadow {
	width: 960px;
	height: 11px;
	background-image: url('../images/navbotshadow.png');
	background-repeat: none;
}

/* Bottom Wrapper */

#bottomwrap {
	width: 960px;
	height: 775px;
	overflow: hidden;
	vertical-align: top;
}

/* Left col */

#leftcol {
	background-image: url('../images/leftcolbg.png');
	background-repeat: repeat-y;
	float: left;
	width: 600px;
	height: 750px;
}

#leftcolinner {
	margin-left: 135px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	z-index: 1;
	height: 650px;
	width: 445px;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica;
	line-height: 130%;
}

#leftcolfooter {
	margin-left: 90px;
	z-index: 100px;
	position: relative;
	top: 45px;
	left: 0px;
}

#leftcolbotimg {
	padding: 0;
	margin: 0;
	width: 600px;	
	height:10px;
	background-image: url('../images/leftcolbgbot.png');
	z-index: 50;
	margin-top: 95px;
}

/* Right col/sidebar */

#rightcol {
	background-image: url('../images/rightcolbg.png');
	background-repeat: none;
	float: left;
	width: 244px;
	height: 614px;
	margin-left: 7px;
}

#rightcolinner {
	padding-left: 10px;
	padding-bottom: 10px;
	z-index: 1;
	width: 202px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
}

#rightcolinner p {
	text-align: center;
}

#rightcolform {
font-size: 8pt;
margin-left: auto;
margin-right: auto;
width: 175px;
}

#rightcolform input, #rightcolform textarea {
border: 1px solid #a4bacd;
}

.contactText {
size: 20;
}

/* Page Specific */

/* Home */
.accidentsimg {
	z-index: 100;
	margin-left: 75px;
	position: relative;
	top: 0;
	left: 0;
}

/* Services */
.servicesli {
padding-bottom: 10px;
}

/* Hours */

#hourstable {
width: 455px;
}

#hourstable td {
padding: 5px;
}

/* Testimonials */

#testgal {
list-style-type: none;
margin-left: -2em;
}

#testgal li {
list-style-type: none;
float: left;
padding: 10px;
}

#testgal img {
border: 0px;
}