body {
	background-image: url(bg3.gif);
}

.navigation {
	height:24px;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-left:2px solid #FFF;
	border-bottom:2px solid #FFF;
	border-right:2px solid #FFF;
	background-color:#FFF;
}

.header {
	background-image:url(header.jpg);
	height:80px;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:2px solid #FFF;

}

.caption {
	background-image:url(caption.gif);
	height:22px;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
}

.content {
	background-image:url(textbg2.gif);
	background-repeat:no-repeat;
	background-color:#caf59f;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	z-index:1;
}

.slideshow {
	background-image:url(parkView.jpg);
	width:360px;
	height:300px;
	border:2px solid #52586d;
	z-index:1;
}

.address {
	height:14px;
	margin-bottom:2px;
	color:#1c4800;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:center;
	padding-top:2px;
	border-bottom:1px dotted #FFFFFF;
}

.footer {
	height:22px;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	text-align:center;
}

.communities {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	width: 780px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:7px;
	padding-top:8px;
}

/* Text Styles */
.smalltext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	vertical-align:middle;
	text-align:center;
	color:#003300;
}

.bodytype {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:text-top;
	color:#003300;
}

.headline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	vertical-align:text-top;
	color:#793f18;
}

.subheadline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#793f18;
}

.subheadline2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2c5290;
}

.flashlink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	vertical-align:middle;
}

a:link {
	color: #009933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CC33;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
}

/*FACEBOOK CONNECT BUTTON*/
input.fb-publish {
background: #617aac url('http://static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif') no-repeat 5px;
border-bottom: 2px solid #33332f; /*Separate border styles give a simple 3D effect*/
border-left: 1px solid #33332f;
border-right: 2px solid #33332f;
border-top: 1px solid #33332f;
color: #fff;
margin-left: 0px;
margin-top: 7px;
padding: 3px 3px 3px 15px;
font: trebuchet;
font-size: 10px;
font-weight: bold;}
input.fb-publish:hover { /*Adds neat-o hover effect to the button*/
border-bottom: 1px solid #33332f; /*Separate border styles give a simple 3D effect*/
border-left: 2px solid #33332f;
border-right: 1px solid #33332f;
border-top: 2px solid #33332f;}