/*	color: #37404C; /* Darker Gray 
	color: #b2c0c9; /* Med Gray */

body {
    background: #ececec url(images/bg_main.jpg) repeat-y center top; 
    font-family: Verdana, Arial, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin: 0px;
    padding: 0px; 
    font-size: 0.75em;
    color: #37404C;
}

input, select, textarea
{
    font-size:1em; 
	padding: 2px 5px;
}

a:link
{
   color: #00447c;
}
a:visited
{
   color: #00447c;
}
a:hover
{
    text-decoration: none;
    color: #8baea2;
}
a:active
{
    text-decoration: none;
   color: #00447c;
}

h1, h2, h3, h4, h5
{
   margin: 2px 0 2px 0;
   color: #00447c;
}

h1
{
	font-size: 1.75em;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
}

h4 {
	font-size: 1.15em;
	font-weight: bold;
}

h5 {
	font-size: 1.05em;
	font-weight: bold;
}

h6 
{
    font-weight: bold;
    font-size: 1em;
    color: #b2c0c9;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #00447c;
}

img
{
    border: none;
}

strong {
    color: #00447c;
    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: #00447c;
    padding: 3px 15px 10px 15px;
    margin-top: -40px;
}

#loginbanner a {
    color: #00447c;
}

/* 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/widebar.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/sidebar.gif) repeat-x top center;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: White; 
}

.boxed .content {
	margin: 0;
	padding: 5px 5px 5px 5px;
}

.boxed a {
	text-decoration: none;
}

.boxed a:hover {
	color: #00447c; /* Blue */
	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 #col1 {
	float: left;
	width: 270px;
}

.middlebar #col2 {
	float: left;
	width: 270px;
	padding-left: 25px;
}

/* Widebar */

#widebar {
	background: #F2F2F2 url(images/widebar.gif) repeat-x; /* Lightest gray */
    background: White;
    border: 1px solid #8baea2;
	margin: 0 50px;
	padding: 10px 28px 0 28px;
}

#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 5px 0 5px;
}

#twocols #leftcol {
    float: left;
    width: 49%;
}

#twocols #rightcol {
    float: right;
    width: 49%;
}

/* Footer */

#footer {
	background: url(images/footer.jpg) no-repeat;
	padding: 30px;
	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: 20px;
}

.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: 5px;
    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;
}

.benefits 
{
      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;
}

/* Photos, Images, Thumbnails */

.thumbnail
{
    float: right;
    padding: 0 5px 5px 5px;
}

.photo
{
    background: #FEFFC8 url('images/thumbnail.jpg') repeat-x center;
    border: solid 1px #E8DCA3;
    padding: 5px 5px 5px 5px;    
}

.membercard
{
    background-color: #FEFEB1;
    border: 1px solid #E8DCA3;
    padding: 10px;
    margin-bottom: 5px;
    width: 145px;
}

.clearcard
{
    clear:left;
    height:0;
    margin:0;
    padding:0;
}

.controlblock
{
    border: 1px solid #8baea2;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

#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;
    }
    
.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;
    }
