@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #655214;
	background-color: #adadad;
	margin: 30px 0px;
}
a {
	font-size: 12px;
	color: #c18f09;
}
a:visited {
	color: #ddb13e;
}
a:hover {
	color: #000;
	text-decoration: underline !important;
}
a:active {
	color: #c18f09;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #408b33;
	margin: 0px 0px 30px 0px;
}
h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #444;
	margin-top: 0px;
}
h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #408b33;
	margin-top: 0px;
}

hr {
	margin: 20px 0px;
	padding: 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
}
a img {
	border: none;
}

small {
	color: #666;
}
small a {
	font-size: 11px;
}

blockquote {
	background-image: url(../images/quote_open.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 0px;
	margin-top: 20px;
	padding-left: 35px;
	color: #777;
}
blockquote p {
	background-image: url(../images/quote_close.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 35px;
}


/* IDs */

#container {
	width: 918px;
	margin: auto;
	background-image: url(../images/corners_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 24px;
}

#header {
	padding: 0px 9px;
	background-color: #FFF;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
}
#logo {
	padding: 5px 15px 15px 15px;
	background-image: url(../images/logo_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu {
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	height: 42px;
	border-bottom: 3px solid #d6ae43;
	padding-left: 15px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#menu li {
	padding: 0px;
	margin: 0px;
	float: left;
}
#menu li a {
	display: block;
	padding: 14px 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #444;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu li a.current {
	background-image: url(../images/menu_selected.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu li a.current:hover {
	text-decoration: none;
}

#main {
	background-color: #FFF;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	padding: 30px 39px 10px 39px;
	line-height: 180%;
}
#left {
	float: left;
	width: 213px;
	min-height: 369px;
	padding: 15px;
	margin-right: 30px;
	background-image: url(../images/left_bg.gif);
	background-repeat: no-repeat;
}
#left ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px dotted #AAA;
}
#left li {
	padding: 0px;
	margin: 0px;
	border-top: 1px dotted #AAA;
}
#left li a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #444;
	font-size: 11px;
}
#left li a:visited {
	color: #444;
}
#left li a:hover {
	color: #c18f09;
}
#content {
	float: left;
	width: 567px;
}

#footer {
	clear: both;
	background-image: url(../images/corners_bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 24px 15px 0px 15px;
}
#footer p.left {
	float: left;
	margin-top: 3px;
}
#footer p.right {
	float: right;
	margin-top: 3px;
}
#footer,
#footer a {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}


/* Classes */

.home {
	clear: both;
}
.home div {
	float: left;
	background-image: url(../images/home_box_bg.gif);
	background-repeat: no-repeat;
	width: 378px;
	height: 190px;
	padding: 15px;
}
.home div.news {
	margin-right: 24px;
}
.home div.news ul {
	list-style-image: url(../images/arrow_bullet.gif);
}
.home div.news li {
	margin-bottom: 10px;
}
.home div.news a {
	display: block;
	margin-top: -10px !important;
}

.home a {
	text-decoration: none;
}

div.newslink	 {
	margin-top: -12px;
}

img.right {
	float: right;
	padding: 0px 0px 20px 20px;
}

.twoCols div {
	float: left;
	width: 50%;
}

.big {
	color: #408b33;
	text-transform: uppercase;
	font-size: 14px;
}

img.team {
	float: left;
	border: 1px solid #d6ae43;
	padding: 3px;
	margin: 0px 20px 5px 0px;
}


.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}


/* Blog Styles */

#sidebar h2 {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: none;
	border-bottom: 1px dotted #AAA;
}
#sidebar li {
	border: none;
}
#sidebar li a {
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	color: #444;
	font-size: 11px;
}

#searchform {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #AAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #655214;
}
input.text,
textarea.text {
	padding: 3px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

small,
small a {
	font-size: 11px;
}

.post h1 {
	margin-bottom: 10px;
	text-transform: none;
}
.post h1 a {
	font-size: 18px;
	color: #408b33;
}

.postmetadata,
.postmetadata a {
	font-size: 11px;
	color: #555;
}
.postmetadata a:hover {
	color: #000;
}

img.photo {
	float: right;
	border: 1px solid #d6ae43;
	padding: 3px;
	margin: 0px 0px 5px 20px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	

