* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff url(../images/bg_970.gif) no-repeat center top;
}

a:link, a:visited { color: #c00; }

h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.1em; }  
h6 { font-size: 0.9em; margin-bottom: 15px; }

img {
	border: 0;
}

p, ul, ol, input, select, textarea {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 1.1em;
}

p { margin-bottom: 15px; }

.error { color: #c00; }

#wrapper {
	display: table;
	width: 970px;
	border: 1px solid #999;
	margin: 0 auto 1% auto;
}


#header_holder {
	position: relative;
	width: 970px;
	height: 214px;
	background: url(../images/bg_header_97009.jpg) no-repeat;
}

#header {
	position: relative;
	width: 970px;
	height: 100px;
}

#header h1 {
	text-indent: -99999px;
}

#header h1 a {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 392px;
	height: 72px;
}

#header #headerPromo {
	position: absolute;
	right: 10px;
	top: 20px;
}

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

#navigation { float: left; width: 970px; }
#navigation ul, #navigation ol { clear: both; list-style: none; }
#navigation li { float: left; font-size: 1.0em; }
#navigation label { font-weight: bold; }
#navigation strong { color: #c00; }

#navMain, #navMain ul {
	list-style: none;
	width: 965px;
	float: left;
	background: #c00 url(../images/bg_nav_main.gif);
	padding-left: 5px;
}

#navMain li {
	float: left;
}

#navMain li a { /* Non hover down MAIN */
	display: block;
	width: auto;
	height: 18px;
	color: #f99;
	text-decoration: none;
	padding: 7px 6px 5px 6px;
}

#navMain li a:hover { /*Hover over down MAIN */
	background: #c00 url(../images/bg_nav_main_on.gif) center no-repeat;
	zoom: 1;
}

#navMain li ul {
	position: absolute;
	width: 133px;
	left: -99999px;
	margin: 0;
	padding: 0;
	z-index: 20;
	border-bottom: 1px solid #910000;
}
	
#navMain li:hover ul, #navMain li.sfhover ul {
	left: auto;
	zoom: 1;
}

#navMain li ul li a { /* Non hover down */
	width: 119px;
	font-size: 0.9em;
	color: #000;
	text-align: left;
	background: #dedede;
	border-right: 1px solid #910000;
	border-left: 1px solid #910000;
	padding: 6px 6px 0 6px;
}
		
#navMain li ul li a:hover { /*Hover over down */
	color: #fff;
	background: #970;
}

#navSub, #navLogin {
	float: left;
	width: 965px;
	background: #c00 url(../images/bg_nav_sub.gif);
	padding-left: 5px;
}

#navSub li {
	display: block;
	height: 17px;
	color: #000;
	text-decoration: none;
	padding: 8px 5px 4px 5px;
}

#navSub li a:link, #navSub li a:visited, #navLogin li a:link, #navLogin li a:visited {
	color: #000;
	text-decoration: none;
}

#navSub li a:hover, #navLogin li a:hover {
	color: #c00;
	text-decoration: underline;
}

#navLogin li {
	line-height: 31px;
	padding: 0 6px 0 6px;
}

/* Content */

#content { clear: both; float: left; width: 940px; background: url(../images/bg_content.gif) repeat-x bottom; margin-bottom: 1px; padding: 15px; }

/* Form Item */

.inputForm { list-style: none; }
.inputForm li { margin-bottom: 8px; }
.inputForm label { display: block; float: left; width: 150px; font-weight: bold; }
.inputForm label strong em { color: #c00; }
.inputForm input.field { width: 200px; }
.inputForm textarea { width: 200px; height: 80px; }
.inputForm input.checkRadio, .inputForm input.submit_default { margin-left: 150px; }

/* Main */

#main { float: left; width: 600px; }

ul.listDefault { 
	margin: 0 0 15px 15px; 
}
ol.listDefault {
	margin: 0 0 15px 22px;
}

.infoBlock {
	float: left;
	width: 600px;
	height: 250px;
	padding-bottom: 15px;
}

.mediaBlock {
	float: left;
	width: 300px;
	margin-right: 15px;
}

/* MAIN INFO SECTION */

.infoSection {
	float: left;
	width: 285px;
	height: 250px;
}

.infoSection h2 {
	font-weight: normal;
	color: #c00;
	border-bottom: 1px dotted #000;
	background: url(../images/bullet_section.gif) no-repeat 0 2px;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
}

.infoSection ul.info {
	list-style: none;
	height: 211px;
	overflow: auto;
	margin: 0;
}

.infoSection ul.info li {
	clear: both;
	width: 265px; /* x-bars */
	height: 82px;
	margin-bottom: 15px;
}

.infoSection ul.info li img.infoThumbnail {
	float: left;
	width: 82px;
	margin: 0 10px 15px 0;
	border: 1px solid #999;
}

.infoSection ul.info li h3 {
	font-size: 1.1em;
	font-weight: normal;
}

.infoSection ul.info li h3 a:link, .infoSection ul.info li h3 a:visited {
	color: #900;
	text-decoration: none;
}

.infoSection ul.info li p {
	font-size: 1.0em;
	margin-right: 15px;
}

.subHeading {
	height: 61px;
	background: url(../images/bg_sub_heading.gif) no-repeat;
	margin-bottom: 5px;
}

.subHeading h3 {
	float: left;
	font-size: 1.4em;
	color: #c00;
	padding: 14px 0 0 24px;
}

.subHeading img {
	float: right;
}



h3.subHeadingNav, h3.subHeadingMain, h3.subHeadingDetail, h3.subHeadingSub { font-size: 1.4em; color: #c00; padding: 14px 0 0 24px; height: 47px; }
h3.subHeadingNav { background: url(../images/bg_sub_heading_nav.gif) no-repeat; }
h3.subHeadingMain { background: url(../images/bg_sub_heading_main.gif) no-repeat; }
h3.subHeadingDetail { background: url(../images/bg_sub_heading_detail.gif) no-repeat; }
h3.subHeadingSub { background: url(../images/bg_sub_heading_sub.gif) no-repeat; }

/*-------------------------------
	EVENTS SECTION
-------------------------------*/

#mainEvent { float: left; width: 735px; }
#mainEvent h2, #mainNews h2, #login_main h2 { font-weight: normal; color: #c00; border-bottom: 1px dotted #000; background: url(../images/bullet_section.gif) no-repeat 0 2px; padding: 0 0 5px 20px; margin-bottom: 10px; }

#calendar { float: left; width: 136px; margin-right: 30px; }
#calendar dl { float: left; width: 134px; font-size: 1.1em; font-weight: bold; color: #666; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; margin-bottom: 15px; }
#calendar dt, #calendar dd { float: left; background: #efefef; border-top: 1px solid #ccc; padding: 3px 5px; }
#calendar .weekend { background: #f7f7f7; }
#calendar dt { width: 28px; }
#calendar dd { width: 84px; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
#calendar dd a:link, #calendar dd a:visited { color: #c00; }

#calendar p#monthSwitch { font-size: 1.2em; color: #c00; margin-left: 15px; }
#calendar p#monthSwitch a:link, #calendar p#monthSwitch a:visited { font-weight: bold; color: #c00; } 

#featuredSection { float: left; }

#mainAttraction { float: left; width: 367px; }
#mainAttraction img.flyerPromo { border: 1px solid #ccc; margin-bottom: 15px; padding:2px; }
#mainAttraction dl { font-size: 1.1em; }
#mainAttraction dt { font-weight: bold; color: #c00; text-transform: uppercase; }
#mainAttraction dd { color: #000; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #ccc; }
#mainAttractionDetail { float: left; width: 569px; height: 777px; background: url(../images/bg_scroller_main.gif) no-repeat 0 55px; }

#featuredEvents, #featuredNews { float: left; width: 172px; margin-left: 30px; }
#featuredEvents { height: 783px; background: url(../images/bg_scroller_sub.gif) no-repeat 0 61px; }
#featuredNews { height: 743px; background: url(../images/bg_scroller_sub.gif) no-repeat 0 19px; }
#featuredNews .scrollerSub { background: #efefef; }

/* News/Event/Avatar Scroller */

.scrollerHeadingSub { font-size: 1.1em; padding: 2px 0 0 25px; height: 14px; background: url(../images/bg_scroller_heading_sub.gif) no-repeat; margin: 0 0 0 14px; }
.scrollerHeadingSub a:link, .scrollerHeadingSub a:visited { color: #c00; text-decoration: none; }

.scrollerMain, .scrollerSub { display: inline; float: left; overflow: auto; overflow-x: hidden; }
.scrollerMain { width: 539px; height: 667px; padding: 0 0 0 15px; margin-top: 8px; } 
.scrollerSub { width: 125px; height: 675px; padding: 0 15px 0 0;  margin: 12px 0 0 15px; }

.scrollerMain ul, .scrollerSub ul { list-style: none; }
.scrollerMain li { float: left; width: 117px; height: 220px; margin-right: 12px; margin-bottom: 15px; }
.scrollerSub li { margin-bottom: 15px; }
.scrollerSub h3 { font-size: 1.2em; color: #000; padding: 5px; margin-bottom: 5px; }
.scrollerMain p, .scrollerSub p { font-size: 1.0em; margin-right: 15px; }
.scrollerMain strong, .scrollerSub strong { color: #c00; }
.scrollerMain img, .scrollerSub img { margin-bottom: 5px; border: 1px solid #999; }

.scrollerArticle { width: 115px; background: #dfdfdf; padding: 5px; }
.scrollerArticle a:link, .scrollerArticle a:visited { font-weight: bold; color: #1c3c57; }

/*-------------------------------
	NEWS SECTION
-------------------------------*/

#mainNews {
	float: left;
	width: 835px;
}

#newsSummary, .newsArticle {
	float: left;
	width: 980px;
}

#newsSummary ul {
	list-style: none;
}

#newsSummary ul li {
	clear: both;
	width: 515px;
	height: 150px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	margin-left: 35px;
}

#newsSummary ul li .newsSummaryAvatar {
	float: left;
	width: 146px;
	height: 131px;
	background: url(../images/bg_news_summary.gif) no-repeat;
	padding: 4px 0 15px 4px;
}

#newsSummary ul li h3 {
	float: left;
	font-size: 1.1em;
	padding: 0 0 5px 15px;
}

#newsSummary a, .newsArticle a {
	color: #c00;
	text-decoration: none;
}

#newsSummary ul li p {
	float: left;
	width: 280px;
	font-size: 1.0em;
	padding: 0 0 15px 15px;
}

.newsArticle h3 {
	font-size: 1.4em;
	width: 400px;
}

.newsArticle img.newsSendFriend { 
	float: right;
}

.newsArticle h3 { 
	margin-bottom: 10px;
}

.newsArticle img.newsArticleImage {
	float: right;
	margin: 5px 0 5px 5px;
	padding: 3px;
	border: 1px solid #999;
}

.commentItems {
	margin-top: 15px;
	border-bottom: 1px dotted #000;
}

.comments, .relatedItems {
	float: left;
	padding-top: 15px;
}

.comments {
	width: 300px;
	margin-right: 25px;
}

.comments img.btCommentAdd {
	float: right;
	margin-bottom: 10px;
}

.comments ul { clear: both; list-style: none; }
.comments ul li { width: 300px; border-bottom: 1px dotted #000; margin-bottom: 10px;}

.comments ul li img.userAvatar { 
	float: left;
	margin: 0 10px 10px 0;
}

.comments ul li h3 { 
	font-size: 1.1em;
	width: auto;
}

.comments ul li p { 
	font-size: 1.1em;
}

.relatedItems { 
	width: 200px;
}

.relatedItems ul { margin-left: 25px; }

/* Advertisement / Promo Column Areas */
.mpu{ float: right; width:300px;margin: 0 0 15px 15px; }
.promo { float: right; width: 300px; }
.promo img { margin: 0 0 15px 15px; }
.promoColumn { float: left; width: 120px; padding: 0 0 15px 0px; }
.promoColumn1 { float: right; width: 160px; padding: 0 0 15px 0px; }
.promoColumn img { margin: 0 0 15px 0; }


/* Nav Section / Customisable Buttons */

#navSection { float:left;  width: 625px; height: 89px; margin-bottom:50px; margin-top:20px;  }
#navSection ul { list-style: none; }
#navSection ul li { float: left; width: 95px; height: 83px; background: url(../images/bg_nav_section08.gif); padding-top: 6px; margin-right: 10px; }
#navSection ul li.last { float: left; width: 95px; height: 83px; background: url(../images/bg_nav_section08.gif); padding-top: 6px; margin-right: 0px; }

#navSection ul li a:link, #navSection ul li a:visited { display: block; font-size: 1.0em; font-weight: bold; color: #c00; text-decoration: none; padding: 1px 10px 0 0; }

/*
 #navSection ul li a:link, #navSection ul li a:visited { display: block; font-size: 1.4em; font-weight: bold; color: #c00; text-decoration: none; padding: 3px 5px 0 25px; }
  */

 #navSection ul li a:link img, #navSection ul li a:visited img { padding: 0 0 0 0; margin: 0px; }

 .navSectionContent{ padding: 0 0 0 15px; }
/* Footer */

#footer {
	clear: both;
	float: left;
	width: 970px;
	height: 50px;
	background: #c00 url(../images/bg_footer.gif);
	margin: 0 auto;
}

#footer_ext {
	clear: both;
	width: 970px;
	height: 200px;
	background: #c00 url(../images/bg_footer_ext.jpg);
	background-position:right;
	margin: 0 auto;
}

#footer_ext #footer_icon{
	position:relative;
	top:50px;
	margin-left:20px;
}

#footer_ext #footer_icon p{
	display:none;
}

#footer ul {
	float: left;
	width: 725px;
	list-style: none;
	padding: 10px 0 5px 175px;
}

#footer ul li {
	float: left;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer p {
	clear: both;
	color: #c66;
	text-align: center;
	margin-bottom: 0;
}


/* ADDITIONAL CT */

.newsArticle img.generalImage {
	float: left;
	margin: 2px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #999;
}

.main h2 {
	font-weight: normal;
	color: #c00;
	border-bottom: 1px dotted #000;
	background: url(../images/bullet_section.gif) no-repeat 0 2px;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
}

#ev_pic_holder{
	margin-left:-15px;
}

#main { float: left; width: 625px; }


/* HOME PAGE --- */
.homeScreen{
	border-bottom:#999999 10px solid;
}
.homefeatureSection{
	height:240px;
	width:625px;

}

.homefeatureSection{
	
}

.homeSections{
 margin-top:10px;

}

/* INFO SECTION */
.wideinfoSection {
	width: 595px;
	height: 400px;
}

.wideinfoSection ul.info {
	list-style: none;
	margin: 0;
}
.wideinfoSection ul.info li {
	float:left;
	width: 265px; /* x-bars */
	height: 82px;
	margin-bottom: 15px;
	margin-left:20px;
	
}

.wideinfoSection ul.info li img.infoThumbnail {
	float: left;
	width: 82px;
	margin: 0 10px 15px 0;
	border: 1px solid #999;
}

.wideinfoSection ul.info li h3 {
	font-size: 1.1em;
	font-weight: normal;
}

.wideinfoSection ul.info li h3 a:link, .infoSection ul.info li h3 a:visited {
	color: #900;
	text-decoration: none;
}

.wideinfoSection ul.info li p {
	font-size: 1.0em;
	margin-right: 15px;
}

/* END  MAIN LONG INFO SECTION */
