﻿body
{
	font-family: Verdana;
	font-size: 11px;
}

p, b
{
	margin: 0px;
}

a
{
	color: Blue;
}

input, select
{
	font-family: Verdana;
	font-size: 11px;
}

.smalltext
{
	font-size: 10px;
}

#divOverlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 2000px;
	height: 2000px;
	z-index: 80;
	opacity: .50;
	filter: alpha(opacity=50);
	background-color: #000000;
	display: none;
}

#divMessageBox
{
	position: absolute;
	display: block;
	z-index: 90;
	border: solid 1px;
	background: #ffffff;
	display: none;
}


#lightbox
{
	background-color:#ffffff;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay
{
	width: 2000px;
	height: 2000px;
	opacity: .50;
	filter: alpha(opacity=50);
	background-color: #000000;
}


/*******************************************************

	USMapSearch.aspx & StateMapSearch.aspx elements

********************************************************/

.errorMessage
{
	width: 400px;
	float: left;
	top: 200px;
	padding: 15px;
	text-align: center;
	opacity: .95;
	filter: alpha(opacity=95);
}

.errorMessage a
{
	display: block;
	background: url(../images/Styles/Green/ButtonShort.gif) no-repeat;
	width: 55px;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.stdHelpMessage
{
	width: 400px;
	top: 100px;
	padding: 15px;
	text-align: left;
	opacity: .95;
	filter: alpha(opacity=95);
	background: #ffffff;
	border: solid 1px;
}

.stdHelpMessage ul
{
	padding-left: 20px;
	padding-top: 10px;
}
.stdHelpMessage li
{
	margin-bottom: 10px;
}

.stdHelpMessage a
{
	display: block;
	background: url(../images/Styles/Green/ButtonShort.gif) no-repeat;
	width: 55px;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.disambiguationMessage
{
	width: 500px;
	float: left;
	top: 100px;
	left: 100px;
	padding: 15px;
	text-align: center;
	opacity: .95;
	filter: alpha(opacity=95);
}

.disambiguationMessage a
{
	display: block;
	text-decoration: none;
}
.disambiguationMessage b
{
	padding-bottom: 10px;
}


.pnlGeocodeSearch, .pnlStatesRegionsSearch, .pnlNameSearch
{
	width: 100%;
	height: 40px;
}

a.lkbExpandSearch
{
	background: url(../images/Styles/Green/ButtonExpandedSearch.gif) no-repeat;
	width: 173px;
	height: 16px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

select.ddlStatesRegions
{
	width: 230px;
}

input#txtNameSearch
{
	width: 287px;
}

div#divUSMapSearch, div#divStateMapSearch
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

div#divStdSearchOptions
{
	position: relative;
	height: 160px;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
}

div#divUSMap, div#divStateMap
{
	padding-top: 10px;
	position: relative;
}

div#divSearchText
{
	width: 70px;
	margin-left: 3px;
	margin-right: 5px;
	float: left;
}

div#divSearchText div
{
	width: 100%;
	height: 40px;
	text-align: right;
}

a.lkbExpandSearch
{
	display: block;
	position: relative;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	height: 45px;
	width: 100%;
	background: url(../images/Styles/Green/Options.gif) no-repeat bottom;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

a#aStdHelp
{
	display: block;
	position: relative;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	height: 35px;
	width: 100%;
	background: url(../images/Styles/Green/ButtonHelp.gif) no-repeat bottom;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

a#lnkSearch
{
	display: block;
	position: relative;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	height: 33px;
	width: 100%;
	background: url(../images/General/MagnifyingGlass.gif) no-repeat bottom;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

input#txtGeocodeSearch
{
	width: 230px;
}

div#divSearchOption
{
	background: url(../images/Styles/Green/OuterContainerR.gif) no-repeat bottom right;
	position: relative;
	width: 500px;
	display: block;
	margin: 10px auto;
}

div#divSearchOptionHeader
{
	background: url(../images/Styles/Green/OuterContainerR.gif) no-repeat top right;
	position: relative;
	display: block;
}

b#bSearchOptionHeader
{
	background: url(../images/Styles/Green/OuterContainerL.gif) no-repeat top left;
	position: relative;
	display: block;
	height: 10px;
}

div#divSearchOptionContent
{
	background: url(../images/Styles/Green/OuterContainerL.gif) no-repeat bottom left;
	position: relative;
	display: block;
	height: 145px;
}

div#divSearchStdOptions
{
	position: relative;
	display: block;
	width: 390px;
	height: 130px;
	text-align: left;
}

div#divGeocodeAddress, div#divGeocodeAddress, div#divSelStates, div#divSelRegions
{
	float: left;
}

div#divGeocodeAddress, div#divSelStates
{
	margin-right: 5px;
}

select#selRegions
{
	width: 232px;
}

div#divSearchOptions
{
	position: relative;
	display: block;
	width: 100px;
	height: 130px;
	float: right;
}


/****************************************

	ExpandedSearch.aspx elements

*****************************************/

div.tabAmenities a, div.tabActivities a,
div.tabAtmosphere a, div.tabMembership a, div.tabViewAll a
{
	display: block;
	width: 85px;
	height: 30px;
	background: url(../images/Styles/Green/TabUp.gif) no-repeat;
}
div.tabAmenitiesSelected a, div.tabActivitiesSelected a,
div.tabAtmosphereSelected a, div.tabMembershipSelected a, div.tabViewAllSelected a,
div.tabAmenities, div.tabAmenitiesSelected, div.tabAmenities a:hover, 
div.tabActivities, div.tabActivitiesSelected, div.tabActivities a:hover,
div.tabAtmosphere, div.tabAtmosphereSelected, div.tabAtmosphere a:hover,
div.tabMembership, div.tabMembershipSelected, div.tabMembership a:hover,
div.tabViewAll, div.tabViewAllSelected, div.tabViewAll a:hover
{
	display: block;
	width: 85px;
	height: 30px;
	background: url(../images/Styles/Green/TabDown.gif) no-repeat;
	float: left;
}
div.tabAmenitiesSelected a, div.tabActivitiesSelected a,
div.tabAtmosphereSelected a, div.tabMembershipSelected a, div.tabViewAllSelected a,
div.tabAmenities a, div.tabActivities a,
div.tabAtmosphere a, div.tabMembership a, div.tabViewAll a
{
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
}
div.tabAmenities b, div.tabActivities b,
div.tabAtmosphere b, div.tabMembership b, div.tabViewAll b,
div.tabAmenitiesSelected b, div.tabActivitiesSelected b,
div.tabAtmosphereSelected b, div.tabMembershipSelected b, div.tabViewAllSelected b
{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial;
	color: Black;
}


.amenityFilters, .activityFilters, .atmosphereFilters, .membershipFilters
{
	display: block;
	position: relative;
	float: left;
	padding: 4px;
}

.amenityFilters b, .activityFilters b, .atmosphereFilters b, .membershipFilters b
{
	display: block;
	position: relative;
	float: left;
	width: 500px;
	height: 22px;
	padding: 0px 2px;
}

div.expSearchFilter
{
	display: block;
	width: 140px;
	height: 21px;
	display: table-cell;
	float: left;
}
div.expSearchFilter input
{
	display: table-cell;
	float: left;
}
div.expSearchFilter p
{
	display: table-cell;
	float: left;
}

div#divExpandedSearchOptions
{
	display: block;
	position: relative;
	float: none;
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

div#divExpandedSearchOptionsTabs
{
	display: block;
	position: relative;
	float: none;
	width: 100%;
	height: 29px;
	text-align: left;
	margin-left: 10px;
}
div#divExpandedSearchOptionsContainer
{
	background: url(../images/Styles/Green/InnerContainerR.gif) no-repeat bottom right;
	display: block;
	position: relative;
}
* html #divExpandedSearchOptionsContainer
{
	float: left;
}
div#divExpandedSearchOptionsHeader
{
	background: url(../images/Styles/Green/InnerContainerR.gif) no-repeat top right;
	position: relative;
	display: block;
}
b#bExpandedSearchOptionsHeader
{
	background: url(../images/Styles/Green/InnerContainerL.gif) no-repeat top left;
	position: relative;
	width: 100%;
	height: 10px;
	display: block;
}
div#divExpandedSearchOptionsContent
{
	background: url(../images/Styles/Green/InnerContainerL.gif) no-repeat bottom left;
	text-align: left;
	display: table;
	padding-bottom: 5px;
}
* html #divExpandedSearchOptionsContent
{
	float: left;
}

div#divExpandedSearch
{
	background: url(../images/Styles/Green/OuterContainerR.gif) no-repeat bottom right;
	display: block;
	position: relative;
	width: 600px;
	margin: 10px auto 0 auto;
}
div#divExpandedSearchHeader
{
	background: url(../images/Styles/Green/OuterContainerR.gif) no-repeat top right;
	position: relative;
	display: block;
}
b#bExpandedSearchHeader
{
	background: url(../images/Styles/Green/OuterContainerL.gif) no-repeat top left;
	position: relative;
	display: block;
	height: 15px;
}
div#divExpandedSearchContent
{
	background: url(../images/Styles/Green/OuterContainerL.gif) no-repeat bottom left;
	width: 100%;
	position: relative;
	display: block;
}
a#lnkExpHelp
{
	display: block;
	position: relative;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	height: 35px;
	width: 100%;
	background: url(../images/Styles/Green/ButtonHelp.gif) no-repeat bottom;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
a#lnkSearchMap
{
	display: block;
	position: relative;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	height: 50px;
	width: 100%;
	background: url(../images/General/ICON_USMap.gif) no-repeat bottom;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
a#lnkExpMainSearch
{
	display: block;
	position: relative;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	height: 33px;
	width: 100%;
	background: url(../images/General/MagnifyingGlass.gif) no-repeat bottom;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
a#lnkExpandedSearch
{
	background: url(../images/Styles/Green/ButtonShort.gif) no-repeat;
	width: 55px;
	height: 16px;
	margin: 10px auto;
	padding-top: 2px;
	padding-bottom: 10px;
	display: block;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}


div#divExpandedSearchMain
{
	background: url(../images/Styles/Green/InnerContainerR.gif) no-repeat bottom right;
	position: relative;
	display: block;
	width: 570px;
	height: 190px;
	margin: 0 auto 10px auto;
}
div#divExpandedSearchMainHeader
{
	background: url(../images/Styles/Green/InnerContainerR.gif) no-repeat top right;
	position: relative;
	display: block;
}
b#bExpandedSearchMainHeader
{
	background: url(../images/Styles/Green/InnerContainerL.gif) no-repeat top left;
	position: relative;
	display: block;
	height: 10px;
}
div#divExpandedSearchMainContent
{
	background: url(../images/Styles/Green/InnerContainerL.gif) no-repeat bottom left;
	position: relative;
	display: block;
	height: 180px;
}
div#divExpandedStdSearch
{
	position: absolute;
	display: block;
	top: 0;
	left: 5px;
	width: 460px;
	height: 120px;
}
div#divExpandedStdSearchHeader
{
}
b#bExpandedStdSearchHeader
{
}
div#divExpandedStdSearchContent
{
	text-align: left;
	width: 390px;
	margin: 0 auto;
}

div#divExpandedMainControls
{
	position: absolute;
	display: block;
	top: 0;
	left: 465px;
	width: 90px;
	height: 180px;
}
div#divExpandedMainControlsHeader
{
}
b#bExpandedMainControlsHeader
{
}
div#divExpandedMainControlsContent
{
	text-align: center;
	vertical-align: middle;
}


.availabilityFilter
{
	position: absolute;
	display: block;
	top: 120px;
	left: 5px;
	width: 460px;
	height: 60px;
}
div#divAvailability
{
}
div#divAvailabilityHeader
{
}
b#bAvailabilityHeader
{
}
div#divAvailabilityContent
{
}

div#divAvailSiteType
{
	display: block;
	float: left;
	text-align: center;
	width: 170px;
	height: 34px;
}
div#divAvailSiteType p
{
	text-align: center;
}
div#divAvailSiteType select
{
	margin-left: auto;
	margin-right: auto;
}

div#divAvailArrival
{
	display: block;
	float: left;
	text-align: center;
	width: 120px;
	height: 31px;
	margin-left: 10px;
	margin-right: 10px;
}
div#divAvailArrival p
{
	text-align: center;
}
div#divAvailArrival input
{
	width: 90px;
	float: left;
}

div#divAvailDepart
{
	display: block;
	float: left;
	text-align: center;
	width: 120px;
	height: 31px;
	margin-left: 10px;
	margin-right: 10px;
}
div#divAvailDepart p
{
	text-align: center;
	width: 100%;
}
div#divAvailDepart input
{
	width: 90px;
	float: left;
}

a#aArrivalCalendar
{
	display: block;
	float: left;
	width: 20px;
	height: 22px;
	background: url(../images/Styles/Green/Calendar.gif) no-repeat;
}

a#aDepartCalendar
{
	display: block;
	float: left;
	width: 20px;
	height: 22px;
	background: url(../images/Styles/Green/Calendar.gif) no-repeat;
}

.ExpandedMidText
{
	position: relative;
	display: block;
	width: 500px;
	margin: 10px auto 10px auto;
	padding-top: 10px;
}

/****************************************

	SearchResults.aspx elements

*****************************************/

.resultBackLink
{
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#divSearchResult
{
	background: url(../images/Styles/Green/OuterContainerR.gif) no-repeat bottom right;
	display: block;
	position: relative;
	width: 600px;
	margin: 0 auto;
}
div#divSearchResultHeader
{
	background: url(../images/Styles/Green/OuterContainerR.gif) no-repeat top right;
	position: relative;
	display: block;
	width: 100%;
}
b#bSearchResultHeader
{
	background: url(../images/Styles/Green/OuterContainerL.gif) no-repeat top left;
	position: relative;
	display: block;
	width: 100%;
	height: 10px;
}
div#divSearchResultContent
{
	background: url(../images/Styles/Green/OuterContainerL.gif) no-repeat bottom left;
	display: block;
	padding: 0 3px 5px 3px;
}

div#divResult
{
	background: url(../images/Styles/Green/InnerContainerR.gif) no-repeat bottom right;
	display: block;
	position: relative;
}
div#divResultHeader
{
	background: url(../images/Styles/Green/InnerContainerR.gif) no-repeat top right;
	position: relative;
	display: block;
}
b#bResultHeader
{
	background: url(../images/Styles/Green/InnerContainerL.gif) no-repeat top left;
	position: relative;
	display: block;
	height: 10px;
}
div#divResultContent
{
	background: url(../images/Styles/Green/InnerContainerL.gif) no-repeat bottom left;
	display: block;
	position: relative;
	width: 100%;
	padding: 0px 10px 40px 10px;
}



.resultTabs
{
	display: block;
	position: relative;
	float: none;
	width: 100%;
	height: 30px;
	padding-left: 20px;
}

div.tabList a, div.tabMap a
{
	display: block;
	width: 85px;
	height: 30px;
	background: url(../images/Styles/Green/TabUp.gif) no-repeat;
	color: #4E596F;
}
div.tabListSelected a, div.tabMapSelected a,
div.tabList, div.tabListSelected, div.tabList a:hover,
div.tabMap, div.tabMapSelected, div.tabMap a:hover
{
	display: block;
	width: 85px;
	height: 30px;
	background: url(../images/Styles/Green/TabDown.gif) no-repeat;
	color: #ffffff;
	float: left;
}
div.tabListSelected a, div.tabMapSelected a,
div.tabList a, div.tabMap a
{
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
}
div.tabList b, div.tabMap b,
div.tabListSelected b, div.tabMapSelected b
{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial;
	color: Black;
}


.resultListHeadRow td
{
	vertical-align: middle;
	text-align: center;
}


div#divResultsText
{
	text-align: left;
	vertical-align: top;
	margin-bottom: 10px;
}

div#divResultsText h1
{
	font-family: Verdana, Arial;
	color: Black;
	font-size: 16px;
	font-weight: bolder;
	margin: 0px;
}

div#divResultsText b
{
	font-family: Verdana, Arial;
	color: Black;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

div#divResultList
{
	width: 100%;
}

div#divResultsListText
{
	text-align: left;
	margin-left: 5px;
}
div#divResultsListText span
{
	display: inline;
}

div#divResultListTable table
{
	width: 540px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

div#divAmenityIcons
{
	width: 100%;
	height: 28px;
	padding-left: 285px;
}

div#divAmenityIcons div
{
	float: left;
	display: block;
	height: 100%;
}

table#tblResults
{
	text-align: left;
	font-size: 10px;
	font-family: Verdana, Arial;
	color: Black;
	border-collapse: collapse;
	background-color: #D8EAF1;
}
tr.listRow td
{
	background-color: #F5F1E7;
}
tr.listRowAlt td
{
	background-color: #F9F7F2;
}
td.listInfo
{
	vertical-align: top;
	width: 160px;
}
td.listInfo a
{
	font-weight: bold;
}
td.listFeatured
{
	width: 45px;
	vertical-align: top;
}
a.FeaturedIcon, a.FeaturedIcon:hover
{
}
td.listReserve
{
	width: 45px;
	vertical-align: top;
}
a.ReserveNowIcon, a.ReserveNowIcon:hover
{
	display: block;
	width: 40px;
	height: 35px;
	background: url(../images/General/SmallReserveButton.gif) no-repeat;
}
a.ReserveNowUnavailableIcon, a.ReserveNowUnavailableIcon:hover
{
	display: block;
	width: 40px;
	height: 35px;
	background: url(../images/General/SmallNoAvailButton.gif) no-repeat;
}
td.listPhotos
{
	width: 45px;
	vertical-align: top;
}
a.ViewPhotosIcon, a.ViewPhotosIcon:hover
{
	display: block;
	width: 33px;
	height: 44px;
	background: url(../images/General/WhiteSmallPhotoButton.gif) no-repeat;
}
td.listReview
{
	width: 45px;
	vertical-align: top;
}
a.ReviewIcon, a.ReviewIcon:hover
{
	display: block;
	width: 33px;
	height: 44px;
	background: url(../images/General/GuestRated/SmallReviewButton.gif) no-repeat;
}
.listAmenity
{
	width: 30px;
	border-left: solid 1px #e6e1d4;
	text-align: center;
	vertical-align: middle;
	padding-left: auto;
	padding-right: auto;
}
.listAmenity a, .listAmenity img
{
	margin-left: auto;
	margin-right: auto;
}
.listAmenityAlt
{
	width: 30px;
	border-left: solid 1px #e6e1d4;
	text-align: center;
	vertical-align: middle;
	padding-left: auto;
	padding-right: auto;
}
.listAmenityAlt a, .listAmenityAlt img
{
	margin-left: auto;
	margin-right: auto;
}

div#divResultMap
{
	text-align: center;
	padding-left: auto;
	padding-right: auto;
	display: block;
	position: relative;
}

#liveMap
{
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}

.resultListAmenityOnsite
{
	display: block;
	width: 10px;
	height: 10px;
	background: url(../images/General/amenities/amenityOnsite.gif) no-repeat;
}

.resultListAmenityNearby
{
	display: block;
	position: relative;
	width: 9px;
	height: 9px;
	background: url(../images/General/amenities/amenityNearby.gif) no-repeat;
}

.resultListAmenityOnsitePhoto
{
	display: block;
	position: relative;
	width: 10px;
	height: 10px;
	background: url(../images/General/amenities/amenityOnsitePhoto.gif) no-repeat;
}

.resultListAmenityNearbyPhoto
{
	display: block;
	position: relative;
	width: 9px;
	height: 9px;
	background: url(../images/General/amenities/amenityNearbyPhoto.gif) no-repeat;
}

.resultMapIcon
{
	display: block;
	position: relative;
	width: 25px;
	height: 26px;
	background: url(../images/General/ICON_MapLocation.gif) no-repeat;
}

div#divResultListControl
{
	display: block;
	position: relative;
	margin-top: 10px;
	width: 100%;
}
div#divPrev
{
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}
div#divPrev a
{
	display: block;
	background: url(../images/Styles/Green/ButtonShort.gif) no-repeat;
	width: 55px;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
}
div#divNext
{
	display: block;
	position: absolute;
	right: 20px;
	top: 0px;
}
div#divNext a
{
	display: block;
	background: url(../images/Styles/Green/ButtonShort.gif) no-repeat;
	width: 55px;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
}

.ExpandedMidText
{
	position: relative;
	display: block;
	width: 500px;
	margin: 10px auto 10px auto;
	padding-top: 10px;
}

/****************************************

	Campground.aspx elements

*****************************************/
.popUpPicture
{
	top: 150px;
	padding: 5px;
	text-align: right;
	background: #ffffff;
}
.popUpPicture a
{
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/General/ICON_Close.gif) no-repeat;
	margin-left: auto;
	text-decoration: none;
	color: Black;
}

a#aCampgroundBack
{
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#divCampground
{
	background: url(../images/Styles/Green/OuterContainerR.gif) no-repeat bottom right;
	display: block;
	position: relative;
	width: 600px;
	margin: 0 auto;
}
div#divCampgroundHeader
{
	background: url(../images/Styles/Green/OuterContainerR.gif) no-repeat top right;
	display: block;
	height: 10px;
}
b#bCampgroundHeader
{
	background: url(../images/Styles/Green/OuterContainerL.gif) no-repeat top left;
	display: block;
	height: 10px;
}
div#divCampgroundContent
{
	background: url(../images/Styles/Green/OuterContainerL.gif) no-repeat bottom left;
	padding: 0px 3px 5px 3px;
	display: block;
}

div#divCampTabs
{
	padding-left: 20px;
	display: table;
}

div.tabOverview a, div.tabReservations a, div.tabRates a,
div.tabPhotoGallery a, div.tabGetMap a, div.tabReview a
{
	display: block;
	width: 85px;
	height: 30px;
	background: url(../images/Styles/Green/TabUp.gif) no-repeat;
	color: Black;
}
div.tabOverviewSelected a, div.tabReservationsSelected a, div.tabRatesSelected a,
div.tabPhotoGallerySelected a, div.tabGetMapSelected a, div.tabReviewSelected a,
div.tabOverview, div.tabOverviewSelected, div.tabOverview a:hover,
div.tabReservations, div.tabReservationsSelected, div.tabReservations a:hover, 
div.tabRates, div.tabRatesSelected, div.tabRates a:hover,
div.tabPhotoGallery, div.tabPhotoGallerySelected, div.tabPhotoGallery a:hover,
div.tabGetMap, div.tabGetMapSelected, div.tabGetMap a:hover,
div.tabReview, div.tabReviewSelected, div.tabReview a:hover
{
	display: table-cell;
	width: 85px;
	height: 30px;
	background: url(../images/Styles/Green/TabDown.gif) no-repeat;
	color: Black;
	float: left;
}
div.tabOverviewSelected a, div.tabReservationsSelected a, div.tabRatesSelected a,
div.tabPhotoGallerySelected a, div.tabGetMapSelected a, div.tabReviewSelected a,
div.tabOverview a, div.tabReservations a, div.tabRates a,
div.tabPhotoGallery a, div.tabGetMap a, div.tabReview a
{
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
}
div.tabOverview b, div.tabReservations b, div.tabRates b,
div.tabPhotoGallery b, div.tabGetMap b, div.tabReview b
{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial;
	color: Black;
}
div.tabOverviewSelected b, div.tabReservationsSelected b, div.tabRatesSelected b,
div.tabPhotoGallerySelected b, div.tabGetMapSelected b, div.tabReviewSelected b
{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial;
}

div#divCampMain
{
	background: url(../images/Styles/Green/InnerContainerR.gif) no-repeat bottom right;
	display: block;
	position: relative;
	width: 100%;
}
div#divCampMainHeader
{
	background: url(../images/Styles/Green/InnerContainerR.gif) no-repeat top right;
	height: 10px;
	display: block;
}
b#bCampMainHeader
{
	background: url(../images/Styles/Green/InnerContainerL.gif) no-repeat top left;
	display: block;
	height: 10px;
}
div#divCampMainContent
{
	background: url(../images/Styles/Green/InnerContainerL.gif) no-repeat bottom left;
	display: block;
	position: relative;
	width: 100%;
	/*margin-top: -3px;*/
	padding: 0px 3px 5px 3px;
}


div#divCampContentHead
{
	display: inline-block;
	width: 570px;
	max-width: 570px; 
	height: 140px;
	margin: 0 auto;
}
div#divHeadInfo
{
	display: table-cell;
	text-align: left;
	width: 280px;
	max-width: 280px; 
	word-wrap: break-word;
	height: 120px;
	margin-right: 5px;
	float: left;
}
div#divHeadInfo b
{
	font-size: 14px;
}
div#divHeadInfo a
{
	font-weight: bold;
	text-decoration: underline;
}
div#divHeadReserveNow
{
	display: table-cell;
	width: 85px;
	height: 75px;
	float: left;
}
div#divHeadReserveNow a
{
	background: url(../images/General/ReserveButton.gif) no-repeat;
	display: block;
	width: 85px;
	height: 75px;
}
div#divHeadPhoto
{
	display: table-cell;
	height: 132px;
	width: 176px;
	float: right;
}

div#divOverview
{
	position: relative;
}

div#divCampDescription
{
	background: url(../images/Styles/Green/DetailedContainerR.gif) no-repeat bottom right;
	display: block;
	position: relative;
}
div#divCampDescriptionHead
{
	background: url(../images/Styles/Green/DetailedContainerR.gif) no-repeat top right;
	display: block;
	position: relative;
}
b#bCampDescriptionHead
{
	background: url(../images/Styles/Green/DetailedContainerL.gif) no-repeat top left;
	height: 10px;
	display: block;
	position: relative;
}
div#divCampDescriptionContent
{
	background: url(../images/Styles/Green/DetailedContainerL.gif) no-repeat bottom left;
	display: block;
	position: relative;
	padding: 0 10px 10px 10px;
	width: 550px;
}
div#divCampDescriptionContent b
{
	font-size: 11px;
	color: #000000;
}

.CampDescription
{
	text-align: left;
	position: relative;
	width: 570px;
	margin: 0 auto 10px auto;
}
.CampDescription b
{
	font-size: 12px;
	color: #4E596F;
}

.poweredByIcon
{
	display: block;
	width: 150px;
	height: 32px;
	margin-top: 10px;
	margin-left: auto;
}
* html .poweredByIcon
{
	float: right;
}

div#divCampSites
{
	background: url(../images/Styles/Green/DetailedContainerR.gif) no-repeat bottom right;
	display: block;
	position: relative;
}
div#divCampSitesHead
{
	background: url(../images/Styles/Green/DetailedContainerR.gif) no-repeat top right;
	height: 10px;
	display: block;
	position: relative;
}
b#bCampSitesHead
{
	background: url(../images/Styles/Green/DetailedContainerL.gif) no-repeat top left;
	height: 10px;
	display: block;
	position: relative;
}
div#divCampSitesContent
{
	background: url(../images/Styles/Green/DetailedContainerL.gif) no-repeat bottom left;
	display: block;
	position: relative;
	padding: 0 10px 10px 10px;
	width: 550px;
}

.CampSites
{
	text-align: left;
	position: relative;
	width: 570px;
	margin: 0 auto 10px auto;
}
.CampSites b
{
	font-size: 12px;
	color: #4E596F;
}


div#divCampRentals
{
	background: url(../images/Styles/Green/DetailedContainerR.gif) no-repeat bottom right;
	display: block;
	position: relative;
}
div#divCampRentalsHead
{
	background: url(../images/Styles/Green/DetailedContainerR.gif) no-repeat top right;
	height: 10px;
	display: block;
	position: relative;
}
b#bCampRentals
{
	background: url(../images/Styles/Green/DetailedContainerL.gif) no-repeat top left;
	height: 10px;
	width: 570px;
	display: block;
	position: relative;
}
div#divCampRentalsContent
{
	background: url(../images/Styles/Green/DetailedContainerL.gif) no-repeat bottom left;
	display: block;
	position: relative;
	padding: 0 10px 10px 10px;
	width: 550px;
}

.CampRentals
{
	text-align: left;
	position: relative;
	width: 570px;
	margin: 0 auto 10px auto;
}
.CampRentals b
{
	font-size: 12px;
	color: #4E596F;
}


div#divCampAmenities
{
	background: url(../images/Styles/Green/DetailedContainerR.gif) no-repeat bottom right;
	display: block;
	position: relative;
}
div#divCampAmenitiesHead
{
	background: url(../images/Styles/Green/DetailedContainerR.gif) no-repeat top right;
	height: 10px;
	display: block;
	position: relative;
}
b#bCampAmenitiesHead
{
	background: url(../images/Styles/Green/DetailedContainerL.gif) no-repeat top left;
	height: 10px;
	width: 570px;
	display: block;
	position: relative;
}
div#divCampAmenitiesContent
{
	background: url(../images/Styles/Green/DetailedContainerL.gif) no-repeat bottom left;
	display: table;
	position: relative;
	padding: 0 10px 10px 10px;
	width: 550px;
}

.CampAmenities
{
	text-align: left;
	position: relative;
	width: 570px;
	margin: 0 auto 10px auto;
}
.CampAmenities b
{
	font-size: 12px;
	color: #4E596F;
}
.amenItem
{
	width: 180px;
	height: 15px;
	display: table-cell;
	float: left;
}


div#divCampRecreation
{
	background: url(../images/Styles/Green/DetailedContainerR.gif) no-repeat bottom right;
	display: block;
	position: relative;
}
div#divCampRecreationHead
{
	background: url(../images/Styles/Green/DetailedContainerR.gif) no-repeat top right;
	height: 10px;
	display: block;
	position: relative;
}
b#bCampRecreationHead
{
	background: url(../images/Styles/Green/DetailedContainerL.gif) no-repeat top left;
	height: 10px;
	width: 570px;
	display: block;
	position: relative;
}
div#divCampRecreationContent
{
	background: url(../images/Styles/Green/DetailedContainerL.gif) no-repeat bottom left;
	display: table;
	position: relative;
	padding: 0 10px 10px 10px;
	width: 550px;
}

.CampRecreation
{
	text-align: left;
	position: relative;
	width: 570px;
	margin: 0 auto 10px auto;
}
.CampRecreation b
{
	font-size: 12px;
	color: #4E596F;
}
.recItem
{
	width: 180px;
	height: 15px;
	display: table-cell;
	float: left;
}

div#divPhotoGallery
{
}
div#divPhotoGallery div
{
	width: 495px;
	height: auto;
	margin: 0 auto;
	float: none;
	display: table;
}
.hlPhotoGallery
{
	width: 160px;
	height: 140px;
	display: table-cell;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	font-family: Verdana, Arial; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none;
	color: #000000;
}
.imgPhotoGalleryItem
{
	width: 160px;
	height: 120px;
}

div#divGetMap
{
	display: block;
	position: relative;
	width: 100%;
}
div#campgroundMap
{
	margin: 10px auto 10px auto;
	float: none;
	display: block;
	position: relative;
}
.campgroundMapIcon
{
	display: block;
	position: relative;
	width: 25px;
	height: 26px;
	background: url(../images/General/ICON_MapLocation.gif) no-repeat;
}
