@charset "utf-8";
/* CSS Document */

/* ------ Global Styles ------ */

* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #666; outline: none;
}

a.archiveLink {display: none;}

html, body {background: #fff;}

a img {border: none;}

a, a:link {  
  color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
  text-decoration: line-through;
}

h1 {
  padding: 0; margin: 37px 0 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px; font-weight: bold;
	float: left; clear: both;
	width: 100%;
}

h2 {
  font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #00adef;
	margin: 0; padding: 0;
}

.heading2 {
  font-weight: bold; font-size: 15px; font-family: Arial, Helvetica, sans-serif;
}

p {
  font-size: 12px;
	line-height: 18px;
}

select {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	color: #000;
	background-color: #F4F4F4;
	border: 1px solid #999;
}

/* ------ Framework Styles ------ */

.wrapper {
  width: 830px;
	background: #fff;
	overflow: hidden;
	background: #fff;
	padding: 0 30px 30px 30px; margin: 0 auto;
}

.dots {display: none;}

.toTop {display: none;}

.subDots {
  width: 830px; float: left; clear: both;
	margin: 10px 0 10px 0;
}

.left {
  width: 396px;
	float: left; clear: left;
	padding: 0 20px 20px 0;
	font-size: 12px;
	line-height: 18px;
}

.right {
  width: 414px;
	float: right; clear: right;
	text-align: right;
	margin: 0; padding: 95px 0 0 0;
	position: relative;
}

.imageFade {display: none;}

.print {display: none;}

/* ------ Navigation Styles ------ */

.topNavigation {display: none;}

.topNavigation .topLink {display: none;}

.topNavigation .hasSub a {display: none;}

.topNavigation .hasSub a:hover {display: none;}

.topNavigation .hasSub {display: none;}

.topNavigation .subLine {display: none;}

.topNavigation .noSub a {display: none;}

/* ------ Content Styles ------ */

.homeC {
  float: left; clear: left;
	display: block;
  padding: 14px 10px 0 4px;
	width: 246px;
	line-height: 18px;
	font-size: 12px;
}

.get-a-park-btn {
  margin: 15px 10px 0 10px;
	float: left; clear: none;
	width: 270px; height: 110px;
	display: block;
	background: top left no-repeat url(../images/get-a-park.jpg);
}

.community-btn {
  margin: 11px 10px 0 10px;
	float: right; clear: none;
	width: 270px; height: 110px;
	display: block;
	background: top left no-repeat url(../images/community.jpg);
}

.calendar-if {
  width: 269px; height: 230px;
	float: right; clear: right; margin: 15px 0 0 10px;
	display: block;
}

a.s-gallery-cover {
  margin: 10px 10px 0 0;
	border: none;
	width: 200px; height: 199px;
	background: #fff left 177px no-repeat url(../images/galLink.gif);
	float: left;
	font-size: 11px; font-weight: normal;
	text-decoration: none;
}

a:hover.s-gallery-cover {
  background: #fff left 155px no-repeat url(../images/galLink.jpg);
}

a:hover.s-gallery-cover div {
  color: #fff;
}

.date {
  padding: 0; margin: 0 0 11px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 999;
	display: block;
}

.hr {
  width: 100%; height: 0;
	overflow: hidden;
	border-top: 1px solid #ccc;
	padding: 0; margin: 27px 0 27px 0;
}

a.moreLink {display: none;}

a.backLink {display: none;}

a.blogLink {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #999;
	margin: 0; padding: 0;
	display: block;
}

a:hover.blogLink {
  text-decoration: none;
}

.blue {color: #00adef;}

.archive {
  color: #666;
}

a.archiveLink {
  font-weight: normal; color: #666;
}

/* ------ Gallery Styles ------ */

#thumbCol {
	width: 140px;
	height: 457px;
	overflow: hidden;
	float: right;
	outline: none;
}

.galleryFrame {
  width: 690px; height: 457px;
	float: left; display: block;
	background: center no-repeat #000 url(../images/ajax-loader.gif);
	overflow: hidden;
}

#thumbCol a img {
  margin: 0 0 10px 10px; outline: none;
	-khtml-opacity:.50; -moz-opacity:.50; -ms-filter:”alpha(opacity=50)”; filter:alpha(opacity=50); opacity:.50;
}
#thumbCol a:hover img {-khtml-opacity:1; -moz-opacity:1; -ms-filter:”alpha(opacity=100)”; filter:alpha(opacity=100); opacity:1;}
#thumbCol a {outline: none;}

.galleryText {
  width: 410px;
	padding: 10px 10px 0 0; margin: 0;
	float: left; clear: left;
	font-size: 12px;
	line-height: 18px;
}
.galleryText strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px; font-weight: bold;
}
.galleryExtra {
  width: 270px;
	padding: 10px 0 0 0; margin: 0;
	font-size: 12px;
	line-height: 18px;
	float: left;
}