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

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

h1{ 
	color:#6cba26;
	font-size:19pt;
	font-weight:bold;}
	
h2{ 
	color:#3376da;
	font-size:14pt;
	font-weight:bold;}
	
p{
	padding-bottom:20px;}
	
a{
	color:#0057d7;}

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

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

#header h1{position:relative; float:left; left:40px}
	
#header h1 a{
	display:block;
	width:430px;
	height:79px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	text-indent:-10000px;}
	
#breadcrumbs{
	position:absolute;
	top:8px;
	right:40px;
	height:32px;}
	
#breadcrumbs li{
	float:left;
	padding-left:5px;}
	
#breadcrumbs li a{
	color:#215bb0;
	font-size:9pt;}

#breadcrumbs li a:hover{color:#6ebd27;}

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

#callToAction{
	position:relative;
	background-image:url(../images/callToAction.jpg);
	background-repeat:no-repeat;
	height:399px;}
	
#callToAction h1{
	position:absolute;
	top:250px;
	left:0px;
	letter-spacing:-1px;
	text-align:center;
	font-size:22pt;
	font-style:italic;
	line-height:.8;
	width:820px;
	color:#fff;}
	
#callToAction .main{ color:#fff; display:inline;  }
#callToAction .secondary{ color:#7eeeff; font-weight:normal; display:inline;  }

#getQuote{
	position:absolute;
	top:290px;
	left:100px;}

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

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

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

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

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

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

#bodyContentHolder{
	background-repeat:no-repeat;}
 
#bodyContent{padding:30px 60px;}
	
/***
 *	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:#005ca7;}
	
#nav-bottom a:hover{
	color:#6ebd27;}
	
#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;}
