* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #993300 url(images/bkgd.jpg) repeat-x fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 84%;
	margin-top: 14px;
}
a {
	color: #00496C;
}
a:hover {
	text-decoration: none;
}
a.arrow {
	font-weight: 700;
	background: url(images/bullet-arrow-blue.gif) no-repeat right;
	padding-right: 10px;
	margin-right: 10px;
}
a.arrow-front {
	font-weight: 700;
	background: url(images/bullet-arrow-blue.gif) no-repeat left 5px;
	padding-left: 12px;
}
a.arrow:hover, a.arrow-front:hover {
	text-decoration: none;
}
p.acrobat {
	margin-top: 20px;
}
#wrapper {
	background: url(images/bkgd-wrapper.gif) repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 12px 15px 25px;
}
#helper {
	clear: both;
}

/* Logo and Addresses */

#branding {
	background: url(images/bkgd-branding.jpg) no-repeat;
	height: 160px;
	width: 900px;
	text-align: center;
}
#branding img.winterAddress {
	margin-right: 75px;
	margin-bottom: 50px;
}
#branding img.summerAddress {
	margin-bottom: 50px;
	margin-left: 75px;
}

/* Top Navigation */

ul#topnav {
	background: url(images/bkgd-topnav.gif) no-repeat;
	width: 888px;
	list-style: none;
	float: left;
	padding: 10px 0px 0px 12px;
	height: 30px;
}
ul#topnav li {
	float: left;
}
a .alt {
	display: none;
}
a#topnav-home, a#topnav-inside, a#topnav-campers, a#topnav-staff, a#topnav-parents, a#topnav-rentals, a#topnav-contact {
	display: block;
	height: 22px;
	background-position: 0 0;
}
a#topnav-home {
	width: 64px;
	background-image: url(images/topnav-home.gif);
}
a#topnav-inside {
	width: 220px;
	background-image: url(images/topnav-inside.gif);
}
a#topnav-campers {
	width: 104px;
	background-image: url(images/topnav-campers.gif);
}
a#topnav-staff {
	width: 112px;
	background-image: url(images/topnav-staff.gif);
}
a#topnav-parents {
	width: 99px;
	background-image: url(images/topnav-parents.gif);
}
a#topnav-rentals {
	width: 151px;
	background-image: url(images/topnav-rentals.gif);
}
a#topnav-contact {
	width: 125px;
	background-image: url(images/topnav-contact.gif);
}
a#topnav-home:hover, a#topnav-inside:hover, a#topnav-campers:hover, a#topnav-staff:hover, a#topnav-parents:hover, a#topnav-rentals:hover, a#topnav-contact:hover {
    background-position: 0 -22px;
}

/* Footer */

#footer {
	width: 930px;
	color: #D6AD99;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 92%;
}
#footer img {
	vertical-align: middle;
	margin-right: 15px;
}
#footer a {
	color: #D6AD99;
}
#footer a:hover {
	text-decoration: none;
}

/* Home Page */

#flash {
	margin-top: 10px;
	margin-bottom: 25px;
	float: left;
}
#home-welcome {
	float: left;
	width: 400px;
	padding-right: 25px;
	padding-left: 15px;
}
#home-welcome p {
	margin-top: 8px;
}
#home-info, #sub-info-top {
	background: url(images/home-info-bkgd.jpg) repeat-y;
	float: left;
	width: 200px;
	padding: 20px;
}
#home-info {
	height: 170px;
}
#home-info p, #sub-info-top p {
	margin-top: 8px;
}
#home-utilities {
	width: 185px;
	float: left;
	padding-left: 20px;
}
#home-utilities img.button {
	margin-bottom: 6px;
	display: block;
}

/* Sub Page */

#subleft {
	float: left;
	width: 240px;
	padding-right: 30px;
	margin-top: 13px;
}
#subleft ul {
	background: url(images/bkgd-subnav.jpg) no-repeat;
	list-style: none;
	padding: 5px 15px 21px;
	margin-bottom: 13px;
}
#subleft li {
	background: url(images/bullet-subnav.gif) no-repeat 0px 2px;
	padding-left: 20px;
	margin-top: 11px;
}
#subleft li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 115%;
}
#subleft li a:hover {
	color: #FFFFCC;
}
#submain {
	float: left;
	width: 630px;
	margin-top: 13px;
}
#submain p {
	font-size: 105%;
	margin-bottom: 15px;
	line-height: 1.4em;
}
#submain h3 {
	color: #5B1343;
	font-size: 125%;
}
#submain h3.left {
	clear: left;
}
#submain h3.right {
	clear: right;
}
#submain h4 {
	color: #00344E;
	margin-bottom: 5px;
	font-size: 120%;
}
#submain table ul {
	list-style: none;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 105%;
}
#submain table li {
	background: url(images/bullet-list.gif) no-repeat 0px 7px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#submain img.righttop {
	float: right;
	margin-bottom: 15px;
	border-left: 30px solid #FFFFCC;
}
#submain img.right {
	float: right;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 15px;
	clear: both;
}
#submain img.left {
	float: left;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 15px;
	clear: both;
}
.subtitle {
	padding-bottom: 10px;
	border-bottom: 1px dashed #7F998D;
	margin-bottom: 15px;
	margin-top: 10px;
}
.map {
	float: left;
	margin-top: 15px;
}
#submain table {
	margin-top: 5px;
}
#submain table td {
	padding: 4px 0px;
}

#submain table.reference_form td.label_td
{
padding-right:10px;
}


#submain table.rates {
	margin-top: 5px;
	float: right;
	margin-left: 30px;
	background: url(images/paper.jpg) center center;
}
#submain table.rates td {
	padding: 12px 9px;
	border-top: 1px solid #E9C98C;
}
#submain table.rates th {
	padding: 12px;
	color: #FFFFFF;
	font-size: 110%;
	background: #5B1343;
}
#submain table.rates td.bottom {
	padding: 12px 8px 16px;
	border-top: 1px solid #E9C98C;
}
#sub-info {
	background: url(images/sub-important-bkgd.jpg) repeat-y;
	float: left;
	width: 210px;
	padding: 15px;
	margin-top: 15px;
}
#sub-info p {
	margin-top: 5px;
	color: #FFFFFF;
	line-height: 1.5em;
}
#submain p.links {
	font-size: 105%;
	margin-bottom: 8px;
	line-height: 1.4em;
}
#submain table.form td {
	padding: 0px 3px 15px;
}
#submain table.form th {
	background: #5B1343;
	padding: 8px 10px;
	color: #FFFFFF;
	font-size: 110%;
	border-top: 15px solid #FFFFCC;
	border-bottom: 15px solid #FFFFCC;
}
.large {
	font-size: 120%;
	font-style: italic;
}
#submain ol {
	list-style: decimal;
	font-size: 105%;
	padding-left: 15px;
	margin-left: 10px;
	padding-bottom: 10px;
}
#submain ol li {
	margin-bottom: 10px;
}
.small {
	font-size: 75%;
	color: #FF0000;
}
#rightholder {
	float: right;
	width: 330px;
}
p#byline {
	border-bottom: 1px solid #E5E5B7;
	padding-left: 15px;
	padding-bottom: 15px;
	background: url(images/mdash.gif) no-repeat 4px 9px;
	font-size: 100%;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 2px;
	padding-bottom: 0;
	background: #002538;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	color: white;
	padding: 6px;
	text-align: right;
	font-weight: 700;
}
#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
	background-color: #FFFFCC;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid #002538;
	background-color: #FFFFCC;
	padding: 5px;
	z-index: 5;
}

#campmap
{
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
display:block;
}

#instructions
{
font-size:20px;
font-weight:bold;
color:#00344E;
}

#indoorlist
{
font-size:14px;
width:380px;
height:120px;
padding:5px;
float:left;
margin-left:10px;

}

#indoortop
{
font-weight:bold;
height:30px;

}

#indoortitle
{
position:relative;left:105px;
}



#indoorlist ul
{
list-style-type:none;
}

#indoorlist li
{
text-decoration:underline;
}

#outdoorlist
{
font-size:14px;
width:380px;
height:120px;
padding:5px;
float:left;
margin-left:10px;
clear:left;

}

#outdoortop
{
font-weight:bold;
height:30px;

}

#outdoortitle
{
position:relative;left:105px;
}

#outdoorlist ul
{
list-style-type:none;
}

#outdoorlist li
{
text-decoration:underline;
}

.form_table td
{
	padding-top:3px;
	padding-bottom:3px;
}

.label_td
{
	text-align:right;
	padding-right:10px;
}

.field_td
{
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
}

.header_td
{
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.header_light_td
{
	font-weight:normal;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.just_text_td
{
	font-weight:normal;
	text-align:center;
	font-size:11px;
}

.helper_text
{
	padding-left:5px;
	font-size:11px;
}

.dropdown_header
{
	background-color:#1F3F79;
	color:white;
	font-weight:bold;
}

.dropdown_choice
{
	background-color:white;
	color:#1F3F79;
}

.form_warning
{
	color:black;
	padding:10px;
	border:2px solid red;
	background:#FFD7D8;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-weight:bold;
	font-size:12px;
	display:block;
	margin:0 auto;
}

.form_confirmation
{
	color:black;
	padding:10px;
	border:2px solid green;
	background:#DDF7E0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-weight:bold;
	font-size:12px;
	display:block;
	margin:0 auto;
	float:left;
	margin-left:20px;
	margin-right:20px;
}

.date_dropdown
{
	padding-right:10px;
}

.reference_form td
{
	padding-right:10px;
}

option
{
	padding-right:10px;
}

#submain_form /* emulate main.css's subform but stop its table properties */
{
	float: left;
	width: 630px;
	margin-top: 13px;
}

.form_confirmation_2
{
color:black;
padding:10px;
border:2px solid green;
background:#DDF7E0;
-moz-border-radius:10px;
-webkit-border-radius:10px;
font-weight:bold;
font-size:12px;
display:block;
margin-left:20px;
margin-right:20px;
}

#submain_form td
{
padding-top:3px;
padding-bottom:3px;
}

#submain_form th {
	background: #5B1343;
	padding: 8px 10px;
	color: #FFFFFF;
	font-size: 110%;
	border-top: 15px solid #FFFFCC;
	border-bottom: 15px solid #FFFFCC;
}


