/*	color: #37404C; /* Darker Gray 
	color: #b2c0c9; /* Med Gray 
    color: #63a48c; Menu Green 
    color: #007346; Dark Green
    color: #97803c; Brown 
    color: #ffe0ad; Parchment
    color: #fff1d9; Body beige */

body {
    background: #fff1d9 url(images/body.jpg) repeat-y center top; 
    font-family: Verdana, Arial, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin: 0px;
    padding: 0px; 
    font-size: 0.8em;
    color: #37404C;
}

input, select, textarea
{
    font-size:1em; 
	padding: 2px 5px;
}

a:link
{
   color: #007346;
}

a:visited
{
   color: #007346;
}

a:hover
{
    text-decoration: none;
    color: White;
}

a:active
{
   text-decoration: none;
   color: #007346;
}

h1, h2, h3, h4, h5
{
   margin: 2px 0 2px 0;
   color: #007346;
}

h1
{
    font-family: Tahoma;
    color: #97803c;
	font-size: 1.5em;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

h2 {
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffe0ad;
	letter-spacing: -0.035em;
    color: #97803c;
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
}

h4 {
	font-size: 1.15em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 
{
    font-weight: bold;
    font-size: .9em;
    color: #b2c0c9;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #97803c;
}

img
{
    border: none;
}

strong {
    color: #007346;
    font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 125%;
	text-align: justify;
}

ul {
    list-style-image: url(images/bullet.gif);
    margin-left: 20px;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

/* Header */

#header {
	margin: 0 auto;
	height: 187px;
	background: url(images/header.jpg) no-repeat;
}

/* Login Banner */

#loginbanner 
{
    float: right;
    text-align: center;
    font-family: Arial;
    font-size: .9em;
    font-weight: bold;
    color: White;
    margin: 0 5px 0 0;
}

#loginbanner a {
    color: White;
}

/* Wrapper */

#wrapper {
	width: 860px;
	margin: 0 auto;
}

/* Page */

#page {
}

/* Fullwidth Content */

.fullpage {
	width: 840px;
	padding: 5px 10px 0 10px;
}

/* Content */

#content {
  	float: left;
	width: 600px;
	margin: 5px 2px 0 2px;
	padding: 5px 5px 5px 5px;
}

.webcontent {
	padding: 2px 5px 2px 5px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding: 15px 10px 0 0;
	font-size: .9em;
}

/* Boxed */

.boxed {
	background: #F2F2F2 url(images/boxed.gif) repeat-x; /* Lightest gray */
    background: White;
    border: 1px solid #8baea2;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-top: none;
}

.boxed .title {
	padding: 8px 10px;
    background: url(images/greenbar.gif) repeat-x;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #007346; 
}

.boxed .content {
	margin: 0;
	padding: 5px 5px 5px 5px;
}

.boxed a {
	text-decoration: none;
}

.boxed a:hover {
	color: #97803c; 
	text-decoration: underline;
}

/* Middlebar */

.middlebar {
	background: #F2F2F2 url(images/widebar.gif) repeat-x; /* Lightest gray */
    background: White;
    border: 1px solid #8baea2;
	margin-top: 10px;
    padding: 10px 10px 10px 10px;
}

.middlebar a:hover {
	color: #97803c;
	text-decoration: underline;
}

#twocols {
	margin: 0 5px 0 5px;
}

#twocols #leftcol {
    float: left;
    width: 49%;
}

#twocols #rightcol {
    float: right;
    width: 49%;
}

/* Footer */

#footer {
	background: url(images/footer.jpg) no-repeat;
	width: 860px;
	padding: 50px;
	margin-top: 20px;
	margin-left: -10px;
	margin-bottom: 0px;
	vertical-align: bottom;
}

#footer p {
	margin: 0 auto;
	color: #8E8E8E; /* Med gray */
}

#footer a {
	color: #666666; /* Gray */
}

#legal {
	float: left;
}

#links {
	float: right;
	padding-right: 40px;
}

.clear {
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

.error
{
    color: Red;
    font-weight: bold;
}

.shorttext {
    width: 100px;
}

.midtext {
    width: 200px;
}

.longtext {
    width: 350px;
}

.dashedline {
    border-bottom: 1px dashed Silver;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

.addheight {
    height: 200px;
}

.adminlink {
    margin-left: 5px;
    font-family: Arial;
    font-size: .9em;
    font-weight: bold;
    color: White;
}

.center {
    text-align: center;
}

/* News */

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

.actionbuttons
{
      text-align:right;
      position: relative; 
      padding: 1px 1px 1px 1px;
}

.signup 
{
      float: right;
      margin-top: -45px;
      margin-right: -10px;
}

.nextlink
{
    float: right;
}

.flushright
{
    float: right;
    padding-top: 5px;
}

.flushleft
{
    float: left;
}

.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.controlblock
{
    border: 1px solid #8baea2;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

.post {
	padding-top: 50px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #37404C; /* Darker Gray */
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
}

.post .meta {
	height: 16px;
	margin: 0;
	padding: 10px;
	background: url(images/post.jpg) repeat-x left bottom;
	line-height: normal;
}

.post .meta .posted {
	display: block;
	float: left;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(images/post.gif) no-repeat left center;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(images/comments.gif) no-repeat left center;
}

/* Weather */

.weatherTable{
    background-color: #F6F6F6;
    text-align: center;
    }
    
.temp{
    font-size:22px;
    font-family:Tahoma;
    }

.cc{
    font-size: 11px;
    font-family:Tahoma;
    }

.fcastWeekDay{
    font-weight: bold;
    }
    
.ccLoc{
    font-weight: bold;
    }

.fcastDate{
    font-size: 11px;
    font-family:Tahoma;
    }

.curWind{
    font-size: 11px;
    font-family:Tahoma;
    }

.fcastTable{
    padding:3px;
    background-color:white;
    text-align:center;
    border:solid 1px #c3c3c3;
    }
    
.rss {
	border-top-width: 0px; 
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px; 
	float: right;
	padding-top: -5px; 
}