

/**
 *	Global
 */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/**
 *	Quote Header
 */
div.quote_header {
	background: url('../images/bg_header.jpg') no-repeat right top;
/*	border-bottom: solid 1px #CCC;*/
/*	padding-bottom: 15px;*/
}
div.quote_header h1 {
	color: #0b2f6b;
	font-size: 1.8em;
	margin: 0;
	padding: 25px 0 20px 0;
}
div.quote_header p {
	color: #444;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 10px 0;
	width: 250px;
}
div.quote_header div.request_header {
	background-color: #FFF;
	border: solid 1px #bfc4c9;
	border-bottom: none;
	color: #0b2f6b;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 10px;
	position: relative;
	z-index: 20;
}



/**
 *	Quote Form
 */
div#quote_form {
	border-top: solid 1px #bfc4c9;
	color: #333;
	font: normal .9em/1em Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 10px 0 16px 0;
	position: relative;
	top: -1px;
	z-index: 10;
}
div#quote_form form {
	margin: 0;
	padding: 0;
}
div.required_message {
	color: #888;
	margin: 0;
	padding: 5px 15px 10px 120px;
	text-align: right;
}
div.required_message span {
	color: #FF3300;
	font-weight: bold;
}
div#quote_form div.form_row {
/*	border-top: solid 1px #DDD;*/
	clear: both;
	padding: 5px 10px;
}
div#quote_form div.error {
	border: solid 1px #FF3300;
	margin-bottom: 5px;
}
div#quote_form div.form_row label {
	clear: both;
	color: #0b2f6b;
	display: block;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	padding-top: 5px;
}
div#quote_form div.form_row div.field label {
	float: none !important;
}
div#quote_form div.form_row label span.required {
	color: #FF3300;
	font-weight: bold;
}
div#quote_form div.block_label label {
	width: 100px;
}
div#quote_form div.form_row label em {
	font-weight: normal;
}
div#quote_form div.form_row div.field {
	float: left;
	margin-left: 10px;
}
div#quote_form div.form_row div.sm { width: 35px; }
div#quote_form div.form_row div.field span.sm { width: 35px; }
div#quote_form div.form_row div.sm_med { width: 128px; }
div#quote_form div.form_row div.med { width: 197px; }
div#quote_form div.form_row div.lg { width: 404px; }
div#quote_form div.form_row div.field div {
	color: #888;
	font-size: .9em;
	margin: 2px 0 0 2px;
}
div#quote_form div.form_row div.field div.note {
	color: #888;
	font-size: .9em;
	line-height: 1.4em;
	margin: 6px 0 10px 2px;
}
div#quote_form div.form_row div.field span, div#quote_form div.checks div.field span.input {
	background-color: #FFF;
	border: solid 1px #E5E5E5;
	display: block;
	padding: 1px;
}
* html div#quote_form div.form_row div.field span, div#quote_form div.checks div.field span.input {
	padding: 0 1px;
}
div#quote_form div.form_row div.field span input {
	background: #F2F2F2 url('../images/bg_input.gif') left top repeat-x;
	border: solid 1px #C3C3C3;
	border-bottom-color: #DDD;
	border-top-color: #7C7C7C;
	font: bold 1.1em/1.1em Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 2px;
	width: 100%;
}
div#quote_form div.form_row div.field span input:focus {
	background-color: #FFF;
	background-image: none;
}
div#quote_form div.form_row div.field select {
	background: #F2F2F2 url('../images/bg_input.gif') left top repeat-x;
	border: solid 1px #C3C3C3;
	border-bottom-color: #DDD;
	border-top-color: #7C7C7C;
	font: bold 1.1em/1.1em Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 2px;
}
div#quote_form div.form_row div.field select:focus {
	background-color: #FFF;
	background-image: none;
}
div#quote_form div.form_row div.field span textarea {
	background: #F2F2F2 url('../images/bg_input.gif') left top repeat-x;
	border: solid 1px #C3C3C3;
	border-bottom-color: #DDD;
	border-top-color: #7C7C7C;
	font: bold 1em/1em Arial, Helvetica, Verdana, sans-serif;
	height: 50px;
	margin: 0;
	padding: 2px 0;
	width: 100%;
}
div#quote_form div.form_row div.field span textarea:focus {
	background-color: #FFF;
	background-image: none;
}
* html div#quote_form div.checks div.field {
	padding: 10px 0 0 90px;
}
div#quote_form div.checks div.field {
	padding: 10px 0 0 100px;
}
div#quote_form div.checks div.field label {
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	padding: 4px 0;
	width: 100%;
}
* html div#quote_form div.checks div.field label {
	padding: 7px 0 4px 0;
}
div#quote_form div.checks div.field label input.check {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4px;
}
div#quote_form div.checks div.field label span {
	background-color: transparent;
	border: none;
	display: block;
	margin-left: 20px;
}
div#quote_form div.checks div.field label span.input {
	margin-top: 4px;
}
div.form_other_short {
	clear: left;
	padding: 4px 0 0 15px;
}
div#quote_form div.form_row div.field div.sub_row {
	padding-bottom: 3px;
}
div#quote_form div.form_row div.field div.sub_row span {
	float: left !important;
/*	position: relative;*/
}
div#quote_form div.form_row div.field div.sub_row span input {
	font-size: 1.1em;
}
div#quote_form div.form_row div.field div.sub_row div.label {
	color: #444;
/*	float: left;*/
	font-size: 1.1em;
	margin-left: 45px;
	padding-top: 5px;
}
input.submit_quote {
	background: transparent url('../images/submit_quote.gif') no-repeat left top;
	border: none;
	color: #FFF;
	font: normal 1.6em Helvetica, Arial, Verdana, sans-serif;
	height: 33px;
	letter-spacing: .1em;
	padding-top: 3px;
	text-align: center;
	width: 122px;
}



/**
 *	Callout
 */
div.callout {
	background: #CCC url('../images/bg_callout.gif') no-repeat left bottom;
	margin: 10px 0 10px 5px;
	padding: 0;
	width: 170px;
}
div.callout h1 {
	background: #CCC url('../images/bg_callout.gif') no-repeat left top;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}
div.callout h1 span {
	color: #294d89;
	display: block;
	font: bold 1em Helvetica, Arial, Verdana, sans-serif;
	margin: 0 4px 0 5px;
	padding: 15px 15px 0 15px;
}
div.callout ul {
	margin: 0 4px 0 5px;
	padding: 6px 0 12px 0;
}
div.callout ul li {
	background: url('../images/bullet_callout.gif') no-repeat 7px 7px;
	color: #444;
	font-weight: normal;
	line-height: 1.3em;
	list-style: none !important;
	list-style-image: none !important;
	padding: 2px 10px 2px 15px;
}
div.callout ul li span {
	color: #d79600;
	font-size: 1.1em;
	font-weight: bold;
}
div.callout ul li a {
	color: #333;
}
div.callout ul li a:hover {
	color: #359cff;
}
div#quote_sidebar div.logo {
	margin: 25px 0 25px 5px;
	text-align: center;
}
