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

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

h1{ 
	color:#b47636;
	font-size:19pt;
	font-weight:bold;}
	
h2{ 
	color:#5b9159;
	font-size:14pt;
	font-weight:bold;}
	
p{
	padding-bottom:20px;}
	
a{	
	color:#5b9159;}
a:hover{
	color:orange;}
	
#wrapper{
	width:820px;
	margin:0 auto;
	position:relative;
	text-align:left;}
	
/***
 *	Header Settings
 ********************************************/
 
#header{
	height:80px;
	background-repeat:no-repeat;
	background-image:url(../images/headerBg.jpg);
	position:relative;}


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

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

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

#callToAction{
	position:relative;
	background-image:url(../images/callToAction.jpg);
	background-repeat:no-repeat;
	height:437px;}
	
#callToAction h1{
	position:absolute;
	top:80px;
	left:450px;
	letter-spacing:-1px;
	font-size:18pt;
    font-family:Georgia, Times, serif;
    font-weight:normal;
	line-height:1;
	width:320px;
	text-align:center;
	color:#b97733;}
	
#callToAction .secondary{ color:#91a85a; font-style:italic;}


#getQuote{
	position:absolute;
	top:190px;
	left:470px;}

#getQuote .label{
	color:#978d82;
	font-size:11pt;
	font-weight:bold;
	width:105px;
	line-height:2.3;
	text-align:left;
	padding-right:0px;
	height:40px;
	float:left;}

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

#getQuote input.textInput{
	position:relative;
	top:5px;
	border:solid 1px #bebebe;
	padding:5px;
	color:#696460;
	width:80px;
	float:left;
	background-color:#fff !important; }

#getQuote select{
	position:relative;
	top:5px;
	float:left;
	border:solid 1px #bebebe;
	padding:4px;
	color:#696460;
	width:170px;
	background-color:#fff !important; }

#getQuote .button{
	position:absolute;
	top:117px;
	border:0;
	display:block;
	left:10px;}
	
/***
 *	Content Settings
 ********************************************/

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

#bodyContentHolder{
	background-position:top;
	background-repeat:no-repeat;}

#bodyContent{
	padding:30px 50px 20px;}
	
/***
 *	Footer Settings
 ********************************************/
	
#footerWrapper{
	width:740px;
	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:#5e8651;}
	
#nav-bottom a:hover{
	color:#c96b0c;}
	
#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;}
