﻿@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/bg_main.gif) repeat-y center;
	background-color: #e6e6e6;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
a, a:active, a:visited {
	color: #005387;	
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #e76f00;
	}
	
.photoTable {
	width: 522px;
	}

.photoTable td {
	padding: 10px 0px 10px 0px;
	}
	
.dataTable {
	width: 522px;
	}

.dataTable td {
	padding: 4px 0px 4px 0px;
	border-top: 1px solid #CCCCCC;
	}
	
h3 {
	border-bottom: 1px dotted #aecce3;
	padding: 10px 0px 3px 0px;
	margin: 0px;
	font-size: 14px;
	color: #082d5b;	
	font-weight: bold;
	}
	
.highlight {
	background: #dfebf4;
	border: 1px solid #aecce3;
	padding: 10px 15px 15px 15px;
	}
	
.main {
	width: 874px;
	margin: 0 auto;
	height: auto;
	border-bottom: 4px solid #6592b6;
	}
	
#home {
	background: url(../images/masthead_home.jpg) no-repeat top;
	background-color: white;
	}
	
#about {
	background: url(../images/masthead_about.jpg) no-repeat top;
	background-color: white;
	}
	
#contact {
	background: url(../images/masthead_contact.jpg) no-repeat top;
	background-color: white;
	}
	
#faq {
	background: url(../images/masthead_faq.jpg) no-repeat top;
	background-color: white;
	}
	
#board {
	background: url(../images/masthead_board.jpg) no-repeat top;
	background-color: white;
	}
	
#featured {
	background: url(../images/masthead_featured.jpg) no-repeat top;
	background-color: white;
	}
	
#benefits {
	background: url(../images/masthead_benefits.jpg) no-repeat top;
	background-color: white;
	}

#buyersguide {
	background: url(../images/masthead_buyersguide.jpg) no-repeat top;
	background-color: white;
	}

#ethics {
	background: url(../images/masthead_ethics.jpg) no-repeat top;
	background-color: white;
	}
	
#copyright {
	background: url(../images/masthead_copyright.jpg) no-repeat top;
	background-color: white;
	}
	
#resources {
	background: url(../images/masthead_tools.jpg) no-repeat top;
	background-color: white;
	}
	
#guide {
	background: url(../images/masthead_guide.jpg) no-repeat top;
	background-color: white;
	}
	
#news {
	background: url(../images/masthead_news.jpg) no-repeat top;
	background-color: white;
	}
	
#articles {
	background: url(../images/masthead_articles.jpg) no-repeat top;
	background-color: white;
	}
	
#legal {
	background: url(../images/masthead_legal.jpg) no-repeat top;
	background-color: white;
	}
	
#bluemoon {
	background: url(../images/masthead_bluemoon.jpg) no-repeat top;
	background-color: white;
	}
	
	
#forms {
	background: url(../images/masthead_forms.jpg) no-repeat top;
	background-color: white;
	}
	
#education {
	background: url(../images/masthead_education.jpg) no-repeat top;
	background-color: white;
	}
	
#events {
	background: url(../images/masthead_events.jpg) no-repeat top;
	background-color: white;
	}
	
#membership {
	background: url(../images/masthead_membership.jpg) no-repeat top;
	background-color: white;
	}
	
#search {
	background: url(../images/masthead_search.jpg) no-repeat top;
	background-color: white;
	}
	
#calendar {
	background: url(../images/masthead_calendar.jpg) no-repeat top;
	background-color: white;
	}
	
#taxes {
	background: url(../images/masthead_taxes.jpg) no-repeat top;
	background-color: white;
	}
	
.menu {
	margin: 0 auto;
	width: 874px;
	height: 26px;
	padding: 0px;
	}
	
ul.reglist {
	padding: 8px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	}
	
ul.reglist li {
	background:url(../images/bullet2.gif) no-repeat 3px 7px;
	padding: 3px 0px 6px 14px;
	margin: 0px;
	line-height: 14px;
	}
	
ul.textlist {
	padding: 8px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	}
	
ul.textlist li {
	background:url(../images/bullet2.gif) no-repeat 3px 11px;
	padding: 5px 0px 9px 14px;
	margin: 0px;
	line-height: 17px;
	}
	

.smallList ul {
	margin: 5px 20px 0px 0px;
	padding: 0px;
	list-style: none;
	}
	
.smallList li {
	background:url(../images/bullet2.gif) no-repeat 0px 6px;
	padding: 0px 0px 0px 10px;
	}
	
.smallList a, .smallList a:active, .smallList a:visited{
	font-weight: normal;
	text-decoration: underline;
	}
	
ul#main_nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
ul#main_nav li {
			display:block;
			float:left;
			}
			ul#main_nav li a {
				display:block;
				outline:none;
				width:164px;height:26px;
				background:transparent url(../images/buttons.gif) no-repeat 0 0;
				text-indent:-9009px;
				margin:0 0px 0 0;
				}
			
				ul#main_nav li a:hover {background-position:0 -26px}
			
			ul#main_nav li#home a {
				width:69px;
				background-position:0px 0;
				}
				ul#main_nav li#home a:hover {
					background-position:0px -26px
					}
					
			ul#main_nav li#about a {
				width:95px;
				background-position:-69px 0;
				}
				ul#main_nav li#about a:hover {
					background-position:-69px -26px
					}
			ul#main_nav li#resources a { 
				width:89px;
				background-position:-164px 0;
				}
				ul#main_nav li#resources a:hover {
					background-position:-164px -26px
					}
			ul#main_nav li#membership a {
				width:79px;
				background-position:-253px 0;
				}
				ul#main_nav li#membership a:hover {
					background-position:-253px -26px
					}
			ul#main_nav li#education a {
				width:111px;
				background-position:-333px 0;
				}
				ul#main_nav li#education a:hover {
					background-position:-333px -26px
					}
					
			ul#main_nav li#buyersguide a {
				width:102px;
				background-position:-444px 0;
				}
				ul#main_nav li#buyersguide a:hover {
					background-position:-444px -26px
					}
					
			ul#main_nav li#calendar a {
				width:82px;
				background-position:-547px 0;
				}
				ul#main_nav li#calendar a:hover {
					background-position:-547px -26px
					}
					
			ul#main_nav li#membersonly a {
				width:110px;
				background-position:-629px 0;
				}
				ul#main_nav li#membersonly a:hover {
					background-position:-629px -26px
					}
					
			ul#main_nav li#findSS a {
				width:135px;
				background-position:-739px 0;
				}
				ul#main_nav li#findSS a:hover {
					background-position:-739px -26px
					}
					
.searchbox {
	padding: 9px 0px 150px 677px;
	position: relative;
	z-index:100;
	}
	
.sidebox {
	width: 294px;
	background: url(../images/bg_sidebox.gif) no-repeat bottom left;
	float: left;
	margin: 0px 0px 10px 10px;
	position: relative;
	z-index:100;
	}
	
.sidelist {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	list-style:none;
	}

.sidelist li {
	border-bottom: 1px solid #e1e1e1;
	padding: 13px 0px 13px 0px;
	}
	
.sidelist li a, .sidelist li a:active, .sidelist li a:visited {
	color: #092e67;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	}
	
.sidelist .caption {
	color: #8a7754;
	font-size: 10px;
	line-height: 13px;
	}
	
.sidelist .date {
	float: right;
	width: 80px;
	text-align: right;
	margin: 0px 0px 10px 0px;
	}
	
.navlist {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style:none;
	}

.navlist li {
	border-bottom: 1px dotted #aecce3;
	padding: 8px 0px 8px 26px;
	background: url(../images/bullet.gif) no-repeat 10px 8px;
	}
	
.navlist a, .sidelist a:active, .sidelist a:visited {
	display: block;
	color: #005387;	
	text-decoration: none;
	font-weight: normal;
	}
	
.navlist a:hover {
	color: #e76f00;
	}
	
.rightlink {
	float: right;
	}
	
.rightlink a, .rightlink a:active, .rightlink a:visited {
	color: #e76f00;
	display: inline-block;
	background: url(../images/bullet.gif) no-repeat left;
	padding: 0px 0px 0px 15px;
	margin: 8px 10px 10px 10px;
	text-decoration:none;
	font-weight: normal;
	}
	
.rightLink a:hover {
	color: #ffb36d;
	}
	
.mainContent {
	width: 520px;
	padding: 70px 20px 0px 0px;
	float: right;
	line-height: 17px;
	position: relative;
	z-index:100;
	}
	
.findStorage {
	width: 500px;
	background: url(../images/b_findStorage.gif) no-repeat top;
	padding: 33px 0px 10px 14px;
	text-decoration: none;
	display: block;
	color: #082d5b;
	font-weight: normal;
}

.footer {
	width: 858px;
	font-size: 10px;
	color: #959595;
	padding: 5px 8px 7px 8px;
	clear: both;
	margin: 0 auto;
	background: white;
	border-bottom: 3px double #e6e6e6;
	}
	
.footerLinks {
	float: right;
	}
		
.footerLinks a, .footerLinks a:active, .footerLinks a:visited {
	color: #005387;
	display: block-inline;
	padding: 0px 7px 0px 5px;
	text-decoration:none;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	}		
	
	
