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

body {
	font: Arial Black, Arial, Gadget, sans-serif;
	background: #000 url(../images/bg.jpg) 50% 0 repeat-y;	
	margin-top: 0;
	color: #fff;
}

.bold {
	font-weight: bold;
}

#nav_front {
	margin: 7px auto 0;
	width: 912px;
	background: #000 url(../images/navBack.jpg) 0 0 no-repeat;
}

#container{
	margin: 0 auto;
	width: 995px;
	background: none;
	border: none;
}

#freeEstimates {
	padding: 0;
	font-size: 25px;
	font-family: Arial Black, Arial, Gadget, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

#bottomContainer {
	margin: 0 auto;
	width: 969px;
	height: 244px;
	background: transparent url(../images/topBg.jpg) 0 0 no-repeat;	
}

#bottomContainer p {
	color: #fff;
}

#contentContainer {
	margin: 10px auto 0;
	padding: 20px 0 0;
	width: 347px;
}

#leftContainer {
	margin: 30px 0 30px 130px;
	width: 325px;
	float: left;
	display: inline;
	
}

#leftContainer h1 {
	padding: 5px 0 0;
	color: #fff;
	font-size: 25px;
	font-family: Arial Black, Arial, Gadget, sans-serif;
	font-style: normal;
	font-weight: normal;
}

#address {
	padding: 0;
	text-align: center;
}

#leftContainer h2 {
	padding: 0;
	font-size: 25px;
	font-family: Arial Black, Arial, Gadget, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

#leftContainer h3 {
	padding: 7px 0 7px;
	width: 100%;
	color: #fff;
	font-style: normal;
	text-align: center;
}

#rightContainer {
	margin: 30px 90px 30px 0;
	padding: 0 0 10px 15px;
	float: right;
	display: inline;
	border-left: 1px solid #fff;
}

#rightContainer ul {
	margin: 10px 0 0;
}

#rightContainer li {
	font-family: Arial Black, Arial, Gadget, sans-serif;
	list-style: inside disc;
}


#hours {
	font-weight: bold;
	margin: 10px 0 0 10px;
}

#bottomContainer a {
	margin: 10px auto 0;
	width: 267px;
	height: 30px;
	display: block;
}

#stepImages {
	margin: 10px 0 0 0;
}

#stepImages li {
	margin: 0 18px;
	float: left;
	display: inline;
}

#steps {
	margin: 0 0 0 20px;
	padding: 10px 0 0 10px;
	width: 955px;
	height: 92px;
	background: transparent url(../images/steps_bg.jpg) 0 0 no-repeat;	
}

#steps li {
	float: left;
	display: inline;
}

#centerStep {
	margin: 0 55px 0 60px;
}

#siteLinks {
	margin: 0 auto;
	padding: 5px 0 0 12px;
	width: 760px;
}

#siteLinks li {
	margin: 0 0 0 5px;
	float: left;
	display: inline;
}

#footer {
	margin: 0;
	background-color: transparent;
}

#footer a {
	color: #fff;
}

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

#seo_text {
	margin: 15px;
	color: #666;
	height: 150px;
	overflow: auto;
}

#seo_text p {
	color: #666;
}

#seo_text a {
	color: #666;
	text-decoration: underline;
}

#MB_content p {
	line-height: normal;
}