body {
	background: #F6F6F6 url(images/vertbar.jpg) repeat-x; /* Almost white */
	font-family: "Trebuchet MS", Arial, Verdana, Arial, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	font-size: .8em;
    color: #37404C;
	margin: 0;
	padding: 0;
}

input, select, textarea {
	padding: 2px 5px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C; /* Darker Gray */
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
}

h4 {
	font-size: 1.15em;
	font-weight: bold;
}

h5 {
	color: #5c8958; /* Green */
	font-size: 1.05em;
	font-weight: bold;
}

img
{
    border: none;
}

strong {
    color: #5c8958;
    font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 150%;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #5c8958; /* Green */
}

a:hover {
	text-decoration: none;
}

img.left {
	float: left;
	padding-right: 5px;
}

img.right {
	float: right;
	padding-left: 5px;
}

/* Header */

#header {
	margin: 0 auto;
	height: 140px;
	background: url(images/header.jpg) no-repeat;
}

#header a:link {
    color: White;
}

/* Login Banner */

#loginbanner {
	float: right;
	margin-right: 60px;
	color: #F2F2F2;  /* Lightest Gray */
}
#loginbanner a {
	color: #F2F2F2; 
}

/* Menu */

#menu {
	float: right;
	margin: -37px 40px;
}

#menu ul {
	list-style: none;
	padding: 10px 5px 10px 5px;
}

#menu li {
	display: inline;
}

#menu a {
	background: #98A24D url(images/greenbox.gif) no-repeat center bottom; /* Green */
	padding: 7px 7px 7px 7px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: White;
}

#menu a:hover {
	background: #98A24D url(images/greenbox.gif) no-repeat center bottom; /* Green */
    background-color: #adb85b; /* Golden Green */
	color: #6B6B6B; /* dark gray */
}
#menu selected {
	background: #98A24D url(images/greenbox.gif) no-repeat center bottom; /* Green */
    background-color: #adb85b; /* Golden Green */
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/wrapper.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/wrapper2.jpg) no-repeat left bottom;
}

/* Page */

#page {
	background: url(images/page.jpg) no-repeat;
}

/* Fullwidth Content */

.fullpage {
	width: 800px;
	padding: 20px 10px 0 70px;
}

/* Content */

#content {
  	float: left;
	width: 600px;
	margin-top: 15px;
	padding: 0 0 0 60px;
}

#content li {
    list-style-image: url(images/dot.gif);
    margin-left: -10px;
}

.webcontent {
	padding: 2px 5px 2px 5px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 225px;
	padding: 15px 40px 0 0;
	font-size: .9em;
}

/* Boxed */

.boxed {
	width: 205px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	background: #f5f5f5; /* Almost white */
	border: 1px solid #98b28f;
}

.boxed .title {
	padding: 8px 10px;
	background: #98A24D url(images/greenbox.gif) no-repeat center bottom; /* Green */
	border-top: 1px solid #98b28f; /* Lighter Green */
	border-bottom: 1px solid #F4F5EC; /* Ivory */
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF; /* White */
}

.boxed .content {
	margin: 0;
	padding: 5px 5px 5px 5px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed li {
    margin-left: 5px;
    padding: 2px 5px 2px 10px;
	border-top: 1px dotted #98b28f;
	background: url(images/bullet.gif) no-repeat left center;
}

.boxed li.first {
	border: none;
}

.boxed a {
	text-decoration: none;
	color: #5c8958; /* Green */
}

.boxed a:hover {
    color: #98A24D;
	text-decoration: underline;
}

/* Middlebar */

.middlebar {
	background: #F2F2F2 url(images/widebar.gif) repeat-x; /* Lightest gray */
	margin-top: 20px;
    padding: 10px 10px 10px 10px;
}

.middlebar #col1 {
	float: left;
	width: 270px;
}

.middlebar #col2 {
	float: left;
	width: 270px;
	padding-left: 25px;
}

/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/widebar.gif) repeat-x; /* Lightest gray */
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

#widebar #colBC {
	float: left;
	width: 446px;
	padding-left: 45px;
}

#twocols {
	margin: 0 30px 0 30px;
	padding: 15px 28px 10px 28px;
}

#twocols #leftcol {
    float: left;
    width: 50%
}

#twocols #rightcol {
    float: right;
    width: 50%
}

/* Footer */

#footer {
	background: url(images/footer.jpg) no-repeat;
    vertical-align: bottom;
	padding: 25px 0 0 60px;
	height: 45px;
}

#footer p {
	margin: 0 auto;
	color: #8E8E8E; /* Med gray */
}

#footer a {
	color: #666666; /* Gray */
}

#legal {
	float: left;
}

#links {
	float: right;
	padding-right: 60px;
}

.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;
}

.adminlink {
    margin-left: 60px;
}

.center {
    text-align: center;
}

/* News */

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

.actionbuttons
{
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1px;
}

.flushright
{
    float:right;
    padding-top: 5px;
}

.nextlink
{
    float:right;
}

.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

/* Photos, Images, Thumbnails */

.thumbnail
{
    float: left;
    padding: 10px 5px 5px 10px;
}

.photo
{
    margin: 5px 20px 5px 0; 
    padding: 5px;
    border: 2px solid #adb85b; /* Golden Green */ 
}

.membercard
{
    background-color: #FEFEB1;
    border: 1px solid #E8DCA3;
    padding: 10px;
    margin-bottom: 5px;
    width: 145px;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

#membercardcolumnleft
{
    float: left;
    position: relative;
}

#membercardcolumnright
{
    margin-left: 226px;
}

.membercard p
{
    margin: 5px;
}

.membercard h3
{
    font-size: 1em;
}

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;
}

.fcastTable {
    padding:3px;
    background-color:white;
    text-align:center;
    border:solid 1px #c3c3c3;
}

.temp {
    font-size:20px;
    font-family:Tahoma;
}

.twcDesc {
    font-size: 11px;
    font-family:Tahoma;
}

.fcastWeekDay {
    font-weight: bold;
}
    
.fcastDate {
    font-size: 11px;
    font-family:Tahoma;
}

.twcLoc {
    font-weight: bold;
}
    
.twc {
    font-size: small
}

.curWind {
    font-size: 11px;
    font-family:Tahoma;
}
