@charset "utf-8";
/*  Master CSS Document */

#mainContainer{
	width: 930px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

/* Banner */    
#topBanner{
	background-color: #414142;
	color: #FFFFFF;
	height: 147px;
	font-size: 50px;
}

#bannerBorder{
	border:1px solid #FFFFFF;
}

#topBannerImage{	
	width: 307;
	height: 147px;
	float: left;
}

#topFlashContainer{
	width: 465px;
	height: 147px;
	float: right;
	font-size: 9px;
	margin:0;
	padding:0;
}

/* Main menu */ 
#mainMenu{
	height: 20px;	
	
	background-color: #414142;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;

	text-transform: capitalize;
	text-align:center;
}

.mainMenuHolder{
	padding-top:3px;
}

.mainMenuItem{
	display: inline;
	line-height:12px;
	padding-left: 13px;
	padding-right: 13px;
	margin:0px;
	vertical-align:middle;
}

.mainMenuItem a{
	color: #838383;
	text-decoration: none;
}

.mainMenuItem a:hover{
	color: #FFFFFF;
}

.mainMenuItem a:visited{
	color: #eeeeee;
}


.mainMenuItem .mainMenuOn{
	color: #FFFFFF;
}

.mainMenuItem .mainMenuOff{
	color: #eeeeee;
}

/* Sub Menu */
#subMenu{
	height:20px;
	background-color:#808285;
	border-left:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
	
	font-size: 11px;
	text-transform: capitalize;
	text-align:center;
	line-height: 16px;
	
	padding-top:2px;
}
.subMenuItem{
	display: inline;
	width:30px;
	height:15px;
	font-size:12px; 
	vertical-align:middle;
	text-decoration:none;
	color: #A7A9AC;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

a.subMenuItem{
	padding-bottom: 5px;
	color: #A7A9AC;
	text-decoration: none;
}

.subMenuItem a:hover{
	color: #FFFFFF;
}
.subMenuItem a:active{
	text-decoration:none;
	color: #eeeeee;
}

a.subMenuOn{
	text-decoration:none;
	color: #FFFFFF;
}

a.subMenuOff{
	text-decoration:none;
	color: #eeeeee;
}

/* Page containers */
#pageContentContainer{
	color:#666666;
	min-height: 532px;
	
	
	background: #FFFFFF;
	padding:15px;
}

#pageWithSubMenuContentContainer{
	color:#666666;
	height: 412px;
	
	background: #FFFFFF;
	padding:15px;
}


#rightSideContent{
	float: right;
	width: 140px;
}

#rightSideContent a{
	color: #414142;
	font-size: 12px;
}

#bgSound{
	/*padding-top: 6px;*/
	text-align:center;
}


#bgSound a{
	color: #414142;
	font-size: 9px;
	text-decoration:underline;
}


/*Home - Whats on panel*/
.whatsOnSidePanel{
	background-color: #E6E7E8;
	border: 1px solid #414142;
	
	padding: 0px 0px 8px 8px;
	margin-bottom:5px;
	margin-top:3px;
	
	line-height: 30px;
	font-weight: bold;
	text-transform:capitalize;
}

.whatsOnSidePanelC{
	margin-top:35px;
}

.whatsOnSidePanel ul {
	margin: 0;
	padding-left: 8px;
}

.whatsOnSidePanel li {
	list-style-position: inside;
	font-weight:normal;
	line-height:24px;
}

.whatsOnSidePanel a {
	color: #414142;
	text-decoration: none;
}

.whatsOnSidePanel a:hover {
	text-decoration: underline;
}



/* ContentItems - How to get here */
#pageContentRightContainerHowToGetHere{
	width:243px;
	padding-left:10px;
	
	float:left;
}

#pageContentTitleIcon{
	width: 250px;
	height: 390px;
	border:none;
	
	float:left;
}

#travelIcon{
	width:80px;
	height :72px;
	float:left;
}

#travelHeading{
 	width:150px;
	height:90px;
	padding-top:15px;
	float:left;
	font-size:16pt;
	font-weight:600;
	vertical-align:middle;
	line-height:22px;
 }

#transportIconNavigation{
	border: #414142 1px solid;
	width: 80px;
	height: 370px;
	float:left;
	text-align: center;
	margin-right: 10px;
	font-weight:bold;
}

#transportIconNavigation a{
	font-weight:bold;
	text-decoration: none;
	color:#DADBDC;
}

#transportIconNavigation a:visited{
	text-decoration: none;
}

#transportPrompt{
	background-color: #E6E7E8;
	border-bottom: #414142 1px solid;
	
	font-size: 10px;
	font-weight: bold;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	
	padding:5px;
	line-height: 12px;
}

#iconGroup {
	width: 80px;
	text-align:center;
	color:#414142;
}

#iconStack img{
	padding-top:14px;
	border:0;
}

/* ContentItems - About us */ 

/* Bottom navigation */
#bottomNavigation{
	background-color: #6D6F71;
	height: 18px;
	line-height:12px;
	text-align: center;
	font-size: 11px;
	
}
#bottomNavigation .whatsOnBox{
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	padding-top: 2px;
}

#bottomNavigation ul{
	float: left;
	margin: 0px;
	padding: 0px;
}

#bottomNavigation li{
	display:inline;
	list-style-type: none;
	padding-right: 15px;
}

#bottomNavigation a{
	color: #FFFFFF;
	text-decoration:none;
}

#bottomNavigation a:hover{
	text-decoration:underline;
}

#bottomNavigation #whatsOnHeader{
	right:0;
}

#bottomNavigation .whatsOnBoxTitle{
	width:70px;
	list-style-type: none;
	padding-right: 20px;
	float: left;
}

/* Page Footer */

#pageFooter{
	color:#FFFFFF;
	border-top: 1px solid #FFFFFF;
	text-align:center;
}
 
#coreTradingHours{
	background-color:#414142;
	font-size: 11px;
	
}
#coreTradingHours p {
	margin-top: 0px; 
	margin-bottom: 0px; 	
	padding-top: 8px; 
	padding-bottom: 8px;
}

#coreTradingHours .highlight{
	color:#666666;
}
 
#centreAddress{
	padding-top: 5px; 
	padding-bottom: 25px;
	height: 18px;
	font-size:14px;
}

/* Site Footer */
#siteFooter{
	width: 100%;
	height: 33px;
	
	color:#FFFFFF;
	font-size:12px;
	text-align: right;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#siteFooter a{
	padding-left:15px;
	padding-top: 0;
	text-decoration: none;
	color:#FFFFFF;
	vertical-align: middle;
}

#siteFooter a:hover{
	text-decoration: underline;
}

#siteFooter img{
	vertical-align: middle;

}

 

