html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #9CD089;
	background-image: url("/graphics/bodybg.gif");
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 7px 0px 7px 0px;
}

body, table, input, textarea, select {
	font-family: Verdana, Arial, Georgia, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 16px;
}

p {
	margin: 0px;
}

h1 {
	margin: 0px 0px 12px 0px;
	font-size: 16px;
	font-weight: bold;
	color: maroon;	
	line-height: 21px;
}

h2 {
	margin: 0px 0px 3px 0px;
	color: green;
	font-size: 13px;
	line-height: 17px;
}

h3 {
	margin: 0px 0px 12px 0px;
	font-size: 10px;
}
	
h4 {
}

form {
	margin: 0px;
}

input, textarea, div.dateinputs {
	border: 1px solid silver;
}

input.button, button {
}

a {
}
a:hover {
}

a img {
	border: 0px;
}

/******************************************************************************
** Custom classes that make up the main website parts.
******************************************************************************/

/**
 * Creates the main centered column
 */
div.main {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
	border-left: 5px solid black;
	border-top: 5px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-image: url("/graphics/maindivbg.gif");
	background-repeat: repeat-y;
	background-position: left;
}

	div.main div.topbar {
		background-image: url("/graphics/topbar.jpg");
		background-repeat: no-repeat;
		background-position: top left;
		height: 150px;
		overflow: hidden;
	}
		div.main div.topbar div.menu {
			height: 19px;
			overflow: hidden;
			margin-left: 150px;
			background-color: black;
		}
	
	div.main div.menu {
		background-color: #67A552;
		border-left: 150px solid #9CD089;
		margin-left: 2px;
		_height: 24px;
	}
	
	div.main div.content {
		background-image: url("/graphics/contentbg.gif");
		background-repeat: no-repeat;
		background-position: 0px -30px;
		min-height: 500px;
		padding: 20px 150px 20px 152px;
		text-align: justify;
		position: relative;
	}
	
	div.main div.copyright {
		font-size: 9px;
		color: gray;
		margin-left: 18px;
		text-align: right;
		padding: 1px 5px 1px 5px;
	}
		div.main div.copyright a {
			color: gray;
		}
	div.main div.bottombar {
		height: 7px;
		overflow: hidden;
		background-color: #C40000;
		border-right: 150px solid #EA5252;
		margin-left: 18px;
	}

/*******************************************************************************
** MENU ELEMENTS
*******************************************************************************/

#menu a {
	display: block;
	float: left;
	padding: 3px 12px 4px 12px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#menu a:hover {
	color: #C40000;
	background-color: #90CA7B;
}
#menu a.selectedlink {
	color: #C40000;
}
	
/*******************************************************************************
** PHOTOALBUM CLASSES
*******************************************************************************/
	
div.thumblist {
	float: left;
	width: 350px;
	margin: 5px 5px 5px 0px;
}
	div.thumblist a.thumb {
		display: block;
		cursor: pointer;
		float: left;
		width: 100px;
		height: 100px;
		padding: 5px;
		overflow: hidden;
		margin: 2px;
		background-color: #E8FAE1;
		border: 1px solid silver;
		text-align: center;
		opacity: 0.6;
		filter: alpha(opacity=60, style=0);
	}
	div.thumblist a.thumb:hover {
		opacity: 1.0;
		filter: alpha(opacity=100, style=0);
	}

div.photocontainer {
	float: left;
	width: 475px;
	min-height: 350px;
	border: 1px solid silver;
	background-color: #EDEDED;
	margin: 7px 0px 0px 3px;
	overflow: hidden;
	text-align: center;
}
	div.comments {
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		border: 1px dashed #FFCC33;
		background-color: #FEFFDC;
		padding: 3px;
		margin: 3px;
	}
span.clickforlarger {
	width: 475px;
	float: left;
	margin: 7px 0px 0px 3px;
	text-align: center;
}

/*******************************************************************************
** ELEMENTS THAT DEFINE THE DROPDOWN MENUS
*******************************************************************************/

.dropdown {
	position: absolute;
	visibility: hidden;
	top: 0px;
	width: 195px;
	margin-top: 0px;
	overflow: hidden;
	border: 1px solid gray;
	border-top: 0px;
	padding: 3px 0px 5px 0px;
	background-color: #9CD089;
	background-image: url("/graphics/dropdownbg.gif");
	background-repeat: repeat-x;
	background-position: top;
	_margin-left: 154px;
	_margin-top: 13px;
}

	.dropdown a {
		font-size: 12px;
		color: white;
		text-align: left;
		display: block;
		width: 100%;
		padding: 4px 3px 4px 15px;
		text-decoration: none;
		font-weight: bold;
	}
	.dropdown a:hover {
		color: #C40000;
		background-color: #67A552;
	}
	.dropdown a.selectedlink {
		color: #C40000;
	}	
	
/*******************************************************************************
** Reaction related classes after this point.
*******************************************************************************/

div.reactionblock {
	width: 515px;
	overflow: hidden;
}
	div.reactionblock span.error {
		color: red;
		font-weight: bold;
	}

div.reaction {
	margin-bottom: 15px;
	background-color: #E8FAE1;
	border: 1px solid silver;
}
	div.reaction h6 {
		color: #CF0000;
		padding: 3px;
		font-size: 10px;
		margin-top: 0px;
		background-color: #D4F3C8;
		margin-bottom: 5px;
	}
	div.reaction div.buttons {
		width: 40px;
		float: right;
		font-size: 13px;
		margin-top: 3px;
	}
		div.reaction div.buttons a {
			font-weight: normal;
			cursor: pointer;
		}
	div.reaction div.padding {
		padding: 5px;
	}	

form.reactform input.txtinput {
	height: 15px;
	width: 200px;
}
form.reactform textarea {
	width: 350px;
	height: 130px;
	overflow: auto;
}
form.reactform input.button {
	width: 120px;
}
form.reactform table td {
	text-align: left;
}

form.reactform table td.note {
	font-size: 10px;
	padding-left: 10px;
	color: #C40000;
	vertical-align:top;
	width: 250px;
}

/**
 * Table in reaction pop-up window.
 */
table.reaction_popup {
	margin-top: 100px;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
	table.reaction_popup td {
		vertical-align: top;
		padding: 4px;
	}
	
/**
 * Rates/Reservations buttons
 */
#ratesreservations {
	position: absolute;
	top: 10px;
	right: 6px;
}
