/* =Reload 
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}

body {
	background:#fbf0da url(../images/bg.jpg) repeat-x;
	color: #000;;
  	font: 62.5% "Century Gothic", Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
}

ol, ul {list-style: none;}
blockquote, q { quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.center{text-align: center;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p{
	color: #323232;
	font:normal 1.3em/1.8em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px 0;
}

ul{
	color: #323232;
	font:normal 1.3em/1.8em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}

ol{
	color: #323232;
	font:normal 1.3em/1.8em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}

#aside p{
	color: #323232;
	font:normal 1.3em/1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:10px 0;
}

#aside p.continue{
	color: #9e6a2f;
	text-align: right;
}

#aside p.date{
	font:normal 1.0em/1.0em "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0px 0 -5px 0;
}

#footer p.copyright, #footer p.credit{
	clear: right;
	color: #fff;
	font:normal 1.3em/1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: right;
	padding-right: 5px;
}

#footer p.credit{margin:35px 0 0 0;}

#testimonial q{
	color: #323232;
	font:italic bold 1.3em/1.2em Georgia, "Times New Roman", Times, serif;
}

#testimonial cite{
	color: #323232;
	font:italic bold 1.2em/1em "Century Gothic", Arial, Helvetica, sans-serif;
	float: right;
	padding: 10px 0 0 0;
	width: 200px;
}

#testimonial cite span{
	color: #323232;
	font:italic normal .8em "Century Gothic", Arial, Helvetica, sans-serif;
	padding-left: 7px;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	color: #1a6f46;
	font:normal 2.8em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:15px 0;
}

h2{
	color: #2e335e;
	font:bold 1.8em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:15px 0;
}

h3{
	color: #2e335e;
	font:bold 2.0em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:15px 0;
}

h4{
	color: #2e335e;
	font:bold 1.8em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:15px 0;
}	

h5{
	color: #2e335e;
	font:bold 1.6em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:15px 0;
}	

h6{
	color: #2e335e;
	font:bold 1.4em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:15px 0;
}				

#aside h3, #aside h4{
	color: #2e335e;
	font:bold 1.6em/1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	margin:5px 0;
}

#aside h3{
	margin: 8px auto;
	width: 260px; 
}

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{color: #9e6a2f;}

a:hover, a:active{color: #2e335e;}		

/* Get a Quote
-----------------------------------------------------------------------------------------*/

#getaquotebutt{
	float:right;
	width:150px;
	text-align: center;
	margin:20px 30px 0 0;
	background-color:#2C3361;
	padding:10px;
	font-weight:bold;
	font-size:1.4em;
}

#getaquotebutt a{
	text-decoration: none;
	color: white;
}


/* =MainNav
-----------------------------------------------------------------------------------------*/
#headerNav ul{
	float: right;
	list-style: none;
	margin: 0px;
	padding: 19px 0 0 0;
	width: 660px;
}

#headerNav ul li{
	color: #323232;
	font: bold 12px/28px Arial, Helvetica, sans-serif;
	float: left;
	margin: 0px;
	padding: 0px;
}

#headerNav ul li a:link, #headerNav ul li a:visited{
	color: #323232;
	margin: 0 7px 0 2px;
	padding: 2px 0 3px 0;
	text-decoration: none	
}

#headerNav ul li a:hover, #headerNav ul li a:active, #wrapper #headerNav ul li.over a{
	color: #1a6f46;
	border-bottom: solid 3px #1a6f46;	
}

/* =SubNav
-----------------------------------------------------------------------------------------*/
#subNav{
	list-style: none;
	margin: 18px auto;
	padding: 0 0 15px 0;
	width: 240px; 
}

#subNav li a:link, #subNav li a:visited{
	border-bottom: solid 1px #ccc;	
	color: #323232;
	display: block;
	font: bold 12px/28px Arial, Helvetica, sans-serif;
	padding: 3px 5px 5px 5px;
	text-decoration: none;
	width: 230px; 
}

#subNav li a:hover, #subNav li a:active, #subNav li.over a{
	background-color: #fde2aa;
	color: #1a6f46;
	border-bottom: solid 3px #1a6f46;	
	padding: 3px 5px;
}

/* =Layout
-----------------------------------------------------------------------------------------*/
#aside{
	background: url(../images/bgSide.jpg) no-repeat;
	float: right;
	margin: 13px 0 0 0;
	min-height: 315px;
	width: 299px;
}

#aside .article{
	border-bottom:solid 1px #c7bda6;
	margin: 15px auto;
	padding: 0 0 15px 0;
	width: 260px; 
}

#aside .article.noBorder{border: 0px;}

#content, #fckPages{
	float: left;
	margin: 13px 0 20px 0;
	min-height: 315px;
	width: 660px;
}

* html #aside, * html #content{height: 315px;}

#content .imgList{
	list-style: none;
	margin: 0px;
}

#content .imgList img{border: solid 1px #2e335e;}

#content .imgList li{
	float: left;
	margin: 0 20px 15px 0;
}

#content .imgList li.last{
	float: left;
	margin: 0 0 15px 0;
}

#footer{
	background: url(../images/bgFooter.jpg) repeat-x;
	color: #fff;
	clear: both;
	height: 108px;
	margin: 20px 0 0 0;
}

#footer #address{
	color: #fff;
	float: left;
	font:normal 1.3em/1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 10px 0 0 0;
	width: 160px;
}

#footer #footerNav{
	float: right;
	font:normal 1.3em/1.4em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 10px 0 0 0;
	width: 725px;
}

#footer #footerNav li{float: left;}

#footer #footerNav  a:link, #footer #footerNav a:visited,
#footer p.credit a:link, #footer p.credit a:visited{
	color: #fff;
	text-decoration: none;
}

#footer #footerNav a:hover, #footer #footerNav a:active,
#footer p.credit a:hover, #footer p.credit a:active{color: #9e6a2f;}

#headerNav{
	height: 114px;
	width: 960px;
}

#headerNav .logo{float: left;}

#headerImg{
	background-color: #000;
	height: 373px;
	width: 953px;
}

.imgList{
	list-style: none;
	margin: 0px;
}

.imgList img{border: solid 1px #2e335e;}

.imgList li{
	float: left;
	margin: 0 20px 15px 0;
}

.imgList li.last{
	float: left;
	margin: 0 0 15px 0;
}

#line{
	background-color: #000;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

#testimonial{
	background-color: #fff;
	border-bottom: solid 3px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 3px #ccc;
	border-top: solid 1px #ccc;
	clear: both;
	float: left;
	margin: 10px 0 15px 0;
	padding: 10px;
	width: 927px;
}

#wrapper, #footerContent{
	margin:0 auto;
	width:959px;
}
		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

legend{
	display: none;
}

form p{
	clear: both;
}

input, textarea, select {
	font-size: 1em;
	float: left;
	color: #434343;
	width: 250px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 0;
	padding: 0.2em;
}

label{
	display: block;
	float: left;
	margin: 5px 0;
	width: 140px;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

input#submit {
	width: auto;
	font-size: 0.85em;
}

#submit1{
	font-size: 0.85em;
	margin-left: 140px;
	padding: 0.2em;
	width: auto;
}

#au_banner_1 table {
	background-color:White;
}

#au_banner_1 input{
	width:30px;
}

#getaquote {
	width:500px;
	margin:0 auto;
	font-size: 1.1em;
}

#getaquote fieldset{
	border: thin solid Black;
	padding:10px;
}

#getaquote legend{
	display:block;
	font-size:1.2em;
	font-weight: bold;
	margin:5px;
	padding:10px;
}

#getaquote label{
	font-weight:bold;
	font-size:1.1em;
}

.radio{
	width:20px;
	border:none;
	float: none;
}

.check{
	width:20px;
	border:none;
	float: none;
}

#getaquote br {
	clear:both;
}


/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

/* =Home Page Content
-----------------------------------------------------------------------------------------*/

#map{
	border:solid 1px #9e6a2f;
	display: block;
	float: right;
	margin: -260px 160px 0px 0px;
}

* html #map{
	margin: -260px 80px 0px 0px;
}
.bio{
	clear:both;
	border-bottom: 1px solid #cccccc;
}
.bioimg, .biotxt{
	float:left;
	padding:5px;
}
.bioimg img{
	border:1px solid #1a6f46;
	padding:2px;
	margin:5px;
}
.bioimg {
	text-align:center;
}