html,body{
	height:100%;
	margin:0;
}
body{
	background:#016db5 url(../images/bg-body.gif) repeat-x;
	font:12px/16px Arial, Verdana, Helvetica, sans-serif;
	color:#4c4c4c;
}
img{border:none;}
a{
	color:#427998;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
input, textarea, select{
	font:12px Arial, Verdana, Helvetica, sans-serif;
	color:#4c4c4c;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	width:940px;
	margin:0 auto;
	background:url(../images/bg-wrapper.png) repeat-y;
	padding:0 16px 0 16px;
	min-height:100%;
}
* html #wrapper{height:100%;}
#wrapper .w1{padding-bottom:166px;}
#header{
	width:100%;
	padding:14px 0 10px;
	position:relative;
	z-index:5;
}
#wrapper .sub-holder{
	padding-bottom:32px;
}
#header:after{
	display:block;
	clear:both;
	content:"";
}
#header .logo{
	margin:0;
	position:absolute;
	top:15px;
	left:10px;
	z-index:2;
}
#nav{
	margin:2px 5px 0 0;
	padding:0;
	list-style:none;
	float:right;
	font-size:13px;
	display:inline;
}
#nav li{
	float:left;
	padding-right:6px;
}
#nav a{
	display:block;
	color:#00233b;
	padding:9px 8px 10px 8px;
	text-decoration:none;
}
#nav a:hover,
#nav li.active a,
#nav li:hover a,
#nav li.hover a{
	background:#dfe9e9;
	text-decoration:none;
}
#nav li:hover,
#nav li.hover{position:relative;}
#nav li:hover ul,
#nav li.hover ul{display:block;}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	float:none;
	width:250px;
	position:absolute;
	top:100%;
	left:0;
	z-index:2;
	background:#a5b8c5;
	font-size:12px;
	display:none;
}
#nav ul li{
	float:none;
	padding:0;
	height:1%;
	overflow:hidden;
	vertical-align:top;
}
#nav li:hover ul a,
#nav li.hover ul a{
	display:block;
	background:url(../images/bg-divider-nav.gif) repeat-x;
	padding:8px 5px 4px 14px;
}
#nav ul a:hover,
#nav ul li.active a,
#nav li:hover ul a:hover,
#nav li.hover ul a:hover{
	background:#b6cad7 url(../images/bg-divider-nav-hover.gif) repeat-x;
}
#main{
	width:100%;
	overflow:hidden;
}
#main .image-frame{
	overflow:hidden;
	height:1%;
}
#main .image-holder{
	position:relative;
	float:left;
	height:1%;
	overflow:hidden;
	font-size:11px;
}
#main .image-holder img{display:block;}
* html #main .note{bottom:-1px;}
#main .note{
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
}
#main .note span {
	padding: 3px 175px 6px 13px;
	width: 752px;
	display: block;
	background: url(../images/bg-note.png);
}
#main .sub-note span{
	bottom: 0;
	padding:4px 175px 6px 13px;
	width: 430px;
}
* html #main .note span{padding: 4px 175px 6px 13px;}
* html #main .sub-note span{padding: 5px 175px 6px 13px;}
#main .note a{
	color:#fadf2a;
	text-decoration:underline;
}
#main .note a:hover{text-decoration:none;}
#main .links{
	background:url(../images/bg-note.png) repeat-x;
	position:absolute;
	bottom:2px;
	right:2px;
	padding:4px 0 3px 4px;
	z-index:55;
}
#main #content .links {
	bottom: 0;
	padding: 5px 0 5px 4px;
}
* html #main #content .links {
	padding: 5px 0 5px 4px;
}
* html #main .links {
	padding: 4px 0 5px 4px;
	right: 0;
	bottom: 2px;
}
* +html #main .links{right:0;}
#main .links ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#main .links li {
	float: left;
	padding: 0 4px 0 5px;
	margin: 0;
	background: none;
}
#main .links ul a {
	color: #373737;
	font-size: 14px;
	line-height:14px;
	padding: 0 2px;
	background: #fff;
	float: left;
	text-decoration: none;
	border: 1px solid #fff;
	height: 13px;
}
#main .links ul .active a,
#main .links ul a:hover {
	background: #016cb3;
	color: #fff;
}
.btn-pause,
.btn-play {
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	width: 14px;
	height: 16px;
}
.btn-pause {
	margin: 0 9px 0 4px;
	display: inline;
	background:url(../images/btn-pause.gif) no-repeat;
}
.btn-play {
	background: url(../images/btn-play.gif) no-repeat;
	margin: 0 5px 0 0;
	display: inline;
}
#main .alert-box{
	background:url(../images/bg-alert-box.gif) repeat-y;
	width:905px;
	border:solid #f00;
	border-width:1px 0;
	overflow:hidden;
	height:1%;
	padding-right:35px;
	font-size:16px;
	margin:7px 0 9px;
}
#main .alert{
	float:left;
	width:130px;
	padding:19px 0 21px 19px;
	font-size:48px;
	line-height:35px;
	color:#fff;
	margin-right:18px;
}
#main .alert-box p{margin:12px 0 0;}
#main .alert-box p a{
	color:#f00;
	text-decoration:underline;
}
#main .alert-box p a:hover{
	text-decoration:none;
}
#main .alert-box .hidden{
	position:absolute;
	left:-9999px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
#main .alert-box-dept{
	background:url(../images/bg-alert-box.gif) repeat-y;
	width:604px;
	border:solid #f00;
	border-width:1px;
	overflow:hidden;
	height:1%;
	padding-right:11px;
	font-size:14px;
	margin:7px 0 9px;
}
#main .alert-box-dept p{
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#main .alert-box-dept p a{
	color:#f00;
	text-decoration:underline;
}
#main .alert-box-dept p a:hover{
	text-decoration:none;
}
#main .alert-box-dept .hidden{
	position:absolute;
	left:-9999px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
#twocolumns{
	overflow:hidden;
	width:100%;
	margin-bottom:15px;
}
#content{
	float:left;
	width:618px;
}
#twocolumns .sub-content{
	width:609px;
	margin:28px 0 0 7px;
	display:inline;
}
.article_img img {
	float:left;
	width: 250px;
	padding-right: 5px;
	padding-bottom: 3px;
}
#content .title{
	background:#dedede;
	padding:5px 0 4px 10px;
	margin-bottom:9px;
}
#twocolumns .sub-content .title{
	margin-bottom:19px;
}
#main strong.heading{
	display:block;
}
#content .info-box-holder{
	overflow:hidden;
	width:618px;
}
#content .sub-box{
	background:#fff;
}
#content .info-box-wrap{
	width:636px;
}
#content .info-box{
	float:left;
	width:194px;
	height:267px;
	margin-right:18px;
}
#content .info-box img{
	display:block;
	border:1px solid #525252;
	margin-bottom:10px;
}
#content .info-box .item{
	margin-left:9px;
}
#content .info-box .desc{
	font-size:13px;
}
#content .info-box p{margin:0 0 17px;}
#content .column{
	width:166px;
	float:left;
	margin:0 7px 0 3px;
	display:inline;
}
#content .box{
	border:1px solid #bbb;
	margin-bottom:12px;
	padding-bottom:6px;
}
#content .box h2{
	color:#026897;
	margin:0;
/*	font-size:15px;*/
	font-weight:normal;
	background:url(../images/bg-title.gif) repeat-x;
	padding:8px 0 6px 8px;
}
#content .box-dept{
	border:1px solid #bbb;
	margin-bottom:12px;
}
#content .box-dept h2{
	color:#026897;
	margin:0;
	font-size:15px;
	font-weight:normal;
	background:url(../images/bg-title.gif) repeat-x;
	padding:8px 0 6px 8px;
}
#content .quick-links{
	margin:3px 0 1px;
	padding:0 3px 0 2px;
	list-style:none;
	border:solid #f7f7f7;
	border-width:0 1px;
	overflow:hidden;
	height:1%;
}
#content .quick-links li{
	float:left;
	width:151px;
	background:url(../images/bg-divider-links.gif) repeat-x;
	padding:0 0 0 6px;
	margin-bottom:0;
}
#content .quick-links li:first-child{
	background:none;
}
#content .quick-links a{
	display:block;
	padding:7px 0 6px 28px;
	color:#4c4c4c;
	text-decoration:none;
}
#content .quick-links a.dollar-sign{background:url(../images/smartrebates.jpg) no-repeat 5px 50%;}
#content .quick-links a.house{background:url(../images/myaccount.jpg) no-repeat 1px 50%;}
#content .quick-links a.arrow{background:url(../images/arrow.jpg) no-repeat 4px 50%;}
#content .quick-links a.amenities{background:url(../images/amenities.jpg) no-repeat 0px 50%;}
#content .quick-links a.chat-bubble{background:url(../images/agendas.jpg) no-repeat 0px 50%;}
#content .quick-links a.customer{background:url(../images/customerservice.jpg) no-repeat 2px 50%;}
#content .quick-links a.concessions{background:url(../images/customerservice.jpg) no-repeat 2px 50%;}
#content .quick-links a.recycle{background:url(../images/waterconserve.jpg) no-repeat 2px 50%;}
#content .quick-links a.computer{background:url(../images/biddingjobs.jpg) no-repeat 1px 50%;}
#content .quick-links a.building{background:url(../images/employment.jpg) no-repeat 4px 50%;}
#content .quick-links a.gear{background:url(../images/backflow.jpg) no-repeat 2px 50%;}
#content .quick-links a.world{background:url(../images/et.jpg) no-repeat 1px 50%;}
#content .quick-links a.graph{background:url(../images/waterquality.jpg) no-repeat 2px 50%;}
#content .quick-links a.camping{background:url(../images/camping.jpg) no-repeat 2px 50%;}
#content .quick-links a.water-drop{background:url(../images/watersupply.jpg) no-repeat 5px 50%;}
#content .quick-links a.golf{background:url(../images/discgolf.jpg) no-repeat 2px 50%;}
#content .quick-links a.boat{background:url(../images/boating.jpg) no-repeat 1px 50%;}
#content .quick-links a.clipboard{background:url(../images/clipboard.jpg) no-repeat 3px 50%;}
#content .quick-links a.camera{background:url(../images/camera.jpg) no-repeat 1px 50%;}
#content .quick-links a.landscape{background:url(../images/landscape.jpg) no-repeat 2px 50%;}
#content .quick-links a.smartcontroller{background:url(../images/smartcontroller.jpg) no-repeat 2px 50%;}
#content .quick-links a.etrincon{background:url(../images/etrincon.jpg) no-repeat 5px 50%;}
#content .quick-links a.bear{background:url(../images/bear.jpg) no-repeat 2px 50%;}
#content .quick-links a.bike{background:url(../images/bike.jpg) no-repeat 2px 50%;}
#content .quick-links a.boater{background:url(../images/boater.jpg) no-repeat 2px 50%;}
#content .quick-links a.mountain{background:url(../images/mountain.jpg) no-repeat 2px 50%;}
#content .quick-links a.pizza{background:url(../images/pizza.jpg) no-repeat 2px 50%;}
#content .quick-links a.hamburger{background:url(../images/hamburger.jpg) no-repeat 2px 50%;}
#content .quick-links a.campfire{background:url(../images/campfire.jpg) no-repeat 2px 50%;}
#content .quick-links a.compass{background:url(../images/compass.jpg) no-repeat 2px 50%;}
#content .quick-links a.bbq{background:url(../images/bbq.jpg) no-repeat 2px 50%;}
#content .quick-links a.binoculars{background:url(../images/binoculars.jpg) no-repeat 2px 50%;}
#content .quick-links a.hikers{background:url(../images/hikers.jpg) no-repeat 2px 50%;}
#content .quick-links a.knife{background:url(../images/knife.jpg) no-repeat 2px 50%;}
#content .quick-links a.outhouse{background:url(../images/outhouse.jpg) no-repeat 2px 50%;}
#content .quick-links a.tent{background:url(../images/tent.jpg) no-repeat 2px 50%;}
#content .quick-links a.trees{background:url(../images/trees.jpg) no-repeat 2px 50%;}
#content .quick-links a:hover{text-decoration:underline;}

#content .box img{
	display:block;
	width:132px;
	margin:11px auto 10px;
}
#content .box-dept img{
	width:160px;
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 2px;
}
#content .info-block{
	float:left;
	width:442px;
}
#content .events-list{
	margin:0 0 -4px 11px;
	padding:2px 0 0;
	list-style:none;
}
#twocolumns .sub-content .events-list{
	margin:0 0 -4px 0;
}
#twocolumns .sub-content .faq {
	margin-left:10px;
	line-height:21px;
}
#twocolumns .sub-content .faq li {
	list-style:outside;
	list-style-type:none;
}
#twocolumns .sub-content .faq h2 {
	margin-top:24px;
	color:#4192B8;
}
#twocolumns .sub-content .faq h2 a{
	text-decoration:none;
}
#twocolumns .sub-content .calendar{
	width:809px;
	border:solid #e2e2e2;
	border-width:5px;
	padding:7px 0 13px;
}
#twocolumns .sub-content .calendar:after{
	content:"";
	display:block;
	clear:both;
}
.nav-panel{
	width:250px;
	float:left;
	text-align:right;
	margin:0 0 0 8px;
}
.navigation{
	width:119px;
	float:left;
	text-align:center;
}
a.prev1{
	float:left;
	text-indent:-9999px;
	background:url(../images/prev1.gif) no-repeat 0 0;
	width:25px;
	height:24px;
	overflow:hidden;
}
a.next1{
	float:right;
	text-indent:-9999px;
	background:url(../images/next1.gif) no-repeat 0 0;
	width:24px;
	height:24px;
	overflow:hidden;
}
.navigation span{
	color:#9a9ea2;
/*	line-height:22px;*/
	float:left;
}
.nav-panel a{
	color:#9eadbf;
	line-height:24px;
	padding:0 0 0 5px;
}
.tabset{
	float:right;
	padding:6px 0 0;
	margin:5px 9px 0 0;
}
a.tab {
	float: left;
	background:url(../images/tabs.gif) no-repeat 0 0;
	height:18px;
	margin:0 1px;
	text-decoration:none;
	line-height:18px;
	cursor:pointer;
}
a.tab span{
	float:left;
	padding:0 35px;
	background:url(../images/tabs2.gif) no-repeat 100% 0;
	overflow:hidden;
}
a.active{
	background:url(../images/tabs3.gif) no-repeat 0 0;
}
a.active span{
	background:url(../images/tabs4.gif) no-repeat 100% 0;
}
div.tab {
	width:100%;
	clear: both;
}
#tab2 table{
	margin:0px auto 0;
	padding:0;
	border-collapse: collapse;
	border:1px solid #d7e1ea;
	table-layout:fixed;
}
#tab2 table tr.days{
	text-align:center;
}
#tab2 table tr.days td{
	width:113px;
	height:22px;
	border:none;
	background:#cfe1f6;
	color:#7b92aa;
}
#tab2 table tr{
	text-align:left;
	vertical-align:top;
}
#tab2 table tr td{
	height:97px;
	border:1px solid #d7e1ea;
	background:#f6f5fa;
	color:#7e818a;
	font-size:12px;
	font-weight:bold;
}
#tab2 table tr td.prev-month{
	background:#faf9ff;
}
#tab2 table tr td.today{
	background:#fdf6a3;
}
#tab2 table tr td span{
	float:left;
}
#tab2 table tr td a.ddd{
	float:left;
	text-align:left;
	vertical-align:middle;
	color:#6290c0;
	padding:0 8px;
}
#tab2 table tr td.hover,
#tab2 table tr td:hover{
	width:113px;
	background:url(../images/day-hover.gif) no-repeat 0 0;
	color:#6190c1;
}
.popup-holder{
	float:left;
	position:relative;
}
.popup-holder div.popup{
	position:absolute;
	top:0;
	left:-40px;
	display:none;
}
.popup-holder div.popup .bg{
	background:url(../images/popup.png) no-repeat 0 0;	
	width:386px;
	height:390px;
	padding:22px;
}
.popup-holder div.popup .close{
	display:block;
	overflow:hidden;
	position:relative;
}
.active div.popup{
	display:block;
}
div.popup p{
	margin:0;
	color:#282550;
	font-size:12px;
	font-weight:normal;
}
div.popup p strong.scwa{
	font-size:14px;
	padding:0 0 15px;
}
div.popup p strong{
	display:block;
	padding:0 0 5px;
}
.scroll{
	width:380px;
	height:360px;
	overflow:auto;
}
#content .events-list li{
	overflow:hidden;
	height:1%;
	margin-bottom:24px;
	background:none;
	padding:0;
}
#twocolumns .sub-content .events-list li{
	margin-bottom:5px;
}
#content .events-list img{
	float:left;
	border:1px solid #afb0ab;
	padding:2px;
	margin-right:6px;
	overflow:hidden;
	height:52px;
}
#content .section{
	margin-left:11px;
}
#content .list-holder{
	overflow:hidden;
	height:1%;
}
#content .events-list p{
	margin:0;
}
#content h3{
	margin:0 0 4px;
	font-size:14px;
}
#content .video-holder{
	margin-top:11px;
}
#content .breadcrumbs{
	margin:0 0 23px -3px;
	padding:0 0 5px;
	list-style:none;
	overflow:hidden;
	height:1%;
	color:#929292;
	border-bottom:1px solid #bcd4dd;
}
#content .breadcrumbs li{
	float:left;
	background:url(../images/separator-breadcrumbs.gif) no-repeat 0 4px;
	margin:0 3px 0 -3px;
	padding:0 6px 0 8px;
}
#content .breadcrumbs a{
	color:#929292;
	text-decoration:none;
}
#content .breadcrumbs a:hover{text-decoration:underline;}
#content h1{
	color:#4192b8;
	margin:0 0 19px;
	font-size:24px;
	font-weight:normal;
	margin-top:2px;
	line-height:23px;
}
#twocolumns .sub-content p{
	margin:0 0 11px;
}
#twocolumns .sub-content .desc p{
	margin:0 0 16px;
}
#content .hover{text-decoration:none;}
#content .visited{
	text-decoration:underline;
	color:#263545;
}
#content .alignleft{
	float:left;
	width:190px;
	border:1px solid #525252;
	margin:4px 14px 7px 0;
}
#content h2{
	margin:0 0 18px;
	font-size:18px;
	font-weight:normal;
}
#content ul{
	margin:0 0 0 22px;
	padding:0;
	list-style:none;
}
#content ul li{
	background:url(../images/bullet.gif) no-repeat 0 3px;
	padding-left:14px;
	margin-bottom:16px;
}
#sidebar{
	float:right;
	width:312px;
	background:#bcd4dd;
	padding:12px 1px;
	min-height:965px;
}
* html #sidebar{
	height:965px;
}
#twocolumns .sub-sidebar{min-height:1287px;}
* html #twocolumns .sub-sidebar{height:1287px;}
#sidebar .search{margin-bottom:8px;}
#sidebar .search fieldset{
	overflow:hidden;
	height:38px;
	margin-left:11px;
}
#sidebar .search div.text{
	float:left;
	background:url(../images/bg-input.gif) no-repeat;
	height:27px;
	width:177px;
	margin:6px 2px 0 0;
	padding:0 10px 0 25px;
}
#sidebar .search div.text input{
	float:left;
	border:0;
	background:none;
	width:177px;
	margin:0;
	padding:6px 0;
}
#sidebar .search input.submit{
	float:left;
	width:85px;
	height:38px;
	border:0;
	background:url(../images/btn-search.gif) no-repeat;
	cursor:pointer;
	margin:0;
}
#sidebar .accordion{
	margin:0 0 40px;
	padding:0;
	list-style:none;
	height:1%;
}
#sidebar .accordion:after{
	display:block;
	clear:both;
	content:"";
}
#sidebar .accordion li{
	float:left;
	width:314px;
	margin:0 0 -13px;
}
#sidebar .accordion .link{
	float:left;
	width:314px;
	position:relative;
	z-index:3;
}
#sidebar .accordion .h{
	display:block;
	width:300px;
	height:28px;
	padding:7px;
}
#sidebar .accordion .opener{
	display:block;
	color:#000;
	text-decoration:none;
	padding:6px 0 6px 27px;
	position:relative;
}
#sidebar .accordion .opener span{
	position:relative;
	display:block;
	width:100%;
}
#sidebar .accordion .opener span em{
	position:absolute;
	top:0;
	left:0;
	z-index:55;
	width:100%;
	height:100%;
	cursor:pointer;
	background:url(../images/none.gif);
}
#sidebar .accordion .first .h{background:url(../images/bg-accordion-first.png) no-repeat;}
#sidebar .accordion .first .ui-state-active{background:url(../images/bg-accordion-first-active.png) no-repeat;}
#sidebar .accordion .second .h{background:url(../images/bg-accordion-second.png) no-repeat;}
#sidebar .accordion .second .ui-state-active{background:url(../images/bg-accordion-second-active.png) no-repeat;}
#sidebar .accordion .third .h{background:url(../images/bg-accordion-third.png) no-repeat;}
#sidebar .accordion .third .ui-state-active{background:url(../images/bg-accordion-third-active.png) no-repeat;}
#sidebar .accordion .fourth .h{background:url(../images/bg-accordion-fourth.png) no-repeat;}
#sidebar .accordion .fourth .ui-state-active{background:url(../images/bg-accordion-fourth-active.png) no-repeat;}
#sidebar .accordion .fifth .h{background:url(../images/bg-accordion-fifth.png) no-repeat;}
#sidebar .accordion .fifth .ui-state-active{background:url(../images/bg-accordion-fifth-active.png) no-repeat;}
#sidebar .accordion .sixth .h{background:url(../images/bg-accordion-sixth.png) no-repeat;}
#sidebar .accordion .sixth .ui-state-active{background:url(../images/bg-accordion-sixth-active.png) no-repeat;}
#sidebar .accordion .seventh .h{background:url(../images/bg-accordion-seventh.png) no-repeat;}
#sidebar .accordion .seventh .ui-state-active{background:url(../images/bg-accordion-seventh-active.png) no-repeat;}
#sidebar .accordion .eighth .h{background:url(../images/bg-accordion-eighth.png) no-repeat;}
#sidebar .accordion .eighth .ui-state-active{background:url(../images/bg-accordion-eighth-active.png) no-repeat;}
#sidebar .accordion .slide{
	clear:left;
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
	margin:-13px 0 0;
}
#sidebar .accordion .slide .slide-content{
	width:300px;
	margin:0 0 0 7px;
	line-height:14px;
	overflow:hidden;
	position:relative;
	padding:11px 0 10px;
}
#sidebar .accordion .first .slide .slide-content{
	background:#82c47a;
	padding:12px 0 40px;
	color:#1e4063;
}
#sidebar .accordion .second .slide .slide-content{
	background:#5daedb;
	padding:12px 0 20px;
	color:#263545;
}
#sidebar .accordion .third .slide .slide-content{
	background:#1e2225;
	padding:12px 0 20px;
	color:#CCC;
}
#sidebar .accordion .third .slide .slide-content a { 
	color:#fff;
}
#sidebar .accordion .fourth .slide .slide-content{
	background:#dca723;
	padding:12px 0 20px;
	color:#263545;
}
#sidebar .accordion .fifth .slide .slide-content {
	background:#a423d0;
	padding:12px 0 20px;
	color:#ffffff;
}
#sidebar .accordion .fifth .slide .slide-content a {
	color:#FFF;
}
#sidebar .accordion .sixth .slide .slide-content{
	background:#8e6c39;
	padding:12px 0 20px;
	color:#d8d2c9;
}
#sidebar .accordion .sixth .slide .slide-content a{ color:#d8d2c9;}
#sidebar .accordion .seventh .slide .slide-content{
	background:#646768;
	padding:12px 0 20px;
	color:#d2d3d3;
}
#sidebar .accordion .seventh .slide .slide-content a{ color:#d2d3d3;}
#sidebar .accordion .eighth .slide .slide-content{
	background:#c3be5b;
	padding:11px 0 3px;
	color:#263545;
}
#sidebar .accordion .slide .slide-content .sub { padding-left:20px;}
#sidebar .accordion h4 {
	color:#347AE2;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#sidebar .recreations-list,
#sidebar .contact-list{
	margin:0;
	padding:11px 10px 0 20px;
	list-style:none;
	background:url(../images/divider-recreations-list.gif) repeat-x;
}
#sidebar .contact-list{
	background:url(../images/divider-contact-list.gif) repeat-x;
}
#sidebar .social-networks{
	margin:0 0 7px;
	padding:0;
	list-style:none;
	background:url(../images/divider-connection.gif) repeat-x 0 100%;
}
#sidebar .social-networks li{
	float:none;
	margin-bottom:0;
	padding:5px 0 0 13px;
	width:287px;
	background:url(../images/divider-connection.gif) repeat-x;
}
#sidebar .recreations-list li,
#sidebar .contact-list li{
	float:none;
	margin-bottom:8px;
	width:270px;
}
#sidebar .recreations-list a,
#sidebar .contact-list a{
	color:#1e4063;
	text-decoration:underline;
}
#sidebar .social-networks a{
	display:block;
	color:#263545;
	padding:4px 0 8px 30px;
}
#sidebar .social-networks a.facebook{background:url(../images/ico-facebook.gif) no-repeat;}
#sidebar .social-networks a.rss{background:url(../images/rssmail1.gif) no-repeat;}
#sidebar .social-networks a.twitter{
	background:url(../images/ico-twitter.gif) no-repeat;
	padding-bottom:10px;
}
#sidebar .recreations-list a:hover,
#sidebar .contact-list a:hover{
	text-decoration:none;
}
#sidebar .accordion .paragraf{
	padding:0 10px 0 20px;
}
#sidebar .accordion .eighth .paragraf{
	padding:0 10px 0 12px;
}
#sidebar .accordion p {
	margin:0 0 17px;
}
#sidebar .accordion h4 {
	color:#347AE2;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
#sidebar .accordion .third h4 {
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
#sidebar .accordion .eighth p {
	margin:0;
	padding:0 0 9px;
}
#sidebar .subscribe{margin:-4px 0 4px;}
#sidebar .subscribe fieldset{
	overflow:hidden;
	height:32px;
	margin-left:9px;
	display:inline;
}
#sidebar .subscribe input.text{
	float:left;
	border:1px solid #9c9c99;
	background:#fff;
	height:15px;
	width:187px;
	margin:4px 1px 0 0;
	padding:3px 5px;
}
#sidebar .subscribe input.submit{
	float:left;
	width:86px;
	height:32px;
	border:0;
	background:url(../images/btn-subscribe.gif) no-repeat;
	margin:0;
	cursor:pointer;
}
#sidebar .schedule{
	margin:0 0 35px 7px;
}
#sidebar .schedule strong.heading{
	display:block;
	margin:0 0 15px 4px;
}
#sidebar .map{
	margin:0 0 35px 6px;
}
#sidebar .map strong.heading{
	display:block;
	margin:0 0 7px 4px;
}
#sidebar .map .desc{
	line-height:14px;
	padding:0 4px;
	color:#000;
}
#sidebar .map p{margin:0 0 10px;}
#sidebar .map img{
	display:block;
	border:1px solid #778d9b;
}
#footer{
	width:926px;
	margin:-166px auto 0;
	padding:0 16px 0 30px;
	background:url(../images/bg-footer.gif) repeat-y;
	height:166px;
	position:relative;
}
#footer .footer-holder{
	overflow:hidden;
	width:100%;
	padding-top:15px;
}
#footer .small-logo{
	float:left;
	width:73px;
	margin:2px 14px 0 0;
}
#footer .contact-holder{
	float:left;
	width:232px;
	margin-right:48px;
	color:#b9cad7;
}
#footer .contact-box{margin-bottom:16px;}
#footer address{
	padding:0;
	font-style:normal;
}
#footer address span{display:block;}
#footer dl{
	margin:0;
	width:100%;
	overflow:hidden;
}
#footer dt{
	float:left;
	margin-right:3px;
}
#footer dd{
	margin:0 9px 0 0;
	float:left;
}
#footer ul{
	margin:0 60px 0 0;
	padding:0;
	list-style:none;
	float:left;
	width:122px;
}
#footer ul li{
	display:block;
}
#footer ul a{
	color:#fff;
	text-decoration:none;
}
#footer ul a:hover{text-decoration:underline;}
.sIFR-Flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-Flash + div[adblocktab=true] {
	display: none !important;
}
.sIFR-hasFlash #main strong.heading{
	visibility: hidden;
	font-size:13px;
	height:16px;
}
.sIFR-hasFlash #sidebar .accordion strong{
	visibility: hidden;
	display:block;
	font-size:13px;
	height:16px;
}

/*gallery*/
#main .f-gallery,
#main  #content .f-gallery{
	margin: 0;
	padding: 0;
	list-style:none;
	position:relative;
	width:622px;
	height:369px;
}
#main .f-gallery{
	width:941px;
	height:330px;
}
.f-gallery li.active{z-index:2;}
#main .f-gallery li,
#content .f-gallery li{
	padding:0;
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width: 100%;
	z-index:1;
}
/*gallery*/
