/***
 *	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:#286abb;
	color:#314f69;
	text-align:left;}

h1{ 
	color:#c50000;
	font-size:19pt;
	font-weight:bold;}
	
h2{ 
	color:#003e9b;
	font-size:14pt;
	font-weight:bold;}
	
p{
	padding-bottom:20px;}
	
a{
	color:#084fdf;}

a:hover{
	color:red;}
	
#wrapper{
	width:820px;
	margin:0 auto;
	position:relative;}

/***
 *	Header Settings
 ********************************************/
 
#header{
	height:80px;
	background-image:url(../images/headerBg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	position:relative;}

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

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

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

#callToAction{
	background-image:url(../images/callToAction.jpg);
	background-repeat:no-repeat;
	text-align:left;
	position:relative;
	height:350px;}
	
#callToAction h1{
	position:absolute;
	top:60px;
	left:425px;
	font-size:26pt;
	line-height:.8;
	letter-spacing:-1.7px;
	width:360px;
	color:#004884;}

#getQuote{
	position:absolute;
	top:165px;
	left:425px;}

#getQuote .label{
	color:#004884;
	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{
	border:solid 1px #85d2c9;
	position:relative;
	top:5px;
	padding:5px;
	color:#004884;
	width:200px;
	float:left;
	background-color:#fff !important; }

#getQuote select{
	float:left;
	position:relative;
	top:5px;
	border:solid 1px #85d2c9;
	color:#004884;
	width:213px;
	padding:5px;
	background-color:#fff !important; }

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

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

#subpage #bodyContentHolder{background-image:url(../images/bodyContentHolderBg_subpage.jpg);}
	
#homepage #bodyContent{padding:25px 50px;}
#subpage #bodyContent{padding:10px 50px 25px;}
	
/***
 *	Footer Settings
 ********************************************/
	
#footerWrapper{
	width:730px;
	margin:0 auto;
	padding-bottom:20px;}

#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:#286abb;}
	
#nav-bottom a:hover{
	color:red;}
	
#copyright{
	color:#606c7c;
	font-size:10pt;
	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;}