@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
	line-height:17px;
	padding-bottom:5px;
}
p + p {
	padding-top:5px;
}
h1 {
	font-size:22px;
	color:#6d0000;
	padding:0 0 5px 0;
}
h2 {
	font-size:18px;
	color:#ffffff;
	font-weight:100;
	text-align: center;
	padding: 5px 10px 5px 0;
}
h3 {
	font-size:15px;
	color:#6d0000;
	padding-top:9px;
	margin-top:7px;
	display:block;
	border-top:#6d0000 1px dashed;
	clear: both;
}
h4 {
	font-size:12px;
	color:#6d0000;
	padding-top:7px;
	margin-top:3px;
	display:block;
	clear: both;
}
h5 {
	font-size:12px;
	color:#000000;
	padding-top:7px;
	margin-top:3px;
	display:block;
	clear: both;
	text-align: center;
}
blockquote {
	margin-left:25px;
}
blockquote blockquote {
	margin-left:25px;
}

li {
	list-style:none;
	background:url(../images/list-bullet.gif) no-repeat 0 3px;
	padding:0 0 5px 10px;
	font-size: 12px;
	line-height:17px;
	margin-left:25px;
}
.box li {
	list-style:none;
	background:url(../images/list-bullet.gif) no-repeat 0 3px;
	padding:0 0 5px 10px;
	font-size: 12px;
	line-height:17px;
	margin-left:10px;
}
#banner h1, #banner h2, #banner p, #banner li {
	color:#000000;
}
#banner h1 {
	font-size:26px;
	line-height:26px;
}
#banner p {
	font-size:14px;
	font-weight:bold;
}
.noborder {
	border:none;
}
.icon {
	border:none;
	margin:5px 5px 5px 0;
}
.pic_left {
	text-align:left;
	padding:3px 5px 0 0;
	clear:both;
	float:left;
}
.pic_right {
	text-align:right;
	padding: 3px 0 0 5px;
	clear:both;
	float:right;
}

.text_leftcol {
	float:left;
	width:150px;
	text-align:left;
	margin:0 5px 5px 0;
}
.text_rightcol {
	width:135px;
	margin:0 0 5px 0;
}
.video {
	margin:0 0 10px 0;
	width:270px;
	float:left;
}

/* BUTTON LINK */
.button_link {
	color: #FFFFFF !important;
	background: url(../images/start_quote_btn.gif) no-repeat top;
	border:none;
	text-decoration:none !important;
	font-size:16px;
	font-weight:bold;
	width:120px;
	height:27px;
	float:left;
	cursor:pointer;
	padding:7px 0 1px 40px;
	margin:-10px 0 0 5px;
	clear:both;
	float:right;
	display:block;
}
.button_link:active {
	background:url(../images/start_quote_btn.gif) no-repeat bottom  !important;
}

/* BUTTON LINK LEFT*/
.leftbutton_link {
	color: #FFFFFF !important;
	background: url(../images/start_quote_btn.gif) no-repeat top;
	border:none;
	text-decoration:none !important;
	font-size:16px;
	font-weight:bold;
	width:120px;
	height:27px;
	float:left;
	cursor:pointer;
	padding:7px 0 1px 40px;
	margin:5px 0 5px 0;
	clear:both;
	float:left;
	display:block;
}
.leftbutton_link:active {
	background:url(../images/start_quote_btn.gif) no-repeat bottom  !important;
}

/* LINKS */
a:link {
	color:#6d0000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#6d0000;
}
h1 a, h2 a, h3 a {
	text-decoration:none !important;
	font-weight: bold !important;
}


/* SUBMIT BUTTON */
.submit_btn {
	background: url(../images/start_quote_btn.gif) no-repeat top;
	border:none;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	width:160px;
	height:35px;
	float:left;
	cursor:pointer;
	padding:0 0 1px 10px;
	margin:3px 3px 7px 3px;
}
.submit_btn:active {
	background: url(../images/start_quote_btn.gif) no-repeat bottom;
}

/* FORM FIELDS */
form p {
	padding:0;
}
label {
	float:left;
	width:255px;
	border-bottom:1px #D6D6D6 dotted;
	padding:4px 0 5px 0;
}
input {
	width:135px;
	margin:0 0 5px 0;
	padding:1px;
}
textarea {
	width:200px;
	margin:0 0 5px 0;
	padding:1px;
}
select {
	width:80px;
	margin:0 0 5px 0;
	padding:1px;
}
input.long_field, select.long_field, textarea.long_field {
	width:200px;
}
select.med_field {
	width:135px;
	margin:0 0 5px 0;
	padding:1px;
}
input.short_field, select.short_field, textarea.short_field {
	width:80px;
}
input.tiny_field, select.tiny_field {
	width:30px;
}
input.radio, input.checkbox {
	margin:0 5px 0 0;
	float:left;
	width:auto;
}
.check_label {
	width:auto;
	border:none;
	
}

form h3 + p {
	margin-top:5px;
}
form h4 + p {
	margin-top:5px;
}
span label {
	margin-left:20px;
}
span span label {
	margin-left:40px;
}
span span span label {
	margin-left:60px;
}
form p {
	clear:both;
}
.tiny {
	font-size: 10px;
	line-height:17px;
	padding-bottom:5px;
}