@charset "UTF-8";
/* CSS Document */
@import url("cms.css");

body {
	width:100%;
	font-size:73%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px auto;
	background:#98af97 url(../images/bg-body.jpg) repeat-x;
}
img {border:none;}
a img {border:none;}

a {color:#d03827; text-decoration:none;}
a:hover {text-decoration:underline;}
h2 {margin-bottom:10px; font-size:16px;}
.hide {display:none;}

#body_wrapper {
	width:100%;
	min-height:710px;
	text-align:center;
	margin:0px auto;
	background:url(../images/bg-palm.png) repeat-x;
}
#content_wrapper {
	width:654px;
	margin:20px auto;
	text-align:left;
	position:relative;
}
.clear-both{clear:both;}
.top-logo { float:left; }
a.employment {float:right; padding-top:47px;}
.home-banner{
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}
td {vertical-align:top;}
input[type=text]{
	width:160px;
}
textarea {width:300px; height:100px;}
#content {
	margin-top:2px;
	border:#b4ccb3 solid 1px;
	background:#c6e1c5;
	width:624px;
	padding:15px;
}
ul#navigation {
	margin:0px;
	padding:0px;
}
#navigation li {
	list-style:none;
	float:left;
}
#navigation li a {
	display:block;
	height:48px;
	text-decoration:none;
}
#navigation li a.over{
	background-position:bottom;
}
a.mission {
	width:101px;
	background-image:url(../images/mission-nav.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
a.about {
	width:103px;
	background-image:url(../images/about-nav.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
a.services {
	width:146px;
	background-image:url(../images/services-nav.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
a.faq {
	width:126px;
	background-image:url(../images/faq-nav.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
a.contact {
	width:147px;
	background-image:url(../images/contact-nav.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

/*HOME*/
table.home { width:100%; padding:0px; margin:0px;}
table.home td{ padding:8px;width:33%;}
table.home h2{margin:5px auto 10px auto;}
table.home ul { padding-left:15px;}
table.home li {}
td#owners{
	
}
td#whatwedo{ 
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
td#aboutcaregivers{

}

/*About Us*/
#about-content,#jim-dewitt,#wendell-reynolds{
	padding-bottom:10px;
}


#footer {
	text-align:center;
	width:100%;
	margin-top:30px;
	font-size:0.9em;

}