/* css file for convict lake resort site */
/* written by: Jake Bryan */
body{
background-color: #284D28;
margin: 0;
padding: 0;
text-align: center;

}

#page{ 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 98%;
	background-color: #ffffff;
	text-align: center;
}

.header {
	position: absolute;
	z-index:99999999;
	font-size: 28px;
	font-weight: regular;
	color: #ffffff;
	width: 100%;
	text-align: center;
}
.constrictor {
	height: 600px;
	margin-left: auto;
	margin-right: auto;/**/
}
.menu {
/*	background-color: #bb8811;*/
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	padding: 0;
	text-align: center;
}

.menu ul {
/*	border-right: 1px solid #ffffff;*/
	margin: 4px 0 0 0;
}

.menu ul li {
	display: inline;
	list-style: none;
	border-left: 1px solid #c7caaf;
	border-right: 1px solid #c7caaf;
	padding: 0;
}
.menu ul li.firstMenu {
	border-left: 2px solid #c7caaf;
}

.menu ul li.lastMenu {
	border-right: 2px solid #c7caaf;
}

.menu a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding: 0 4px 0 4px;
}

.menu a:hover {
	text-decoration: underline;
}

.imageSplash {

	background-color: #284D28;
	overflow:hidden;
	height: 580px;

}

.lowContent {
/*	filter:alpha(opacity=75);   
    -moz-opacity: .75; 
    opacity: .75;*/
	width: 100%;

}

.infoText {
	/*background-color: #FFFFFF;
	border: 2px solid #bb8800;*/
	padding: 0 8px;
	color: #ffffff;
	vertical-align: top;
}

.text {
	margin-top: 0;
	margin-left: 15px;
	margin-right: auto;
	margin-bottom: 0;
	font-size: 14px;
}

.text ul {
	margin: 4px 0 0 0;
}

.text ul li {
	display: inline;
	list-style: none;
/*	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;*/
	padding: 0;
}
/*
.text a {
	text-decoration: none;
	color: #0000ff;
	font-weight: normal;
	padding: 0 4px 0 4px;
}

.text a:hover {
	text-decoration: none;
	
}
*/

.search {
	color: #290928;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
}
.search .spacer {
	width: 10%;
}
.search td {
	background: #999999;
	color: #320033;
	font-weight:bold;
	border: 1px solid #c7caa7;
	font-size: 12px;
}

.search .text{
	
}
.search .submit{
	border: 1px solid #956b55;
	background-color: d6ac96;
	color: #956b55;
}


.footer {

	color: #ffffff;
	font-size: 11px;
	text-align: center;
}
.footer a {
	color: #ffffff;
	font-style:normal
}

/* custom css for image fader*/
.idupe {

}

/* slide show section */
.slideShow {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000066;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: hidden;
	clear: both;
}

.slideShow img {
	cursor: pointer;	
}

.slideShow .viewer {
}

.slideShow .viewer .scoll {
}

.slideShow .viewer a img {
	width: 100px;
	height: 87px;
	border: 2px solid #6699FF;
}

.slideShow .viewer a:hover img {
	border: 2px solid #3366CC;
}


/* end slide show */

/* gallery section*/
.gallery {
	border-collapse: collapse;
	padding: 0;
}

.gallery td {
	padding: 0;
}

.photoWrap {
	/*margin: 0px 4px 4px 12px;*/
	text-align: center;
	}

.gallery .photoWrap img{
	margin: 0;
	height: 450px;
	width: 600px;
}


#galleryInfo {
	height: 24px;
	font-family:Arial, Helvetica, sans-serif
	color: #000000;
}