/* CSS Document */

a {
	color: #555555;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #035ea5;
}

.blue {
	color: #035ea5;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.blue2 {
	color: #035ea5;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.grey {
	color: #555555;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.FooterDiv {
	float: left;
	width: 14px;
}

#MainContent {
	width: 100%;
	height: 100%;
	margin: auto;
}

#ContentContainer {
	width: 100%;
	padding: 20px 0px 35px 0px;
	background: #ffffff;
}

#PubName {
	position: relative;
	top: 90px;
	left: 20px;
	float: left;
	width: 260px;
	height: 30px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

#MainArea {
	width: 900px;
	margin: 0px auto 0px auto;
}

#Navigation { /* used by micro site only (instead of left col) */
	float: left;
	width: 230px;
	color: #444444;
}


/*///////////////////
// MAIN NAVIGATION //
///////////////////*/
#NavigationSide a {
	display: block;
	padding: 0px 6px 0px 6px;
	height: 28px;
	line-height: 28px;
	color: #444444;
	text-decoration: none;
}

#NavigationSide .NavSep {
	width: 100%;
    height: 1px;
    background: url(../../images/NavDivider.gif) no-repeat;
}

#NavBack {
    width: 228px;
    height: 68px;
    margin-top: 10px;
}


/*/////////////////
//    CONTENT    //
/////////////////*/
#Content {
	float: left;
	width: 670px;
}

#ContentLeft {
	float: left;
	padding-left: 20px;
	width: 310px;
}

#ContentPubName {
	color: #035ea5;
	font-size: 19px;
	padding-bottom: 17px;
}

#ContentPubDivider1 {
	width: 310px;
	height: 1px;
	background-image:url(../images/PubInfoDivider.gif);
	background-repeat: no-repeat;
	padding-bottom: 17px;
}

#ContentPubDetails {
	padding-bottom: 17px;
}

#ContentPubDivider2 {
	width: 310px;
	height: 1px;
	background-image:url(../images/PubInfoDivider.gif);
	background-repeat: no-repeat;
	padding-bottom: 17px;
}

#ContentTrainTube {
	padding-bottom: 17px;
}

#TubeStationIcon {
	width: 20px;
	height: 12px;
	float: left;
	margin-top: 4px;
}

#TubeStation {
	width: auto;
	height: auto;
}

#TrainStationIcon {
	width: 20px;
	height: 12px;
	float: left;
	margin-top: 4px;
}

#TrainStation {
	width: auto;
	height: auto;
}

#ContentPubDivider3 {
	width: 310px;
	height: 1px;
	background-image:url(../images/PubInfoDivider.gif);
	background-repeat: no-repeat;
	padding-bottom: 17px;
}

#ContentNearbyAttractions {
	padding-bottom: 17px;
}

#ContentPubDivider4 {
	width: 310px;
	height: 1px;
	background-image:url(../images/PubInfoDivider.gif);
	background-repeat: no-repeat;
	padding-bottom: 17px;
}

#ContentNearestStadiums {
	padding-bottom: 17px;
}

#ContentPubDivider5 {
	width: 310px;
	height: 1px;
	background-image:url(../images/PubInfoDivider.gif);
	background-repeat: no-repeat;
	padding-bottom: 17px;
}

#ContentOtherPubs {
	padding-bottom: 17px;
}

#ContentRight {
	float: right;
	width: 300px;
}

#Search {
	width: 300px;
	height: 27px;
	background-color: #FFF;
	padding-bottom: 8px;
}

#SearchText {
	width: 265px;
	height: 27px;
	padding-top: 6px;
	float: left;
	text-align: right;
	font-size: 11px;
	color: #035ea5;
}

SearchGraphic {
	width: 30px;
	height: 27px;
	background-image: url(../images/search_icon.jpg);
	float: right;
}

#PubPicture {
	width: 294px;
	height: auto;
	border-style: solid;
	border-color: #bfdbe7;
	border-width: 3px;
	margin-bottom: 17px;
}

#PubPicture img {
	display: block;
}

#PubMap {
	width: 294px;
	height: auto;
	border-style: solid;
	border-color: #bfdbe7;
	border-width: 3px;
}

/*/////////////////
//   FOOTER      //
/////////////////*/


#FooterContent {
	width: 900px;
	margin: 0px auto 0px auto;
	padding-top: 5px;
}

#FooterContent,
#FooterContent a {
	text-decoration: none;
	color: #555555;
}

#FooterContent a {
	display: inline-block;
}

#FooterContent span.NavSep {
	padding: 8px;
}

#FooterContent div {
	/* ensure panels don't affect the design */
	display: inline;
}

#FooterNav {
	float: left;
	margin-top: 30px;
	margin-left: 13px;
	width: 285px;
}

#FooterCopyright {
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	width: 205px;
}

#FooterTerms {
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	width: 240px;
}



/* #mb 4/9/2009 */



#FooterContent2 {
	width: 900px;
	margin: 0px auto 0px auto;
	padding-top: 5px;
}

#FooterContent2,
#FooterContent2 a {
	text-decoration: none;
	color: #555555;
}

#FooterContent2 a {
	display: inline-block;
}

