html 
{
	margin:0;
	padding:0;		
	color:#e2e2e2;
	font-family: Verdana;
	font-size: 11px;
}
p
{
	padding: 0;
	margin: 0;	
}

A:link
{
	color: #45556F;
	border: 0;
	text-decoration: none;
}
A:visited
{
	color: #45556F;
	text-decoration: none;
}
A:hover
{	
	color: #FF9900;	
}
A.menuLink, a.menuLink:visited
{	
	display: block;
	color: #e2e2e2;
	
	background-color: #1F1202;
	padding-right: 5px;
	padding-top: 5px;
	
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #331E03;	
	
	text-align: left;
	padding-bottom: 4px;
	padding-left: 5px;	
	
	text-decoration: none;
}
A.menuLink:hover
{
	background-color: #331E03;
	color: #e2e2e2;
	text-decoration: none;
}

H1
{		
	text-align: left;
	font-size: 22px;
	font-weight: bolder;
	font-family: Verdana;	
	
	margin: 0;
	padding: 0;
	
	border-style: solid;
	border-color: #013802;
	border-width: 0px 0px 1px 0px;
	
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 10px 0px;
}
H2
{		
	font-size: 16px;
	font-weight: bolder;
	font-family: Verdana;	
	
	margin: 0;
	padding: 0;
}
input.button 
{	
	background-color : #013802;
	color : #e2e2e2;
	
	font-size: 10px; 
	
	border-width: 1px;
	border-style: solid;
	border-color: #026704;
	
	padding: 2px 0px 2px 0px;
	
	width: 125px;
	height: 21px;
	cursor: pointer;
}
input.buttonOver
{
	color : #013802;
	background-color : #e2e2e2;
	
	font-size: 10px; 
	
	border-width: 1px;
	border-style: solid;
	border-color: #026704;
	
	padding: 2px 0px 2px 0px;
	
	width: 125px;
	height: 21px;
	cursor: pointer;
}
img
{
	border: 0;
}
img.thumbnail
{
	width: 50px;
	height: 50px;
}
input.text, input.password, input.textarea textBox
{
	background-color: #e2e2e2;
	border-color: #9999CC;    
	color: #000000;
}
/*********** Page Layout ************/
#mainBody
{	
	background:url(images/background.gif) top left repeat-x;
	background-color: #000000;
	
	margin:0;
	padding:0;	
	
	margin: 0 auto;
	text-align: center;	
	min-width:760px;
}
#container
{	
	margin: 0 auto;
	text-align: left;
	width: 758px;
	
	background-color: #0A4B09;
	
	border-style: solid;
	border-color: #026704;
	border-width: 0px 1px 1px 1px;
	
	background-image: url(images/main_back.gif);	
}
#headerContent
{	
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	
	width: 758px;
	height: 100px;
	
	border-style: double;
	border-color: #013802;
	border-width: 0px 0px 3px 0px;
}
#navContent
{	
	white-space: nowrap;	
	float: left;
	
	width: 190px;		
	background-color: #013802;
	
	border-style: solid;
	border-color: #044E05;
	border-width: 1px 1px 1px 0px;
}
#mainContent
{	
	float: left;	
		
	width: 567px;
	margin-bottom: 2px;	
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	min-height: 500px;
}
* html #mainContent
{
	height: 500px;
}
#footerContent
{		
	clear: both;
	
	margin: 0;
	padding: 10px 0px 0px 0px;
	
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	
	width: 758px;
	height: 50px;
	
	border-style: double;
	border-color: #013802;
	border-width: 3px 0px 0px 0px;
	
	font-size: 9px;
}
#footerContent a
{
	color: #e2e2e2;
	text-decoration: underline;	
}
#footerContent p
{
	text-align: center;
}
#footerContent a.validHtml, #footerContent a.validCss
{
	width: 88px;
	height: 31px;
	top: 5px;
	left: 3px;
	
	float: left;
	position: relative;	
}
#footerContent a.validCss
{
	float: right;
	left: 0px;
}
#subFooterContent
{
	background-color: #205656;
	
	border-style: solid;
	border-color: #9B9B9B;
	border-width: 1px 0px 1px 0px;
	
	color: #e2e2e2;
	
	padding: 5px 0px 5px 0px;
	
	text-align: center;
}
#subFooterContent a
{
	color: #ffffff;
	text-decoration: underline;
}
/****** Menu ******/
#navContent ul
{
	padding: 0px;
	margin: 0px 0px 0px 0px;	
	border: 0;
	
	list-style: none;
}
#navContent ul li
{	
	border-style: solid;
	border-color: #044E05;
	border-width: 0px 0px 1px 1px;
	
	height: 36px;
}
#navContent ul li a
{
	position: relative;	
	display: block;

	background-repeat: no-repeat;
	
	color: #e2e2e2;
	/*left: 35px;	
	top: 2px;*/
	
	width: 148px;
	height: 26px;
	
	padding: 8px 0px 0px 40px;
	margin: 1px 0px 0px 0px;
}
#navContent ul li a:hover
{
	background-color: #025B03;
}
#navContent div
{
	margin: 10px 0px 10px 5px;
}
#navContent div h2,#navContent div h3
{
	margin: 0;
	padding: 0px 0px 4px 0px;
	
	font-size: 11px;	
}
#navContent div h3
{
	font-size: 10px;
}
#navContent div a
{
	display: block;
	padding: 3px 0px 0px 0px;
	width: 100%;
	
	text-decoration: underline;
	color: #e2e2e2;
}
#navContent div img
{
	display: block;
	margin: 15px 0px 0px 0px;
	
	border-style: solid;
	border-color: #024F03;
	border-width: 1px;
	/*
	position: relative;
	left: 45px;*/
}
/*************************************/
/********* Proteus Required **********/
#pr_footContainer
{		
	border-width: 1px 0px 0px 0px;
	border-color: #3C3616;
	border-style: solid;	
	
	padding-top: 15px;	
	margin: 0px;
	width: 100%;	
}
#pr_footerDiv
{
	padding: 15px 0px 15px 5px;
	
	width: 755px; 
	
	float: left; 
	
	text-align: center; 		
	
	/*background:url(images/gradback.gif) top left repeat-y;	*/
	
	font-size: 8px;
}
#pr_footerDiv:first-line
{
	font-size: 10px;	
}
#pr_validDiv
{		
	width: 980px;	
}
#validCss, #validXHTML
{
	margin: 30px 5px 0px 5px;
	float: left;
	width: 88px;
}
/*************************************/
/******************************/
DIV.clear
{
	clear: both;
	height: 1px;
	font-size: 1px;
}
/*******************/
/*  Header Classes */
/*******************/
#headerBlock
{
	text-align: left;
	margin-bottom: 10px;
}
#headerImage, #errorImage, #updatedImage
{
	float: left;
	
	width: 75px;	
	height: 67px;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 0px 1px 0px 0px;	
	padding-right: 4px;
	margin: 0;
}
DIV.headerTextContainer
{
	position: relative;
	display: block;	
		
	left: 15px;
	top: 10px;	
}
span.headerTitle, span.headerHeading, span.headerSubHeading
{	
	position: relative;		
	font-weight: bolder;	
}
span.headerTitle
{	
	padding-left: 10px;
	display: block;
	font-size: 16px;
	color: #000000;	
}
span.headerHeading
{	
	left: 20px;
	display: block;
	font-size: 14px;
	color: #4b4b4b;	
}
span.headerSubHeading
{	
	padding-left: 40px;
	
	font-size: 12px;
	color: #45556F;
}
#notificationDisplay
{
	margin: 10px 0px 15px 0px;
}
#notificationLink
{
	color: #e2e2e2;
	text-decoration: underline;
}
/**************************************/
/************ Error Block *************/
#errorBlock, #updatedBlock
{
	margin-bottom: 10px;
	text-align: left;
}
DIV.errorTitle
{
	position: relative;
	
	display: block;
	
	font-size: 16px;
	font-weight: bolder;
	color: red;	
	
	float: left;
	width: 80%;
	left: -6px;
	top: -5px;
}
DIV.errorDescription
{
	position: relative;
	display: block;
	
	font-size: 12px;
	color: #000000;
	
	text-align: left;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 1px 0px 0px 0px;	
	
	float: left;	
	left: -5px;
	width: 90%;
}
#errorImage, #updatedImage
{
	width: 49px;
	height: 49px;	
}
#errorDiv
{
	background-color: #013802;
	color: #FF0000;
	
	margin: 10px 0px 10px 0px;
	padding: 10px;
	
	border-style: double;
	border-color: #FF0000;
	border-width: 3px;
	
	font-size: 14px;
	font-weight: bolder;
}
/***********************************/
/***** Misc ******/
img.boxedImage
{
	border-style: double;
	border-color: #013802;
	border-width: 3px;
	
	padding: 5px;
	
	background-color: #016703;
}
/*****************/
/********** Home ************/
#front_image
{
	float: right;
	width: 275px;
	margin: 5px 0px 5px 5px;
}
div.homeMainDiv
{
	background-color: #0D5B0A;
	margin: 3px 3px 5px 3px;	
	padding: 2px 0px 0px 8px;
}
div.homeMainDiv h1
{	
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 18px 0px;
	
	border: 0px;
	
	font-size: 17px;
	text-align: left;
}
div.homeMainDiv p
{
	line-height: 18px;
	padding: 0px 5px 5px 0px;
}
#newsHeader
{
	margin-bottom: 10px;
	padding-bottom: 4px;
	
	border-style: solid;
	border-color: #e2e2e2;
	border-width: 0px 0px 1px 0px;
	
	width: 250px;
}
div.newsDiv
{
	border-style: double;
	border-color: #0B500A;
	border-width: 0px 0px 3px 0px;
	
	margin: 5px 10px 0px 0px;
	padding: 5px 5px 5px 5px;
}
div.newsDiv h2
{
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	
	color: #7CABCB;
}
div.newsDiv span
{
	display: block;
	width: 100%;
	
	margin: 0px 0px 5px 0px;
	color: #FECB65;
}
div.newsDiv p
{
	padding: 0px 5px 0px 5px;
}
/****************************/
/***** Info and Rates *****/
#ratesMainDiv, #rulesMainDiv
{
	margin: 0px 0px 0px 5px;
}
#ratesMainDiv h1, #rulesMainDiv h1, #picturesMainDiv h1, h1.blueHeader
{
	margin: 10px 0px 10px 0px;
	color: #7CABCB;
}
#ratesMainDiv strong, #rulesMainDiv strong
{
	font-size: 14px;
	display: block;
	width: 450px;
	
	padding: 0px 0px 3px 0px;
	
	background-color: #0D5B0A;
	border-style: double;
	border-color: #0A3B06;
	border-width: 0px 0px 3px 0px;
}
#ratesMainDiv img
{
	float: left;
	width: 275px;
}
#ratesMainDiv ul.ratesTop
{
	position: relative;	
	
	width: 230px;
	float: right;
	
	font-size: 12px;
	
	margin: 10px 0px 25px 0px;
	padding: 0px;
	
	list-style: disc;	
	list-style-position: inside;
}
/**************************/
/****** Rules *******/
#rulesMainDiv h2
{
	font-size: 14px;
	color: #FECB65;
	
	margin: 5px 0px 10px 0px;
}
/********************/
/*********** Pictures **********/
#picturesMainDiv
{
	margin: 5px 0px 0px 5px;	
}
#picturesMainDiv h2
{
	margin: 2px 0px 15px 0px;
}
#picturesMainDiv div
{	
	margin: 10px 0px 15px 0px;
}
#picturesMainDiv div div
{	
	width: 250px;
}
#picturesMainDiv img
{
	margin: 0px 5px 0px 5px;
}
/*******************************/
/***** Applicatioin ******/
#appMainDiv
{
	margin: 5px 0px 0px 8px;
}
#appMainDiv h1
{
	margin: 5px 0px 10px 0px;
}
#appMainDiv a
{
	font-size: 13px;
	text-decoration: underline;
	color: #e2e2e2;
}
/*************************/
/******** Reservations *********/
#resMainDiv
{
	margin: 5px 0px 0px 5px;	
}
#resMainDiv form
{
	padding: 0;
	margin: 0;	
}
#resMainDiv form span
{
	float: left;
	width: 125px;
	
	margin: 0px 0px 0px 5px;
	
	font-size: 8px;
	color: #FECB65;
}
#resMainDiv label
{
	float: left;	
	clear: left;
	
	width: 200px;
}
#resMainDiv input
{
	float: left;	
}
#resMainDiv input.text, #resMainDiv textarea
{
	border-style: solid;
	border-color: #0A3B06;
	border-width: 1px;
	
	background-color: #e2e2e2;
	color: #0A3B06;
}
#resMainDiv textarea
{
	float: left;	
}
#captchaContainer
{
	float: left;
	clear: both;
	
	position: relative;
	
	left: 200px;
	
	width: 200px;
	
	margin: 5px 0px 5px 0px;
}
input.dateField
{
	background-color: #808080 !important;
}
a.datePicker
{
	float: left; 
	width: 75px; 
	
	font-size: 10px !important;
	color: #e2e2e2;
	
	background-image: url(images/calendar1.gif);
	background-repeat: no-repeat;
	
	padding: 4px 0px 3px 25px;
}
#btnSubmit
{
	float: left;
	clear: left;
	
	margin: 15px 0px 25px 160px;
}
/*******************************/

.inputFloat {
	float: left;	
	margin-right: 4px;
}

#resMainDiv label.inputFloat {
	width: 70px;
	clear: none;
	text-align: right;

}