
/* ===========================================

Title:  Olver Insurance Stylesheet

=========================================== */


/* Basics
=======================*/
* {
	margin: 0; 
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 76%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #7c7c8e;
	color: #000;
	text-align: center;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;

}

a{
	text-decoration: none;
	color: #272775;
}

a:hover {
	text-decoration: underline;
	color: #50509c;
}

h1 {
	font-size: 1.7em;
}

h2{
	font: 1em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

/* Main DIV IDs
=======================*/

#wrapper {
	position: relative;
	height: auto;
	width: 756px;
	margin: 0 auto;
	background: url(images/bg.jpg) repeat-y center top;
}


#header {
	background: url(images/topGrad.jpg) no-repeat center top;
	height: 120px;
	margin: 0 4px;
	position: relative;
	width: 748px;
}


#contact {
	background: url(images/contactMatte.gif) no-repeat center top;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 334px;
	height: 78px;
	font-size: .8em;
	margin: 0;
}

#contact p {
	font-size: 1em;
	text-align: left;
	line-height: 1.3em;
	display: block;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}

#content {
	padding: 50px 22px 10px 22px;
	text-align: left;
	margin: 30px 4px 0 4px;
   /* background: url(images/littleGrad.jpg) repeat-x center top; */
}

#personalQuotes {
	margin: 50px 0 150px 100px;
	float: left;
}



#footer {
	position: absolute;
	bottom: 0;
    padding: 5px 0 0 0;		
    background: url(images/dot.gif) repeat-x center top;
    clear: both;
    text-align: center;
    left: 50%;
    margin: 90px 0 20px -374px;
	width: 748px;
}	


/* Nav Bar
=======================*/

#nav {
	position: absolute;
	left: 50%;
	margin-left: -374px;
	width: 748px;
    background: url(images/NavBgPlus.jpg) repeat-x;
    height: 60px;

}
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 10%;
	}

	
#nav li {
	float: left;
}
	
#nav a {
	display: block;	
	font-size: 1.1em;
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	color: #000;
	background: none;
	text-decoration: none;
	text-align: center;		
    padding: 17px 0 17px 0;
    border-left: 1px solid #eeeef0;
   /* background: url(images/mainNavBorder.gif) no-repeat 0% 40%;*/
	}

#nav ul .first a {
	border-left: 0;
	background: none;
}

	
#nav a:hover, a:active {
	color: #8e3500;
}
	
/* Nav Link Widths
=======================*/

.homeNav {
	width: 79px;
}

.personalNav {
	width: 139px;
}

.commercialNav {
	width: 159px;
}

.lifeNav {
	width: 139px;
}

.aboutNav {
	width: 109px;
}

.contactNav {
	width: 117px;
}



/* ABOUT sub NAV and Content
=======================*/

#aboutNav {
	width: 200px;
	float: left;
	text-align:left;
}

#aboutNav dl {
	list-style: none;
	margin: 0 10px 100px 0;
}


#aboutNav dt {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

#aboutNav dd {
	font-size: .8em;
	font-style: italic;
	margin: -5px 0 8px 0;
}

#aboutNav a{
	text-decoration: none;
	color: #272775;
}

#aboutNav a:hover {
	text-decoration: underline;
	color: #50509c;
}


/* Extra Classes
=======================*/

.logo {
	border: 0;
	margin: 0px 0 0 22px;
	position: static;
	text-align: left;
	padding-top: 20px;
}


.dot {
    background: url(images/dot.gif) repeat-x center bottom;
    height : 3px;
    width: 748px;
    margin: 0 4px;
    clear: both;
    text-align: center;

}

.home  {
	width: 378px;
	float: right;
	text-align: justify;
	margin-bottom: 90px;
}

.personal  {
	margin: 0 100px 90px 100px;
}

.commercial{
	margin: 0 100px 90px 100px;
}

.commercial ul {
	margin: 0;

}

.commercial li {
	margin-left: 40px;
}

.box{
	margin: 0 0 25px 0;
	background-color:#ebe9f3;
	border: 6px solid #e3e1ec;
	padding: 20px;

}

.life {
	margin: 0 100px 90px 100px;
}

.contact {
	margin: 0 100px 90px 100px;
}

.about  {
	width: 426px;
	float: right;
	text-align: left;
	margin-bottom: 90px;
	border-left: 6px solid #c3c3c3;
	padding-left: 12px;
}
.clear {
	clear: both;
}

.bottomShadow {
	background: url(images/bottom.jpg) no-repeat center bottom;
	clear: both;
	height: 70px;
}

.footerContact {
	font-size: .77em;
	text-align: center;
	color: #fff;
}



/* Image Drop Shadows
=======================*/
	
.photo-wrapper{
	background:url(images/shadow.gif) no-repeat right bottom;
	float: left;
	text-align: left;
	margin: 0 5px -5px 0;
}
		
.photo-outer{
	background:url(images/bottom-left2.gif) no-repeat left bottom;
	float: left; /* hack for IE5.2/Mac */
}

.photo-inner{
	background:url(images/top-right2.gif) no-repeat top right;
	padding: 0 5px 5px 0;
	float: left; /* hack for IE5.2/Mac */
}

.photo-wrapper img{
	background-color: #fff;
	color: inherit;
	border: 1px solid #a9a9a9;
	padding: 4px;
	display: block;
}

.ErrorTxt
{
 font-weight:normal;
 font-family: Verdana;
  font-size: 10px;
   color:#FF0000;
}
.thankyou
{
 color:#009933;
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 font-weight:bold;
}
.thankyoubody
{
font-size:12px;
}