@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}


body {
	line-height: 1;
	background: url(../images/body_bg.jpg) top center no-repeat #000;
}
div {
        padding: 0px;
        margin: 0px;
        border: 0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	width:890px;
	height:auto;
	margin-left: -445px;
	left: 50%;
	position: relative;
}

#footer {
	width:890px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


/*********container items**********/

#header {
	position:relative;
	width:940px;
	height:179px;
}

input.hidden {
	display:none;
}

#main_content {
	width:890px;
	height:auto;
	padding:10px 0px 40px 0px;
        margin: 0px;
	background:#fff url(../images/content_top.jpg) top left no-repeat;
	position: relative;
}

#left_column {
	float:left;
	width:635px;
	height:auto;
	margin-left: 5px;
        margin-right: 0px;
}

#right_column {
	float:right;
	width:230px;
	height:auto;
	margin-right:5px;

}

.clear {
	clear:both;
}

div.section_container {
	width: 610px;
}


/************Content Elements****************/

#grey_d {
	padding:20px;
	width:580px;
	height:147px;	
	background:url(../images/dark_grey_bg.jpg) top left no-repeat;
}

#grey_d_large {
	padding:20px;
	width:580px;
	height:300px;
	background:url(../images/dark_grey_bg_large.jpg) top left no-repeat;
}


#grey_l {
	padding:20px;
	margin: 0px;
	float:left;
	width:270px;
	height:155px;
	background:url(../images/light_grey_bg.jpg) top left no-repeat;
	position: relative;
}

#grey_content {
	float:left;
	width:120px;
	height:auto;
}



/*********sidebar elements***********/

#newsletter {
	position:relative;
	padding:12px;
	padding-left:15px;
	width:207px;
	height:169px;
	background:url(../images/sidebar/newsletter_signup.jpg) top left no-repeat;
}

#latest_news {
	position:relative;
	padding-bottom:20px;
	width:227px;
	height:auto;
	background:url(../images/sidebar/news_mid.jpg) top left repeat-y;
}

#image_news {
	float:left; 
	margin:0px 10px 10px 0px;
}

#sponsors {
	position:relative;
	width:227px;
	height:154px;
	background:url(../images/sidebar/sponsors.jpg) top left no-repeat;
}

.sponsor_img {
	width:201px;
	height:101px;
	margin:5px 0px 0px 13px;
}

/*********** Partners Scroller ****************/
div#partners { background: none; position: absolute; bottom: 10px; left: 0px; height: 30px; }
div#partners span#partners_heading { margin:0px 0px 0px 5px; padding-top:10px; font-size:16px; color:#000; font-weight:bold; width: 150px; display: inline;}
div#partners_content { position: absolute; top: 0px; left: 75px; margin:0px 0px 0px 5px; overflow: hidden; width: 800px; height: 30px; overflow: hidden; }
div#partners_content div { width: auto; position: absolute; display: block; font-weight: bold; white-space: nowrap; text-transform: uppercase;  }

/*********** Accommodation Providers Slideshow *********/

ul.accm_slides {
 display: block;
 position: absolute;
 left: 15px;
 top: 46px;
}

ul.accm_slides li {
 display: block;
 position: absolute;
 left: 0px;
 top: 0px;
 height: 124px;
 width: 275px;
 background: #000;
 text-align: center;
}

ul.accm_slides li a img {
 height: 108px;
 position: relative;
 top: 0px;
 left: 0px;
}

ul.accm_slides li a h3 {
 position: absolute;
 bottom: 0px;
 left: 0px;
 width: 267px;
 background: #000 url(../images/accommodation/title_bg.png) repeat top left;
 padding: 4px;
 text-align: center;
 color: #fff;
 z-index: 5;
}

a.entry_form_button {
 background: url(../images/entry_form_button.jpg) no-repeat top left;
 width: 278px;
 height: 73px;
 display: block;
 float: left;
}

a.entry_form_button:hover {
 background-position: bottom left;
}

a.entry_form_button span {
 color: #333;
 text-shadow: 1px 1px #fff;
 font-size: 21px;
 line-height: 23px;
 font-weight: bold;
 display: block;
 margin: 12px 0px;
 text-align: center;
}


