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

body {
	margin: 0px;
	padding: 0px;
}
#about {
	width: 500px;
}
#about .header {
	text-align: right;
	width: 275px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 8px;
	font-size: 10pt;
}
#about .text {
	text-align: right;
	padding-right: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	width: 275px;
	vertical-align: top;
}
#about .text2 {
	text-align: left;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
}
#about .image {
	padding-left: 10px;
}
#about .footer {
	text-align: center;
	padding-top: 10px;
	vertical-align: top;
}

#about .small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
	text-align: right;
	padding-right: 8px;
}
#about .bar {
	width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #708337;
}

/* Blog Css */
#blog {
	font-family: Arial, Helvetica, sans-serif;
	width: 330px;
	vertical-align: top;
}
#blog .sub {
	width: 296px;
	background-color: #dfe0c3;
	font-size: 8pt;
	margin: 8px;
	color: #63604F;
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#blog .date {
	font-size: 9pt;
	color: #708337;
	padding-left: 18px;
}
#blog .title {
	font-size: 10pt;
	color: #000000;
	padding-left: 15px;
}
#blog .title a:link{
	color: #000000;
	text-decoration: none;
}
#blog .title a:visited{
	color: #000000;
	text-decoration: none;
}
#blog .title a:hover{
	color: #414922;
	text-decoration: none;
}

#blog .text {
	font-size: 8pt;
	color: #63604F;
	padding-left: 27px;
	padding-right: 10px;
}

/* The Red Border */
#border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #761c14;
}
/* Standard Content Css */
#content {
	width: 250px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#sub {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#sub a:link{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}
#sub a:visited{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}
#sub a:hover{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #414922;
	font-weight: bold;
}

#title {
	font-size: 16pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* Events Css */
#events {
	width: 365px;
	font-family: Arial, Helvetica, sans-serif;
}
#events .sub {
	width: 320px;
	background-color: #dfe0c3;
	font-size: 8pt;
	color: #63604F;
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 2px;
}
#events .date {
	font-size: 9pt;
	color: #708337;
	padding-left: 28px;
}
#events .title {
	font-size: 10pt;
	color: #000000;
	padding-left: 25px;
}
#events .title a:link{
	color: #000000;
	text-decoration: none;
}
#events .title a:visited{
	color: #000000;
	text-decoration: none;
}
#events .title a:hover{
	color: #414922;
	text-decoration: none;
}
#events .text {
	font-size: 8pt;
	color: #63604F;
	padding-left: 37px;
	padding-right: 10px;
}

/* Footer Css */
#footer {}

/* Header Css */
#header {
	text-align: center;
	background-image: url(../images/nav_bkg1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 1;
}

/* News Css */
#news {
	vertical-align: top;
	width: 365px;
	float: left;
	z-index: 100;
}
#news .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	text-align: left;
	vertical-align: top;
	line-height: 15px;
	padding-top: 5px;
	padding-left: 10px;
}

/* Newsletter Css */
#newsletter {
	font-family: Arial, Helvetica, sans-serif;
}
#newsletter .sub {
	width: 296px;
	background-color: #dfe0c3;
	font-size: 8pt;
	margin: 8px;
	color: #63604F;
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#newsletter .text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #CCCCCC;
	border: 1px solid #708337;
	font-style: italic;
	width: 200px;
	margin-right: 15px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#newsletter .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #708337;
	border: 1px solid #414922;
}

/* Quick Nav Css */
#qnav {
	color: #FFFFFF;
	width: 700px;
	background-color: #778941;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 8px;
	background-image: url(../images/qNav_bkg.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #414922;
	border-right-color: #414922;
	border-bottom-color: #414922;
	border-left-color: #414922;
}
#qnav .header{
	font-size: 9pt;
	font-weight: bolder;
	padding-left: 40px;
}
#qnav .title{
	font-size: 8pt;
	color: #FFFFFF;
}
#qnav .links{
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 15px;
	padding-left: 60px;
	text-decoration: none;
}
#qnav .links a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#qnav .links a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#qnav .links a:hover{
	color: #414922;
	text-decoration: none;
}
#staff {
	width: 700px;
}
#staff  a:link{
	color: #000000;
	text-decoration: none;
}
#staff  a:visited{
	color: #000000;
	text-decoration: none;
}
#staff  a:hover{
	color: #414922;
	text-decoration: none;
}
#article {
	width: 520px;
}
#article .title{
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #990000;
	text-decoration: none;
	width: 500px;
	font-weight: bold;
}
#article .text{
	text-align: left;
	width: 500px;
	padding-left: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18px;
}
#article .date{
	text-align: left;
	width: 500px;
}
#article .category{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	width: 500px;
	color: #999999;
}
#stafftest {
	z-index: 101;
}
div#webspecials {
	font-family: arial;
	padding-left: 5px;
	width: 100%;
}
div#webspecials h3 {
	font-family: georgia;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 24px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 4px;
	font-size: 14pt;
	color: #72231e;
}
div#webspecials ul {
	font-size: 9pt;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	list-style-type: none;
	margin: 0px;
}
div#webspecials ul li {
	margin-top: 5px;
}
div#webspecials ul li h4 {
	color: #2e2e2e;
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
}
div#webspecials li a {
}
div#webspecials li a:hover {
}
