/***
 *	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:#81ae66;
	color:#707771;
	text-align:left;}
	
h1{ 
	color:#669642;
	font-size:19pt;
	font-weight:bold;}
	
h2{ 
	color:#c48f00;
	font-size:14pt;
	font-weight:bold;}
	
p{
	padding-bottom:20px;}
	
a{
	color:#0a7e6c;}

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


/***
 *	Header Settings
 ********************************************/

#header{
	position:relative;
	background-repeat:no-repeat;}
	
#homepage #header{
	background-image:url(../images/headerBg_homepage.jpg); 
	height:118px;}
	
#subpage #header{
	background-image:url(../images/headerBg_subpage.jpg);
	height:128px;}

#header h1{float:left; margin-left:20px; margin-top:38px;}
	
#header h1 a{
	display:block;
	width:471px;
	height:80px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	text-indent:-10000px;}
	
#breadcrumbs{
	position:absolute;
	top:70px;
	left:607px;
	width:200px;
	height:32px;}
	
#breadcrumbs li{
	float:left;
	padding-left:5px;}
	
#breadcrumbs li a{
	color:#63a464;
	font-size:9pt;}

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

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

#callToAction{
	position:relative;
	height:310px;
	background-image:url(../images/callToAction.jpg);
	background-repeat:no-repeat;}
	
#callToAction h1{
	position:absolute;
	top:35px;
	left:40px;
	font-size:27pt;
	line-height:.9;
	width:350px;
	color:#fff;}

#getQuote{
	position:absolute;
	top:160px;
	left:40px;}
	
#zipCodeLabel{
	position:absolute;
	top:5px;
	left:10px;}
	
#quoteTypeLabel{
	position:absolute;
	top:5px;
	left:150px;}

#getQuote .label{
	width:100px;
	color:#714500;
	font-size:11pt;
	font-weight:bold;
	line-height:2.3;
	height:40px;}

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

#getQuote input.textInput{
	position:absolute;
	top:35px;
	left:10px;
	border:solid 1px #b49e7f;
	padding:5px;
	color:#714500;
	width:100px;
	background-color:#fff !important;}

#getQuote select{
	position:absolute;
	top:35px;
	left:150px;
	border:solid 1px #b49e7f;
	color:#714500;
	width:170px;
	padding:5px;
	background-color:#fff !important;}

#getQuote .button{
	position:absolute;
	top:6px;
	left:320px;
	border:0;
	display:block;}
	
/***
 *	Content Settings
 ********************************************/
 
#bodyWrapper{
	background-image:url(../images/bodyWrapperBg.jpg);
	background-repeat:repeat-y;}
	
#bodyContentHolder{
	background-repeat:no-repeat;}
	
#homepage #bodyContentHolder{background-image:url(../images/bodyContentHolderBg_homepage.jpg);}
#subpage #bodyContentHolder{background-image:url(../images/bodyContentHolderBg_subpage.jpg);}
	
#homepage #bodyContent{padding:30px 60px;}
#subpage #bodyContent{padding:10px 60px 30px;}
	
/***
 *	Footer Settings
 ********************************************/
	
#footerWrapper{
	width:700px;
	padding-top:10px;
	margin:0 auto;
	border-top:solid 2px #d5d5d5;}

#nav-bottom{
	height:33px;}

#nav-bottom ul{}

#nav-bottom li{
	float:left;}

#nav-bottom a{
	padding:0px 5px;
	font-size:11pt;
	font-weight:bold;
	line-height:2.3;
	color:#669642;}
	
#nav-bottom a:hover{
	color:orange;}
	
#copyright{
	color:#959595;
	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;}