div#reservationinfo
{
	float: right;
	text-align: right;
	margin: 0 0 5px 0;
	padding: 3px;
	border: 1px solid #CCC;
}

div#reservationinfo span#reserve
{
	font-size: 120%;
	font-weight: bold;
	display: block;
	margin: 2px;
}

div#reservationinfo span#reserve a { padding: 3px; }

div#reservationinfo span#reserve a:hover
{
	background-color: #E4303B;
	color: white;
}

div#statelink { vertical-align: middle; }

h1#campgroundtitle
{
	margin: 0 0 5px 0;
}

div#upperimagesrow
{
	clear: both;
	text-align: center;
	padding: 5px 0 3px 2px;
	border: 0px solid #CCC;
	border-width: 0 1px 1px 1px;
}

div#upperimagesrow.oldstyle img { margin: 0 5px 2px 5px; }

/* tabs */
div.campground_nav_tabs { clear: both; }

div.campground_nav_tabs ul
{
	margin: 5px 0 0 0;
	padding: 3px 0;
	list-style-type: none;
}

div.campground_nav_tabs li { display: inline; }

div.campground_nav_tabs a,
div.campground_nav_tabs a:link,
div.campground_nav_tabs a:visited
{
	padding: 3px 0.5em;
	margin-right: 3px;
	text-decoration: none;
	color: black;
	background: #CCC url(/images/campgroundpages/toprighttabcorner.gif) no-repeat right top;
}

div.campground_nav_tabs a:hover
{
	color: white;
	background: #E4303B url(/images/campgroundpages/toprighttabcorner.gif) no-repeat right top;
}

div.campground_nav_subnav ul
{
	margin: 0;
	padding: 5px 0.5em;
	list-style-type: none;
	background: #FF9 url(/images/campgroundpages/toprighttabcorner.gif) no-repeat right top;
	font-weight: normal;
}

div.campground_nav_subnav li { display: inline; }

div.campground_nav_subnav li a
{
	padding: 3px 3px;
	color: blue;
}

div.campground_nav_subnav li a:hover
{
	color: white;
	background: #E4303B;
}

/* 	campgroundnews headline */
div.campground_nav_newsheadline
{
	background: #FF9;
	padding: 4px 6px;
	font-weight: bold;
	text-align: center;
}

/* shrink up the display on pages like events, attractions */
div.items h3 { margin-bottom: 0; }
div.items p { margin-top: 0; }
div.items ul {margin-top: 0;}

/*for ccwu*/
div.campground_nav_ccwuheadline
{
	background: #E4303B;
	border: 0 solid #CCC;
	border-width: 0 1px 1px 1px;
	padding: 4px 6px;
	text-align: center;
}
div.campground_nav_ccwuheadline a { color: white; }

div.campground_nav_tabs li a#ccwu,	
	div.campground_nav_tabs li a#ccwu:hover,
	div.campground_nav_tabs li a#ccwu:link,
	div.campground_nav_tabs li a#ccwu:visited
{
	background: #2f358d url(/images/campgroundpages/toprighttabcorner.gif) no-repeat right top;
	color: #f5f5f5;
	font-weight: bold;
}

/*for hotdeals tab*/
div.campground_nav_tabs li a#hotdeals,	
	div.campground_nav_tabs li a#hotdeals:hover,
	div.campground_nav_tabs li a#hotdeals:link,
	div.campground_nav_tabs li a#hotdeals:visited
{
	background: #E4303B url(/images/campgroundpages/toprighttabcorner.gif) no-repeat right top;
	color: #F8E600;
	font-weight: bold;
}


