@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
html, body {
	height: 100%;
}
body {
	font-size: 62.5%;
	background-image: url(../images/body-background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body * {
	color: #000000;
}
img {
	border:none;
}
a {
	text-decoration: none;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 2px;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
}
/*
/////////////////////////////////////
Container styles
////////////////////////////////////
*/

#container {
	margin: 0 auto 0 auto;
	width: 757px;
	background-color: #FFFFFF;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/*
////////////////////////////////////
contact header stlyes
///////////////////////////////////
*/
#header {
	padding-top: 10px;
}
#contact-header {
	background-image: url(../images/contact-gradient-background.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 28px;
	width: 757px;
	text-align: right;
}
.contact-phone {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color: #999999;
	margin-right: 30px;
}
/****End contact header styles****/


/*
/////////////////////////////////////
main header styles
////////////////////////////////////
*/

#left-main-header h1 {
	float: left;
	padding: 15px 0 15px 50px;
	color: #BD0000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 2.9em;
	letter-spacing: 4px;
	width: 410px;
}
#right-main-header {
	margin: 5px 0 15px 0;
	padding-right: 20px;
	float: right;
}
/***End main header styles****/

/*
/////////////////////////////////////
content styles
////////////////////////////////////
*/

#left-content {
	float: left;
	padding: 15px 0 0 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 450px;
}
#left-content p {
	padding-bottom: 10px;
	line-height: 1.5;
}
#left-content a {
	color: #BD0000;
	text-decoration: underline;
}
#left-content .requestParagraph p {
	font-size: .8em;
}
#vertical-border {
	padding: 15px 25px 0 25px;
	float: left;
}
#right-content {
	padding: 25px 0 0 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.action {
	padding-bottom: 10px;
}
.action a {
	font-size: 2.0em;
	font-weight: bold;
}
.request a {
	color: #BD0000;
	font-size: 1.5em;
	font-weight: bold;
}
.arrow {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -3px;
}
.title {
	font-size: 1.5em;
	font-weight: bold;
	color: #666666;
}
.info {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 13px;
}
/****End content styles*******/


/*------------------------------------------------*/
/*         Request form styles                    */
/*------------------------------------------------*/
#RequestAQuote td {
	padding:2px 0px 2px 0px;
}
#RequestAQuote input, #RequestAQuote select, #RequestAQuote textarea {
	border:1px solid #ce4040;
	margin:0px 3px 0px 3px;
	vertical-align:top;
}
#RequestAQuote .required {
	background-color:#E6E6E6;
}
#RequestAQuote a img {
	border:1px solid #BD0000;
}
.specialFormField {
	width:5px;
	visibility:hidden;
}
.errorBlock, .errorContainer {
	border:1px solid #CC0000;
	padding:.5em .5em .5em 2.5em;
	margin:.5em;
	background-image:url(../images/error.gif);
	background-position:5px 50%;
	background-repeat:no-repeat;
}
.errorContainer {
	display:none;
}
.errorContainer .error {
	color:#CC0000;
	display:block;
}
