/*
-----------------------------------------------
Website
----------------------------------------------- */
/* general styles
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ol, dl, address {
    margin-bottom: 1em;
}
ul {
    padding-left:1em;
	padding-bottom: 1em;
}
h1 {
	color: #142E25;
	font-size: 18px;
}
h2 {
	font-size: 16px;
	color: #142E25;
}
body {
	background-image: url(/images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4F625C;
}

/* layout
----------------------------------------------- */
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#header img {
	float: left;
}
#topnav {
}
#inset {
}
#sidebar {
	float: right;
	padding-top: 15px;
}
#content {
	width: 513px;
	float: left;
	padding: 10px 10px 0 0;
	clear: both;
}
#footer {
	text-align: center;
	padding: 20px 0;
	font-size: 12px;
	clear: both;
}
#footer p {
}
#footer a {
	color: #142E25;
}
#footer a:hover {
	text-decoration: underline;
}

/* misc. styles
----------------------------------------------- */
.left {
	margin: 0 10px 10px 0;
	float: left;
}
.right {
	margin: 0 0 10px 10px;
	float: right;
}
.green {
	color: #72B822;
}
.contact {
	color: #AEC7BA;
	border-left: solid #AEC7BA 1px;
	padding: 0 0 0 10px;
	float: right;
	position: relative;
	top: 10px;
}
.directions li {
	padding: 1em 0;
}
