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

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

h1{ 
	color:#41592d;
	font-size:19pt;
	font-weight:bold;}
	
h2{ 
	color:#6088a6;
	font-size:14pt;
	font-weight:bold;}
	
p{
	padding-bottom:20px;}
	
a{
	color:#3087d0;}

a:hover{
	color:green;}
	
#wrapper{
	width:820px;
	margin:0 auto;
	text-align:left;}

/***
 *	Header Settings
 ********************************************/
 
#header{
	height:79px;
	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:462px;
	height:79px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	text-indent:-10000px;}
	
#breadcrumbs{
	position:absolute;
	top:30px;
	right:40px;
	height:32px;}
	
#breadcrumbs li{
	float:left;
	padding-left:5px;}
	
#breadcrumbs li a{
	color:#ebffd8;
	font-size:9pt;}

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

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

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

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

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

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

#getQuote input.textInput{
	position:relative;
	top:4px;
	border:none;
	padding:5px;
	color:#192a36;
	width:167px;
	float:left;
	background-color:#fff !important; }

#getQuote select{
	position:relative;
	top:5px;
	float:left;
	border:none;
	padding:4px;
	color:#192a36;
	width:177px;
	background-color:#fff !important; }

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

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

#bodyContentHolder{
	background-repeat:no-repeat;}
	
#subpage #bodyContentHolder{background-image:url(../images/bodyContentHolderBg_subpage.jpg);}
 
#homepage #bodyContent{padding:30px 60px;}
#subpage #bodyContent{padding:30px 60px 30px;}
	
/***
 *	Footer Settings
 ********************************************/
	
#footerWrapper{
	width:700px;
	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:#28460d;}
	
#nav-bottom a:hover{
	color:green;}
	
#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;}

