body {
	background: #f0eedf;
	font-family: Garamond, Times New Roman, serif;
	font-size:16px;
	color: #333333;
	margin: 0px
}
img {
	margin:0px;
	padding:0px;
}
#root {
	text-align: left;
	width: 1100px;
	margin: 0px auto 10px auto;
	border-left: #bcb38a 1px solid;
	border-right: #bcb38a 1px solid;
	border-bottom: #bcb38a 1px solid;
}
#content {
	text-align: left;
	background-color:#fff;
	padding:20px 40px;
}
body#life-insurance #content,  body#annuities #content, body#estate #content, body#contact #content, body#privacy #content{
	padding:20px 280px 20px 40px;
}
body#home div#root div#header {
	position:relative;
	top:0px;
	background: #000 url('../images/home-hdr.jpg') no-repeat top;
	width:1100px;
	height:530px;
	margin:0px;
	padding:0px;
	border-top: #bcb38a 1px solid;
}
body#life-insurance div#root div#header {
	position:relative;
	top:0px;	
	background: #000 url('../images/life_insurance-hdr.jpg') no-repeat top;
	width:1100px;
	height:400px;
	margin:0px;
	padding:0px;
	border-top: #bcb38a 1px solid;
}
body#annuities div#root div#header {
	position:relative;
	top:0px;	
	background: #000 url('../images/annuities-hdr.jpg') no-repeat top;
	width:1100px;
	height:400px;
	margin:0px;
	padding:0px;
	border-top: #bcb38a 1px solid;
}
body#estate div#root div#header {
	position:relative;
	top:0px;	
	background: #000 url('../images/estate-hdr.jpg') no-repeat top;
	width:1100px;
	height:400px;
	margin:0px;
	padding:0px;
	border-top: #bcb38a 1px solid;
}
body#contact div#root div#header {
	position:relative;
	top:0px;	
	background: #000 url('../images/contact-hdr.jpg') no-repeat top;
	width:1100px;
	height:400px;
	margin:0px;
	padding:0px;
	border-top: #bcb38a 1px solid;
}
#page-title h1{
	color:#fff;
	font-family: helvetica, arial, sans-serif;
	position:relative;
	top:240px;
	margin-left:40px;
	font-size:2.25em;
}
#mission {
	font-family: helvetica, arial, sans-serif;
	position:relative;
	top:260px;
	background: #000;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#mission h3 {
	color:#fff;
	padding:25px 160px 25px 40px;
	font-size:1em;
	line-height:1.25em;
	font-weight:normal;
}
#mission span.major {
	font-size:3em;
	display:block;
	margin:14px 0px;
	font-weight:bold;
}
.intro-copy {
	width:750px
}
h1 {
	font-size:2em;
	color:#42661C;
	margin-bottom:0px;
	font-weight:bold;
}
h2 {
	font-size:1.5em;
	color:#42661C;
	margin-bottom:0px;
	font-weight:normal;
}
.intro-copy p{
	font-size:1.25em;
	margin:10px 0px;
}
div.horizontal-box {
	margin-right:24px;
	position: relative;
	float:left;
}
div.values-container {
	background:#fff;
	margin-left:40px;
}
li {
	margin-bottom:1em;
}

/*----------nav ------------------------*/
#primary-nav {
	position:relative; 
	top:0px; 
	left:0px;
	height:60px;
	width:960px;
	padding: 0;
	border: 0;
	margin:0px;
}
div#primary-nav ul#menu	
	{
	height: 60px;
	width: 1100px;
	background: transparent url(../images/nav.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#primary-nav ul#menu li 
	{
	margin: 0px;
	padding: 0;
	list-style: none;
	position: absolute;
	}
	
ul#menu li, ul#menu a 
	{
	display: block;
	}	
	
div#primary-nav ul#menu li a 
	{
	text-indent: -9999px;
	text-decoration: none;
	height: 60px;
	}

#nav-home	{left: 0px; width: 359px;}
#nav-life	{left: 360px; width: 216px;}
#nav-annuities	{left: 576px; width: 152px;}
#nav-estate	{left: 729px; width: 228px;}
#nav-contact	{left: 958px; width: 142px;}
    


#nav-home a:hover		{background: transparent url(../images/nav.jpg) 0px -60px no-repeat;}
#nav-life a:hover 	{background: transparent url(../images/nav.jpg) -360px -60px no-repeat;}
#nav-annuities a:hover 	{background: transparent url(../images/nav.jpg) -576px -60px no-repeat;}
#nav-estate a:hover {background: transparent url(../images/nav.jpg) -729px -60px no-repeat;}
#nav-contact a:hover 	{background: transparent url(../images/nav.jpg) -958px -60px no-repeat;}


	/* You are here - main nav */
	
body.home #nav-home  	{background: transparent url(../images/nav.jpg) 0px -60px no-repeat;}
body.life-home  #nav-life	{background: transparent url(../images/nav.jpg) -360px -60px no-repeat;}
body.annuitieshome #nav-annuities 	{background: transparent url(../images/nav.jpg) -576px -60px no-repeat;}
body.estatehome  #nav-estate {background: transparent url(../images/nav.jpg) -729px -60px no-repeat;}
body.contacthome  #nav-contact	{background: transparent url(../images/nav.jpg) -958px -60px no-repeat;}

.privacy-policy {
	margin: 0px auto;
	width: 1100px;
}
.privacy-policy p {
	margin-left:40px;
	margin-bottom: 10px;
}
.privacy-policy p a {
	color:#333;
}
