html{ overflow-y:scroll; }

/* CMS STUFF */
.article_item {
  padding-top: 20px;
}
.article_detail {
  padding-top: 8px;
  padding-left: 14px;
}
.article_title, .article_full_title {
  font-size: 20px;
  font-weight: bold;
}
.article_date {
  font-size: 16px;
  font-weight: bold;
}
.article_full_date {
  font-size: 14px;
  font-weight: normal;
}
.article_tagline {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #606060;
}
.article_full_tagline {
  font-size: 16px;
  font-weight: bold;
  color: #606060;  
}
.back_link {
  font-size: 12px;
  padding-top: 24px;
  text-align: right;
}

.faq_titles {
  border-left: 3px #0000dd solid;
  margin-left: 10px;
  padding-left: 8px;
}
.faq_title, .faq_header, .link_category_title {
  font-size: 16px;
  font-weight: bold;
}
.faq_detail {
  margin-left: 20px;
  margin-top: 6px;
}

.top_link {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.link_category {
  border-bottom: 2px #d0d0d0 solid;
  padding-bottom: 8px;
}
.link_detail {
  margin-top: 6px;
  margin-left: 24px;
}

.gallery_items {
  width: 100%;
}

.event_items {
  position: relative;
  width: 720px;
}
.event_item {
  position: relative;
  width: 720px;
  margin-top: 10px;
  padding-bottom: 18px;
}
.event_detail {
  position: relative;
  font-size: 14px;
}
.event_title {
  font-size: 20px;
  font-weight: bold;
}
.event_date {
  font-size: 20px;
  font-weight: bold;
}
.event_time {
  font-size: 12px;
  font-weight: bold;
}
.event_location {
  font-size: 16px;
  font-weight: bold;
}
.event_contacts {
  font-size: 16px;
  font-weight: bold;
}

.event_left {
  width: 200px;
  left: 0px;
  top: 0px;
  text-align: left;
}
.event_right {
  position: absolute;
  width: 500px;
  left: 200px;
  top: 0px;
  text-align: left;
}


/* Table definition below */

#table_container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablemain {
  border: #bababa 1px solid;
  border-collapse: collapse;
}

.tablemain td {
  border: #bababa 1px solid;
}

.tablemain .rowheader {
  background-color: #dadada;
  font-weight: bold;
}

.tablemain .col4 {
  background-color: #fdfdba;
}

.tablesearch {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablesearch td span {
  font-weight: bold;
}

.tablenav_top td span, .tablenav_bottom td span {
  font-size: 11px;
}


.err, .required {
  color: red;
  font-weight: bold;
}

/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px;
	padding:0;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #4a7685;
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:18px;}
h2{font-size:14px; 
	border-bottom:solid 1px #c0c0c0;
    color:#808080;
    margin-bottom:10px;
	margin-right: 10px;}
h3{
	
color: #808080;
font-size:13px;
	border-bottom:solid 1px #c0c0c0;
	padding:4px 0;
	margin-bottom:10px;
	margin-right: 10px;
}

a:link, a:visited{color:#0033CC;}
a:hover{text-decoration:none;}


/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (780 pixel) 
*/

#container{
	width:780px;
	margin:0 auto;
	background-color: #FFF;
}

#topbar{
	width:auto;
	display:block;
	height:235px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#logo h1 {
	position: absolute;
	top: 48px;
	left: 41px;
	width: 279px;
	height: 80px;
	background: url(../images/logo.png) no-repeat;
}

#logo h1 a {
	display: block;
	height: 80px;
	text-indent: -9999px;
}

#intro-text {
	position:absolute;
	top: 120px;
	left: 43px;
	width: 289px;
	color: #166478;
	margin: 0px;
	padding: 0px;
}

#navbar{
	width:auto;
	display:block;
	height:60px;
	background-image: url(../images/nav/menu-bg.png);
	background-repeat: repeat-x;
	position: relative;
}

#navbar a{heigth:28px; line-height:28px; padding:0 8px; display:inline;}

#home-button {
	position:absolute;
	top:-5px;
	left:34px;
	width: 175px;
	font-weight:bold;
	color: #99c9d7;
}

#home-button a, #home-button a:visited {
	color: #99c9d7;
	text-decoration:none;
}

#home-button a:hover {
	text-decoration:underline;
}
	
#main{width:auto; display:block; padding:10px 0;}

#main p {padding-bottom:5px; color: #504442}

#column_left{
	width:205px;
	margin-right:5px;
	float:left;
	margin-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDEDE;
	margin-top: -20px;
	padding-right: 3px;
}

#column_right{
	width:210px;
	margin-right:8px;
	padding-right: 10px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDEDE;
}

#column_far_right{
	width:307px;
	float:left;
}

#column_large{
	width:523px;
	float:left;
	color: #504442;
	margin-left: 10px;
}

#one_column{
	width:740px;
	margin-right:auto;
	margin-top: -40px;
	margin-left: auto;
	padding-left: 10px;
}

div.spacer{clear:both; height:10px; display:block;}
	
#footer{
	width:auto;
	display:block;
	font-size:11px;
	color:#99c9d7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	background-color: #00769a;
}

#footer a, #footer a:visited {
	color: #99c9d7;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
	
/* ------------------------------ 
CUSTOM CLASSES
------------------------------ */

/* Top Nav */

#top-nav {
	float:right;
}

#top-nav dl {
	padding: 0;
	margin-top: -27px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position:relative;
}
/* IE5 Mac Hack \*/ 
#top-nav { padding-left: 0; } 
/*/ 
#top-nav { padding-left: 0; overflow: hidden; } 
/* End Hack */
#top-nav dt { float: left; }

#top-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:80px; /* IE 5/Win hack */ 
	padding: 80px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	}

#top-nav dt a:hover {
	background-position: 0 -80px;
	}

.active {
	background-position: 0 -80px;
	}

#top-nav dt#events,
#top-nav dt#events a {
	width: 80px;
	background-image: url(../images/nav/events.png);
}

#top-nav dt#trips,
#top-nav dt#trips a {
	width: 80px;
	background-image: url(../images/nav/trips.png);
}

#top-nav dt#photos,
#top-nav dt#photos a {
	width: 80px;
	background-image: url(../images/nav/photos.png);
}

#top-nav dt#membership,
#top-nav dt#membership a {
	width: 80px;
	background-image: url(../images/nav/membership.png);
}

#top-nav dt#contact,
#top-nav dt#contact a {
	width: 80px;
	background-image: url(../images/nav/contact.png);
}

#top-nav dt#club,
#top-nav dt#club a {
	width: 80px;
	background-image: url(../images/nav/club.png);
}

#top-nav dt#newsletter,
#top-nav dt#newsletter a {
	width: 80px;
	background-image: url(../images/nav/newsletter.png);
}

.snapshot {	color: #000; background-color: #fff; padding: 4px; margin: 0px 5px 5px 0px; border: 1px solid #CDCFCD; display: block; } 

.left {float:left;
margin-right: 10px;
}

.right {float:right;
margin-left: 10px;
}

#column_left .text-box p {color: #362A27; margin: 0px 0px 5px 0px; padding: 0px;}

.text-box {
	width: auto;
	margin: 0 0 10px 0px;
	background-color: #EAEAEA;
	padding: 0px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #362A27;
	border: 1px solid #b6cfda;
}

.text-box a, a:visited, a:active {
	/* color:#18ADAD; */
        color: #af6107;
	text-decoration:underline;
}

.text-box a:hover {
	color:#ddbe4e;
	text-decoration: none;
}
