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

body{
	background-color:#fff;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, serif;
	font-size:10pt;
	color:#42352f;
	text-align:left;}
	
#homepage{background-image:url(../images/bg_homepage.jpg);}
#subpage{background-image:url(../images/bg_subpage.jpg);}
	
h1,h2{font-family:Georgia, Times, serif;}

h1{ 
	color:#934115;
	font-size:19pt;
	font-weight:bold; } 

h2{ 
	color:#ce9133;
	font-size:14pt;
	font-weight:bold;}
	
p{
	padding-bottom:20px;}
	
a{color:#a04d00;}
a:hover{color:orange;}

#wrapper{
	width:100%;
	background-position:center top;
	background-repeat:no-repeat;}
	
#homepage #wrapper{background-image:url(../images/wrapperBg_homepage.jpg);}
#subpage #wrapper{background-image:url(../images/wrapperBg_subpage.jpg);}

/***
 *	Header Settings
 ********************************************/
 
#header{
	width:820px;
	height:100px;
	margin:0 auto;
	position:relative;
	background-image:url(../images/headerBg.jpg);
	background-repeat:no-repeat;}
	
#header h1{position:relative; float:left; left:20px;}
	
#header h1 a{
	display:block;
	width:430px;
	height:100px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	text-indent:-10000px;}
	
#breadcrumbs{
	position:absolute;
	right:43px;
	height:30px;}
	
#breadcrumbs li{
	float:left;
	padding-left:3px;}
	
#breadcrumbs li a{
	color:#fff;
	line-height:1.9;
	font-size:10pt;}

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

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

#callToAction{
	position:relative;
	width:820px;
	height:348px;
	background-image:url(../images/callToAction.jpg);
	background-repeat:no-repeat;
	margin:0 auto;}

#callToAction h1{
	position:absolute;
	top:30px;
	left:510px;
	font-size:20pt;
	line-height:1;
	text-align:center;
	width:250px;
	color:#fff;}

#getQuote{
	position:absolute;
	top:140px;
	left:500px;}

#getQuote .label{
	color:#f9f8e7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	width:100px;
	line-height:1.5;
	height:40px;
	float:left;}

#getQuote .errorText2{
	color:#ff0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	width:100px;
	line-height:1.5;
	height:40px;
	float:left;}

#getQuote input.textInput{
	border:solid 1px #bc763d;
	padding:5px;
	width:165px;
	float:left;
	background-color:#fff !important; 
	background-image:url(../images/inputBg.jpg) !important;
	background-repeat:repeat-x;}
	
#getQuote select{
	float:left;
	border:solid 1px #bc763d;
	padding:5px;
	width:177px;
	background-color:#fff !important; 
	background-image:url(../images/inputBg.jpg) !important;
	background-repeat:repeat-x;}

#getQuote .button{
	border:0;
	position:relative;
	float:left;
	left:10px;
	top:12x;}
	
/***
 *	Content Settings
 ********************************************/
	
#bodyContent{
	padding:30px 0px;
	margin:0 auto;}
	
#homepage #bodyContent{width:720px;}
#subpage #bodyContent{width:760px;}
	
/***
 *	Footer Settings
 ********************************************/

#footerWrapper{
	background-image:url(../images/footerBg.jpg);
	background-repeat:repeat-x;
	padding:10px 0px;
	width:100%;}

#nav-bottom{
	margin:0 auto;
	height:33px;}
	
#homepage #nav-bottom{width:720px;}
#subpage #nav-bottom{width:760px;}

#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:#fff;}
	
#nav-bottom a:hover{
	color:#ffec4b;}
	
#copyright{
	margin:0 auto;
	color:#cfa45c;
	font-size:9pt;
	padding:10px 0px;}

#homepage #copyright{width:720px;}
#subpage #copyright{width:760px;}
	
	
/***
 *	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;}
