body {
	height: 100%;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, helvetica;
}

div {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #2e6803;
	margin-bottom: 0;
}

h3 {
	border-bottom: solid 1px #dfd;
}

h2 {
	line-height: 60px;
	background-image: url('../images/leaf-icon.gif');
	background-repeat: no-repeat;
	text-indent: 70px;
}

p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
	font-family: arial, verdana, sans-serif;
	font-size: 11pt;
	color: #000;
}

#content {
	width: 900px;
	margin: auto auto;
	margin-top: 20px;
	text-align: left;
}

p img {
	margin: 10px;
	margin-top: 0px;
}

p img.right {
	margin-right: 0px;
}

img.left {
	float: left;
}
img.right {
	float: right;
}
img.center {
	margin: auto auto;
	text-align: center;
}

a {
	color: #2e6803;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

#centering_container {
	text-align: center;
}

.left-column {
	float: left;
	width: 58%;
}

.right-column {
	float: right;
	clear: right;
	width: 38%;
}

.right-column p {
	color: #2e6803;
}

#container {
	width: 100%;
	text-align: center;
}

#header {
	width: 100%;
	height: 140px;
	background-image: url("../images/header_nav.jpg");
	background-repeat: repeat-x;
	position: relative;
	clear: left;
}

#header img.logo {
	width: 414px;
	height: 61px;
	position: absolute;
	top: 17px;
	left: 59px;
}

#header img {
	height: 100%;
	width: auto;
}

#footer {
	clear: both;
	width: 700px;
	height: 50px;
	background-image: url("../images/footer_bg.jpg");
	background-repeat: no-repeat;
}

#fadingMessages {
	position: absolute;
	top: 20px;
	left: 500px;
	color: #efe;
	font-family: arial;
	font-weight: bold;
	font-size: 16pt;
	width: 450px;
}

#current_location {
	background-color: #88cc55;
	border: solid 1px #ddd;
	width: 480px;
	padding: 4px;
}
#current_location_detail {
	width: 95%;
	display: block;
	background-color: #efe;
	border: solid 1px #ddd;
	text-align: left;
}

div.accordion {
	width: 100%;
	height: auto;
	border-bottom: solid 1px #dfd;
}

.accordion a.heading {
	display: block;
	width: 100%;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0px;
}

.accordion a.heading:hover, .accordion a.heading:active {
	color: #66aa33;
}

.accordion div {
	margin: 4px;
	height: auto;
	overflow: none;
}
