/* CSS Document */

* 
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #ECEFF3;
	font-family: Arial, Helvetica, sans-serif;
}

a img 
{
	border: none
}

a
{
	color:#667B87;
}

a:hover {
	text-decoration: underline;
}

#container
{
	width: 760px;
	margin: 0px auto 0px auto;
	border-bottom: 15px solid #86A0B5;
}

#navigation 
{
	padding-top: 10px;
	padding-left: 185px;
	height: 25px;
	overflow: hidden;
	background: transparent url(/images/navbg.png) top right no-repeat;
	margin-top: 10px;
	display:block;
	clear:both;
}

#navigation li
{
	list-style-type: none;
	display: inline;
}

#navigation a
{
	display: block;
	text-decoration: none;
	float: left;
	color: #667B87;
	font-size: 10px;
	line-height: 25px;
	padding: 2px 7px;
	margin-left: 1px;
}

#navigation a:hover 
{
	text-decoration: underline;
}

#banner
{
	height: 190px;
}

#content 
{
	background: #FFF;
	padding-bottom: 20px;
}

#innerLeft 
{
	width: 350px;
	margin: 30px 0px 20px 60px;
	float: left;
}
#innerCenter 
{
	width: 100%;
	margin: 30px 60px 20px 60px;
	float: left;
}

#content h1, #content h1 a
{
	color: #F1A230;
	font-size: 20px;
	text-transform:uppercase;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 4px;
	text-decoration:none;
}
#content h1 a:hover
{
	text-decoration:underline;
}

#content h3
{
	color: #667B87;
	font-weight: normal;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

#content li
{
	font-size: 12px;
	color: #666666;
	margin-left:20px;
}
#content ul
{
	margin-bottom: 10px;
}

h3 a
{
	color: #F1A230;
	font-style:italic;
	font-weight: bold;
	text-decoration: none;
}

#innerLeft p 
{
	font-size: 12px;
	margin-bottom: 10px;
	color: #666666;
}

#innerRight
{
	width: 285px;
	float: right;
}

#rightBox, #rightBox a
{
	font-family: "Times New Roman", Times, serif;
	color: #F1A230;
	font-size: 18px;
	font-weight: normal;
	text-decoration:none;
}
#rightBox a:hover
{
	text-decoration: underline;
}

#requestQuote
{
	border-top: 10px solid #86A0B5;
	background: url(/images/requestQuoteLeft.png) top left no-repeat;
	margin-bottom: 40px;
}


#quoteForm
{
	margin-left: 10px;
	padding: 15px 10px 12px 10px;
	background: #EBF0F1 url(../images/requestQuoteBottom.png) bottom left no-repeat;
	font-size: 11px;
	color: #667B87;
}

#requestQuote h2
{
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #667B87;
	padding-left: 25px;
	margin-bottom: 15px;
	background: transparent url(../images/bubble.gif) 0px 4px no-repeat;
}

#quoteForm label
{
	text-align: right;
	display: block;
	width: 105px;
	float: left;
	margin-right: 5px;
}
#quoteForm label.txt140_label, .radio140_label
{
	text-align: right;
	display: block;
	width: 105px;
	float: left;
	margin-right: 5px;
}
#quoteForm label.txt140_label_error, .radio140_label_error
{
	text-align: right;
	display: block;
	width: 105px;
	float: left;
	margin-right: 5px;
	color: #FF7979;
	font-weight:bold;
}

.txt140
{
	width: 130px;
	font-size: 10px;
	margin-left: 5px;
	padding: 2px 3px;
	margin-bottom: 2px;
	border: 1px solid #CCC;
}
.txt140_error
{
	width: 130px;
	font-size: 10px;
	margin-left: 5px;
	padding: 2px 3px;
	margin-bottom: 2px;
	border: 1px solid #FF7979;
}

.radio140 {
	margin: 0px 5px 0px 20px;
}

.radio140_error {
	margin: 0px 5px 0px 20px;
}

.submitBtn {
	background: #F1A230;
	border: 1px solid #CCC;
	color: #FFF;
	font-size: 10px;
	padding: 3px 5px;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#error_box, #email_sent {
	border: 1px solid #FF7979;
	padding: 5px;
	margin: 5px;
	margin-bottom: 15px;
}

#error_box h3 {
	font-weight:bold;
	color:#FF7979;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#error_box li {
	list-style:none;
	line-height: 15px;
	padding-left:7px;
}