/* CSS Document - Website Design and Development by Adventure Web Productions */


ul.social {
float:right;
list-style:none;
padding:30px 47px;
}
ul.social li {
float:left;
padding:0 0 0 4px;
}

/*STRUCTURE*/
body {
	background:#fff; 
	font:14px/17px Arial, Helvetica, sans-serif; 
	color:#00;
}
.wrapper {
	width:100%;
	background:#9ab3cc url(img/bg-wrapper.jpg) repeat-x;
	overflow:hidden;
}

/*GLOBALS*/

* {
	padding:0;
	margin:0;
}
img {border:0;display:block;}
a {
	color:#000; 
	text-decoration:none; 
	outline:none;
}
a:hover {text-decoration:underline;}
a:active {outline:none;}
:-moz-any-link:focus {outline:none;}

#page {
	width:1100px; 
	margin:0 auto;  
}
/*HEADER*/

#header {
	position:relative;
	height:147px;
	width:100%;
	color:#fff;
	z-index:5;
}
#logo {
	text-indent:-9999px;
	overflow:hidden;
	width:407px;
	height:62px;
	background:url(img/logo.png) no-repeat;
	position:absolute;
	top:39px;
	left:49px;
	cursor:pointer;
}
#header address {
	position:absolute;
	top:3px;
	right:50px;
	font:bold 15px/20px Arial, Helvetica, sans-serif;
}
#header address a:link { color: #FFF; }
#header address strong {font-size:18px;}
#header .slogan {
	position:absolute;
	top:68px;
	right:50px;
	font:27px/30px "Times New Roman", Times, serif;
}
#header .text {
	position:absolute;
	bottom:0;
	right:50px;
	font:bold 24px/30px "Times New Roman", Times, serif;
	color:#940909;
}

/*NAVIGATION*/
ul#nav {
	list-style:none;
	position:absolute;
	bottom:0;
	left:49px;
}
* html ul#nav { bottom:-1px;}
*+html ul#nav { bottom:-1px;}
ul#nav li {
	float:left;
	margin-right:35px;
	position:relative;
}
ul#nav a {
	text-indent:-9999px;
	float:left;
	background:url(img/bg-nav.gif) no-repeat;
	height:31px;
}
ul#nav a.homeM {
	width:42px;
	background-position:0 0;
}
ul#nav a.aboutM {
	width:66px;
	background-position:-42px 0;
}
ul#nav a.servicesM {
	width:89px;
	background-position:-108px 0;
}
ul#nav a.insuranceM {
	width:116px;
	background-position:-197px 0;
}
ul#nav a.testimonialsM {
	width:87px;
	background-position:-313px 0;
}
ul#nav a.contactM {
	width:77px;
	background-position:-400px 0;
}
ul#nav a.blogM {
	width:67px;
	background-position:-475px 0;
}

ul#nav a.homeM:hover {background-position:0 -31px;}
ul#nav a.aboutM:hover {background-position:-42px -31px;}
ul#nav a.servicesM:hover {background-position:-108px -31px;}
ul#nav a.insuranceM:hover {background-position:-197px -31px;}
ul#nav a.testimonialsM:hover {background-position:-313px -31px;}
ul#nav a.contactM:hover {background-position:-400px -31px;}
ul#nav a.blogM:hover {background-position:-475px -31px;}

.drop {
	width:243px;
	position:absolute;
	top:31px;
	left:-5px;
	display:none;
	z-index:10;
}
ul#nav li:hover .drop {display:block;}
.drop .c {
	height:1%;
	overflow:hidden;
	background:url(img/bg-drop-c.png) repeat-y;
}
.drop .b {
	background:url(img/bg-drop-b.png) no-repeat;
	width:100%;
	height:15px;
}
ul#nav ul {
	padding:4px 0 0;
	position:relative;	
}
ul#nav ul li {
	display:block;
	margin:0;
	padding:2px 0 2px 13px;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	float:none;
	height:1%;
	overflow:hidden;
}
ul#nav ul a {
	text-indent:0;
	height:auto;
	color:#172847;
	background:none;
}
ul#nav ul a:hover {
	text-decoration:none;
	color:#000;
}
.promo {
	width:100%;
	position:relative;
	z-index:3;
}
.buttons {
	position:absolute;
	bottom:-64px;
	left:20px;
}
.buttons .box {
	width:813px;
	padding:13px 0 0 376px;
	overflow:hidden;
	height:83px;
	background:url(img/bg-butttons.png) no-repeat;
}
.buttons a {
	width:271px;
	padding:15px 0 0 18px;
	height:54px;
	position:relative;
	float:left;
	background:url(img/bg-btn01.png) no-repeat;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
}
.buttons a strong {
	font:bold 20px/22px Arial, Helvetica, sans-serif;
	display:block;
}
.buttons a:hover {text-decoration:none;}
.infoBox {
	height:1%;
	overflow:hidden;
	padding:75px 51px 30px 66px;
}
.infoBox .box {
	float:left;
	width:470px;
}
.infoBox .box h2 {
	font:bold 20px/22px Arial, Helvetica, sans-serif;
}
.infoBox .box p {margin:0 0 16px;}
.infoBox .aside {
	float:right;
	width:497px;
}
.infoBox .heading {
	height:1%;
	overflow:hidden;
}
.infoBox .aside h3 {
	float:left;
	width:234px;
	padding:0 0 2px 14px;
	font:32px/34px "Times New Roman", Times, serif;
	color:#fff;
}
.infoArea {
	background:url(img/bg-info-area-c.gif) repeat-y;
	margin:0 0 20px;
}
.infoArea .t {background:url(img/bg-info-area-t.gif) no-repeat;}
.infoArea .b {
	background:url(img/bg-info-area-b.gif) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:12px 0;
}
ul.list01 {
	float:left;
	padding:0 15px;
	list-style:none;
	width:217px;
	overflow:hidden;
}
ul.list01 li {
	border-top:1px solid #d7d7d7;
	margin:-1px 0 1px;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	padding:4px 0;
}


.contact {
	float: left;
	width: 190px;
}

.hours { 
	margin-left: 60px;
	float: left;
	width: 150px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

.map { 
	margin-left: 60px;
	float: left;
	width: 150px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

.photo {
	border:1px solid #2f4b63;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}



/*FOOTER*/

#footer {
	width:100%;
	background:url(img/bg-footer.gif) repeat-x;
	overflow:hidden;
}
#footer .holder {
	width:968px;
	overflow:hidden;
	margin:0 auto;
	padding:15px 66px 30px;
}
ul.logos {
	float:right;
	list-style:none;
	padding:10px 0 0;
}
ul.logos li {
	float:left;
	padding-left:10px;
}
ul.footerNav {
	list-style:none;
	overflow:hidden;
	padding:0 0 2px;
}
ul.footerNav li {
	float:left;
	padding:0 7px 0 8px;
	margin:0 8px 0 -8px;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	background:url(img/separator01.gif) no-repeat 0 2px;
}
#footer p {font:10px/12px Arial, Helvetica, sans-serif;}
/*SEO AREA*/
.seo {
	width:100%;
	text-align:center;
	font-size:10px;
}
.seo h1 {font-size:10px;}

/* inner page */
.inn .wrapper {background:#9ab3cc url(img/bg-wrapper02.jpg) repeat-x;}
.main {
	height:1%;
	overflow:hidden;
	padding:90px 93px 30px 66px;
}

/*CONTENT AREA*/
#content {
	width:900px; 
	float:left; 
}
#content h2 {
	color:#fff;
	font:bold 20px/22px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
#content h3 {
	font:14px/16px Arial, Helvetica, sans-serif;
}
#content p {margin-bottom:16px;}
/*SIDEBAR*/
#sidebar {
	width:189px; 
	float:right;
	padding:20px 0 0 20px;
}
#sidebar img {border:1px solid #000;}

/*SEO AREA*/

#opt {
	overflow:hidden;
	width:968px;
	overflow:hidden;
	margin:0 auto;
	padding:15px 66px 30px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#opt h2 a{
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#opt h2 {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*FOOTER*/


