@charset "utf-8";
/* CSS Document */
* {
	zoom:1;
	padding:0px;
	margin:0px;
}
body {
	background:#CCCCCC;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.clear {
	clear:both;
}
ul{
	padding-left:2em;
}
p {
	margin-bottom:14px;
}
h1, h2 {
	color:#CC6600;
	border-bottom:2px solid #FFEBE1;
	margin-bottom: 8px;
}

#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;
}

#wrapper {
	width:960px;
	margin:0px auto;
	background:#FFF;
	border:2px solid #666666;
}
#header {
}
#navigation {
	background:#0A3584;
	border:1px solid #0A3559;
}
#navigation li {
	display:block;
	padding:4px 25px;
	float:left;
	color:#FFF;
}
#navigation li a {
	color:#FFF;
	text-decoration:none;
}
#navigation li a:hover {
	text-decoration:underline;
}
#body {
	float:left;
	width:550px;
	padding:25px;
}
.service {
	margin:10px 0px;
	padding:10px;
	border:2px solid #009245;
	background:#E1F2E4;
}
.service img {
	float:right;
	padding:0px 0px 8px 8px;
}
.service h2 {
	font-size:24px;
	width:364px;
	margin-bottom:8px;
	color:#006600;
	border-bottom:none;
}
#right {
	float:right;
	padding:25px;
	width:310px;
}
#footer {
	background:#0A3584;
	border:1px solid #0A3559;
	color:#FFF;
	text-align:center;
}
#footer a {
	color:white;
}

/*----------Contact Styles----------*/

#contact .contactRight {
	width: 275px;
	float: right;
}

#contact .contactLeft {
	float: left;
	width: 215px;
}

#contact h1 {
	border-top: none;
	border-bottom: 2px solid #C5DCDB;
	padding-top: none;
	padding-bottom: 5px;
}

#contactForm {
	margin-top: 10px;
	margin-left: 30px;
}

.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, .fs textarea {
	border: 1px solid #9F9F9F;
	padding: 2px 3px;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fs1, .checkboxfs {
	display:block;
	padding-top: 5px;
	clear: both;
}
.fs1 label {
	display: block;
	float: left;
	width: 150px;
	text-align:right;
	padding-right: 5px;
	font-size: 14px;
}
.fs1 input, .fs1 textarea {
	border: 1px solid #9F9F9F;
	padding: 2px 3px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fs1 textarea {
	height: 100px;
}
.fs_submit {
	display:block;
	clear:both;
}
.fs_submit input {
	width: 100px;
	padding: 2px 3px;
	margin: 15px 0px 0px 120px;
}

.fs2 {
	display:block;
	width:415px;
}
.fs2 label {
	display: block;
	float: left;
	width: 150px;
	text-align:right;
	padding-right: 5px;
	font-size: 14px;
}
.fs2 input {
	border: 1px solid #9F9F9F;
	padding: 2px 3px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear:right;
	float:right;
}
.fs2 a, .fs2 img {
	clear:right;
	float:right;
}
.fs3 {
	display:block;
	width:300px;
}
.fs3 label {
	display: block;
	float: left;
	width: 150px;
	text-align:right;
	padding-right: 5px;
	font-size: 14px;
	clear:both;
	padding-top:10px;
}
.fs3 input {
	border: 1px solid #9F9F9F;
	padding: 2px 3px;
	margin-top:5px;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear:right;
	float:right;
}
.fs3 a, .fs3 img {
	clear:right;
	float:right;
}
#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:230px;
	font-size: 14px;
}
.checkboxfs input {
	float:left;
	width:40px;
	margin:3px 0px 0px 40px;
}
#google_map {
	width:274px;
	height:274px;
	border:1px solid #cecece;
}
.htmlWindow {
	font-size:12px;
	color:#000;
	text-align:center;
}
.htmlWindow img {
	width:175px;
}