/***************************** GENERAL *****************************/
body {
    margin: 0;
    padding: 0;
    background: url(../images/layout/bg-body.jpg) center top;
    behavior: url(/wwwroot/css/csshover.htc);
}
body,td
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 10px;
    color: #333333;
}
a
{
    color: #990000;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Georgia, "Times New Roman", Serif;
    margin: 0 0 6px 0;
}
h1
{
	font-size: 2.125em;
	color: #990000;
}
h2
{
	font-size: 16px;
	color: #0057a2;
	font-weight:normal;
}
p
{
    margin: 0 0 6px 0;
    font-size: 1.3em;
    line-height: 1.4em;
}
img
{
	border: none;
}
img.right
{
	float: right;
	margin: 4px 0 4px 8px;
}
img.left
{
	float: right;
	margin: 4px 4px 0 0;
}
.clear
{
	clear: both;
}
ul li
{
	font-size:12px;
}
/**************************** FULL AREA ****************************/
#full-area
{
    text-align: center;
    width: 100%;
}
#full-area div.inner
{
	position: relative;
	width: 883px;
	margin: 0 auto;
	text-align: left;
}
/***************************** HEADER *****************************/
#header
{
	width: 100%;
	background: url(../images/layout/bg-body-top.jpg) repeat-x center top;
	height: 39px;
	padding-top: 17px;
	clear: both;
	position: relative;
	z-index: 10;
}
#header .logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 137px;
	width: 220px;
	display: block;
	background: url(../images/layout/lg-small.gif) no-repeat center center;
	z-index: 10;
}
/***************************** CONTENT *****************************/
#content
{
	clear: both;
}
#content .inner
{
	width: 829px;
	padding: 0 30px 0 24px;
	background: url(../images/layout/bg-content.png) repeat-y top center;
}
#inner-content
{
	background: url(../images/layout/bg-content-header.png) no-repeat -188px top;
}
/**************************** USER AREA ****************************/
#user-area
{
	padding: 28px 34px 29px 35px;
	width: 580px;
}
#page_index #user-area
{
	padding: 28px 34px 29px 35px;
}
/****************************** FLASH ******************************/
#flash
{
	width: 710px;
	height: 386px;
	position: absolute;
	top: 0;
	right: 26px;
	z-index: 0;
}
/**************************** SIDE BAR ****************************/
#side-bar
{
	width: 207px;
	padding-top: 0px;
	background: url(../images/layout/bg-content-header.png) no-repeat left top;
}

#side-bar .last-minute-lodging
{
	height: 71px;
	width: 188px;
	display: block;
	background: url(../images/layout/btn-last-minute-lodging.png) no-repeat left top;
	margin: 2px 0 2px -2px;
}

#side-bar .community-deals
{
	display: block;
	height: 94px;
	width: 207px;
	background: url(../images/layout/btn-community-happenings.png) no-repeat left top;
	margin: 2px 0 2px -2px;
}

#side-bar .download-the-recreation-guide
{
	display: block;
	height: 122px;
	width: 207px;
	background: url(../images/layout/btn-download-the-recreation-guide.png) no-repeat left top;
	margin: 2px 0 2px -2px;
}

#side-bar .fill-survey
{
	display: block;
	height: 77px;
	width: 189px;
	background: url(../images/layout/btn-survey.png) no-repeat left top;
	margin: 2px 0 2px -2px;
}

#side-bar .dive-into-our-history
{
	display: block;
	height: 82px;
	width: 207px;
	background: url(../images/layout/btn-dive-into-our-history.png) no-repeat left top;
	margin: 2px 0 2px -2px;
}

#side-bar .hot-deals
{
	display: block;
	height: 74px;
	width: 182px;
	background: url(../images/layout/btn-hotdeals.png) no-repeat left top;
	margin: 2px 0 2px -2px;
}
/*************************** NAVIGATION ***************************/
#nav
{
	width: 218px;
	padding-left: 0px;
}
#nav ul
{
	margin: 0;
	padding: 93px 0 11px 0;
	background: #4c6128 url(../images/layout/bg-nav-bottom.png) no-repeat left bottom;
	list-style-type: none;
	width: 206px;
}
#nav ul li
{
	margin: 0;
	position: relative;
}
#nav ul li:hover a:hover,
#nav ul li:hover a,
#nav ul li:hover
{
	background-color: #990000;
}
#nav ul ul li:hover
{
	background-color: #990000;
}
#nav ul li a
{
	display: block;
	padding: 2px 0 4px 10px;
	width: 196px;
	color: #fff0d3;
	text-decoration: none;
	font-size: 1.03em;
	background-color: #4c6128;
}
#nav ul ul li a:hover,
#nav ul ul li:hover a:hover
{
	background-color: #be8d36;
}
#nav ul li:hover ul 
{
	display: block;
}
#nav ul ul
{
	position: absolute;
	top: 0;
	padding: 0;
	left: 206px;
	width: 196px;
	background-color: #990000;
	background-image: none;
	display: none;
}
#nav ul li:hover ul ul 
{
	display: none;
}
#nav ul li:hover ul li:hover ul 
{
	display: block;
}
#nav ul ul li:hover ul li a:hover,
#nav ul ul li:hover ul li:hover a:hover
{
	background-color: #be8d36;
}
#nav ul ul li a
{
	background-color: #990000;
}
#nav ul ul li:hover
{
	background-color: #fff0d3;
}
#nav ul ul li:hover a
{
	color: #fff0d3;
	background-color: #be8d36;
}
#nav ul ul li:hover ul li a
{
	color: #fff0d3;
	background-color: #990000;
}

#nav .subscribe{
  color: #fff;
	margin:-11px 0 0 0;
	padding:0 0 11px 7px;
	_padding:0 0 11px 6px;
	background: #4c6128 url(../images/layout/bg-nav-bottom.png) no-repeat left bottom;
	width:199px;
	_width:197px;
}

#nav .subscribe td{
  color: #fff;
}
#nav .subscribe form{
	margin:0;
	padding:0;
	width:200px;
}

#nav .subscribe label{
	color:#FFF0D3;
}

#nav .subscribe p{
margin:0;
padding:0;
font-size:15px;
font-weight:bold;
color:#ffffff;
}
/***************************** FOOTER *****************************/
#footer
{
	clear: both;
}
#footer .inner
{
	background: url(../images/layout/bg-footer.png) no-repeat left top;
	height: 45px;
	color: White;
	font-size: 11px;
	line-height: 21px;
}
#footer .copyright,
#footer .nav
{
	clear: both;
	text-align: center;
	width: 100%;
	
}
#footer a
{
	color: White;
}
/***************************** SEARCH *****************************/
#search
{
	position: absolute;
	height: 22px;
	width: 260px;
	top: 10px;
	right: 0;
}
#search label
{
    color: #820b0b;
    line-height: 22px;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
}
#search .input
{
	height: 21px;
	border: none;
	border-top: solid 1px #848484;
	width: 181px;
	position: absolute;
	top: 0;
	right: 22px;
	margin: 0;
	padding: 0;
	line-height: 21px;
}
#search .submit 
{
	height: 22px;
	width: 22px;
	background: url(../images/layout/btn-search.png) no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
}
/************************* UPCOMING EVENTS *************************/
.upcoming-events
{
	width: 569px;
	margin: 0 0 10px 23px;
	padding: 0 20px;
	background: url(../images/layout/bg-upcoming-events.png) repeat-y;
	color: #323a42;
}
.upcoming-events .bottom
{
	clear: both;
	height: 10px;
	width: 589px;
	margin-left: -10px;
	background: url(../images/layout/bg-upcoming-events-bottom.png) no-repeat;
}
.upcoming-events .event,
.upcoming-events .event-date
{
	clear: both;
	display: block;
	font-size: 14px;
}
.upcoming-events h2
{
	margin: 0 -20px;
	padding: 0;
	overflow: hidden;
	height: 36px;
	width: 609px;
	clear: both;
	text-indent: -100000px;
	background: url(../images/layout/tit-upcoming-events.png) no-repeat;
}
.upcoming-events table
{
	margin: 0;
	padding: 2px 0 0 0;
}
.upcoming-events table td
{
	padding: 0 7px 0 17px;
	width: 260px;
	background: url(../images/layout/ic-blue-double-arrows.png) no-repeat left 4px;
}
.upcoming-events table td a
{
	color: #0066cc;
	font-size: 12px;
	font-weight: bold;
}
/************************* WEATHER *************************/
#weather
{
	padding: 15px 0 0 55px;
}
/************************* SEARCH RESULTS *************************/
.search-results h3 
{
	font-size: 2em;
}
.search-results li
{
	font-size: 12px;
}
/************************* ADS *************************/
#side-bar .ad-side-bar
{
	text-align: center;
	padding-left: 38px;
}
#side-bar .ad-side-bar .ad
{
	text-align: left;
	margin: 20px auto 20px;
}
#content .ad-right-holder
{
	width: 160px;
	float: right;
	margin: 13px 10px 6px 6px;
}
#content .ad-right-holder .ad
{
	margin-bottom: 10px;
}
#content .ad-center {
	margin: 0 auto;
	padding-bottom: 20px;
}

#members_list 
{
}
#members_list .member
{
	padding-bottom: 4px;
	border-bottom: solid 1px #666666;
	margin-bottom: 4px;
}
#members_list .member .image
{
	height: 100px;
	width: 100px;
	float: left;
}
#members_list .member .info
{
	height: 100px;
	float: left;
	padding-left: 15px;
}
#members_list .member .info .name
{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Serif;
	color: #990000;
}
#members_list .member .info .address,
#members_list .member .info .email,
#members_list .member .info .phone
{
	font-size: 12px;
}
#members_list .member .description
{
	font-size: 12px;
	clear: both;
}
#members_list .contacts td
{
	font-size: 12px;
	padding: 2px;
}
#members_list .contacts table
{
	border-collapse: collapse;
}

#members_list .contacts th
{
	font-size: 12px;
	background-color: #bbbbbb;
	padding: 2px;
}
#member_navigation
{
	clear: both;
	padding: 10px 0 10px 25px;
}
#member_navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#member_navigation ul li
{
	margin: 0;
	padding: 0;
	float: left;
	font-size: 13px;
	position: relative;
}
#member_navigation ul li a
{
	padding: 3px;
	display: block;
	width: 119px;
	text-align: center;
}
#member_navigation ul li:hover a
{
	background-color: #BBBBBB;
	border: solid 1px #666666;
	padding: 2px;
	text-decoration: none;
}
#member_navigation ul li:hover a:hover 
{
	background-color: white;
}
#member_navigation ul ul
{
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 5;
	border-bottom: solid 1px #666666;
}
#member_navigation ul ul li
{
	float: none;
	clear: both;
}
#member_navigation ul ul li a
{
	margin-bottom: -1px;
}
#member_navigation ul li:hover ul
{
	display: block;
}
#member_login
{
	position: absolute;
	top: -6px;
	right: 0;
}
#member_login a
{
	font-size: 10px;
	color: #990000;
}
.log-in
{
	font-size: 1.8em;
}
.forgot_password
{
	font-size: 1.3em;
}

.member-area #do_event_event_content,
.member-area #do_event_event_content .input,
.member-area #do_event_event_content textarea
.member-area #do_event_event_content table.mceLayout
{
	width: 582px;
}

.visitor_survey_form .form_item{
	margin: 0 0 10px 0;
}
.visitor_survey_form, .visitor_survey_form label{
	font-size: 11px;
}

.visitor_survey_form .input{
	margin: 3px 0 0;
}

.visitor_survey_form .text input, .visitor_survey_form textarea{
	width: 300px;
}

.visitor_survey_form .radio input{
	margin-left: 15px;
}

.visitor_survey_form .required label{
	font-weight: bold;
}

.visitor_survey_form .submit{
	float: left;
}

.visitor_survey_form .reset{
	float: right !important;
	padding: 0 !important;
}

.visitor_survey_form .reset input{
	background: #4C6128;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	padding: 5px;
}

.visitor_survey_form .reset input:hover{
	background: #3E4F21;
}

.visitor_survey_form .submit input{
	background: #0F88EE;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	margin: 0 0 20px 0;
	padding: 5px;
}

.visitor_survey_form .submit input:hover{
	background: #0E76CC;
}
.visitor_survey_form .action{
	width: 52%;
}

