@charset "utf-8";
/*
	Colors:
	
	Light Blue:	#0072bc
	Dark Blue:	#2e3092
	Light Gray:	#939598
*/

/* HTML elements */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background-color: #0072bc;
	line-height: 17px;
}
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
p {
	margin-top: 2px;
}
img {
	border: none;
}
a:link {
	color: #0072bc;
	text-decoration: none;
}
a:hover {
	color: #0072bc;
	text-decoration: underline;
}
a:active {
	color: #0072bc;
	text-decoration: none;
}
a:visited {
	color: #0072bc;
	text-decoration: none;
}
a:visited:hover {
	color: #0072bc;
	text-decoration: underline;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #2e3092;
	font-style: italic;
	margin-top: 10px;
	line-height: 24px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 18px;
}
.Subhead-Right {
	text-align: right;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #2e3092;
	font-style: italic;
	margin-top: 10px;
	font-weight: bold;
}
/* Layout DIVs */
#Body-Container {
	text-align: left;
	width: 800px;
	background-image: url(../BG/Body_BG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid black;
}
#Header {
	/*border: 1px dotted red;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#Header-Logo {
	position: relative;
	left: 30px;
	top: 10px;
}
#Header-Nav {
	position: relative;
	left: 260px;
	top: -12px;
}
#Main {
}
#MainColumn {
	position: relative;
	width: 550px;
	/*height: 620px;*/
	left: 40px;
}
#Nav {
	position: relative;
	top: -660px;
	_top: -260px;
	left: 617px;
	width: 159px;
}
#Nav-List {
	/*border: 1px dotted red;*/
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#Footer {
	/*border: 1px solid red;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	display: block;
	position: relative;
	height: 118px;
}
#Footer-Nav {
	/*border: 1px solid red;*/
	color: #0072bc;
	font-size: 11px;
	margin-bottom: 10px;
	padding-top: 50px;
	text-align: center;
}
#Footer-Copyright {
	color: #939598;
	font-size: 9px;
	text-align: center;
}
/* Special classes */
.Clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.Image-Left {
	float: left;
	margin-right: 10px;
}
.Image-Right {
	float: right;
	margin-left: 10px;
}
.Form-Container {
	padding: 20px;
	border: 1px solid #2e3092;
}
.Form-Field-Label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	width: 100px;
}
.Form-Field-Container {
}
.Form-Field {
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 3px;
}
.List-Large {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-left: 11px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.List-Large li {
	margin-bottom: 16px;
}
.Main-Center {
	width: 370px;
	margin: 0 auto;
}
#Rooms-ImageSelector {
	float: left;
	width: 110px;
}
#Rooms-ImageSelector ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#Rooms-LargeImage {
	float: right;
	width: 440px;
}
#Gallery-LargeImage {
	margin-bottom: 5px;
	text-align: center;
}
#Gallery-ImageSelector ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#Gallery-ImageSelector ul li {
	display: inline;
	margin-bottom: 5px;
	margin-right: 34px;
}
