@charset "UTF-8";

body {
	padding: 0;
	margin: 10px auto;
	font: 0.9em/1.8em Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #333333;
	/* background-color: #9FBDD2; */
	background-color: #9FBDD2;
}

	a, a:visited {
	text-decoration: none;
	color: #00539F;
	}
	
	a:hover {
	text-decoration: underline;
	color: #00539F;
	}

#top {
	width: 860px;
	margin: 0 auto;
	color: #FFFFFF;
	font: 0.7em/2.5em Arial, Helvetica, sans-serif;
	text-align: right;
}

#layout {
	background: url('/images/content/bg.gif') repeat-y top left;
	width: 860px;
	margin: 0 auto;
	border: #E39F15 1px solid;
}	

#header {
	background: url(/images/header/main.jpg) no-repeat top left;
	height: 240px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
}

	#header_badge {
		position: absolute;
		z-index: 500;
		margin: 20px 0 0 650px;
	}

#subheader {
	height: 30px;
	background-color: #961334; /* Burgundy */
	clear: both;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
}

#footer {
	height: 30px;
	background-color: #961334; /* Burgundy */
	clear: both;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	text-align: right;
	font: 0.8em/2.5em Arial, Helvetica, sans-serif;
}

	#footer a, #footer a:hover, #footer a:visited {
	color: #FFFFFF;
	}

#logo {
	width: 200px;
	height: 240px;
	position: absolute;
	z-index: 250;
}

#left {
	width: 200px;
	float: left;
	text-align: left;
}

#content {
	width: 440px;
	min-height: 600px;
	* height: 900px;
	float: left;
	padding: 0 10px 20px 10px;
	margin: 0;
	border-left: #999999 1px solid;	
	border-right: #999999 1px solid;
	display: inline-table;
}

	td, tr, table, .rates {
		font: 0.9em/1.0em Arial, Helvetica, sans-serif;
	}

#right {
	width: 195px;
	float: right;
	
}

	#right h2 {
	font: bold 0.9em/2.0em Arial, Helvetica, sans-serif;
	}
	
	#right p {
	font: 0.8em/1.5em Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 5px;
	}
	
	#seeyou {
		width: 220px;
		position: absolute;
		z-index: 3000;
		margin: 0 0 0 -3px;
	}

/* Photos */

.webphoto {
	width: 80px;
	border: #FFFFFF 1px solid;
}

#photocount {
	font: bold 0.8em/1.0em Arial, Helvetica, sans-serif;
	margin: 0 0 12px 0;
}

.photo_container {
	border: #999999 1px solid;
	padding: 4px 4px 12px 4px;
	background-color: #E4E4E4;
	margin: 0 6px 8px 0;
	width: 90px;
	height: 80px;
	float: left;
	text-align: center;
}

/* Headings */

h1 {
	font: 1.6em/1.4em Arial, Helvetica, sans-serif;
	color: #00539F;
}

/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder {
	width:860px;	/* Image width */
	height:240px;	/* Image height */
	text-align: center;
	position:absolute;	/* Don't remove this line */
	z-index: 100;
}

/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}	