﻿/* layout ----------------------------------------------- */
body {
	background-color: #EDEDED;
	margin: 0px;
}
#stage {
	width: 997px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header_top {
	background-image: url('../images/header-top_bg.png');
	background-repeat: repeat-y;
	width: auto;
	height: 22px;
}
#header {
	background-image: url('../images/content-container_bg.png');
	background-repeat: repeat-y;
	width: auto; /* 985px; */
	height: auto; /* 110px; */
	padding: 0 15px 0 15px;
}
#header_bot {
	background-image: url('../images/header-bot_bg.png');
	background-repeat: no-repeat;
	width: auto;
	height: 20px;
}
#nav-container {
	background-image: url('../images/nav-container_bg_BretnoRed.png');
	background-repeat: no-repeat;
	height: 100px; /* 146px; */
}
#nav {
	padding: 0 12px;
}
#phoneNum {
	color: black; /* #543019; */
	font-size: 24px;
	clear: left;
	text-align: right;
	padding: 0 15px 0 0;
}
#login {
	color: black;
	font-size: 18px;
	text-align: right;
	padding: 0 15px 100px 0;
	/* margin: 0 0 0 250px; */
}
#login a {
	color: black;
	font-size: x-small;
	font-style: normal;
	text-decoration: none;
}
#login a:hover {
	color: black;
	font-size: x-small;
	font-style: normal;
	text-decoration: underline;
}
#content-container {
	background-image: url('../images/content-container_bg.png');
	background-repeat: repeat-y;
	padding: 15px 25px 0 25px;
	float: left;
	width: 947px;
	clear: left;
}
#content {
	clear: left;
	float: left;
	width: 650px; /* 691px; */
	padding: 0 40px 15px 15px;
}
#carousel-container {
	width: 915px; /* 947px; */
	height: auto;
	margin: 0 auto 25px auto;
	padding: 0 0 15px 0;
	text-align: center;
	border-bottom: 1px silver solid;
}
#bottom {
	background-image: url('../images/bottom_bg.png');
	background-repeat: no-repeat;
	width: 997px;
	float: left;
	text-align: center;
	color: #777777;
	padding: 25px 5px 15px 5px;
}
#bottom td {
	border-right: thin gray solid;
	width: 200px;
	height: 100px;
}
#services {
	padding: 5px 0 0 0;
}
#footer {
	background: #800000 url('../images/footer_bg.png') repeat-x;
	width: 100%;
	height: 200px; /* auto; */
	float: left;
	padding: 15px 0 0 0;
}
#footer-content {
	width: 947px;
	height: 150px;
	color: white;
	margin: 15px auto 0 auto;
	padding: 0 0 0 15px;
}
#sitemap {
	width: auto;
	height: auto;
}
#sitemap a {
	color: black;
	font-style: normal;
	text-decoration: none;
}
#sitemap a:hover {
	color: #800000;
	font-style: normal;
	font-weight: bold;
}
#homeContent {
	float: left;
	width: 650px;
	height: auto;
	padding: 1px 40px 15px 15px; /*Top 1px just to be safe :)*/
}
#whowhathow {
	width: 650px;
	height: auto;
	padding: 5px 40px 15px 0;
}
#whowhathow td {
	width: 200px;
	vertical-align: top;
	padding: 5px 10px 10px 10px;
	border-right: 1px #BEC0C2 solid;
}
#whowhathow h1 {
	background-color: #B10124;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: white;
	border: none;
	padding: 5px;
	text-align: center;
}
#whowhathow p {
	font-size: small;
	line-height: 20px;
}
#copy {
	width: 425px;
	height: auto;
	/* position: relative;
	left: 0px;
	top: 60px; */
	margin: 100px 0 0 0;
	padding: 0 0 0 5px;
}
#free-quote-top {
	background-image:url('../images/free-quote-form_top-bg.png');
	background-repeat: no-repeat;
	width: 215px;
	height: 13px;
	margin: 15px 0 0 0;
}
#free-quote-mid {
	background-image:url('../images/free-quote-form_mid-bg.png');
	background-repeat: repeat-y;
	width: 215px;
	height: auto;
}
#free-quote-mid p {
	color: white;
	font-size: x-small;
}
#free-quote-mid h2 {
	color: white;
	font-family: "Cooper Black"; /* Verdana; */
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#free-quote-mid li {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
#free-quote-mid input {
	color: gray;
	width: 165px;
}
#free-quote-submit-btn {
	background:transparent url('../images/btnSubmit_white.png') bottom left no-repeat;
	height: 39px;
	width: 200px;
	border: 0px transparent solid;
	margin: 0 auto 0 auto;
	text-align: center;
}
#free-quote-submit-btn:hover {
	/* background-position: top left;
	cursor: pointer; */
	background:transparent url('../images/btnSubmit_red.png') bottom left no-repeat;
	cursor: pointer;
	height: 39px;
	width: 200px;
	border: 0px transparent solid;
	margin: 0 auto 0 auto;
	text-align: center;
}
#free-quote-bot {
	background-image:url('../images/free-quote-form_bot-bg.png');
	background-repeat: no-repeat;
	width: 215px;
	height: 13px;
}
#checkMark li{
	list-style-image: url('../images/list_checkMark.png');
	padding: 0 0 5px 5px;
}
#paypal {
	float: right;
	margin: 5px 0 0 0;
}