body {
	background: #809315 url(images/img01.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.formclass {
	width: 220px;
	background: #FFFFFF url(images/img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

.buttonclass {
	height: 24px;
	width: 150px;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	border-width: 1px;
	border-color: #FFFFFF;
}

h1, h2, h3, h4 {
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a, a:active, a:visited {
	color: #0000ff;
	/* color: #d7bda0; */
	/* font-weight: bold; */
}

a:hover {
	text-decoration: none;
	/* color: #d7bda0; */
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

#header {
	width: 960px;
	height: 150px;
	margin: 0 auto;
}

#meadowridge {
	position: relative;
	top: 35px;
	left: 39px;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	width: 500px;
}

#lakemills {
	position: relative;
	top: 39px;
	left: 208px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

/* Logo */

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	/* float: left; */
	padding-top: 35px;
	font-weight: normal;
	font-size: 36px;
	width: 880px;
	text-align: right;
}

#logo h2 {
	/* float: left; */
	padding-top: 7px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-left:620px;
}

#logo h2, #logo h2 a {
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu ul {
	margin: 0;
	padding: 23px 0 0 28px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 2px 0 2px;
}

#menu li.first a{
	float: left;
	background: #619E00;
	padding: 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

#menu a {
	float: left;
	background: #406800;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #619E00;
	padding: 9px 20px;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Content */

#content {
	float: right;
	width: 603px;
}

#content2 {
	margin-left: 150px;
	width: 603px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 13px 20px 0 4px;
	border-bottom: 1px solid #FFFFFF;
}

.post .title a:hover {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 6px;
	margin: 25px 0 20px 0;
	padding: 0px 0 0 20px;
	background: #4E9FC8 url(images/img07.gif) no-repeat;
	line-height: normal;
}

.my_rule {
	border-top: 2px solid #4E9FC8;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 20px;
}

#sidebar li h2 {
	height: 30px;
	margin-bottom: 15px;
	padding: 5px 0px 0px 20px;
	background: #4E9FC8;
	font-size: 18px;
	color: #FFFFFF;
}

#sidebar li p {
	padding: 0 20px;
}

/* Calendar */

#sidebar #calendar {
	padding: 0;
}

#calendar table {
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

#calendar thead th {
	border-bottom: 2px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
}

#calendar tbody td {
	padding: 5px 0;
	border-bottom: 1px solid #F2F2F2;
}

#calendar tfoot td {
	border-top: 1px solid #F2F2F2;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar a, #calendar a:active, #calendar a:visited {
	color: #0000ff;
}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	height: 40px;
	margin: 0 auto;
	/* padding: 5px 45px; */
	/* border-top: 5px solid #4E9FC8; */
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
	color: #406800;
}

#footer .legal {
	float: left;
	line-height: normal;
}

#footer .credit {
	float: right;
	line-height: normal;
}

.tan li { 
	/*
	margin-right: -20px;
	list-style-type: circle;
	*/
	margin-left: -20px;
	list-style-image: url('images/list_bullet_tan.gif'); 
	list-style-position: inside;
}

.clear {
	clear: both;
}

.caption {
	margin-bottom: 10px;
	margin-top: 2px;
	text-align: center;
}
