body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004f2f;
	background-color: #f5e8bf;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

body.mceContentBody {
   background: #AFD183;
}

img.home {
	border: 10px solid #cee48b;
}

#page {
	width: 985px;
	margin: 0;
	padding: 0;
	}

#indexpage {
	width: 985px;
	background-color: #EAEDE0;
	margin: 0;
	padding: 0;
}

#heading {
	width: 100%;
	height: 300px;
	background: #FFF url(../images/homeheader.jpg) no-repeat;
	padding: 0;
	margin: 0;
}
#indexheading {
	width: 985px;
	height: 241px;
	background: #FFF url(../images/indexheader.jpg) no-repeat;
	padding: 0;
	margin: 0;
}
#indexcontent {
	width: 985px;
	height: 296px;
	background: #FFF url(../images/flash-placeholder.jpg) no-repeat;
	background-color: #EAEDE0;
	text-align: left;
	padding: 0;
	margin: 0;
}

#content {
	width: 965px;
	background-color: #AFD183;
	text-align: left;
	padding: 10px 10px 30px 10px;
	margin: 0;
}

#content_col_left {
	float: left;
	width: 360px;
	padding: 0 10px;
	}

#content_col_right {
	float: right;
	}

#footer {
	width: 100%;
	height: 31px;
	background: #fff url(../images/homefooter.jpg) no-repeat;
	padding: 0px;
	margin: 0;
	position: relative;
}
#indexfooter {
	width: 100%;
	height: 31px;
	background-color: #EAEDE0;
	padding: 0px;
	margin: 0;
	position: relative;
}

#footer_phone {
	float: left;
	padding: 8px 0 8px 24px;
	width: 293px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004f2f;
	font-size: 11px;
	text-align: left;
	}

#footer_message {
	float: right;
	padding: 8px 0 0 0;
	width: 652px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004f2f;
	font-size: 11px;
	text-align: center;
	}

#navcontainer {
	background-color: #CEE48B;
	width: 985px;
}
#indexnavcontainer {
	background-color: #EAEDE0;
	width: 985px;
}

#navcontainer ul {
	line-height: 180%;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
}
#indexnavcontainer ul {
	line-height: 180%;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
}

#navcontainer ul li {
	display: inline;
	padding: 5px 0 0;
}
#indexnavcontainer ul li {
	display: inline;
	padding: 5px 0 0;
}

#navcontainer ul li a {
	color: #004f2f;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
#indexnavcontainer ul li a {
	color: #004f2f;
	text-decoration: none;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	color: #ffffff;
	background-color: #afd183;
}
#indexnavcontainer ul li a:hover {
	color: #ffffff;
	background-color: #afd183;
}

#navcontainer #active  {
	font-size: 13px;
	border-left: 1px solid #fff;
}
#indexnavcontainer #active  {
	font-size: 13px;
	border-left: 1px solid #fff;
}


h1 {
	color: #004f2f;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}



h2 {
	color: #fff;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}

   

h3 {

	color: #004f2f;

    text-align: left;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}



p {

	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004f2f;
	font-size: 12px;

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

.small { font-size: 75%; }
