/*********************
* Globals
*********************/

*{margin: 0; padding: 0; border: 0}

body{
	background: #fff url(img/bg-body.jpg) repeat;
	color: #000000;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}


a:link,a:visited	{ color:#68383a; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#333; text-decoration:underline; outline:none; }

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {display: inline-block;} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

img.img-right {
	float:right; 
	margin:5px; 
	}
	
img.img-left {
	float:left; 
	margin:0px; 
	}
	
p.dark{
text-transform:uppercase;
font-weight:bold;
}
	

/*********************
* Structural
*********************/

#quick-contact{background: url(img/subhead-qc.gif) no-repeat; height:47px;}


#subhead { height:47px;}
body#index #subhead{background: url(img/subhead-index.gif) no-repeat;}
body#insurance #subhead{background: url(img/subhead-insurance.gif) no-repeat;}
body#contact #subhead{background: url(img/subhead-contact.gif) no-repeat;}
body#about #subhead{background: url(img/subhead-about.gif) no-repeat;}
body#thankyou #subhead{background: url(img/subhead-thankyou.gif) no-repeat;}

#wrap{
	margin: 0 auto;
	width: 820px;
	background: url(img/bg-wrap.gif) repeat-y;
}

#bottom-wrap {
	background:url(img/bottom-wrap.gif);
	height:101px;
	clear:both;
	width:100%; /* fix for Safar */

	}

#subhead-spacer{
	height: 23px;
	background: url(img/subhead-spacer.gif) no-repeat;
}

#header{
	width: 820px;
	height: 190px;
	background: url(img/header.jpg) no-repeat;
}


#left-col{
	width: 561px;
	float: left;
	text-align: left;
}

h1 {
display:none;
}

h2{ display:none;
}

h3{ color:#6A8F1A;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

#left-col p, #left-col ul, #left-col h2 , #left-col h3{
margin: 0 25px 8px 50px;
}

#left-col ul {paddingn-left:25px; }
		#left-col ul li { 
			background:transparent url(img/img-list.gif) 0px 2px no-repeat;
			padding-left:15px; /* pushes text to the right to display bg img */
			list-style:none;
			margin-bottom:5px;
			}

#right-col{
	width: 259px;
	float: right;
	text-align: left;
}

	#right-col form{
	margin-left:20px;
	}
	
	#right-col ul{
	margin-left:20px;
	color:#000;
	font-size:11px;
	margin-right:45px;
	margin-bottom:10px;
	}
	
	
	#right-col p{
	margin-left:20px;
	color:#000;
	font-size:11px;
	margin-right:55px;
	}
		
#footer span{display:none;}

/*********************
* Contact Form
*********************/
body#contact form{
margin-left:70px;
}

body#contact form label{
color: #000 !important;
}



form {
	width:170px;
	margin:0 0 15px 0;
	}
	
form p{
	color:#000;
	font-size:11px;
	line-height: 12px;
	}



form label	{ font-size:12px; color:#000; }



form br { line-height:0; height:0; } /* defaults vertical spacing between fields */



input, textarea, select { 

	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	width:165px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:20px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	}

	

select { width:170px; padding:0; } /* same width as form - !important */



textarea { height:90px; overflow:auto; }

input.submit{ 
	width:65px;
	height:25px;
	cursor:pointer; 
	padding:0; 
	border:1px solid #000;
	background-color:#68383a !important;
	color:#FFFFFF;

	}
	
input.submit-contact{ 
	width:65px;
	height:25px;
	cursor:pointer; 
	padding:0; 
	border:1px solid #000;
	background-color:#68383a;

	}
	
/*********************
* Footer
*********************/
#footer {
	width:820px;
	margin:0 auto;
	text-align:center;
	}

/*********************
* Navigation
*********************/
#nav { 

	background:url(img/nav.gif) no-repeat; 
	width:820px;
	height:31px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }


#nav li, #nav a { height:30px; display:block; } /* change height here also */


#nav li { float:left; list-style:none; _display:inline; }


#nav-01 { width: 166px; margin-left:46px;}
#nav-02 { width: 190px;}
#nav-03 { width: 183px;}
#nav-04 { width: 189px;}


/*-------------- (-79px) X position of button / (-25px) height of image from above ------------- */

#nav-01 a:hover { background:url(img/nav.gif)  -46px -30px no-repeat; }
#nav-02 a:hover { background:url(img/nav.gif) -212px -30px no-repeat; }
#nav-03 a:hover { background:url(img/nav.gif) -402px -30px no-repeat; }
#nav-04 a:hover { background:url(img/nav.gif) -585px -30px no-repeat; }

