* {
  margin: 0;
  padding: 0;
}

html{
	background:#FFF;
}

body{
	color: #333;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
}

img {
  border: none;
}

h1,h2,h3,h4,h5,#booking {
	font-family:"Trebuchet MS",Verdana, Helvetica, sans-serif;
	font-weight:normal; 
	text-transform:uppercase;
}

h4 {
	font-family:"Trebuchet MS",Verdana, Helvetica, sans-serif;
	font-weight:bold; 
	text-transform:uppercase;
	color: #6E90B0;
	font-size: 14px;
}

#clearer		{ clear: both; height: 1px; overflow: hidden;}

/** STRUCTURE **/


#wrapper{
	margin: 0 auto 0 auto;
	width:765px;
	background:transparent;
	background: #FFF;
}


#mainPage{
	width: 765px;
}

#header{
	height:90px;
	position: relative;
	width: 765px;
}

#header form {
/*	border: 1px solid #000; */
}


#footer{
	position: realtive;
	height:90px;
}


/** HEADER BAR **/


#header h1{
	background: #FFF url(/css/images/logo2.gif) no-repeat 0 0;
/*	overflow: hidden; */
    height: 70px; /*70*/
	width: 365px;
	text-indent: 380px;
	float:left;
}

#header h1 a {
  position: absolute;
  left: 1px;
  height: 62px; /*62*/
  overflow: hidden;
  top: 5px;
  width: 365px;
}

#header #login{
	margin-bottom:20px;
	height:25px;
	width:141px;

}


#search .searcharea {
/* border: 1px solid #000; */
margin-bottom: 30px;
}

#header #search {
	float:right;
	text-align:right;
	background: #FFF url(/css/images/bg_search.gif) no-repeat bottom right;
/* 	border: 1px solid #000; */
	width:314px;
	height:85px;
	margin-bottom:5px;
}

#search {
/*	margin-bottom:10px; */
}

#search h2{
	float:left;
	font-size: 17px;
	line-height:22px;
	text-indent:34px;
	color:#FFF;
	font-weight:normal;
}

#search #searchKeywords{
	width:120px;
	height:18px;
	border:1px solid #333;

}

#header #searchButton {
	height:20px;
	width:20px;
	margin-right:7px;
	cursor:pointer;
}





/** NAVIGATION BAR **/

#navigationBar{
	background: #F4911D url(/css/images/bg_navbar.gif) repeat-x 0 0;
	height:40px;
	padding-left:18px;
	font-family:"Trebuchet MS",Verdana, Helvetica, sans-serif;
	margin-left:5px;
}


#navigationBar ul, #navigationBar li, #navigationBar ul li a{
	float:left;
	list-style:none;
	text-transform:uppercase;
	font-style:italic;
	text-decoration:none;
	height: 40px;
	font-size:14px;
	line-height: 40px;
	font-weight:bold;
	color:#FFF;
}
#navigationBar li a{
	padding:0px 6px 0 6px;
}

#navigationBar li{
	margin:0px 5px 0 5px;
}

#navigationBar a:hover, #navigationBar #active a{
	background: transparent url(/css/images/bg_navbar_active.gif) repeat-x 0 0;
	color:#355371;
}


/** SUB NAVIGATION BAR **/

#subnavigationBar{
	background: #FFFFFF url(/css/images/bg_subnavbar_active.gif) repeat-x 0 0;
	height:40px;
	padding-left:18px;
	font-family:"Trebuchet MS",Verdana, Helvetica, sans-serif;
}

#subnavigationBar ul, #subnavigationBar li, #subnavigationBar ul li a{
	float:left;
	list-style:none;
	text-transform:uppercase;
	font-style:italic;
	text-decoration:none;
	height: 40px;
	font-size:14px;
	line-height: 40px;
	font-weight:bold;
	color:#5782af;
}
#subnavigationBar li a{
	padding:0px 6px 0 6px;
}

#subnavigationBar li{
	margin:0px 5px 0 5px;
}

#subnavigationBar a:hover, #subnavigationBar #active a{
	color:#365371;
}


/*** MAIN CONTENT **/

#mainpage #content {
	margin-left:5px;
	padding:5px 0 10px 0;
}

#subNav {
	height:22px;
}



#mainpage p{
	margin-top:2px;
	margin-bottom:10px;
	line-height:19px;
}


#mainpage h2, #mainpage h2 a{
	color:#355371;
	letter-spacing:-0.02em;
	font-size:20px;
	line-height:25px;
	font-weight: bold;
	text-decoration:none;
}

#mainpage h3, #mainpage h3 a{
	color:#F4911D;
	letter-spacing:-0.02em;
	font-size:15px;
	text-decoration:none;
	
}


#eventContent table {width:100%;border:0px}

#eventContent table td{vertical-align:top;border:0px;}

#eventContent h3 {
	color:#F4911D;
	letter-spacing:-0.02em;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	}

#newsContent h3 {
	color:#F4911D;
	letter-spacing:-0.02em;
	font-size:16px;
	font-weight: bold;
	text-decoration:none;
	}

#eventContent ul {
	margin-left: 10px;
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside;
}


/* Contact page */
#contactform1 {
/*	width: 575px; */
	width: 550px; 
	margin-top: 18px;
	padding: 0px 0px 0px 13px;
	background-color: #f4f4f4;
	border-color: #edeaea;
	border-style: solid;
	border-width: 1px;

}

#contact_sidepanel {
	width: 182px;
	margin-top: 18px;
/*	padding: 15px 0px 0px 13px; */
	background-color: #ffffff;
	border-color: #ffd39e;
	border-style: solid;
	border-width: 1px;
	color:#f4911d;
}

#contact_sidepanel h3 {
	font-size:14px;
	font-weight:bold;
	color: #456d94;
}

#contact_sidepanel a:link {
	color:#F4911D;
}

div.title#title {
	margin-bottom: 18px;
}

div.pgForm {
	float: left;
	width: 515px;
	padding: 15px;
	background-color: #f4f4f4;
	border: solid 1px #edeaea;
}

.pgForm div.heading,
img.heading {
	margin-bottom: 15px;
}

div.sidepanel {
	float: right;
	width: 182px;
	padding: 10px;
	color: #f4911d;
	border: solid 1px #ffd39e;
}

.sidepanel h3 {
	font-size:14px;
	font-weight:bold;
	color: #456d94 !important;
}

.sidepanel a,
.sidepanel a:link,
.sidepanel a:visited {
	color: #f4911d;
}


/*** Venue Info page ***/

#venueinfo_left {
	float: left;
	width: 247px;
	border-style:solid;
	border-width:1px;
	border-color: #e6e5e5;

}

#venueinfo_right {
	float: right;
	width: 210px;
}

#venueinfo_content {
	float: left;
	margin-left: 15px;
	width: 496px;
}




#venueinfo_content a{
	color:#355371;
}


#hospitality_content {
	float: left;
	margin-left: 15px;
	width: 492px;
}

.bluebox {
	background-color: #e7edf2;
	color:#355371;
	margin-bottom: 10px;
/*	border: 1px solid #e6e5e5; */
}

.bluebox td {
	padding:5px 0px 5px 5px;
}

.lightblue {
	background-color:#f2f5f8;
}

#location_left {
	float:left;
	width:205px;
	border-style:solid;
	border-width:1px;
	border-color: #e6e5e5;
}

#location_content {
	float:left;
	margin-left: 15px;
	width:535px;
}

#location_contentLeft {
	float:left;
	margin-left: 15px;
	width:500px;
}


#location_content a {
	color:#F4911D;
}

#location_contentLeft a {
	color:#F4911D;
}


#unordered_list {
	margin: 0px 0px 10px 30px;
	list-style-position:outside;
}

/*** EVENT DETAILS ***/

#eventContent #splash {
	padding:12px 12px 0px 12px;
	background-color:#f2f2f2;
	color: #224567;
}

#eventContent #splash img {
	padding:5px 0px 15px 0px;
}

#mainpage #eventContent{
	padding:15px 0px 0px 0px;
/*	margin-right:60px; */
	font-size:11px;
	line-height:20px;
}

#mainpage #eventContent #content{
	padding:0px 0px 0px 10px;
}

#mainpage #note{
	background:#E7EDF2;
	width:100%;
	margin:10px 0 10px 0;
	
}

#mainpage #note #content{
	padding:10px;
	font-weight:normal;
	font-size:12px;
}

#orange{
	color:#F4911D;
}

#grey, #grey a {
	color:#999;
	text-decoration:none;
}

#grey a:hover{
	color:#999;
	text-decoration:underline;
}

#mainpage #content #title{
	background: url(/css/images/bg_title.gif) repeat-x 0 0;
	height:40px;
/*	padding-left:18px; */
	padding-left: 0px;
	padding-right:10px; 
}

#mainpage #content #title h2{
	font-size:18px;
	line-height: 40px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	float:left;
}

#mainpage #content #title #back{
	height:40px;
	width:175px;
	float:right;
}

#mainpage #booking, #mainpage #booking a{
	color:#F4911D;
	text-decoration:none;
	font-size:20px;
	font-weight:normal;  
	line-height:20px;
	letter-spacing:-0.08em;
}

#mainpage #booking img{
	margin-left:0px;
	* padding:6px 0 0 0 ;
}

/** HOMEPAGE EVENT SCROLLER **/

#eventscroller{
	width:760px;
	overflow:hidden;
	height:150px;
	margin-top:5px;
}

#scrollitems ul{
	width:2000px;
}

#scrollitems li, #scrollitems ul li a{
	float:left;
	list-style:none;
	height: 90px;
}
#scrollitems li a{
	padding:0px 1px 0 1px;
}

#scrollitems li{
	margin:0px 1px 0 1px;
}

/*** MEMBER SIGNUP ***/

#signupform1 {
/*	width: 575px; */
	float: right;
	width: 590px; 
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px 0px 0px 13px;
	background-color: #f4f4f4;
	border-color: #edeaea;
	border-style: solid;
	border-width: 1px;
	

}

#membersignup_left{
	margin-top: 8px;
	float: left;
	width: 145px;
	border-style:solid;
	border-width:1px;
	border-color: #e6e5e5;

}


/**  LATEST NEWS PAGE **/
#latestnews_left {
	float: left;
	width: 247px;
	border-style:solid;
	border-width:1px;
	background:#f5f8fa;
	border-color: #e6e5e5;
	margin-top: 5px;
	margin-right: 7px;
	padding-left: 8px;
	}
	
#latestnews_left h4 {
	text-decoration: none;
	color: #456d94;
	}


/** HOMEPAGE NEWS BUBBLE **/

#news_bubble{
	float: left;
	width: 367px;
/*	overflow: hidden; */
	height: 104px;
	color:#333333;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	padding-left: 11px;
	border: 1px solid #d9d9d9;
	background-color: #f1f1f1;
}

#newsBubble h3 {
	color:#F4911D;
	letter-spacing:-0.02em;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	}
#newsBubble h2 {
	color:#F4911D;
	letter-spacing:-0.02em;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	}


#news_bubble a{
	color: #333333;
		text-decoration:none;

}
/** HOMEPAGE MEMBER BUBBLE **/

#member_bubble{
	float: left;
	width: 375px;
/* 	overflow: hidden; */
	height: 106px;
	margin-top: 5px;
	margin-bottom: 5px;
/*	background-color: #d37e19; */
/*	padding-left: 11px; */
/*	border: 1px solid #c87718; */
}

/** HOMEPAGE ENTERTAIN BOX **/

#bluebox{
	background:#49739C;
	margin-top:5px;
	position:relative
}
#bluebox #content{
	color:#FFF;
}

#bluebox img{
	border:4px solid #FFF;
}

#bluebox #left{
	vertical-align:top;
	margin:5px;
	margin-right:15px;
}

#bluebox #right{
	margin:5px;
	position:absolute;
	top:-40px;
	left:590px;
}



/** FOOTER **/


#footer #content{
	margin-left:5px;
	color:#F4911D ;
	border-top:1px solid #F4911D;
}
	
#footer h2{
	background: #FFF url(/css/images/footer_logo2.gif) no-repeat 0 0;
	overflow: hidden;
	height: 42px;
	width: 206px;
	text-indent: 205px;
	float:left;
	cursor:pointer;
}


#footer #links{
	width:350px;
	float:right;
	font-size:10px;
	padding-top:5px;
}

#footer ul, #footer #links a{
	text-align:right;
	list-style:none;
	color:#F4911D;
	text-decoration:none;
}

#footer #links a:hover{
	text-decoration:underline;
}

#footer li{
	float:right;
}

#menutable td{
	padding: 10px 20px 10px 0px;
}
/**  PROMO PAGE **/
#promo_left {
	float: left;
	width: 230px;
	height:300px;
	border-style:none;
	border-width:1px;
	background:#ffffff;
	border-color: #e6e5e5;
	margin-top: 10px;
	margin-right: 10px;
	padding-left: 0px;
	}
#promo_right {
	float: left;
	width: 447px;
	height:320px;
	border-style:none;
	border-width:1px;
	background:#ffffff;
	border-color: #e6e5e5;
	margin-top:5px;
	margin-right: 5px;
	padding-left: 5px;
	font-size:11px;
	font-weight: normal;
	}