/*************************************************************
Global
*************************************************************/
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/bg-wrapper.gif) repeat-x #3D3D3D;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.hide {
	display:none;
}
.show {
	visibility:visible;
}
.handle {
	position: relative;
	height: 27px;
	margin: 0 1px 0 1px;
	cursor: pointer;
	background: #333333;
}
a#close {
	float:right;
	width:15px;
	height:15px;
	margin:5px;
	cursor:pointer;	
	background:#000000;
	border:1px solid #FFFFFF;	
	font-size:0.7em;
	line-height:12px;
	text-align:center;
	color:#FFFFFF;
}
a#close:hover {
	background:#FFCC00;
	color:#333333;
}
#red {
	color:#FF0000;
}
#break {
	float:left;
	width:96%;
	height:1px;
	margin:1em 0 1.5em 0;
	border-bottom:1px dotted #CCCCCC;
}
/*************************************************************
Wrapper
*************************************************************/
#wrapper {
	position:absolute;
	height:500px;
	width:900px;
 	top: 50%;
	left:50%;
 	margin-top:  -250px;
 	margin-left: -450px;
	background:#FFFFFF;
	border:1px solid #666666;
	text-align:center;
}
/*************************************************************
Header
*************************************************************/
#header {
	float:left;
	width:100%;
	height:167px;
	display:inline;
	border-bottom:3px solid #000000;
	background:url(../images/header.jpg) no-repeat;
	text-align:left;
}
#header h1 {
	height:0;
	width:300px;
	overflow: hidden; 
	padding-top:100px;
	voice-family:inherit;
	background:url(../images/logo.gif) no-repeat;
	cursor:pointer;
}
/************************************************************
Navigator
*************************************************************/
#nav {
	float:left;
	margin:2.85em 0 0 0;
	display:inline;
}
#nav ul {
	float:left;
	margin:0 2em 0 0.5em;
	list-style:none;
	display:inline;
}
#nav ul li {
	float:left;
	margin:0 1px 0 0;
	list-style:none;
}
#nav ul li a {
	display:block;
	width:8em;
	height:1.5em;
	padding:0.3em;
	background:#000000;
	line-height:1.5em;
	text-decoration:none;
	text-align:center;
	font-size:0.65em;
	color:#FFFFFF;
}
#nav ul li a:hover {
	background:#FFF22D;
	color:#333333;
}
#nav ul li a#booking {
	background:#FFCC00;
	color:#333333;
}
/*************************************************************
Left Column
*************************************************************/
#left_column {
	float:left;
	width:250px;
	height:330px;
	display:inline;
	border-right:1px dotted #CCCCCC;
}
#left_column img {
	margin:0.5em 0 0.5em 0;
}
#left_column h1 {
	margin:1em 0 0 0;
	font-size:0.7em;
	font-weight:bold;
}
#left_column p {
	font-size:0.7em;
}
#left_column a {
	color:#CC0000;
	cursor:pointer;
	text-decoration:underline;
}
#scrolling_images {
	float:left;
	width:220px;
	height:150px;
	margin:0 0 0 15px;
	display:inline;
}
/*************************************************************
Content
*************************************************************/
#content {
	float:left;
	height:280px;	
	width:639px;
	margin-left:10px;
	overflow:auto;
	overflow-x:hidden;	
	display:inline;
	text-align:left;
}
#content_full_size {
	float:left;
	height:280px;
	width:100%;
	overflow:auto;
	display:inline;
	text-align:left;
}
#content h1 {
	margin:1em 0.7em 0 0;
	font-size:1em;
	color:#FF0000;
}
#content h2 {
	margin:0 1em 1em 0;
	font-size:0.9em;
	color:#990000;
}
#content h3 {
	margin:2em 2em 1.5em 0;
	font-size:0.85em;
	color:#000;
}
#content img {
	margin:0.5em 0.5em 0.5em 0;
}
#content p {
	margin:0.5em 2em 0.5em 0;
	font-size:0.75em;
	line-height:20px;
	color:#333333;
}
#content ul {
	display:inline;	
}
#content li {
	margin:1em 2em 1em 2em;
	font-size:0.8em;
	list-style-type:square;
	color:#333333;
}
#content a {
	text-decoration:none;
	color:#FF9900;
}
#content a:hover {
	text-decoration:underline;
	color:#FF9900;
}
#content div#success {
	float:left;
	width:100%;
	margin:7em 0 1em 0;
	text-align:center;
}
#content div#error {
	float:left;
	width:100%;
	margin:1em 0 1em 0;
	text-align:center;
}
#content div#error p {
	color:#FF0000;
	text-align:center;
}
/*************************************************************
Forms
*************************************************************/
#content form {
	margin:0;	
}
#content form p {
	margin:0.5em 2em 0.5em 0;
}
#content form #submit {
	margin:0.5em 0 0 0;
}
#content form div span {
	font-size:0.75em;
}
#questions_textbox {
	float:right;
	margin:0 2em 0 1em;
	display:inline;
}
#response {
	float:left;
	margin:0.5em 0 0 0;
}
/*************************************************************
Schedules
*************************************************************/
.schedule_container {
	position:absolute;
 	top: 50%;
	left:50%;
 	margin-top:-10em;
 	margin-left:-15em;
	width:30em;
	height:20em;
	border:1px dotted #999999;
	background:url(../images/schedule-bac.jpg) no-repeat right bottom #181E1C;
}
.schedule_container div.handle {
	width:29.9em;
	background:#000000;
}
.schedule_container h3 {
	float:left;
	padding-left:1em;
	height:27px;
	line-height:27px;
	font-size:0.7em;
	color:#FFFFFF;
	text-align:left;
}
.schedule_container table {
	margin:1.5em 0 0 0;
}
.schedule_container table th {
	padding:0.5em 1em 0.5em 1em;
	font-size:0.7em;
	color:#FFFFFF;
	text-align:left;
}
.schedule_container table td {
	padding:0.5em 1em 0.5em 1em;
	font-size:0.7em;
	color:#FFFFFF;
	text-align:left;	
}
/*************************************************************
Highlights
*************************************************************/
.highlights_container {
	position:absolute;
 	top: 50%;
	left:50%;
 	margin-top:-135px;
 	margin-left:-160px;
	width:320px;
	height:270px;
	border:1px dotted #999999;
	background:#181E1C;
}
.highlights_container div.handle {
	width:319px;
	background:#000000;
}
.highlights_container h3 {
	float:left;
	padding-left:1em;
	height:27px;
	line-height:27px;
	font-size:0.7em;
	color:#FFFFFF;
	text-align:left;
}
/*************************************************************
Gallery
*************************************************************/
#gallery {
	margin:1em;
}
#gallery a {
	cursor:pointer;
}
#gallery img {
	border:1px solid #000000;
}
/*************************************************************
Press Articles
*************************************************************/
#press_articles img {
	margin:0 0.5em 0 0;
	border:1px solid #CCCCCC;
}
/*************************************************************
Sponsors
*************************************************************/
#sponsor {
	float:left;
	width:400px;
	margin:0.5em 0 0.5em 0;
	min-height:5em;
	border:1px dotted #666666;
	text-align:center;
}
#sponsor h2 {
	margin:0;
	padding:2px;
	background:#333333;
	font-size:0.7em;
	text-align:left;
	color:#FFFFFF;
}
#sponsor p {
	margin:1.5em 0 0 0;
}
#sponsor img {
	margin:1em;
	border:none;
}
/*************************************************************
Footer
*************************************************************/
#footer {
	float:left;
	width:639px;
	margin-left:10px;
	height:50px;
	display:inline;
	text-align:left;
}
#footer p {
	float:left;
	font-size:0.7em;
	line-height:50px;
	color:#333333;
}
#footer img {
	float:right;
	margin:5px 0.5em 0 0;
}