/***
 *	Main Text and Alignment Settings
 ********************************************/

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#da9309;
	color:#122335;
	text-align:left;}

h1{ 
	color:#e4a119;
	font-size:19pt;
	font-weight:bold;}
	
h2{ 
	color:#3689dc;
	font-size:15pt;
	font-weight:bold;}
	
p{
	padding-bottom:20px;}
	
a{
	color:#0984f5;}

a:hover{
	color:orange;}
	
#wrapper{
	margin:0 auto;
	width:820px;
	text-align:left;
	position:relative;}
	
#carriers{
	position:absolute;
	z-index:100;
	top:340px;
	left:540px;}

/***
 *	Header Settings
 ********************************************/
 
#header{
	height:80px;
	background-image:url(../images/headerBg.jpg);
	background-repeat:no-repeat;
	position:relative;}

#header h1{position:relative; float:left; left:20px}
	
#header h1 a{
	display:block;
	width:390px;
	height:80px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	text-indent:-10000px;}
	
#breadcrumbs{
	position:absolute;
	top:32px;
	left:619px;
	height:32px;}
	
#breadcrumbs li{
	float:left;
	padding-left:5px;}
	
#breadcrumbs li a{
	color:#fff;
	font-size:10pt;}

#breadcrumbs li a:hover{color:#fff7b7;}

/***
 *	Call To Action Settings
 ********************************************/

#callToAction{
	position:relative;
	height:370px;
	background-image:url(../images/callToAction.jpg);
	background-repeat:no-repeat;}
	
#callToAction h1{
	position:absolute;
	top:25px;
	left:450px;
	text-align:center;
	font-size:20pt;
	line-height:.9;
	letter-spacing:-1px;
	width:325px;
	color:#fff;}

#getQuote{
	position:absolute;
	top:95px;
	left:450px;}

#getQuote .label{
	color:#02418a;
	font-size:11pt;
	font-weight:bold;
	width:115px;
	line-height:2.3;
	height:40px;
	float:left;}

#getQuote .errorText2{
	color:#f00;
	font-size:11pt;
	font-weight:bold;
	width:115px;
	line-height:2.3;
	height:40px;
	float:left;}

#getQuote input.textInput{
	position:relative;
	top:5px;
	border:none;
	padding:5px;
	color:#003b94;
	width:120px;
	float:left;
	background-color:#fff !important; }

#getQuote select{
	position:relative;
	top:5px;
	float:left;
	border:none;
	color:#003b94;
	width:200px;
	padding:4px;
	background-color:#fff !important; }
	
#getQuote option{
	background-color:#fff;}

#getQuote .button{
	position:relative;
	top:5px;
	left:0px;
	border:0;
	display:block;
	float:left;}
	
/***
 *	Content Settings
 ********************************************/

#bodyWrapper{
	background-image:url(../images/bodyWrapperBg.jpg);
	background-repeat:repeat-y;}
	
#bodyContentHolder{
	background-repeat:no-repeat;}

#subpage #bodyContentHolder{ background-image:url(../images/bodyContentHolderBg_subpage.jpg);}
 
#bodyContent{
	width:720px;
	margin:0 auto;
	padding:20px;}
	
/***
 *	Footer Settings
 ********************************************/
	
#footerWrapper{
	width:720px;
	margin:0 auto;
	padding:15px 0px;
	border-top:solid 2px #c8d0da;}

#nav-bottom{
	height:33px;}

#nav-bottom ul{}

#nav-bottom li{
	float:left;}

#nav-bottom a{
	padding:0px 3px;
	font-size:11pt;
	font-weight:bold;
	line-height:2.3;
	color:#53a9fa;}
	
#nav-bottom a:hover{
	color:orange;}
	
#copyright{
	color:#55688d;
	font-size:9pt;
	padding:10px 0px;}
	
/***
 *	Form Settings
 ********************************************/
#contactForm{
	padding:30px;
	border:solid 2px #ced5df;}

#contactForm .fieldWrapper{
	padding:4px;
	border:solid 1px #fff;}

#contactForm .label{
	font-size:11pt;
	font-weight:normal;
	padding-right:20px;
	display:block;
	width:180px;
	text-align:right;
	float:left;}

#contactForm .errorText2{
	font-size:11pt;
	color:red;
	font-weight:bold;
	padding-right:20px;
	display:block;
	width:180px;
	text-align:right;
	float:left;}

.submitClick{
	position:relative;
	top:10px;
	left:205px;}

#contactForm input, #contactForm textarea, #contactForm select{ font-family:Arial, sans-serif; font-size:10pt; }

#contactForm input, #contactForm textarea, #contactForm select{
	border:solid 1px #ced5df;
	padding:4px;
	color:#003b94;
	background-color:#fff !important; }
	
/* spacing */
.vspace2{height: 10px;}
.vspace3{height: 5px;}
