@charset "UTF-8";

/*
---------------------------------------------
MAIN/DEFAULT PAGE ELEMENTS
---------------------------------------------
*/

#wrapper {
	height: auto;
	width: 866px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center center;
	background-image: url(images/pageback.jpg);
}
#banner {
	float: left;
	height: 307px;
	width: 866px;
}

/* bookings hotlink background */
#hotlink1 {
	float: left;
	height: 182px;
	width: 261px;
	margin-right: 15px;
	margin-left: 25px;
	background-image: url(images/bookings_tab.jpg);
}
/*video hot link block*/
#hotlink2 {
	float: left;
	height: 182px;
	width: 261px;
	margin-right: 15px;
}
/*upcomming events hot link block*/
#hotlink3 {
	float: left;
	height: 125px;
	width: 261px;
	background-image: url(images/events_tab.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
}
/*upcomming events text block*/
#events_text {
	width: 250px;
	float: right;
	height: 110px;
}

/* bookings hotlink text */
#booking_text {
	width: 100px;
	float: right;
	height: 115px;
	margin-top: 60px;
}
#booking_text a {
	color: #FFF;
	text-decoration: none;
}
#booking_text a:hover {
	color: #740A0A;
	text-decoration: none;
}

#innerwrapper {
	float: left;
	height: auto;
	width: 816px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}
#content {
	width: 520px;
	float: left;
	height: auto;
}
#hm_text {
	width: 515px;
	float: left;
	margin-bottom: 10px;
	height: 320px;
}

/* container for news and dvd blocks*/
#c_blocks {
	height: 175px;
	width: 515px;
	margin-bottom: 15px;
	float: left;
}
#news {
	float: left;
	height: 175px;
	width: 252px;
	margin-right: 5px;
	background-image: url(images/latest_news.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#news_text {
	height: 130px;
	width: 230px;
	margin-left: 12px;
	margin-top: 35px;
}
#dvd {
	float: right;
	width: 252px;
	height: 175px;
}
/* container for twitter app and social links */
#sidebar {
	width: 262px;
	margin-left: 15px;
	height: 508px;
	float: right;
}
/* container for twitter app */
#twitter {
	float: left;
	height: 400px;
	width: 261px;
	padding-bottom: 20px;
}
#social_links {
	float: left;
	height: 87px;
	width: 261px;
	margin-bottom: 10px;
}
#space {
	height: 20px;
	width: 866px;
	float: right;
}

/*
---------------------------------------------
FOOTER ELEMENTS
---------------------------------------------
*/

#footer {
	height: 49px;
	width: 817px;
	margin-left: 25px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

/*
---------------------------------------------
NAVIGATION ELEMENTS
---------------------------------------------
*/

#navigation {
	height: 51px;
	width: 756px;
	float: left;
	background-image: url(images/nav_back.png);
	background-repeat: repeat-x;
	color: #FFF;
	padding-left: 110px;
	}
#navigation a {
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 13px;
	height: 51px;
	width: 103px;
	line-height: 45px;
	}
#navigation a:hover {
	background-image: url(images/btn_back.png);
	height: 51px;
	width: 103px;
	background-repeat: no-repeat;
	background-position: center top;
	}


/*
---------------------------------------------
INNER PAGES ELEMENTS
---------------------------------------------
*/

/* Booking hotlink*/
#hotlink1_inside {
	height: 182px;
	width: 261px;
	background-image: url(images/bookings_tab.jpg);
	margin-bottom: 10px;
}
/* Video hotlink*/
#hotlink2_inside {
	float: left;
	height: 182px;
	width: 261px;
	margin-bottom: 10px;
}
/* Upcomming Events hotlink*/
#hotlink3_inside {
	float: left;
	height: 127px;
	width: 261px;
	background-image: url(images/events_tab.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	margin-bottom: 8px;
}
#hm_text_inside {
	width: 515px;
	float: left;
	margin-bottom: 20px;
	height: 470px;
}

/*
---------------------------------------------
TEXT STYLES
---------------------------------------------
*/

.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 15px;
}
.bodytext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
}
.bodytextRed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6A0909;
	line-height: 15px;
	text-decoration: none;
}
.bodytext2leading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 18px;
	text-decoration: none;
}
.bodytext2leadingRed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #880B0B;
	line-height: 18px;
	text-decoration: none;
}
.bodytextWhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 15px;
	text-decoration: none;
}