html, body, div, form, h1, h2, h3, p {
	margin:0px; padding:0px;
}
body {
	background:#ffe455 url(/images/bg.jpg) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	position:relative;
	padding-bottom:150px;
}

h1 {
	color:#005c24;
	font:bold 22px Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
}
p {
	margin-bottom:1.2em;
}
a {
	color:#005c24;
	text-decoration:underline;
}
	a:hover {
		color:#7b9a8b;
	}

img { border:none; }



#wrapper {
	position:relative;
	display:block;
	width:960px;
	margin:18px auto 0px auto;
}
#header {
	height:143px;
}
	#header #cover { position:absolute; }
	#header #slide {
		position:absolute;
		width:955px;
		height:107px;
		overflow:hidden;
		margin:2px;
		background-color:#688e39;
	}
	#header #logo {
		position:absolute;
		margin:13px 0px 0px 42px;
	}
	#header #follow_section {
		position:absolute;
		margin:45px 0px 0px 495px;
		width:145px;
		color:#fff3aa;
		font-weight:bold;
	}
		#header #follow_section img {
			position:relative;
			top:10px;
		}
	#header #search {
		position:absolute;
		padding:8px 17px 0px 17px;
		width:261px; /* 295 - 17 - 17 */
		height:62px; /* 70 - 8 */
		margin:17px 0px 0px 636px;
		background-image:url(/images/alpha50.png);
		color:#fff;
	}
	#header #menu {
		position:absolute;
		margin-top:110px;
	}

#left_menu {
	width:195px;
	float:left;
	padding-top:5px;
}
	#left_menu h2 {
		font:bold 16px Georgia, "Times New Roman", Times, serif;
		padding-bottom:10px;
		padding-left:8px;
		background:#ffffff url(/images/left_menu_line.gif) no-repeat left bottom;
		color:#005c24;
	}
	#left_menu ul, #left_menu li { list-style:none; margin:0px; padding:0px; }
	#left_menu li a {
		display:block;
		padding-left:32px;
		padding-top:6px;
		width:161px; /* 193 - 32 */
		height:21px; /* 27 - 6 */
		background:#fff url(/images/left_menu_bg.gif) no-repeat;
		text-decoration:none;
	}
		#left_menu li a:hover {
			background-image:url(/images/left_menu_hover.gif);
			font-weight:bold;
			color:#005c24;
			background-color:#b3c7a6;
		}

#right_content {
	border-left:1px dotted #b3c7a6;
	margin-left:195px;
	padding-left:30px;
	padding-top:5px;
	line-height:1.4em;
}
#full_content {
	padding-left:20px;
	padding-top:5px;
	line-height:1.4em;
}
#breadcrumbs { margin-bottom:5px; }
#breadcrumbs a { text-decoration:none; font-weight:bold; }


#footer {
	font-size:90%;
	text-align:center;
	color:#005c24;
	padding-top:24px;
}
	#footer a {
		font-weight:bold;
		margin:0px 15px;
		color:#005c24;
	}
		#footer a:hover {
			color:#7b9a8b;
		}
#bottom {
	position:absolute;
	bottom:0px;
	height:123px;
	width:100%;
	background:#ffe455 url(/images/bottom_flowers.jpg) repeat-x left bottom;
}


/*** Home page specifics ***/
#home .column {
	float:left;
	width:288px;
	margin-right:12px;
	margin-left:8px;
	
}
#home .section {
	position:relative;
	margin-bottom:8px;
	background:#fff url(/images/home/section_bg.gif) no-repeat bottom;
	padding-bottom:12px;
	width:288px;
	/* overflow:hidden; */
}
	#home .section h1 { display:none; } /* Used instead of img alt text */
	#home .section_content { padding:5px 10px 0px 15px; }
	#home .section p { margin-bottom:5px; }
	#home .section ul, #home .section li { list-style:none; margin:0px; padding:0px; }
	#home .section li {
		list-style-image:url(/images/star.png);
		margin-left:10px;
		margin-bottom:3px;
	}
#home .wide_section {
	position:relative;
	background-repeat:no-repeat;
	padding: 40px 0px 12px 0px;
	width:321px;
	height:131px; /* 183 - 40 - 12 */
	margin-bottom:8px;
	/* overflow:hidden; */
}
	#home .wide_section h1 { display:none; }

#home .section .base_button, #home .wide_section .base_button {
	position:absolute;
	bottom:10px;
}
	
#home #zip_locater {
	background:transparent url(/images/home/zip_locater.png) no-repeat;
	padding:6px 20px 0px 20px;
	width:238px; /* 278 - 20 - 20 */
	height:49px; /* 55 - 6 */
	margin-top:10px;
	margin-left:5px;
	font-size:95%;
}

/*** Classes ***/
input.go_btn, input.go_btn_small {
	position:absolute;
	display:inline;
	background:transparent url(/images/go_btn.png) no-repeat 0px 0px;
	width:28px;
	height:26px;
	overflow:hidden;
	margin:0px 0.3em;
}
input.go_btn_small {
	background-image:url(/images/go_btn_small.png);
	width:22px;
	height:20px;
}
input.go_btn:hover {
	background-position: -28px 0px;
}
input.go_btn_small:hover {
	background-position: -22px 0px;
}


.dot_divider {
	background:transparent url(/images/dot_divider.png) no-repeat 0px 0px;
	width:960px;
	height:15px;
}
.content {
	padding:0px 14px 0px 12px;
	width:934px; /* 960 - 14 - 12 */
	background-color:#fff;
}
.button {
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
	text-decoration:none;
}
	.button:hover {
		background-position:right top;
	}
.required {
	color:#c70751; /* red because green doesn't show up */
}
.clear {
	clear:both;
	height:1px;
}