body {
	background-color: #e1dbcb;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family:'Helvetica Neue', Arial, FreeSans, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 135%;
}
/*------ Font styles -------*/


h1 h2 h3 h4 {
	font-weight: normal;
	color: #666666;
	line-height: 120%;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
	font-weight:normal;
}
h3 {
	font-size: 120%;
	padding-bottom: 10px;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
hr {
	border: 0;
	width: 100%;
	background-color: #EFEFEF;
	height: 1px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #e3a92e;
	text-decoration:none;
	font-weight: bold;
}
a:link {
	color: #e3a92e;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color: #EBBF65;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	/*	border-bottom: dotted #e3a92e;*/
	text-decoration:underline;
	font-weight: bold;
}
/*------ Header -------*/

#header {
	height: 134px;
}

.spacer1 {
	height: 10px;
}
/*------ Header notice -------*/

#notice {
width:330px;
	float:right;
	margin-top:25px;
	line-height: 135%;
}
#notice img {
	padding-left: 60px;
	float:left;
	padding-right: 10px;
}
#notice h1 {
	font-size: 120%;
	font-weight:bold;
	color:#CC0000;
}
/*------ Nav -------*/

#nav {
	height: 68px;
	background:#EFEFEF url(../images/nav_bg.gif) repeat-x scroll 0 0;
	z-index:10;
}
.nav_left {
	float:left;
	width:6px;
	height:68px;
	background:#EFEFEF url(../images/nav_left.gif) scroll 0 0;
}
.nav_right {
	float:right;
	width:6px;
	height:68px;
	background:#EFEFEF url(../images/nav_right.gif) scroll 0 0;
}
#nav_bottom {
	height: 21px;
	background:#EFEFEF url(../images/nav_bottom.gif) scroll 0 0;
}
/*------ Slider -------*/


#slider_wrapper {
	height: 308px;
	background-image: url(../images/slider_bg.gif);
}
#slider_nav {
	float:left;
	margin-left:20px;
	padding-top:-20px;
	position:relative;
	top:-20px;
	z-index:10;
	width:300px;
	height:30px;
}
#slider_nav a {
	border: 1px solid #ccc;
	background: #fff;
	text-decoration: none;
	margin: 3px 1px;
	padding: 3px 8px;
}
#slider_nav a.activeSlide {
	background: #ccc
}
#slider {
	z-index:0;
	margin-left: 20px;
	height:260px;
	overflow:hidden; 
}
#slider h1 {
	padding-bottom: 20px;
	font-size: 200%;
	font-weight: normal;
	color: #666666;
	line-height: 120%;
}
.slider_content {
	background-image: url(../images/slider_bg.gif);
	background-position: -20px 0px;
}
#slider img {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #E9E9E9;
	padding:5px;
	margin-top:23px;
	float:clear;
}

.slider_txt {
	float:left;
	width:435px;
	padding-right:20px;
	padding-top:23px;
}
/*------ Main -------*/

#main {
	background: url(../images/content_bg.gif) repeat-y;
}
/*------ Content -------*/

#content {
	background:#FFFFFF;
}
#content ul {
	line-height: 1.25em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: disc outside;
}
#content ol {
	line-height: 1.25em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}
#content li {
	margin-left: 1.4em;
	margin-top: 0;
	margin-bottom: 0.8em;
}
.main_feature {
/*	clear: both;*/
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom:10px;
	border-bottom: solid 1px #E9E9E9;
}
.main_feature table {
	vertical-align: text-top;
	border: 1px solid #FFFFFF;
	background-color:#E8E8E8;
	border-color:#FFFFFF;
	border-spacing: 5px;
	padding: 2px;
}

.main_feature tr {
	vertical-align: top;
	padding: 2px;
}
.main_feature td {
	vertical-align: top;
	border: 1px solid #FFF;
	padding: 3px;
}


/*------ These styles are used with the JQuery Caption  plugin  
          which converts the Alt text of images in the #Content div to a caption  -------*/
#content div.caption {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 5px;
}
#content div.right {
	margin-left: 10px;
	float:right;
}
#content div.left {
	float: left;
	margin-right: 10px;
}
#content div.none {
	margin-right: 10px;
}
#content div.caption img {
	margin: 0;
	padding:0;
}
#content div.caption p {
	margin: 5px 0 0 0;
	padding: 5px;
	border-top: 1px #ddd dotted;
	font-size: .9em;
}


/*------ White panel -------*/

.panel {
	margin-top: 10px;
	margin-left: 7px;
	margin-bottom: 10px;
	border-left: solid #e3e3e3 1px;
	border-right: solid #e3e3e3 1px;
	border-bottom: solid #e3e3e3 1px;
}
.panel img {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #E9E9E9;
	padding:3px;
}
.panel_title {
	height: 46px;
	background: url(../images/title_bg.gif) repeat-x;
}
.panel_title h2 {
	padding-left:10px;
	padding-top:15px;
}
.mid_column_feature {
	clear: both;
	height:62px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 95%;
	line-height: 100%;
	border-bottom: solid 1px #E9E9E9;
}
.mid_column_feature img {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #E9E9E9;
	float:left;
	padding:3px;
	margin-right: 10px;
}
.mid_column_feature h4 {
	padding-bottom: 2px;
}
.right_column_feature {
	clear: both;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}




/*------ Grey panel -------*/

.panel_grey {
	background:url(../images/panel_bg_grey.gif) repeat-y;
	margin-top: 10px;
	margin-left:0px;
	margin-right:7px;
	margin-bottom: 10px;
	border-left: solid #e3e3e3 1px;
	border-right: solid #e3e3e3 1px;
	border-bottom: solid #e3e3e3 1px;
}

.panel_grey img {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #E9E9E9;
	float:left;
	padding:3px;
	margin-right: 10px;
}

.panel_title_grey {
	height: 46px;
	background: url(../images/title_bg_grey.gif) repeat-x;
}
.panel_title_grey h2 {
	padding-left:10px;
	padding-top:15px;
}

.no_border {
	border: none !important; 
	background: none !important;

}
/*------ News -------*/

#news {
}
#news_title {
}
.news_feature {
	clear: both;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	height: 82px;
	border-bottom: solid 1px #E9E9E9;
}
.news_feature img {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #E9E9E9;
	float:left;
	padding:3px;
	margin-right: 10px;
}
.news_feature h4 {
	padding-bottom:5px;
}
/*------ Club Sections -------*/

#club_sections {
	margin-left:0px;
}
#club_sections_title {
}

/*------ oldsite message-------*/

#oldsite {
	height:30px;
	background: url(../images/content_bg.gif) repeat-y;
	padding-left:20px;
}
/*------ Main bottom-------*/

#main_bottom {
	height: 11px;
	background: url(../images/main_bottom.gif) repeat-y;
}

/*------ Footer -------*/

#footer {
	background:#EFEFEF url(../images/footer_bg.gif) repeat-x scroll 0 0;
	border-left:2px solid #C9C5B6;
	border-right:2px solid #C9C5B6;
	border-bottom:2px solid #C9C5B6;
}
.footerbox {
	margin-top:30px;
	margin-left:15px;
	color:#666666;
}
.footerbox h3 {
	font-size: 125%;
	font-weight: bold;
	padding-bottom:10px;
	color:#999999;
}
.backtotop {
	height: 20px;
	text-align:center;
}
/*------------General styles----------------*/


.rightColumn-inner li, #homeBullets li {
	margin-bottom: 0.5em;
}
.flickr {
	float:right;
	margin-left: 10px;
	padding: 10px;
	background-color:#e3e3e3;
}
.back {
	float:right;
	margin-top:15px;
	margin-right:10px;
}

.floatl {
	float: left;
	margin-right: 1em;
}
.floatr {
	float: right;
	margin-left: 1em;
}
