html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #FCF8F2;
	text-align: center;
	margin: 0px;
}

body, table, input, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans;
	font-size: 13px;
	color: black;
}

p {
	margin: 0px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #CD953A;
	margin: 2px 0px 2px 0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	letter-spacing: -1px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin: 0px 0px 5px 0px;
}
	
h6 {
	font-size: 10px;
	font-weight: normal;
	color: #724C0D;
	margin: 0px 0px 5px 0px;
}

form {
	margin: 0px;
}

input, textarea, div.dateinputs {
	border: 1px solid #D6B572;
	background-color: #FFFCF2;
	font-size: 12px;
}

input.button, button {
	background-color: #D9B375;
	background-image: url("/graphics/menubg.gif");
	background-repeat: repeat-x;
	background-position: top;				
	border: 1px solid #8E6521;
	font-weight: bold;
	color: white;
}

a {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: black;
	text-decoration: none;
}

a img {
	border: 0px;
}

img.photopopup {
	border: 2px solid white;
}

/******************************************************************************
** Custom classes that make up the main website parts.
******************************************************************************/

/**
 * Creates the main centered column
 */
div.main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	
	div.main div.logo {
		margin: 25px 0px 10px 0px;
		height: 72px;
	}
		div.main div.logo img {
			float: right;
			margin-right: 25px;
		}
		div.main div.logo div.headlines {
			float: left;
			width: 300px;
			height: 72px;
			overflow: hidden;
			margin-right: 82px;
			margin-left: 2px;
			border-right: 1px solid #8E6521;
			border-bottom: 1px solid #8E6521;
			border-left: 1px solid #CEA158;
			border-top: 1px solid #CEA158;
			background-color: #F6EFE0;
			font-size: 11px;
		}
			div.main div.logo div.headlines h1 {
				background-color: #D9B375;
				background-image: url("/graphics/menubg.gif");
				background-repeat: repeat-x;
				background-position: top;				
				margin: 0px;
				color: white;
				font-size: 12px;
				padding: 1px 5px 1px 5px;
				font-weight: bold;
				height: 18px;
			}
			div.main div.logo div.headlines h1 img {
				float: left;
				margin: 0px 5px 0px 0px;
			}
			div.main div.logo div.headlines h1 span {
				display: block;
				float: left;
				margin-right: 5px;
			}
			div.main div.logo div.headlines div.padding {
				padding: 5px 5px 5px 10px;
			}
		

	div.main div.rect {
		background-image: url("/graphics/rect.bg.gif");
		background-repeat: repeat-y;
		background-position: top;
	}
		div.main div.rect_top {
			background-image: url("/graphics/rect.top.gif");
			background-repeat: no-repeat;
			background-position: top;
			height: 5px;
			overflow: hidden;
		}
		div.main div.rect_bot {
			background-image: url("/graphics/rect.bot.gif");
			background-repeat: no-repeat;
			background-position: top;
			height: 10px;
			overflow: hidden;
		}
		
		div.main div.rect div.content {
			padding: 7px 20px 15px 23px;
		}
			
			div.main div.rect div.content div.toptext {
				margin: 4px 0px 8px 0px;
			}

				div.main div.rect div.content div.toptext div.languages {
					width: 500px;
					float: right;
					font-weight: bold;
					font-size: 11px;
				}
					div.main div.rect div.content div.toptext div.languages a {
						color: black;
						cursor: pointer;
						text-decoration: none;
					}
					div.main div.rect div.content div.toptext div.languages a:hover {
						color: #8E6521;
						text-decoration: underline;
					}
					div.main div.rect div.content div.toptext div.languages img {
						float: right;
					}
					div.main div.rect div.content div.toptext div.languages span {
						display: block;
						float: right;
						padding: 0px 14px 0px 5px;
					}
				
			div.main div.rect div.content div.photos {
				margin-left: -7px;
				margin-bottom: 18px;
				height: 125px;
			}
				div.main div.rect div.content div.photos img {
					border: 2px solid white;
					margin: 0px 5px 0px 9px;
					float: left;
				}
				
			div.main div.rect div.content br.photobreak {
				display: none;
			}
				
			div.main div.rect div.content div.menu {
				border-top: 2px solid #CEA158;
				border-left: 2px solid #CEA158;
				border-bottom: 2px solid #8E6521;
				border-right: 2px solid #8E6521;
				background-color: #D9B375;
				background-image: url("/graphics/menubg.gif");
				background-repeat: repeat-x;
				background-position: top;				
				margin-bottom: 11px;
				margin-right: 2px;
			}
			
				div.main div.rect div.content div.menu div.sizer {
					padding: 3px 0px 3px 0px;
				}
				div.main div.rect div.content div.menu a {
					color: #F6EFE4;
					text-decoration: none;
					font-weight: bold;
					display: block;
					float: left;
					padding: 2px 10px 2px 10px;
					font-size: 14px;
				}
				div.main div.rect div.content div.menu a:hover {
					color: #734E11;
				}
				div.main div.rect div.content div.menu a.selectedlink {
					color: white;
				}
				
			div.main div.rect div.content div.text {
				padding: 10px;
			}
				
			div.main div.rect div.content div.rooms {
				float: right;
				width: 310px;
				margin: 10px 0px 40px 10px;
				background-color: #F2E8D2;
			}
				div.main div.rect div.content div.rooms a {
					display: block;
					margin: 0px 6px 15px 0px;
					text-decoration: none;
					cursor: pointer;
					padding-bottom: 70px;
				}
					div.main div.rect div.content div.rooms a img {
						float: right;
						border: 2px solid white;
					}
					div.main div.rect div.content div.rooms a h2 {
						color: black;
						font-size: 97%;
						letter-spacing: 3px;
						margin: 5px 130px 0px 0px;
						padding: 6px 10px 7px 0px;
						text-align: right;
						background-image: url("/graphics/rooms_titlebg.jpg");
						background-repeat: no-repeat;
						background-position: top;
					}
				div.main div.rect div.content div.rooms a:hover {
				}
					div.main div.rect div.content div.rooms a:hover h2 {
						color: #8E6521;
						background-image: url("/graphics/rooms_titlebg_mouseover.jpg");
					}
					div.main div.rect div.content div.rooms a:hover img {
						border: 1px solid #734E11;
					}
					
			div.main div.rect div.content div.contactform {
				float: right;
				width: 400px;
				margin: 10px 0px 40px 10px;
				background-color: #F2E8D2;
			}					
				
	div.copyright {
		text-align: right;
		padding-right: 10px;
		font-size: 10px;
		color: #5F5F5F;
	}

/*******************************************************************************
** ELEMENTS THAT DEFINE THE DROPDOWN MENUS
*******************************************************************************/

.dropdown {
	position: absolute;
	visibility: hidden;
	top: 0px;
	width: 195px;
	margin-top: 2px;
	overflow: hidden;
	border-top: 2px solid #8E6521;
	border-bottom: 2px solid #8E6521;
	border-right: 2px solid #8E6521;
	padding-bottom: 10px;
	background-color: #D9B375;
	background-image: url("/graphics/menubg.gif");
	background-repeat: repeat-x;
	background-position: top;				
}

	.dropdown a {
		font-size: 12px;
		color: #F6EFE4;
		text-align: left;
		display: block;
		width: 100%;
		padding: 2px;
		padding-left: 15px;
		padding-top: 4px;
		text-decoration: none;
	}
	.dropdown a:hover {
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 14px;
		padding-right: 3px;
		background-color: #8E6521;
		color: white;
	}
	.dropdown a.selectedlink {
		color: white;
	}	
	
/*******************************************************************************
** Reaction related classes after this point.
*******************************************************************************/

div.reactionblock {
	width: 515px;
	overflow: hidden;
}

div.reaction {
	margin-bottom: 15px;
	border: 1px solid #CEA158;
	background-color: #F4F1E4;
}
	div.reaction h6 {
		color: white;
		padding: 3px;
		background-color: #D9B375;
		background-image: url("/graphics/menubg.gif");
		background-repeat: repeat-x;
		background-position: top;				
		border-bottom: 2px solid #8E6521;
		border-right: 2px solid #8E6521;
	}
	div.reaction div.buttons {
		width: 40px;
		float: right;
		font-size: 11px;
		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 .note {
	font-size: 10px;
	padding-left: 10px;
	color: #8E6521;
	vertical-align: top;
	text-align: left;
}

/**
 * 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;
	}
	
form.contactform {
	margin-right: 75px;
}

	form.contactform table {
		font-size: 11px;
	}

	form.contactform td.error, span.error {
		color: red;
		font-weight: bold;
		font-size: 11px;
		padding-top: 0px;
		padding-bottom: 5px;
	}

	form.contactform div.formpart {
		border: 1px solid #A87727;
		padding: 5px 5px 10px 10px;
		margin-bottom: 15px;
		background-color: #F7EDD7;
		position: relative;
	}
		form.contactform div.formpart h3 {
			position: absolute;
			top: -11px;
			background-color: #F2E8D2;
			padding: 0px 3px 0px 3px;
			padding: left;
		}

	form.contactform input.txtinput {
		height: 18px;
		width: 200px;
	}
	form.contactform textarea {
		width: 300px;
		height: 100px;
		margin-top: 5px;
		overflow: auto;
	}
	form.contactform input.button {
		width: 120px;
	}

	form.contactform div.dateinputs {
		height: 18px;
		padding: 0px 2px 0px 2px;
		float: left;
	}
		form.contactform div.dateinputs input.dateinp_dd,
		form.contactform div.dateinputs input.dateinp_mm,
		form.contactform div.dateinputs input.dateinp_jjjj {
			border: 0px;
			padding: 0px;
			margin: 0px;
			height: 18px;
		}

		form.contactform div.dateinputs input.dateinp_dd {
			width: 15px;
		}
		form.contactform div.dateinputs input.dateinp_mm {
			width: 15px;
		}
		form.contactform div.dateinputs input.dateinp_jjjj {
			width: 30px;
		}		

