body {
	background: #ffffff url(/images/body_bg.png) repeat-y center;
	font: 14px/20px Arial, sans-serif;
	height: 100%;
}

#holder {
	margin: 15px auto 0 auto;
	width: 960px;
	background: url(/images/holder_bg.png) no-repeat top left;
	
}

#header {
	position:relative;
	height:90px;
}

#header a#logo {
	height:80px;
	width:210px;
	display:block;
}

#header a#logo_jd {
	height:50px;
	width:200px;
	display:block;
	position: absolute;
	top: 0px;
	right: 0px;
}

#header h1, #header h2 {
	display:none;
}


#topnav {
	position: absolute;
	background: #23772c url(/images/topnav_bg.png) no-repeat top left;
	bottom: 0px;
	right: 0px;
	height:25px;
	margin: 0; padding: 0;
	text-transform: uppercase;
}

#topnav ul {
	display:inline;
	list-style-type:none;
}

#topnav li {
	float:left;
	display:inline;
}

#topnav a, #topnav a:visited {
	color:#fcdf00;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	padding: 0 15px 0 15px;
	display: block; 
}

#topnav a:hover, #topnav a:active {
	background-color: #0d5213;
}


#navbar {
	background-color: #23772c;
	float: left;
	width: 960px;
	height: 30px;
}

#navbar ul {
	display:inline;
	list-style-type:none;
}

#navbar li {
	float:left;
	display:inline;
	margin: 0;
}

#navbar a,#navbar a:visited {
	color:#ffffff;
	background-color: #23772c;
	font-size: 16px;
	text-transform: uppercase;
	display:block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 20px;
}

#navbar a:hover,#navbar a:active {
	color:#fcdf00;
	background-color: #0d5213;
}


#main {
padding: 00px 0 30px 0;

}

#hero {
	height: 310px;
	border-top: solid 2px #23772d;
}

#hero_btns {
	height: 310px;
	border-top: solid 2px #23772d;
	overflow: hidden;
}

#colleft {
	font-size: 12px;
	color: #999999;
}

#colmid {

}

#colright {

}

.home_right {
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	width: 300px;
}

a.rightbtns {
	margin: 5px 0 10px 0;
	display: block;
}

.spotlight {
	background: url(/images/spotlight_bot.png) no-repeat bottom center;
	width: 300px;
	margin: 0x 0 10px 0;
}

.spotlight h3 {
	background: url(/images/spotlight_top.png) no-repeat top center;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	color: #23772d;
	font: 20px/40px Arial, sans-serif;
}


.spotlight p {
	padding: 0 10px 20px 20px;
}

.peeps {
	color: #333;
	
}

.break {
	clear: both;
}

.full {
	width: 960px;
	float: left;
}

.third {
	width: 320px;
	float: left;
}

.left2 {
	width: 640px;
	float: left;

}

.right1 {
	width: 320px;
	float: left;

}

#footer {
	height:130px;
	padding:10px 0 10px 0;
	color: #23772d;
	background: #91bb96 url(/images/footer_bg.png) no-repeat top center;
	position: relative;
	font-weight: bold;
}

#footer a {
	color: #fdf8d7;
}

#footer .footcol1 {
	position: absolute;
	left: 320px;
}
	
#footer .footcol2 {
	position: absolute;
	left: 640px;
}

#footer ul {	
	padding: 0;
	margin: 0;

}

#subfooter {
	padding:10px 0 30px 0;
	color: #999999;
	text-align: center;
	font: 11px/14px Arial, sans-serif;
}

/*STYLES*/
a,a:visited {
	text-decoration:none;
	color: #8cc63f;
}

a:hover,a:active {
	text-decoration:none;
	color: #94ff05;
}

p {
	margin:5px 0 10px;
}

h1,h2,h3,h4,h5 {
	color: #8dac84;
	margin-bottom: 9px;
	
}

H2 {
	font: 26px/26px  Arial, Verdana, sans-serif;
	text-transform: uppercase;

	
}

H3 {
	font: 18px/24px  Arial, Verdana, sans-serif;
}

H4 {
	font:bold 16px/24px Arial, Verdana, sans-serif;
}

H5 {
	font:bold 14px/18px Arial, Verdana, sans-serif;
}

li {
	margin-left: 15px;
}

ul.bullet {
	list-style-type: circle;
	margin: 9px 0 0 10px;
}

ul.bullet li {
	margin: 0 0 9px 10px;
}

strong, b {
	font-weight: bold;
	color: #666666;
}

.fr {
	float: right;
}

.pad20 {
	padding: 20px;
}

.padmain {
	padding: 0 20px 20px 20px;
}


.padmain img {
	border: solid 1px #8dac84;
	margin: 5px 10px 5px 10px;
}

.indent300 {
	margin-left: 300px;
}

.peeps {
	color: #91bb96;
	font: bold 12px/18px Arial, sans-serif;
	clear: both;
	float: left;
}


.peeps_top {
	background: url(/images/greenbox_top.png) no-repeat top left;
	width:300px;
	height: 30px;
	padding: 0; margin: 0;
	overflow: hidden;
	float: left;
}

.peeps h3 {
	font: bold 16px/30px Arial, sans-serif;
	text-indent: 20px;
	color: #91bb96;
	padding: 0; margin: 0;
}

.peeps_mid {
	width:300px;
	font-size: 11px;
	background: url(/images/greenbox_mid.png) repeat-y left;
	float: left;
}

.peeps_mid p {
	padding: 0 7px 5px 8px;
}

.peeps_bot {
	width:300px;
	background: url(/images/greenbox_bot.png) no-repeat bottom left;
	height: 20;
	padding: 0; margin: 0;
	float: left;
}


.expandy {
	margin-bottom: 20px;
}

.expandy_top {
	background: url(/images/expandy_top.png) no-repeat top left;
	width:300px;
	height: 30px;
	padding: 0; margin: 0;
	color: #666666;
}

.expandy h3 {
	font: bold 16px/30px Arial, sans-serif;
	text-indent: 20px;
}

.expandy_mid {
	width:300px;
	text-indent: 20px;
	font-size: 11px;
	background-color: #eee;
}

.expandy_bot {
	width:300px;

	background: url(/images/expandy_bot.png) no-repeat bottom left;
	height: 20;
	padding: 0; margin: 0;
}

.formy {
	position: relative;
}

.formy label {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	clear: both;
}

.formy ul, .formy li {
	list-style-type: none;
	margin: 0; padding: 0;
}

.formy input {

}

#staffTable {
	font-weight: bold;
}


#staffTable img {
	border: solid 8px #ddd;
}

.mc-field-group label {
	font-size: 10px;
	color: #333333;
}

.callout {
	padding: 4px;
	margin: 0 0 10px 0;
	border: dotted 1px #ddd;
	font: bold 11px/15px Verdana, Arial;
	color: #999;
}