/* css file for convict lake resort site */
/* written by: Jake Bryan */
body{
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 {
/*	height: 200px;
	background-image: url(images/headerfade.gif);*/
	repeat-y: repeat;
	repeat-x: no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#284D28
}

#header .logo {
	z-index: 105;
	margin: auto;
	margin-bottom: 33px;
}

#header .photo {
	clear: none;
	z-index: 4;
	margin-left: auto;
	margin-right: auto;	
}

#menu {
	float: left;
	width: 11%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3399CC;
	vertical-align: top;
}

#menu ul{
	padding-top: 11px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

#menu ul li {
	list-style: none;
	margin: 0;
}

#menu ul li a{
	color: #ccc;
	background-color: #3399CC;
	text-decoration: none;
	width: 100%;
	border-top: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	padding-top: 1px;
	padding-bottom: 1px;
	margin:0;
}

#menu ul li a:hover{
	color: #3399CC;
	background-color: #ffffff;
	text-decoration: none;
	border-top: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
}
.menu {
	float: center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#3399CC;
	vertical-align: top;
	
}

.menu ul{
	padding-top: 11px;
	text-align: left;
	font-weight: normal;
	margin: 25;
	font-size: 14px;
	line-height: 20px;
	width: 185;
}

.menu ul li {
	list-style: none;
	margin: 0;
}

.menu ul li a{
	color: #fff;
	background-color: #3399CC;
	text-decoration: none;
	
	border-top: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	padding-top: 1px;
	padding-bottom: 1px;
	margin:0;
}

.menu ul li a:hover{
	color: #3399CC;
	background-color: #ffffff;
	text-decoration: none;
	
}


.content {
/*	background-color: #d7ebff;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	height: 158px;
	padding: 8px;*/
}

a.actionCall {
	background-color: #003366;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding: 2px;
}

a.actionCall:hover {
	background-color: #0066CC;
	border: 2px solid #ffffff;
}

#pageContent {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 5px;
	text-align: left;
	font-family: sans seriff, verdana;
	font-size: 12px;
}

#columnRight {
	float: right;
	clear:right;
	width: 125px;
	text-align: center;
	font-family: arial, sans seriff;
	margin-bottom: 4px;
}

#columnRight table {
	border-collapse: collapse;
}

#columnLeft {
	float: left;
	clear:left;
	width: 102px;
	text-align: center;
	font-family: arial, sans seriff;
	margin-bottom: 4px;
}

#columnRight left {
	border-collapse: collapse;
}	

#footer{
	clear: both;
	text-align: center;
	width: 100%
}

.title{
	background-color: #395E39;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: sans seriff, verdana;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 2px;
}

a.email {/*
	background-color: #993300;
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	padding: 3px;
	color: #fff;
	margin-top: 3px;
	margin-bottom: 3px;*/
}

.googleSearch {
	padding-bottom: 3px; 
	background-color: #284D28;
	margin-bottom: 3px;
	color: #fff;
}
/* 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: 150px;
	height: 90px;
	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: 358px;
	width: 600px;
}


#galleryInfo {
	height: 24px;
	font-family:Arial, Helvetica, sans-serif
	color: #000000;
}