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

* {
	margin: 0;
	padding: 0;
}

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

p {
	margin-bottom: 10px;
}

h1 {

}

h2 {
	font-weight: bold;
	font-size: 12px;
	color: #000d7f;
	margin-bottom: 10px;
}

.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#outerWrapper {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#wrapper {
	position: relative;
	float: left;
}

#top {
	background-image: url(../images/top.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 75px;
}

#top span {
	display: none;
}

#logo {
	position: absolute;
	top: -40px;
	left: -30px;
}

#header {
	background-image: url(../images/home_header.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 159px;
	border-top: 1px solid #f17104;
	border-right: 1px solid #f17104;
	border-left: 1px solid #f17104;
	float: left;
	width: 748px;
}

#body {
	float: left;
	width: 748px;
	clear: both;
	border-bottom: 1px solid #f17104;
	border-right: 1px solid #f17104;
	border-left: 1px solid #f17104;
	margin-bottom: 10px;
}

#pageBanner {
	text-align: right;
}

#iicrc {
	float: left;
	width: 161px;
	padding: 5px 10px 0px 10px;
	border-top: 1px dashed #f17104;
	font-weight: bold;
	font-size: 11px;
	;
}

#content {
	padding: 10px 10px 180px 175px;
	float: left;
	width: 377px;
	background: url(../images/content_home_bottom_bg.jpg) bottom no-repeat;
}
#content2 {
	padding: 10px 10px 180px 175px;
	float: left;
	width: 377px;
}
#content3 {
	padding: 10px 10px 10px 175px;
	width: 560px;
}

#content ul {
	margin: 0px 0px 10px 10px;
	color: #F17104;
}

#content ul li {
	margin-left: 20px;
}

#content2 {
	padding: 10px;
	width: 542px;
	float: left;
}

#rightColumn {
	float: right;
	width: 170px;
	border-left: 1px dashed #f17104;
	padding: 5px;
	margin-top: 10px;
	color: #f17104;
}

#rightColumn h2 {
	color: #f17104;
	font-size: 14px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #f17104;
}

#siteMenu {
	padding-top: 40px;
	background: url(../images/sitemenu.jpg) top center no-repeat;
	float: left;
	margin-bottom: 10px;
}

#menuContainer {
	width: 181px;
	position: absolute;
	top: -25px;
	left: -30px;
	background-image: url(../images/navBG.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 10px;
	color: #ffffff;
}

.navContent {
	text-align: center;
	font-weight: bold;
}

.address {
	color: #f17104;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

#nav li {
	list-style: none;
}

#nav li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	width: 181px;
	display: block;
	height: 32px;
}

#nav li a span {
	display: none;
}

#nav li a.home {
	background: url(../images/home_off.jpg) no-repeat;
}

#nav li a.home:hover {
	background: url(../images/home_on.jpg) no-repeat;
}

#nav li a.why {
	background: url(../images/whyteam_off.jpg) no-repeat;
}

#nav li a.why:hover {
	background: url(../images/whyteam_on.jpg) no-repeat;
}

#nav li a.services {
	background: url(../images/services_off.jpg) no-repeat;
}

#nav li a.services:hover {
	background: url(../images/services_on.jpg) no-repeat;
}

#nav li a.estimates {
	background: url(../images/estimate_off.jpg) no-repeat;
}

#nav li a.estimates:hover {
	background: url(../images/estimate_on.jpg) no-repeat;
}

#nav li a.faq {
	background: url(../images/faq_off.jpg) no-repeat;
}

#nav li a.faq:hover {
	background: url(../images/faq_on.jpg) no-repeat;
}

#nav li a.contact {
	background: url(../images/contact_off.jpg) no-repeat;
}

#nav li a.contact:hover {
	background: url(../images/contact_on.jpg) no-repeat;
}

#footer {
	clear: both;
	float: left;
	background-color: #000d7f;
	padding: 5px;
	color: #6971b4;
	width: 742px;
}

#footer p {
	margin: 0;
}

#footerLeft {
	float: left;
	width: 385px;
	border-right: 1px solid #ffffff;
}

#footerRight {
	float: right;
	width: 350px;
	text-align: right;
}

#bottom {
	
}
#footer a{
	color: #6971b4;
	text-decoration:none;
}

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

.TestimonialText{
	color:#f17104;
}