@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
a img {
	border:none;
}
body {
	color:#706C20;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#wrapper {
	width:1000px;
	margin:auto;
}
#header {
	margin-top:12px;
	margin-left:12px;
	margin-right:12px;
}
#nav {
	background-image:url(../images/nav-background-repeat.gif);
	background-repeat:repeat-x;
	background-position:left top;
	margin-left:12px;
	margin-right:12px;
	width:1000px;
	float:left;
	margin-top:3px;
	margin-bottom:3px;
}
#nav img {
	float:left;
}
#nav ul {
	list-style-type:none;
	float:left;
	margin-left:15px;
	margin-top:9px;
}
#nav ul li {
	display:inline;
	background-image:url(../images/bullet.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-left:4px;
	padding-right:13px;
}
#nav ul li.last {
	background:none;
}
#nav ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
#nav ul li a:hover, #nav ul li a.current {
	color:#FEEA2D;
}
#content {
	width:1000px;
	margin-left:12px;
	margin-right:3px;
	margin-bottom:3px;
	float:left;
	overflow:hidden;
}
#left {
	width:227px;
	margin-right:3px;
	float:left;
}
.header {
	background-color:#8E8B4F;
	text-align:center;
	padding:15px;
}
.left-box {
	padding:15px;
	background-color:#CECBB6;
	margin-top:3px;
	margin-bottom:3px;
	padding-bottom:2000px;
	margin-bottom:-2000px;
	overflow:hidden;
}
.left-box p.heading {
	text-transform:uppercase;
}
.left-box p {
	margin-bottom:15px;
}
.left-box p.small {
	font-size:11px;
	margin-bottom:15px;
}
.left-box a {
	color:#706C20;
}
#right {
	background-color:#E4E3D7;
	float:right;
	width:770px;
	padding-bottom:2000px;
	margin-bottom:-2000px;
}
#right p {
	margin:15px;
}
#right ul {
	margin-left:45px;
	font-size:12px;
	margin-bottom:15px;
}
#right img {
	margin-left:15px;
}
.hw {
	background-image:url(../images/man-wife-nurse.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	float:left;
}
.ms {
	background-image:url(../images/mom-son.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	float:left;
}
.ms ul {
	margin-top:40px;
	margin-bottom:60px;
}
.ms li {
	padding-bottom:5px;
}
.ch {
	background-image:url(../images/children.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-bottom:120px;
}
.ch ul {
	margin-top:30px;
}
.fa {
	background-image:url(../images/family.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
	padding-bottom:160px;
}
.fa ul {
	margin-top:30px;
}
.content-left {
	float:left;
	width:370px;
	text-align:left;
	margin-left:15px;
	margin-top:20px;
}
#content .content-left img, #content .content-right img {
	float:none;
	padding-bottom:10px;
}
#content .content-left ul, #content .content-right ul {
	margin-left:15px;
}
.content-right h2, .content-left h2 {
	font-size:12px;
	color:#749936;
	margin-left:15px;
}
.content-right h2 a, .content-left h2 a {
	color:#749936;
	text-decoration:none;
}
.content-right {
	margin-top:20px;
	margin-left:15px;
	float:right;
	width:370px;
	text-align:left;
}
#footer {
	width:1000px;
	margin-left:12px;
	margin-right:3px;
	float:left;
	font-size:11px;
	text-align:center;
	margin-bottom:12px;
	background-color:#8E8B4F;
}
#footer p {
	color:#FFFFFF;
	padding:10px;
}
#footer-left {
	background-image:url(../images/nav-background-repeat.gif);
	background-repeat:repeat-x;
	background-position:left top;
	width:499px;
	float:left;
	border-right:3px solid #FFFFFF;
}
#footer-right {
	width:498px;
	float:right;
}
