/* Sitewide */

body {
	background: #FFF;
	margin: 0 0 0 0; /* Top, Right, Bottom, Left */
}

#container {
	position: relative;
	background-color: #FFF;
	margin: 0 auto 0 auto;
	width: 850px;
	height: auto;
	overflow: hidden;
}

img {
	border: none;
}

/* Text Styles */

a { color: #0055a5; text-decoration: none; }
a:hover { color: #0055a5; text-decoration: underline; }
a:visited { color: #a94689; }

p {
	margin: 0 0 8px 0;
	color: #4C5B52;
	font: normal 8pt/16pt Geneva, Arial, Helvetica, sans-serif;
}

.head {font: normal 9pt/18pt Geneva, Arial, Helvetica, sans-serif;}

.times { display: block; float: left; width: 100px; }

#top_nav li .live {color: #d12b2b;}

blockquote {
	padding: 16px 0 0 20px;
	margin: 0 25px 15px 20px;
	background: #FFF url(../images/block_quote.gif) top left no-repeat;
}


.quote {
	background: #FFF url(../images/block_quote_btm.gif) 275px 0 no-repeat;
}

blockquote p {
	font-style: italic;
	margin: 0;
	text-indent: 20px;
}

h1 {
	margin: 0 0 10px 0;
	color: #0055a5;
	font: bold 17pt/22pt Arial, Helvetica, sans-serif;
}

h2 {
	margin: 3px 0 8px 0;
	color: #0055a5;
	font: bold 12pt Arial, Helvetica, sans-serif;
}

h3 {
	margin: 3px 0 8px 0;
	color: #0055a5;
	font: normal 9pt Geneva, Arial, Helvetica, sans-serif;
}

ul { margin: 0 0 10px 0; padding: 0 0 0 40px;}

li { padding-left: 2px; color: #4C5B52; font: normal 10pt/18pt Arial, Helvetica, sans-serif; }

/* Header */

#header {
	position: relative;
	background: #FFF;
	width: 850px;
	height: 100px;
	border-bottom: 1px solid #efefef;
}

#iwe_icon a, #iwe_icon_live a {
	float: left;
	display: block;
	width: 170px;
	height: 30px;
	margin: 40px 0 0 0;
	background: #FFF url(../images/iwe_icon.gif) 0 0 no-repeat;
}

#iwe_icon_live a {
	width: 225px;
	background: #FFF url(../images/iwe_icon_live.gif) 0 0 no-repeat;
}

#iwe_icon a:hover {background: #FFF url(../images/iwe_icon.gif) 0 -30px no-repeat;}
#iwe_icon_live a:hover {background: #FFF url(../images/iwe_icon_live.gif) 0 -30px no-repeat;}

#iwe_tagline {
	float: left;
	clear: left;
	margin: 5px 0 0 0;
	color: #0055a4;
	font: normal 9pt/16pt Geneva, Arial, Helvetica, sans-serif;
}

#top_nav {
	float: right;
	display: inline;
	margin: 5px 0 0 0;
	padding: 0;
}

#top_nav li {display: inline;}

#top_nav li a {
	display: inline;
	margin: 0;
	padding: 0 0 0 12px;
	color: #4C5B52;
	font: normal 9pt/16pt Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#top_nav li a:hover {
	color: #0055a4;
	text-decoration: none;
}

#top_nav li .current {color: #0072bb;}

/* Hotlink Tiles */

#hotlink_tiles {
	position: relative;
	width: 850px;
	height: 230px;
	margin-top: 10px;
}

#accom_tile a, #events_tile a, #find_tile a, #news_tile {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	height: 219px;
	width: 190px;
	background: #FFF url(../images/accom_tile.jpg) 0 0 no-repeat;
	padding: 12px 0 0 15px;
	color: #FFF;
	font: bold italic 11pt/16pt Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px #000;
	text-decoration: none;
}

#accom_tile a:hover {background: #FFF url(../images/accom_tile.jpg) 0 -231px no-repeat;}
#events_tile a { background: #FFF url(../images/events_tile.jpg) 0 0 no-repeat;}
#events_tile a:hover {background: #FFF url(../images/events_tile.jpg) 0 -231px no-repeat;}
#find_tile a { background: #FFF url(../images/find_tile.jpg) 0 0 no-repeat;}
#find_tile a:hover {background: #FFF url(../images/find_tile.jpg) 0 -231px no-repeat;}
#news_tile { margin-right: 0px; background: #FFF url(../images/news_tile.jpg) 0 0 no-repeat;}

#news_tile p {
	position: absolute;
	left: 660px;
	top: 60px;
	padding-right: 15px;
	text-shadow: none;
}

/* Content */

#content_wrapper {
	position: relative;
	width: 850px;
	height: auto;
	margin: 10px 0 20px 0;
	overflow: visible;
}

/* Home Content */

#home_copy {
	float: left;
	width: 400px;
	height: auto;
	padding: 8px 20px 0 0;
	margin: 0 10px 0 0;
}

#contact_copy {
	float: left;
	width: 615px;
	height: auto;
	padding: 8px 20px 0 0;
	margin: 0 10px 0 0;
	overflow: hidden;
}

#contact_copy iframe {
	width: 593px; 
	height: 350px; 
	border: 1px solid #4C5B52; 
	padding: 2px;
	margin: 0 0 10px 0;
}

#home_accom {
	float: left;
	background: url(../images/home_accom.gif) top no-repeat;
	margin: -60px 10px 0 0;
	padding: 65px 15px 8px 15px;
	width: 175px;
	height: auto;
}

#home_tickets {
	float: left;
	background: url(../images/home_tickets.gif) top no-repeat;
	margin: -65px 0 0 0;
	padding: 30px 15px 4px 15px;
	width: 175px;
	height: auto;
}

.but160 a {
	display: block;
	width: 160px;
	height: 31px;
	margin-bottom: 5px;
	background: url(../images/ticket_button.gif) 0 0 no-repeat;
	color: #FFF;
	padding: 9px 0 0 0;
	text-align: center;
	font: normal 10pt/16pt Arial, Helvetica, sans-serif;
}

.but160 a:hover {
	background: url(../images/ticket_button.gif) 0 -40px no-repeat;
	text-decoration: none;
}

.but180 a, .but180grey a {
	display: block;
	width: 180px;
	height: 31px;
	margin-bottom: 10px;
	background: url(../images/but180.gif) 0 0 no-repeat;
	color: #FFF;
	padding: 9px 0 0 0;
	text-align: center;
	font: normal 10pt/16pt Arial, Helvetica, sans-serif;
}

.but180 a:hover, .but180grey a:hover {
	background: url(../images/but180.gif) 0 -40px no-repeat;
	text-decoration: none;
}

.but180grey a { background: url(../images/but180.gif) 0 -40px no-repeat;}
.but180grey a:hover { background: url(../images/but180.gif) 0 0 no-repeat;}

/* Internal Pages */

#accom_banner, #catering_banner, #events_banner, #contact_banner, #works_banner, #disco_banner, #concours_banner, #auto_banner {
	position: relative;
	background: #FFF url(../images/banner_accom.gif) top no-repeat;
	width: 850px;
	height: 230px;
	margin-top: 10px;
}

#catering_banner {background: #FFF url(../images/banner_catering.jpg) top no-repeat;}
#events_banner {background: #FFF url(../images/banner_events.jpg) top no-repeat;}
#contact_banner {background: #FFF url(../images/banner_contact.jpg) top no-repeat;}
#works_banner {background: #FFF url(../images/banner_works1.jpg) top no-repeat;}
#disco_banner {background: #FFF url(../images/banner_disco.jpg) top no-repeat;}
#concours_banner {background: #FFF url(../images/banner_concours.jpg) top no-repeat;}
#auto_banner {background: #FFF url(../images/banner_autotest.jpg) top no-repeat;}

#internal_copy {
	float: left;
	width: 400px;
	height: auto;
	padding: 8px 20px 0 0;
	margin: 0 10px 0 0;
}

#sub_menu, #live_menu {
	float: left;
	margin: 5px 20px 0 0;
	padding: 0 15px 8px 5px;
	width: 175px;
	height: auto;
}

#sub_menu li, #live_menu li {
	list-style:none;
	padding: 0 0 0 5px;
	margin: 0;
}

#live_menu li {padding: 0;}


#sub_menu li ul {
	padding: 0 0 6px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #555B57;
}

#sub_menu li ul li {list-style: none;}

#sub_menu li ul li a {
	border-bottom: none;
	padding: 0 0 0 20px;
	margin: 0 0 2px 0;
}

#sub_menu a, #live_menu a {
	text-decoration:none;
	padding: 0 0 5px 5px;
	margin-top: 10px;
	font: normal 9pt/14pt Arial, Helvetica, sans-serif;
	color: #555B57;
	border-bottom: 1px dotted #555B57;
	display: block;
	z-index: 30;
}

#live_menu a {padding-left: 0; margin-top: 11px;}

#sub_menu a:hover {color: #0072bb; }

#sub_menu .current, #live_menu .current {color: #0072bb; font-weight: bold;}

#sub_menu .lvthree {color: #0072bb; font-weight: bold; border: none; }

#sub_menu a .link {
	text-decoration:none;
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.thumbs a {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 6px 6px 0;
	border: 1px solid #e5eef6;
	background-color: #CCC; 
}

.thumbs a:hover {border: 1px solid #0072bb; background-color: blue;}

.col_float {
	float: right;
	width: 47%;
	padding-left: 40px;
	margin-top: -3px;
}

/* Footer */

#footer {
	position: relative;
	background: #FFF;
	margin: 0 auto 0 auto;
	width: 850px;
	height: 50px;
	border-top: 1px solid #efefef;
}

#copyright, #homepage {
	float: left;
	margin: 8px 0 0 0;
	width: 425px;
	height: auto;
	color: #CCC;
	font: normal 8pt/16pt Geneva, Arial, Helvetica, sans-serif;
}

#homepage {float: right; text-align: right;}
#footer a {color: #999; text-decoration: none;}
#footer a:hover {color: #0072bb; text-decoration: none;}

/* New Form */

fieldset {    
	float: left;          
	margin: 0 0 10px 0;    
	padding: 10px 10px 0 10px; 
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	background: #EFEFEF url(../images/form_top.gif) 0 0 no-repeat; 
	border: none; 
	width: 380px;
} 

legend {  
	float: left;
	display: inline; 
	margin: 10px 0 15px 8px;   
	color: #0055a5;   
	font: bold 20px/26px Helvetica, Arial, sans-serif;
}  

fieldset ol {  
	float: left; 
	padding: 0 0 0 10px;  
	margin: 0; 
	list-style: none;  
}  

fieldset li {   
	padding: 0 0 10px 0;
	float: left; 
}   

label {
	padding: 4px 15px 0 1px;      
	float: left;
	width: 120px;
}

.box {padding-top: 4px;}

.fields {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	border: none;
	height: 25px;
}

.textarea {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	margin-left: 2px;
	border: none;
	overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow:-moz-scrollbars-vertical;
    width: 200px;
    height: 60px;
    max-width: 200px;
}

.formbt, .clearbt {    
	float: left;
	clear: none;
	display: block;
	width: 160px;
	height: 40px;
	margin: 10px 10px 0 0;     
	background: url(../images/ticket_button.gif) 0 0 no-repeat;
	color: #FFF;
	border: none;
	cursor: pointer;       
}

.formbt:hover { background: url(../images/ticket_button.gif) 0 -40px no-repeat; }

.clearbt { background: url(../images/ticket_button.gif) 0 -40px no-repeat; }
.clearbt:hover { background: url(../images/ticket_button.gif) 0 0 no-repeat; }

.req {color: red; font: bold 12pt/16pt Geneva, Arial, Helvetica, sans-serif;}

.news_img {margin-top: -25px; margin-right: -10px;}

/* Live Extras */

#live_menu {width: 115px; padding-left: 0; margin-right: 15px;}

#live_copy, #tweet_copy {
	float: left;
	width: 390px;
	height: auto;
	padding: 8px 20px 0 0;
	margin: 0 10px 0 0;
}

#refresh {
	float: left;
	width: 358px;
	height: 26px;
	padding: 4px 0 0 32px;
	background: #e5eef6 url(../images/refresh.gif) 0 0 no-repeat;
	margin-bottom: 10px;
	font: normal 9pt/18pt Geneva, Arial, Helvetica, sans-serif;
	color: #4C5B52;
}

#live_copy img {
	width: 380px;
	height: auto;
	border: 5px solid #EFEFEF;
	margin-bottom: 10px;
}

#feed {
	float: left;
	background-color: #e5eef6;
	margin: -10px 0 0 0;
	padding: 20px 15px 4px 15px;
	width: 250px;
	height: auto;
}

.twitted h2 {
	margin: 0 0 10px 0;
	color: #0055a5;
	font: bold 17pt/22pt Arial, Helvetica, sans-serif;
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.twitted ul#twitter_update_list li {
	margin: 0 0 10px 0;
	padding: 0;
}

#iwe11 {
	position: relative;
	background-color: #c63636;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 35px;
}

.middle {
	position: relative;
	background-color: #c63636;
	margin: 0 auto 0 auto;
	padding-top: 7px;
	width: 900px;
	height: 28px;
	color: #FFF;
	font: normal 8pt/16pt Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

.middle a { color: #FFF; }
.middle a:hover { text-decoration: underline; }
