@charset "utf-8";
/* CSS Document */
@charset "utf-8";
@import url('base.css');
body {
	font: normal normal 13px/1.8 Verdana, Arial, Helvetica, sans-serif;
	color: #202020;
	text-align: center;
}
a, a:link, a:visited {
	color: #B68B09;
}
a:hover, a:active {
	color: #007A14;
}
p {
	margin-bottom: 1.8em;
}
h1 {
	font: 23px/1em Verdana, Arial, Helvetica, sans-serif;
	color: #B68B09;
	letter-spacing: -1px;
	text-transform: capitalize;
	padding-bottom: 24px;
	margin-bottom: 30px;
	background: url('/images/bgs/divider-h-g.gif') bottom left repeat-x;
}
h2 {
	font: 20px/1em Verdana, Arial, Helvetica, sans-serif;
	color: #B68B09;
	letter-spacing: -1px;
	text-transform: capitalize;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url('/images/bgs/divider-h-g.gif') bottom left repeat-x;
}
h3 {
	font-size: 24px;
	text-transform: capitalize;
	color: #ffffff;
}
h4 {
	font-size: 14px;
	color: #00470A;
}
hr {
	border: none;
	height: 1px;
	overflow: hidden;
	background: url('/images/bgs/divider-h-g.gif') bottom left repeat-x;
}
body.homepage {
	background: #ebeee4 url('/images/bgs/homepage.png') top left repeat-x;
}
body.subpage, body.spanpage {
	background: #ebeee4 url('/images/bgs/subpage.png') top left repeat-x;
}
body.subpage.nogreen, body.spanpage.nogreen {
	background: #ebeee4 url('/images/bgs/no-green.gif') top left repeat-x;
}
body.subpage.smallgreen, body.spanpage.smallgreen {
	background: #ebeee4 url('/images/bgs/smallgreen.gif') top left repeat-x;
}
.lastitem {
	border: none !important;
	background: transparent !important;
	margin-right: 0 !important;
}
.disclaimer {
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	width: 800px;
	margin: 16px auto;
	line-height: normal;
}
a.morelink {
	display: block;
	margin: 18px 24px;
	background: url('/images/bgs/bullet.gif') left no-repeat;
	padding-left: 24px;
	color: #B68B09;
	text-decoration: none;
}
a.morelink:hover {
	color: #007A14;
}
#page {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#branding {
	position: relative;
	height: 140px;
}
#logo {
	display: block;
	float: left;
	width: 280px;
	height: 140px;
	background: url('/images/branding/logo.gif') top left no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -8888px;
}
#tagline {
	float: right;
	width: 650px;
	height: 140px;
	overflow: hidden;
	background: url('/images/branding/tagline.gif') top left no-repeat;
	margin: 0;
	text-indent: -9999px;
	background-position:right;
}
#utillinks {
	position: absolute;
	text-align: right;
	right: 40px;
	top: 4px;
	font-size: 10px;
}
#utillinks a {
	color: #00470A;
	padding: 0 0 0 12px;
	text-decoration: none;
	padding: 0 8px;
	border-right: 1px solid #B68B09;
}
#mainnav {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	height: 50px;
}
#mainnav li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 50px;
	background: url('/images/bgs/divider-v-w.gif') right no-repeat;
	padding-right: 1px;
}
#mainnav a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:12px;
	padding-right:12px;
	font-size:15px;/*text-indent: -10000px;*/
}
#mainnav a:hover {
	color: #E7D750;
}
#header {
	height: 325px;
	margin: 5px 0;
	position: relative;
}
.subpage #header, .spanpage #header {
	height: 135px;
	margin: 5px 0;
	position: relative;
}
#header-text {
	background: url('/images/branding/header-text.gif') left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: lowercase;
	position: relative;
	font-size: 22px;
	color: #ffffff;
	line-height: 160%;
	width: 313px;
	height: 325px;
	text-indent: -10000px
}
#header-flash {
	position: absolute;
	top: -5px;
	right: 37px;
	width: 600px;
	padding-bottom: 140px;
	background: url('/images/bgs/header-flash.png') bottom left repeat-x;
}
#ufo-replace {
	border: 5px solid #F7F8F5;
	width: 590px;
	height: 360px;
}
#header-subimg {
	width: 270px;
	height: 190px;
	position: absolute;
	top: -5px;
	left: 40px;
	padding-bottom: 140px;
	background: url('/images/bgs/header-flash.png') bottom left repeat-x;
}
#header-imgbox {
	width: 260px;
	height: 180px;
	border: 5px solid #F7F8F5;
	overflow:hidden;
}
#header h3 {
	position: absolute;
	bottom: 20px;
	left: 361px;
}
.spanpage #header h3 {
	position: absolute;
	bottom: 20px;
	left: 40px;
}
#main {
	position: relative;
	padding: 90px 70px 48px 48px;
	overflow: hidden;
}
.subpage #main {
	position: relative;
	padding: 20px 40px 78px 48px;
}
.spanpage #main {
	position: relative;
	padding: 20px 40px 78px 40px;
}
#panel {
	position: relative;
	float: left;
	width: 219px;
	overflow: hidden;
}
.subpage #panel {
	margin-top: 30px;
}
#feature, #news, #subnav {
}
#subnav {
	padding-top: 10px;
}
#feature ul, #news ul, #subnav ul {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style-type: square;
	color: #B68B09;
}
#subnav ul {
	background: none;
}
#subnav ul {
	padding-top: 10px;
}
#news li, #feature li, #subnav li {
	margin: 0 0 24px 16px;
	line-height: 1.4em;
	padding: 4px 0 28px 8px;
	background: url('/images/bgs/divider-h-g.gif') bottom left repeat-x;
}
#subnav li {
	background: none;
	margin: 0 0 0 48px;
	padding: 8px 0 8px 16px;
	font-size: 12px;
}
#news a, #feature a {
	color: #202020;
	text-decoration: none;
}
#subnav a {
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}
#news a:hover, #feature a:hover {
	color: #007A14;
}
#content {
	line-height: 1.8em;
	margin-left: 310px;
	min-height:400px;
}
.subpage #content {
	width: 540px;
}
.spanpage #content {
	margin-left: 0;
}
#footer {
	background: #000000;
	border-top: 5px solid #AFC09A;
	padding: 48px 32px;
}
#footer-mainlinks {
	width: 850px;
	margin: 0 auto;
	background: url('/images/bgs/divider-h-w.gif') bottom left repeat-x;
	text-align: center;
	font-size: 12px;
	padding: 8px 0;
}
#footer-mainlinks li {
	display: inline;
	margin-right: 26px;
}
#footer-mainlinks a {
	color: #ffffff;
	text-decoration: none;
}
#footer-mainlinks a:hover {
	color: #007A14;
}
#footer-sublinks {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	padding: 8px 0;
}
#footer-sublinks li {
	display: inline;
	margin-right: 22px;
}
#footer-sublinks a {
	color: #B68B09;
	text-decoration: none;
}
#footer-sublinks a:hover {
	color: #007A14;
}
/* Database Pages */

.findtable {
	width: 610px;
	margin: 0 auto;
}
.comtable {
	border: 5px solid #C2CFB2;
	border-top: none;
	border-bottom: none;
	width: 540px;
}
.findtable .tabs, .comtable .tabs {
	background: #C2CFB2;
}
.findtable .tabs a, .comtable .tabs a {
	display: block;
	float: left;
	color: #00470A;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 36px 10px 36px;
	text-decoration: none;
}
.findtable .tabs a:hover, .findtable .tabs a:active, .comtable .tabs a:hover, .comtable .tabs a:active {
	color: #B68B09;
}
.findtable .tabs .selected, .comtable .tabs .selected {
	color: #B68B09;
	background: #ffffff;
}
.flashmap {
	border: 5px solid #C2CFB2;
	border-bottom: none;
}
.findtable-inner {
	width: 100%;
	background: #ffffff;
	border: 5px solid #C2CFB2;
}
.findtable-inner th {
	background: #00470A;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
}
.findtable-inner td {
	font-size: 11px;
	padding: 8px;
	background: url('/images/bgs/divider-h-g.gif') bottom right repeat-x;
}
.comtable-inner {
	width: 540px;
	background: #ffffff;
	border: 5px solid #C2CFB2;
}
.comtable-inner th {
	background: #00470A;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 12px 8px 12px;
}
.comtable-inner td, .descpanel {
	font-size: 11px;
	padding: 6px 12px 5px 12px;
	background: #ffffff url('/images/bgs/divider-h-g.gif') bottom right repeat-x;
}
.descpanel {
	width: 506px;
	margin: 0;
}
#DirectionsPanel, #DescriptionPanel, #AmenitiesPanel, #PhotosPanel {
	font-size: 11px !important;
	padding: 6px 12px 5px 12px !important;
	border: 5px solid #C2CFB2 !important;
	border-top: 0 !important;
	background: #ffffff !important;
}
.calclink {
	font-size: 11px;
	display: block;
	background: url('/images/bgs/calc.gif') left center no-repeat;
	padding: 6px 0 4px 40px;
	text-decoration: none !important;
}
.printlink {
	font-size: 11px;
	display: block;
	background: url('/images/bgs/print.gif') left center no-repeat;
	padding: 6px 0 4px 40px;
	text-decoration: none !important;
}
.emaillink {
	font-size: 11px;
	display: block;
	background: url('/images/bgs/email.gif') left center no-repeat;
	padding: 6px 0 4px 40px;
	text-decoration: none !important;
}
.directionslink {
	font-size: 12px;
	font-weight: bold;
	display: block;
	background: url('/images/bgs/email.gif') left center no-repeat;
	padding: 10px 0 8px 40px;
	text-decoration: none !important;
}
/* Social web links styles */
.social_web_links{
	float: right;
	margin-right: 35px;
}
.hsocial_icons {
	margin: 4px 2px 0 2px;
	display: inline-block;
	overflow: hidden;
}
.hsocial_icons img, .social_web_links_col img, .social_web_links_bookmarks img {
	padding: 0;
	background: none;
	border: 0 none;
}
.social_web_links_list {
	overflow: hidden;
}
.social_two_col {
	float: left;
	width: 48%;
	display: block;
	margin: 5px 0;
}
.social_one_col {
	display: block;
	margin: 5px 0;
}
.social_web_links_bookmarks img {
	vertical-align: bottom;
}
.social_web_links_bookmarks a {
	margin-left: 5px;
}
.social_web_links_bookmarks {
	margin-bottom: 15px;
	overflow: hidden;
}
.nobr {white-space: nowrap}
