
/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TAGS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
	background-color: #496440;
	margin: 0;
	padding: 0;
	}
body, td, pre, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	}
a:link {
	color: #a14d20;
	}
a:visited {
	color: #a14d20;
	}
a:hover {
	text-decoration: none;
	color: #a14d20;
	}
a:active {
	color: #a14d20;
	}
a img {
	border: 0 none;
	}
code {
	color: #f09;
	}
	
	
p, li, pre {
	line-height: 1.3;
	}
h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre {
	margin-top: 0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}
h3, h4, h5, h6, p, ol, ul, pre {
	margin-bottom: 1.3em;
	}
h1 {
	font-size: 180%;
	font-family: Arial, Helvetica, sans-serif;
	color: #1d535b;
	margin: 0 0 1em 0;
	}
h2 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #8C7847;
	}
h3 {
	margin: 0 0 .4em 0;
	font-size: 135%;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	color: #769259;
	}
	
h4.style1{
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-size: 100%;
}
	
a:link h3,
a:visited h3,
a:selected h3,
a:hover h3{
	color: #769259;
	text-decoration: none;
}

ul {
	list-style-type: square;
	}
ul.descr li {	
	position: relative;
	left: -15px;
	}
ol ul {
	/*margin-left: -10px;*/
	}
li {
	margin-bottom: .6em;
	}
li ol,
li ul {
	margin-top: .4em;
	}
th {
	text-align: left;
	}
object, embed {
	margin: 0;
	padding: 0;
	}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MAIN DIVISIONS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#mother {
	position: relative;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 840px;
	background-position: 0% 130px;
	}

#banner {
	background-image: url(../images/banner_bg.gif);
	background-repeat: repeat-x;
	}
	
#footer {
	position: relative;
	margin: 100px 20px 0 200px;
	padding: 15px 0 45px 0;
	border-top: 1px dotted #000;
	clear: both;
	font-size: 90%;
	color: #666;
	}
#footer pre,
#footer {
	font-size: 90%;
	color: #666;
	}
	
#fitkid_logo{
	width: 100px;
	position: absolute;
	left: 495px;
	top: 10px;
}	

#homePage #fitkid_logo{
	left: 435px;
}	


#fitkid_logo a
{
	display: block;
	background: url(../images/fitkid_sprite.gif) no-repeat;
	background-position: 0px 0px;
	height: 100px;
	overflow: hidden;
	}
	
#fitkid_logo a:hover
{
	background-position: -100px 0px;
	}


/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	CONTENT/COLUMNS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#content {
	width: 100%;
	height: 600px;
	}
html>body #content {
	height: auto;
	min-height: 600px;
	}
.innerColumn {
	padding: 20px 30px 0 210px;
	}




/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	NAVIGATION MENU
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */		
#menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	width: 177px;
	position: absolute;
	left: 0;
	}
#menu ul {
	list-style-type: none;
	padding: 165px 0 1px 0;
	margin: 0;
	}
#menu li {
	background-image: none;
	padding: 0;
	margin: 0 0 9px 0;
	}
#menu a {
	display: block;
	line-height: normal;
	padding: 2px 3px 3px 10px;
	height: 1%;
	}
html>body #menu a {
	height: auto;
	}
#menu a,
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
	color: #b5c29d;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#menu a:hover {
	color: #fff;
	}
	


#homePage #menu #home a,
#tentCabinsPage #menu #tentCabins a,
#ratesPage #menu #rates a,
#reservationsPage #menu #reservations a,
#suppliesPage #menu #supplies a,
#factsMapPage #menu #factsMap a,
#directionsPage #menu #directions a,
#relatedLinksPage #menu #relatedLinks a,
#contactPage #menu #contact a {
	background-color: #b49a5b;
	color: #292826;
	}

#menu #calParksCo,
#menu #logIn {
	margin: 20px 0 0 0;
	}
#menu #calParksCo a,
#menu #logIn a {
	background-image: url(../images/menu_sprite.gif);
	background-repeat: no-repeat;
	text-indent: -9000px;
	}
#menu #calParksCo a {
	background-position: 0% 0%;
	height: 85px;
	}
html>body #menu #calParksCo a {
	height: 85px;
	}
#menu #calParksCo a:hover {
	background-position: -187px 0%;
	}
	
#menu #logIn a {
	background-position: 0% -138px;
	height: 37px;
	}	
html>body #menu #logIn a {
	height: 37px;
	}
	
#menu #logIn a:hover {
	background-position: -187px -138px;
	}
	
	
/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	FORMS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

form {
	margin: 0;
	}
fieldset {
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	}
legend {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 3px 10px 3px 10px;
	color: #333;
	}
html>body fieldset {
	padding: 10px;
	}
html>body legend {
	margin-bottom: 0;
	}
.columnize label {
	display: block;
	width: 80px;
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: right;
	padding: 2px 10px 0 0;
	}
.columnize input,
.columnize select,
.columnize textarea {
	display: block;
	width: 290px;
	float: left;
	margin-bottom: 20px;
	}
.columnize br {
	clear: left;
	}
p.submitButton {
	width: 100px;
	padding-left: 200px;
	padding-top: 1.0em;
	}
p.submitButton input {
	background-color: #7796b1;
	color: #fff;
	font-weight: bold;
	border: 0 none;
	padding: 3px 12px 4px 12px;
	margin: 0;
	cursor: pointer;
	}






/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	UTILTY CLASSES/MISC
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.photo,
.picMiddle img,
.picRight,
.picLeft,
.picRightBot {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #82776b;	
	}
.picRight {
	margin: 0 0 15px 15px;
	float: right;
	}
.picRightBot {
	margin: 5px 0 15px 15px;
	float: right;
	}
.picLeft {
	margin: 0 15px 15px 0;
	float: left;
	}
.picMiddle {
	text-align: center;
	}
.unbulleted {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
.unbulleted li {
	background-image: none;
	padding: 0;
	}	
.cl {
	clear: both;
	}
.note {
	font-size: 90%;
	color: #666;
	}
ul.note {
	padding: 0;
	margin-left: 0;
	}
ul.note li {
	padding: 0;
	margin: 0;
	background-image: none;
	}
	



.pricingTable {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #333;
	border-bottom: 2px solid #333;
	margin: 0 0 1.5em 0;
	background-color: #f8f5f2;
	}
.pricingTable td,
.pricingTable th {
	padding: 6px 9px;
	vertical-align: top;
	}
.pricingTable td,
.pricingTable th,
.pricingTable pre {
	font-size: 11px;
	}

.pricingTable th {
	background-color: #C5B8AA;
	}
.pricingTable tr {
	border-bottom: 1px dotted #333;
	}
.twoCol {
	border-collapse: collapse;
	border: 0;
	margin: 0 0 2em 0;
	}
.twoCol td {
	width: 50%;
	vertical-align: top;
	}
.twoCol div {
	padding: 0 20px 0 0;
	}


.railColumn {
	width: 260px;
	float: right;
	margin: 0 0 30px 20px;
	}
.railColumn img {
	height: 185px;
	width: 246px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #82776b;
	}
.railColumn a {
	display: block;
	margin: 0 0 25px 0;
	}
	

.railRow {
	margin: 0 0 30px 0;
	}
.railRow img {
	height: 202px;
	width: 268px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #82776b;
	margin-right: 7px;
	margin-bottom: 7px;
	}
.railRow a {
	display: inline;
	margin: 0 0 25px 0;
	}
	

	
#pictureViewerPage {
	background-image: none;
	text-align: center;
	}
#pictureViewerPage p {
	margin: 0;
	}
#thePicture {
	margin: 5px 0 5px 0;
	}
	
	

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	HOME PAGE STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#homePage #mother {
	background-position: 0% 286px;
	width: 760px;
	}
#homePage #banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 284px;
	}
#homePage #menu {
	background-image: none;
	padding-top: 25px;
	}
#homePage #menu ul {
	padding: 0;
	}

div#homepage-icons{
	width: 130px;
	height: 100px;
	padding: 7px 0 0 0;
	position: relative;
	left: 15px;
	text-align: center;
	font-size: small;
	font-weight: bold;
}

div#weather-widget{
	width: 300px;
	position: relative;
	float: right;
	clear: left;
	top: -20px;
	left: 4px;
	padding: 0 0 20px 0;
}

.style1{
	text-align: left;
	font-style: italic;
}
	
.error{
	color: #A54C1F;
	font-weight: bold;
}

#top_icons{
	position: relative;
	float: left;
	width: 515px;
	height: 45px;
}

#make_reservation{
	position: relative;
	clear: left;
	float: left;
	left: 0;	width: 157px;
	height: 30px;
}

#facebook{
	position: relative;
	clear: right;
	float: right;
	left: 2px;
	width: 157px;
	height: 30px;
}

h2#wil_wad{
	font-size: 130%;
	color: maroon;
}

table#table_capture_calif{
	float: left;
	width: 100%;
	margin: 15px 0 25px 0;	
}

table#table_capture_calif td{
	padding: 12px;
	vertical-align: top;
	text-align: left;	
	background-color: #f0f6d2;
	border: 1px solid #8c8b6d;
}

img#img_capture_calif{
	float: right;
	position: relative;
	top: 7px;
	border: 0;
	padding: 0;
	margin: 15px 0 10px 15px;	
}

img#gameAnn{
	margin: 10px 0 15px 0;
	padding: 0;
	border: 3px solid #481878;	
}

.normal-line{
	line-height: 120%;	
}

.moreSpace{
	margin-top: 17px;	
}
	
	
	
	

