/* @group RESET */

/* Neutralize styling: 
   Elements we want to clean out entirely: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Neutralize styling: 
   Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 1em 0 0.5em 0;
}

/* Apply left margin:
   Only to the few elements that need it: */

li, dd, blockquote {
	margin-left: 2em;
}

/* Miscellaneous conveniences: */

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}

/* @end */

/* @group General Styles */

body {
	color: #5e5e5e;
	background: #e3ece9 url(images/body-bg-grad.jpg) repeat-x 0 0;
	text-align: center;
	font: 85%/140% Geneva, Arial, sans-serif;
}

sup {
	font-size: 0.85em;
	line-height: 1.0em;
	vertical-align: super;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	font-family: Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}

h1 {
	font-size: 1.7em;
	padding-top: 0.5em;
}

	h1 span.small {
		font-size: 0.80em;
	}
	
h2 {
	color: #1e6340;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 0 0.5em 0;
}

	h2 a {
		line-height: 1.5em;
	}

p {
	padding: 0.25em 0 1em 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

div.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.right {
	text-align:right;
}

.left {
	text-align: left;
}

.clearer {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #5ea000;
	text-decoration: none;
	border-bottom: 1px solid #3f8411;
}

a:hover, a:active {
	color: white;
	background-color: #3f8411;
	text-decoration: none;
}

a.noborder, a.noborder:visited, a.noborder:hover, a.noborder:active, a.noborder img {
	background: transparent;
	border: 0px;
	border-bottom: 0px;
	text-decoration: none;
}

ol, ul {
	padding: 0;
	margin: 1em 0 2em;
}

ul.half-dome {
	margin: 2em 0;
	list-style-type: none;
}

ul.half-dome li {
	display: block;
	background: url(images/half-dome.gif) no-repeat 0 0;
	font-weight: bold;
	line-height: 1.6em;
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
	padding-left: 38px;
}

.floatLeft {
	float: left;
	margin: 0px 10px 0px 0px;
}

.clearLeft {
	clear: left;
}

.floatRight {
	float: right;
	margin: 0px 0px 0px 10px;
}

.clearRight {
	clear: right;
}

img {

}

.image-left {
	float: left;
	margin: 3px 0px;
	padding-right: 15px;
	z-index: 30;
}

.image-right {
	float: right;
	margin: 3px 0px;
	padding-left: 15px;
	z-index: 30;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.small {
	font-size: 85%;
}

/* Start styles for DD_roundies rounding */

.rounded-left, .rounded-right {
	display: block;
	position: relative;
	min-height: 30px;
	padding: 10px 25px;
/* P

adding needed to avoid rounding */
}

.box {
	border: 1px solid black;
	display: block;
	position: relative;
	margin-bottom: 0.5em;
	padding: 15px;
}

.box p {
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0;
	margin: 0;
}

.box .title {
	color: #faff2d;
	font-size: 1.2em;
	padding-bottom: 0.5em;
}

.box a, .box a:visited {
	color: white;
	font-weight: bold;
	text-decoration: underline;
	border: 0;
}

.box a:hover, .box a:active {
	background-color: white;
	text-decoration: none;
	border: 0;
	color: #004d32;
}

.DkGreen {
	background-color: #004d32;
	color: #90c16f;
}

.LtGreen {
	background-color: #b0c8b6;
	color: #1e4f36;
}

	.LtGreen a.noborder:hover, .LtGreen a.noborder:active {
		background-color: #b0c8b6;
	}
.Brown {
	background-color: #761c03;
	color: #f5e16f;
}

/* End styles for DD_roundies rounding */

.separator {
	background: url(images/separator.gif) repeat-x 0 center;
	position: relative;
	display: block;
	clear: both;
	padding: 2em 0px 1em;
	margin: 0px;
}

.sidebarSeparator {
	background: url(images/separator.gif) repeat-x 0 center;
	position: relative;
	display: block;
	clear: both;
	padding: 1.5em 0px;
	margin: 0 20px 0 15px;
}

#socialNetworks {
	margin: 0px auto;
	padding: 0px;
		padding-left: 10px;
	text-align: center;
}

.socialLogo {
	float: left;
	margin-left: 20px;
	margin-top: 1.0em;
}

.hsLtGreen {
	color: #5ea000;
}

.hsDkGreen {
	color: #1e6340;
	font-weight: bold;
}

.coupon {
	background-color: #f7f7ea;
	border: 8px solid #761c03;
	color: black;
	margin: 1.0em 0 2.0em -10px;
	padding: 0.7em;
	position: relative;
	width: 505px;
}

	.coupon p {
		margin: 1.0em 0 0;
		padding: 0;
	}
	
	.coupon img {
	}
	
	.coupon p.title {
		border-bottom: 1px solid #394d36;
		border-color: #394d36;
		color: #000000;
		font-size: 1.3em;
		font-weight: bold;
		margin-top: 0 !important;
		margin-bottom: 0.5em !important;
		padding-bottom: 0.25em !important;
}

	.coupon p.highlight {
		color: #761c03;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 1.5em;
		padding: 0 10px;
		text-align: center;
	}
	
	.coupon p.footnote {
		border-top: 1px solid #394d36;
		color: black;
		font-size: 0.9em;
		line-height: 1.3em;
		margin: 0;
		padding: 1.0em 20px 0 2.0em !important;
		text-indent: -0.75em;
	}

/* @end */

/* @group Layout */

#container {
	font-size: 95%;
	text-align: left;
	position: relative;
	width: 896px;
	margin: 0px auto;
	padding: 20px 0;
}

#navContainer {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position: relative;
	float: left;
	width: 884px;

	background-color: white;
	padding: 6px;
	padding-bottom: 40px;

/* Make room for rounded corner */
	margin: 0 auto;
}

#header {
	position: relative;
	height: 265px;
	width: 100%;
	margin: 0;
	margin-bottom: 4px;
	

/*

creates white gap between header & content */
	padding: 0;
}

#header #col-1 {
	position: relative;
	display: block;
	float: left;
	height: 100%;
	width: 296px;
	background-color: #004d32;
	margin-right: 4px;
}

#col-1 #contactLinks {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(images/phone-number.png) no-repeat center top;
}

#col-1 #contactLinks a {
	display: block;
	border: 0px;
}

#col-1 #contactLinks a, #col-1 #contactLinks a:visited, #col-1 #contactLinks a:hover, #col-1 #contactLinks a:active {
	border: none;
	text-decoration: none;
}

#col-1 #contactLinks a.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 202px;
	height: 202px;
	overflow: hidden;
	margin-top: -101px;
	/* Shif

t image left 1/2 width */
		margin-left: -101px;
	/* Shif

t image up 1/2 height */
		
		background: #004d32 url(images/logo-sprite.png) no-repeat 0 0;
}

#col-1 #contactLinks a.logo:hover, #col-1 #contactLinks a.logo:active {
	background-position: -248px -248px;
}

#col-1 #contactLinks a.email {
	position: absolute;
	bottom: 3px;
	left: 50%;
	width: 258px;
	height: 28px;
	overflow: hidden;
	margin-left: -129px;
	/* Shif

t image up 1/2 height */
		
		background: #004d32 url(images/email-us-sprite.png) no-repeat 0 0;
}

#col-1 #contactLinks a.email:hover, #col-1 #contactLinks a.email:active {
	background-position: -293px -33px;
}

img.headerPrint {
	display: none;
}

#header #col-2 {
	display: block;
	float: left;
	height: 100%;
	width: 584px;
	background: url(images/1-nonflash-rv.jpg) no-repeat left top;
}

#header #col-2 #headerFlash {
	display: none;
}

#contentContainer {
	position: relative;
	width: 100%;
	background-color: white;
	color: #5e5e5e;
}

#contentContainer #contentWrapper {
	position: relative;
	float: left;
	width: 585px;
	margin: 0;
	padding: 0;
}

#contentContainer #contentWrapper #content {
	position: relative;
	padding: 0;
	margin: 20px;
	margin-left: 35px;
}

#content .col-1, #content .col-2 {
	float: left;
	margin-top: 0.75em;
}

#content .col-1 {
	width: 245px;
	margin-right: 30px
}

#content .col-2 {
	width: 240px
}

#contentWrapper #content #googleMap {
	width: 520px;
	height: 400px;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	border: 1px solid black;
}

#contentContainer #sidebar {
	display: block;
	position: relative;
	width: 296px;
	float: left;
	margin: 0;
	padding: 0;
}

#sidebar #contactBox {
	display: block;
	position: relative;
	width: 100%;
	height: 55px;
	background-color: #004d32;
}

#contactBox a {
	border: 0px;
	display: block;
	position: relative;
	float: left;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#contactBox a#reserve-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 262px;
	height: 28px;
	overflow: hidden;
	margin-left: -131px;
	margin-top: -14px;
	background: transparent url(images/reserve-online-sprite.png) no-repeat 0 0;
}

#contactBox a#reserve-button:hover {
	background-position: -289px -38px;
}

#sidebar .sideHeader {
	display: none;
	visibility: hidden;
}

#sidebar .sidebarTitle {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #3f8411;
	padding: 0 0 1.0em 0px;
}

#sidebar .highlightBox {
	background-color: #b0c8b6;
	color: #1e4f36;
	padding: 20px 30px;
}

#sidebar .highlightBox .highlightTitle {
	text-align: center;
	font-size: 112%;
	font-weight: bold;
	color: #3f8411;
	padding: 0.5em 0;
}

#footer {
	background-color: #b0c8b6;
	color: #004d32;
	font-size: 0.9em;
	
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	
	padding: 0;
	margin-bottom: 20px;
}

#footer p {
	text-align: left;
	padding: 20px 25px;
	margin: 0;
}

#footer p.copyright {
	position: relative;
	float: left;

	text-align: left;
}

#footer p.credit {
	width: 250px;
	margin: 0;
		margin-left: 35%;
	text-align: center;
	height: 1.0em;
	padding-top: 3.5em;
}

#footer p.footer-links {
	position: relative;
	display: block;
	float: right;

	padding-top: 1.25em;

	text-align: right;
}

#footer a, #footer a:visited {
	color: white;
	background-color: transparent;
	border-bottom: 1px solid white;
}

#footer a:hover, #footer a:active {
	color: #3f8411;
	background-color: white;
	border-bottom: 0px;
}

#weather {
	text-align: center;
	display: block;
	position: relative;
}

#weather a, #weather a:visited, #weather a:hover, #weather a:active {
	border: 0;
	background-color: transparent;
}

/* @end *

/

/* @group Toolbar */

/* @group Navigation */

/* Toolbar Styles */

#navContainer {
	background: white url(images/nav-bg-grad-normal.jpg) repeat-x left bottom;
	border: 0px;
	color: #444;
	font-size: 95%;
	line-height: 2.8em;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 65px;
}

#navContainer ul {
	border: 0px;
	list-style: none;
	margin: 0 20px 0 40px;
	padding: 0px;
}

#navContainer li {
	position: relative;
	display: inline;
	float: left;
	height: 65px;
	width: 12%;
	border: 0px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
}

#navContainer li.current, #navContainer .currentAncestor {
	background: white;
}

#navContainer li.Welcome {
	border-left: 1px solid #FFFFFF;
}

#navContainer a {
	border: 0px;
	color: #444;
	letter-spacing: 0;
	line-height: 125%;
	text-decoration: none;
	display: block;
	height: 100%;
	margin: 0px;
	padding: 0px 12px;
	padding-top: 21px;  /* Spaced for two-line nav items */
}

#navContainer a.current {
	font-weight: bold;
	color: #009fe3;
}

#navContainer a:hover, #navContainer a:active, #navContainer li:hover {
	background-color: white;
}

/* Correct top padding for nav items on ONE line */

#navContainer a.Welcome {
	padding-top: 28px;
}

/* @end */

/* @group Rates Accordion Styles */
#ratesAccordion {
	margin-bottom: 2.0em;
}

	#ratesAccordion div, #ratesAccordion div h3 {
		position: relative;
	}
	
	#ratesAccordion div h3 {
		position: relative;
		height: 3.5em;
		padding: 10px 30px 13px;
		border: 1px solid #004d32;
	}
	
	#ratesAccordion div h3.ui-state-hover a {
		color: white;
	}

#ratesAccordion h3.ui-accordion-header {

}

#ratesAccordion h3 a, #ratesAccordion h3 a:hover {
	background: none;
	border: 0px;
	padding: 0px;
}

#ratesAccordion .siteImage, #ratesAccordion .siteDesc, #ratesAccordion .siteType, #ratesAccordion .siteDescShort, #ratesAccordion .details {
	display: block;
}

#ratesAccordion .siteImage {
	position: absolute;
	top: 10px;
	left: 25px;
	margin-left: 0px;
	padding: 0;
	padding-right: 10px;
}

#ratesAccordion .siteImage img {
	border: 2px solid #000000;
}

	#ratesAccordion h3.ui-state-hover .siteImage img, #ratesAccordion h3.ui-state-active .siteImage img {
		border-color: #FFFFFF;
	}

#ratesAccordion div h3 .siteDesc {
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	margin-top: 1.35em;
}

	#ratesAccordion .siteDesc .siteType {
		margin: 0;
		padding: 0;
		font-size: 1.0em;
	}

	#ratesAccordion .siteDesc .siteDescShort {
		font-size: 85%;
		margin: 0;
		padding: 0.25em 0 0 0.25em;
		font-weight: normal;
	}


#ratesAccordion div h3 .details, #ratesAccordion div h3 .detailsClose {
	position: absolute;
	right: 15px;
	top: 48px;

	text-align: center;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0px; 
}

	#ratesAccordion div h3 .detailsClose {
		display: none;
	}

	#ratesAccordion div h3.ui-state-hover a .details, #ratesAccordion div h3.ui-state-active a .details {
		color: #faff2d;
	}

	#ratesAccordion div h3.ui-state-active a .details {
		color: #004d32;
}

	#ratesAccordion div h3.ui-state-active a .detailsClose {
		display: block;
		visibility: visible;
		color: #faff2d;
	}

#ratesAccordion div .seasons {
	padding: 10px 0 0;
	text-align: center;
}

	#ratesAccordion div .seasons a, #ratesAccordion div .seasons a:visited {
		color: #5ea000;
		text-decoration: none;
		border-bottom: 1px solid #3f8411;
	}

	#ratesAccordion div .seasons a:hover, #ratesAccordion div .seasons a:active {
		color: white;
		background-color: #5ea000;
		text-decoration: none;
		border-bottom: none;
	}

#ratesAccordion .ui-accordion content {
	position: relative;
}
/* @end */

/* @group LongTerm Accordion Styles */
#longTermAccordion {
	margin-bottom: 2.0em;
}

	#longTermAccordion div, #longTermAccordion div h3 {
		position: relative;
	}
	
	#longTermAccordion div h3 {
		position: relative;
		height: 3.5em;
		padding: 10px 30px 13px;
		border: 1px solid #004d32;
	}
	
	#longTermAccordion div h3.ui-state-hover a {
		color: white;
	}

#longTermAccordion h3.ui-accordion-header {

}

#longTermAccordion h3 a, #longTermAccordion h3 a:hover {
	background: none;
	border: 0px;
	padding: 0px;
}

#longTermAccordion .siteImage, #longTermAccordion .siteDesc, #longTermAccordion .siteType, #longTermAccordion .siteDescShort, #longTermAccordion .details {
	display: block;
}

#longTermAccordion .siteImage {
	position: absolute;
	top: 10px;
	left: 25px;
	margin-left: 0px;
	padding: 0;
	padding-right: 10px;
}

#longTermAccordion .siteImage img {
	border: 2px solid #000000;
}

	#longTermAccordion h3.ui-state-hover .siteImage img, #longTermAccordion h3.ui-state-active .siteImage img {
		border-color: #FFFFFF;
	}

#longTermAccordion div h3 .siteDesc {
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	margin-top: 1.35em;
}

	#longTermAccordion .siteDesc .siteType {
		margin: 0;
		padding: 0;
		font-size: 1.0em;
	}

	#longTermAccordion .siteDesc .siteDescShort {
		font-size: 85%;
		margin: 0;
		padding: 0.25em 0 0 0.25em;
		font-weight: normal;
	}


#longTermAccordion div h3 .details, #longTermAccordion div h3 .detailsClose {
	position: absolute;
	right: 15px;
	top: 48px;

	text-align: center;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0px; 
}

	#longTermAccordion div h3 .detailsClose {
		display: none;
	}

	#longTermAccordion div h3.ui-state-hover a .details, #longTermAccordion div h3.ui-state-active a .details {
		color: #faff2d;
	}

	#longTermAccordion div h3.ui-state-active a .details {
		color: #004d32;
}

	#longTermAccordion div h3.ui-state-active a .detailsClose {
		display: block;
		visibility: visible;
		color: #faff2d;
	}

#longTermAccordion div .seasons {
	padding: 10px 0 0;
	text-align: center;
}

	#longTermAccordion div .seasons a, #longTermAccordion div .seasons a:visited {
		color: #5ea000;
		text-decoration: none;
		border-bottom: 1px solid #3f8411;
	}

	#longTermAccordion div .seasons a:hover, #longTermAccordion div .seasons a:active {
		color: white;
		background-color: #5ea000;
		text-decoration: none;
		border-bottom: none;
	}

#longTermAccordion .ui-accordion content {
	position: relative;
}
/* @end */

/* @group Rates Tables */

.ratesTable {
	position: relative;
	width: 100%;
	
	background-color: white;
	border:1px solid #004d32;
	text-align: center;
	font-size: 1.0em;
	font-weight: normal;

	margin: 0 auto 1.0em;
}

	.ratesTable a, .ratesTable a:visited {
		color: #004d32;
		border-color: #004d32;
		font-size: 1.2em;
	}
	
	.ratesTable a:hover, .ratesTable a:active {
		background-color: #004d32;
		color: white;
	}
	
	.ratesTable img {
		border: 1px solid black;
		margin: 0;
		padding: 0;
		vertical-align: middle;
	}
	
	.ratesTable td {
		border: 1px solid #004d32;
		padding: 0 2px;
		margin: 0;
	}
	
	.ratesTable .white {
		background-color: white;
		color: black;
	}

	.ratesTable .ltGreen {
		background-color: #b0c8b6;
		color: black;
	}
	
	.ratesTable td.border-top {
		border-top: 2px;
	}

.ratesTable p {
	display: block;
	padding: 5px 0;
	margin:0;
	line-height:1.0em;
}

.ratesTable p.ratesTitle {
	font-weight: bold;
	font-size: 0.9em;
	padding: 10px 5px;
	text-align: center;
}

	.ratesTable p.right {
		text-align: right;
	}
	
	.ratesTable p.left {
		text-align: left;
	}
	
.ratesTable p.small {
	font-size: 0.8em;
	font-weight:normal;
	text-align: center;
}


/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	border-color: #666666;
	border-bottom: 1px dotted;
	color: #586944;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.album-description {
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.album-description h1 {
	text-align: center;
}

#contentWrapper #content div.contentSpacer div.album-description 
div.album-description p {
	font-size: 0.85em;
	font-weight: normal;
}

.album-wrapper {
	display: block;
	width: 98%;
	margin: 0px auto;
	padding: 0;
		padding-left: 1.5em;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
}

.thumbnail-frame {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

.thumbnail-frame:hover {
	border: none;
	text-decoration: none;
}

.thumbnail-frame a:link, .thumbnail-frame a:visited {
	border: none;
	text-decoration: none;
}

.thumbnail-frame a:hover, .thumbnail-frame a:active {
	border: none;
	text-decoration: none;
	background: none;
}

.thumbnail-frame img {
	margin: auto;
	border: 3px solid #000000;
}

.thumbnail-frame img:hover {
	border-color: #761c03;
}

.thumbnail-caption {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1%;
	display: block;
	color: #663300;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0;
}

.photo-navigation {
	font-size: 1.6em;
	background: transparent;
	height: 6em;
	margin-bottom: 50px;
}

.photo-links {
	background: #ffffff;
	font-weight: bold;
	padding: 10px;
	position: relative;
	top: 7px;
}

.photo-navigation a:link, .photo-navigation a:visited {
	border: none;
}

.photo-navigation a:hover {
	color: black;
}

.photo-frame {
	background: #ffffff;
	padding: 10px;
}

.photo-title {
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
	padding: 20px 20px 0px 40px;
	letter-spacing: 6px;
	font-size: 1.8em;
}

.photo-caption {
	color: #ffffff;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 20px auto;
	padding: 0px 20%;
	text-align: center;
}

/* @end */

/* @end */

/* @group Site Map */

#sitemap ul {
	padding: 0;
	margin: 0 0 0 30px;
}

#content #sitemap li {
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
}

#sitemap ul li a {
	margin-right: 5px;
}

/* #sitemap ul li a:after {
	content: " —";
	font-weight: normal;
	color: black;
} */
/* @end */

/* @group GF Parks */

#gfParks {
	position: relative;
	width: 507px;
	
	background-color: #004d32;
	
	margin: 0 auto;
	padding: 0 3px 35px 5px;

}

.row {
	clear:both;
	display: block;
	overflow: hidden;

	line-height: 1.2em;
		
	margin:0 auto;
	padding:0;
}

.cell {
	position: relative;
	display: block;
	width: 167px;
	min-height: 250px;
	float: left;
	
	background-color: white;
	color: #5e5e5e;
	text-align: center;
	
	padding: 0;
	margin: 0 2px 2px 0;
}

#gfParks h2 {
	text-align:center;
	width:auto;
	
	color: white;
	letter-spacing: 1px;

	padding: 12px 0;
}

.white {
	color: white;
	font-weight: normal;
	letter-spacing: 0;
}

#gfParks p {
	font-size: 90%;
	line-height: 1.1em;
	padding: 0.25em 0.5em;
}

#gfParks p.name {
		font-weight:bold;
		padding: 1.0em 0.75em;
	}

	#gfParks p.description {
		padding-top: 1.0em;
	}
	
	#gfParks p.location {
		font-weight: bold;
		padding-bottom: 1.0em;
	}

.cell img {
	padding: 0;
	margin: 0;
}

/* @end */

