@charset "utf-8";
body {
	padding: 0;
	text-align: center;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bg3.jpg);
}
.oneColLiqCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	padding: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
.oneColLiqCtrHdr #header {
	background-repeat: no-repeat;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	width: 960px;
	background-color: #000;
	background-image: url(images/top.jpg);
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 284px;
	overflow: hidden;
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 10px;
	margin: 0px;
	width: 940px;
}



.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.oneColLiqCtrHdr #footer {
	background-image: url(images/collision_repair_footer.jpg);
	padding-top: 0;
	padding-bottom: 0;
	height: 50px;
	position: relative;
	width: 960px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
} 

.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000;
}
.border1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #666;
}
.tableborders {
	border: 1px solid #999;
}
.bronze_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-image: url(images/collisionsite_bronze_system.jpg);
	height: 21px;
	border: 1px solid #960;
	text-align: center;
	line-height: 21px;
}
.silver_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-image: url(images/collisionsite_silver_system.jpg);
	text-align: center;
	height: 21px;
	border: 1px solid #999;
	line-height: 21px;
}
.gold_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-image: url(images/collisionsite_gold_system.jpg);
	text-align: center;
	height: 21px;
	border: 1px solid #C90;
	line-height: 21px;
}
.description_box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 8px;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #2B557F;
	padding-top: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	display: block;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #036;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 0px;
	padding: 0px;
}
.toplinkbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	width: 400px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 26px;
	margin-left: 0px;
	text-transform: capitalize;
	text-align: right;
	padding-right: 10px;
	line-height: 10px;
}
a.toplinks {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}


a.toplinks:hover {
	color:#069;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: static;
	font-weight: bold;
	text-decoration: underline;
	text-transform: capitalize;
}
a.toplinks: visited {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: static;
	font-weight: bold;
	text-decoration: none;
}
a.starthere {
	color:#CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}


a.starthere:hover {
	color:#FC0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	position: static;
	font-weight: bold;
	text-transform: none;
}
#topbuttons {
	width: 225px;
	border-size: 0px;
	background-color: #000;
	color: #FFF;
	font-size: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
	}
	
#topbuttons ul {
	color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 0;
	list-style-type: square;
	}
#topbuttons ul li {
	text-indent: 10px;
}

	
#topbuttons li a:link, #topbuttons li a:visited {
	color: #CCC;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1pt;
	height: 25px;
	text-transform: capitalize;
	background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 15px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	}
	
#topbuttons li a:hover {
	color: #FFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border-bottom-color: #CCC;
	letter-spacing: 1pt;
	text-transform: capitalize;
	text-decoration: none;
	background-color: #036;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	
#topbuttons li a:active {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	text-transform: capitalize;
	}

#menu {
	width: 200px;
	border-size: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	background-image: url(images/sidenav_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 15px;
	}
#newsbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	width: 200px;
	border: 1px solid #CCC;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFF;
	float: right;
}
#featured {
	float: right;
	height: 400px;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #CCC;
}
.bottomcontainer {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #999;
	border-left-color: #999;
	padding-bottom: 0px;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0px;
	width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.bottombox2 {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin-top: 0px;
	background-image: url(images/bottom_bg2.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: static;
	top: auto;
	height: 146px;
	width: 288px;
}
.bottomheader {
	height: 22px;
	width: 290px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/box_bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 6px;
	margin-top: 0px;
	background-position: top;
	margin-bottom: 0px;
}
.bottomlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.collision_repair_services {
	display: table-column;
}
a.websites {
	color:#CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	width: 245px;
	background-image: url(images/body_shop_websites_01.jpg);
	background-repeat: no-repeat;
	height: 220px;
	padding-top: 195px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #3F6581;
}
a.websites:hover {
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	width: 245px;
	background-image: url(images/body_shop_websites_01.jpg);
	background-repeat: no-repeat;
	height: 220px;
	padding-top: 195px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #036;
}
a.management {
	color:#CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	width: 244px;
	background-image: url(images/body_shop_websites_03.jpg);
	background-repeat: no-repeat;
	height: 220px;
	padding-top: 195px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #3F6581;
}
a.management:hover {
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	width: 244px;
	background-image: url(images/body_shop_websites_03.jpg);
	background-repeat: no-repeat;
	height: 220px;
	padding-top: 195px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #036;
}
a.comm {
	color:#CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	width: 245px;
	background-image: url(images/body_shop_websites_04.jpg);
	background-repeat: no-repeat;
	height: 220px;
	padding-top: 195px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #3F6581;
}
a.comm:hover {
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	width: 245px;
	background-image: url(images/body_shop_websites_04.jpg);
	background-repeat: no-repeat;
	height: 220px;
	padding-top: 195px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #036;
}
a.buttons {
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #3F6581;
	padding: 3px;
	white-space: nowrap;
	border: 1px solid #000;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 10px;
	margin-bottom: 1px;
}

a.buttons:hover {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #BAD1DE;
}
a.buttons2 {
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #3F6581;
	padding: 3px;
	white-space: nowrap;
	border: 1px solid #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

a.buttons2:hover {
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #BAD1DE;
}
.announce {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	background-color: #FFF;
	margin: 5px;
	padding: 5px;
	text-align: center;
	border: 1px solid #000;
}
h4 {
	font-weight: bold;
	text-transform: capitalize;
	color: #036;
	background-image: url(images/collision_repair_footer.jpg);
	margin: 0px;
	padding: 3px;
	height: 18px;
	border: 1px solid #666;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
legend {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #366B85;
	text-transform: capitalize;
}
fieldset {
	background-color: #FFF;
}
.plain_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-image: url(images/tableheader.jpg);
	text-align: left;
	height: 20px;
	border: 1px none #000;
	line-height: 19px;
	font-style: italic;
	padding-left: 10px;
	letter-spacing: 1px;
}
.white_bg {
	background-color: #FFF;
	border: 1px solid #666;
}
.formtext_right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #366B85;
	text-align: right;
}
