@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/bg.jpg) repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#543019;
}

#container {
	margin:0 auto;
	text-align:center;
	width:901px;
	margin-top:40px;
}

#header {
	width:901px;
	height:195px;
	background:url(../images/header.jpg) no-repeat;
}

#main {
	text-align:left;
	width:100%;
	height:auto;
	background:#fff;
}

#home {
	width:871px;
	overflow:hidden;
	padding-left:14px;
}

.hometopleft {
	float:left;
	width:291px;
	height:192px;
	background:url(../images/home/home-baby.jpg);
}

.homenav {
	float:left;
	width:287px;
	height:192px;
	overflow:hidden;
	background-color:#ccde6f;
}

.hometopright {
	float:left;
	width:293px;
	height:192px;
	background:url(../images/home/home-feet.jpg);
}

.homebottom {
	clear:both;
	width:871px;
	height:192px;
	background:url(../images/home/home-belly.jpg) no-repeat;
}

#about {
	width:871px;
	height:420px;
	overflow:hidden;
	padding-left:14px;
}

.aboutnav {
	float:left;
	width:309px;
	height:420px;
	background:url(../images/about/about-nav-bg.jpg);
}

.aboutmain {
	float:left;
	width:562px;
	height:420px;
	background:url(../images/about/about-main-bg.jpg);
}

#about p {
	padding-left:23px;
	padding-right:47px;
	line-height:1.5em;
}

#about p.top {
	padding-top:20px;
	margin-top:0;
}

#services {
	width:873px;
	height:1707px;
	padding-left:14px;
	font-size:12px;
	overflow:hidden;
}

.servicesnav {
	float:left;
	width:309px;
	height:1707px;
	background:url(../images/services/services-nav-bg.jpg) #ccde6f;
}

.servicesmain {
	float:left;
	width:564px;
	height:1707px;
	background:url(../images/services/services-main-bg.jpg) #ccde6f;
}

.servicessubnav {
	padding-top:24px;
}

#services p {
	padding-left:25px;
	padding-right:50px;
	line-height:1.5em;
	padding-top:0;
	margin-top:0;
}

#services p.top {
	padding-top:23px;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
}

#services ul li {
	margin-top:0;
	padding-top:0;
	padding-right:50px;
}

.servicelist {
	padding-top:0;
	margin-top:0;
}

#services .indent {
	padding-left:35px;
}

#services a {
	color:#543019;
}

#resources {
	width:872px;
	height:1361px;
	overflow:hidden;
	padding-left:14px;
}

.resourcesnav {
	float:left;
	width:318px;
	height:1361px;
	background:url(../images/resources/resources-nav-bg.jpg);
}

.resourcesmain {
	float:left;
	width:554px;
	height:1361px;
	background:url(../images/resources/resources-main-bg.jpg);
}

#resources p {
	padding-left:34px;
	line-height:1.5em;
	color:#48949c;
	font-size:16px;
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}

#resources p.top {
	padding-top:34px;
	margin-top:0;
}

#resources p.pad {
	padding-bottom:15px !important;
}

#resources a {
	text-decoration:underline;
	color:#543019;
	font-size:13px !important;
}

#contact {
	width:871px;
	height:384px;
	overflow:hidden;
	padding-left:14px;
}

.contactnav {
	float:left;
	width:299px;
	height:384px;
	background:url(../images/contact/contact-nav-bg.jpg);
}

.contactmain {
	float:left;
	width:572px;
	height:384px;
	background:url(../images/contact/contact-main-bg.jpg);
}

#contact p {
	padding-left:33px;
	padding-right:47px;
	line-height:1.5em;
	font-size:15px;
}

#contact p.top {
	padding-top:35px;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
}

#contact p.mid {
	margin-top:0 !important;
	padding-top:0 !important;
}

#contact p.bottom {
	padding-top:20px;
	margin-top:0;
}

#contact a {
	text-decoration:underline;
	color:#458c93;
}

#footer {
	width:901px;
	height:36px;
	padding:0;
	margin:0;
	text-align:center;
	background:url(../images/footer.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#79776e;
	overflow:hidden;
}

#footer a {
	text-decoration:underline;
	font-weight:bold;
	color:#79776e;
}

img {
	padding:0;
	margin:0;
	border:none;
}

a img {
	text-decoration:none;
	border:none;
}

.green {
	color:#7d7c14;
}

.head {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0;
}

.nopad {
	padding-bottom:0;
	margin-bottom:0;
}

.itallic {
	font-style:italic;
}

.bigger {
	font-size:13px;
}

.bold {
	font-weight:bold;
}

.left { float: left; margin: 10px 0 0 20px; }
.right { float: right; margin: 10px 20px 0 0; }