@charset "utf-8";
/* CSS Document */
* {
	zoom:1;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
body {
	background:#EADCC6;
}
.clear {
	clear:both;
}
ul{
	padding-left:2em;
}

#negativeResponse, #positiveResponse {
	margin:10px auto;
	padding:5px;
	width:80%;
}
#negativeResponse {
	border:2px solid #CC0000;
	background-color:#FFCECE;
}
#positiveResponse {
	border:2px solid #FFFF00;
	background-color:#FFFFC4;
}

h1 {
	font-size:28px;
	color:#713B28;	
	padding-bottom:12px;
}
p {
	font-size:14px;
	color:#746865;
	line-height:22px;
	padding:8px 0px;
}
a {
	color:#5E8EC7;
}
#wrapper {
	width:980px;
	margin:10px auto 0px auto;
}
#header {
	background:url(/templates/template_2/images/header.png) top left no-repeat;
	width:980px;
	height:67px;
	padding:45px 0px 0px 30px;
}
#body {
	background:url(/templates/template_2/images/body-bg.png) top left repeat-y;
	padding:0px 10px;
}
#menu {
	background:#C3C2B9;
	border-top:2px solid #FDFEFE;
	border-bottom:2px solid #9F9E90;
	padding:6px 10px;
}
#menu li {
	display: inline;
}
#menu a {
	color:#0B0A11;
	text-transform:uppercase;
	font-size:14px;
	text-decoration:none;
	padding:0px 8px;
}
#menu a.selected, #menu a:hover {
	border-bottom:2px solid #0B0A11;
}
#content {
	padding:15px 25px;
}
#left {
	width:550px;
	float:left;
}
#right {
	width:320px;
	float:right;
}
.imgRight {
	float:right;
	background:#C3C2B9;
	padding:8px;
	margin:0px 0px 10px 15px;
}
#header h1 {
	text-transform:uppercase;
	color:#FFFFFF;
}
.alternate {
	color:#CFCEC7;
	font-size:inherit;
}
#footer {
	background:#6090C9;	
	padding:8px 20px;
	text-align:center;
}
#footer p {
	padding:0px 8px;
	color:#fff;
}

#quoteForm {
	width:100%;
	margin:0px -25px 10px;
	padding:0px 25px 10px;
	border-bottom:2px solid #9F9E90;
}

/* ----------------------------------------
	Forms
	---------------------------------------- */
.fs, .checkboxfs {
	display:block;
	padding-top: 5px;
	clear: both;
}
.fs label {
	display: block;
	float: left;
	width: 150px;
	text-align:right;
	padding-right: 5px;
	font-size: 14px;
}
.fs input.text, .fs textarea {
	border: 1px solid #9F9F9F;
	padding: 2px 3px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fs textarea {
	height: 100px;
}
.fs_submit input {
	width: 100px;
	padding: 2px 3px;
	margin: 15px 0px 0px 120px;
}
#error_box {
	margin:10px auto;
	padding:5px;
	width:80%;
	border:2px solid #CC0000;
	background-color:#FFCECE;
}
#error_box ul li {
	font-size:14px;
}
.error label {
	color:#990000;
}
.checkboxfs label {
	float:right;
	width:238px;
	font-size: 14px;
}
.checkboxfs input {
	float:left;
	width:40px;
	margin:3px 0px 0px 40px;
}

/* ----------------------------------------
	Google Maps
	---------------------------------------- */
#google_map {
	width:274px;
	height:274px;
	border:1px solid #cecece;
}
.htmlWindow {
	font-size:12px;
	color:#000;
	text-align:center;
}
.htmlWindow img {
	width:175px;
}