body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clear {
	clear:both;
}

form {
	margin:0;
	padding:0;
}

#wrap {
	width:980px;
	margin:0 auto;
}

#header {
	padding-top:20px;
}

#header .logo {
	float:left;
	padding-left:15px;
}

#header .call_now {
	float:right;
	padding-right:45px;
	padding-top:9px;
}

#banner {
	background:url(../images/gui/banner-1.jpg) no-repeat;
	width:980px;
	height:320px;
	margin-top:10px;
}

#content .left {
	float:left;
	width:378px;
	padding-top:10px;
}

#content h2 {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0050a3;
	padding-left:10px;
}

#content .right {
	float:right;
	width:602px;
}

#content .right .board {
	background:url(../images/gui/board-bg-2.jpg) repeat-y;
}

#content .right .board .board-content {
	background:url(../images/gui/board-bg-1.jpg) no-repeat;
	min-height:350px;
	color:#FFFFFF;
	font-size:16px;
}

.board-content .question {
	font-size:20px;
	padding:60px 80px 10px 30px;
}

* html .board-content .question { height: 0.01%; }

.board-content .answers {
	padding:10px 140px 10px 30px;
}

.board-content form .input_radio {
	float:left;
}

.board-content form label {
	float:left;
	width:400px;
	margin-left:10px;
}

.board-content form br {
	clear:both;
	line-height:25px;
}

.board-content .next {
	padding-left:300px;
	padding-top:10px;
}

.board-content .next a {
	font-size:14px;
	color:#FFFFFF;
}

.board-content .questions {
	display:none;
}

.board-content .questions_active {
	display:block;
}

#custom_quote {
	display:none;
	padding:10px 140px 10px 30px;
	font-size:12px;	
}

#custom_quote .title, #formNewsletter .title {
	font-size:20px;
}

#custom_quote label, #formNewsletter label {
	float:left;
	width:80px;
}

#custom_quote .input_field, #formNewsletter .input_field {
	float:left;
	width:150px;
	margin-bottom:3px;
}

#custom_quote br, #formNewsletter br {
	clear:both;
}

#custom_quote .title2 {
	padding-top:5px;
	padding-bottom:7px;
	font-weight:bold;
}

#custom_quote .submit {
	padding-left:80px;
}

.testimonial_body {
	line-height:16px;
}

.testimonial_author {
	text-align:right;
	padding-right:30px;
}

#successMessage {
	display:none;
	margin:24px 100px 0px 30px;
}

#testimonials{
	width: 450px;
	height: 180px;
	margin-left:40px;
	padding:20px 20px;
	margin-top:10px;
}

.newsletter_signup {
	background:url(../images/gui/box-yellow-c.gif);
	padding-left:20px;
	padding-right:20px;
}

#footer {
	border-top:3px solid #0050a3;
	text-align:center;
	padding:5px;
	width:900px;
	margin-top:5px;
}