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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	background-color:#E7E8E9;
}

#header-background {
	margin: auto;
	height: auto;
	width: 993px;
	background-image: url(../images/header-bckgrnd.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
}

#top-header-menu {
	width: 926px;
	background-color: #F1DAAA;
	height: auto;
	margin-top: 11px;
	margin-left: 18px;
	color: #000000;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#top-header-menu a {
	text-decoration: underline;
	color: #000000;
}

#top-header-menu a:hover, #top-header-menu a:active {
	text-decoration: none;
}

#clock-anim {
	position: absolute;
	float: right;
	width: 35px;
	height: 35px;
	z-index: 150;
	margin: 0 15px -20px 875px;
}

#time-holder {
	float: right;
	height: auto;
	padding-right: 10px;
	margin-right: 52px;
}

#flash-container {
	width: 936px;
	height: 190px;
	margin-left: 18px;
	margin-top: 5px;
	overflow:hidden;
	z-index: 0;
	margin-bottom: 5px;
}

#flash-box {
	position: absolute;
	width: 940px;
	margin: 0px;
	padding: 0px;
	height: 190px;
}

#bottom-header-menu {
	width: 916px;
	height: auto;
	margin-top: 0px;
	margin-left: 18px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding: 3px 10px;
	background: #DE1010;
	line-height: 24px;
}

#bottom-header-menu a {
	text-decoration: underline;
	color: #FFFFFF;
}

#bottom-header-menu a:hover, #bottom-header-menu a:active {
	text-decoration: none;
}

.searchbox {
	height: 10px;
	float: right;
}

input, select {
font-size: 0.8em;
}

input.searchbutton {
	font-size: 0.8em;
}

#contents-background {
	height: auto;
	width: 993px;
	padding-top: 7px;
	background-image: url(../images/bckgrnd.gif);
	background-repeat: repeat-y;
	margin: auto;
}

#contents {
	width: 936px;
	height: auto;
	min-height: 200px !important;
	margin-left: 18px;
	padding-top: 5px;
}

/* Start Story-box styles */

.story-box {
	width: 690px;
	height: auto;
	padding: 0px 0px 10px;
	float: right;
	border-bottom: 2px solid #CCCCCC;
	color: #000000;
	margin: 0px 0px 10px;
}

.story-box-last {
	width: 690px;
	height: auto;
	padding: 0px 0px 10px;
	float: right;
	color: #000000;
	margin: 0px 0px 10px;
}

.story-box .text {
	width:545px;
	margin-top:5px;
}

.story-box a {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}

.story-box a:hover {
	text-decoration:none;
	color:#DE1010
}

.story-box .image {
	position: relative;
	z-index: 10;
	float: right;
	vertical-align: middle;
}

.story-box-last .text {
	width:545px;
	margin-top:5px;
}

.story-box-last a {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}

.story-box-last a:hover {
	text-decoration:none;
	color:#DE1010
}

.story-box-last .image {
	float:right;
	vertical-align: middle;
}

/* End story-box styles */

#home-contents-left-column h1 {
	font-size: 1em;
	font-weight: normal;
	color: #ffffff;
	background-color: #BB181D;
	height: auto;
	padding: 5px;
}

.leftcol-header {
	width: 210px;
	height: auto;
	margin-top: -1px;
	color: #FFFFFF;
	padding: 5px 10px;
	background: #DE1010;
}
#leftcol-anim-news {
	position: absolute;
	float: right;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	top: 5px;
	margin-left: 185px;
}

#leftcol-anim-access {
	float: right;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	margin-left: 185px;
	position: absolute;
	margin-top: 5px;
}

#newsItem {
	float: right;
	width: 200px;
	background-image: url(../images/calendar.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
}

#pageopt-anim {
	position: relative;
	float: right;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	top: 12px;
}
.home-contents-left-column-content {
	background-color: #FFFFFF;
	padding: 10px;
	color: #000000;
	margin: 0px;
}

.home-contents-left-column-content a {
	text-decoration: underline;
	color: #000000;
}

.home-contents-left-column-content a:hover, .home-contents-left-column-content a:active {
	text-decoration: none;
	color: #000000;
}

#ads-holder {
	width: 214px;
	height: 356px;
	margin-top: 10px;
}

#ads-holder p {
	line-height: 14px;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
	color: #FFFFFF;
	font-weight: normal;
}

#ads-holder a {
	color: #FFFFFF;
	text-decoration:underline;
}

#ads-holder a:hover {
	text-decoration:none;
}

.margin-bottom-eight {
	margin-bottom: 7.5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer-background {
	margin: auto;
	height: auto;
	width: 993px;
	background-image: url(../images/footer-bckgrnd.gif);
	background-repeat: no-repeat;
	padding-bottom: 38px;
	background-position: 0px bottom;
}

#footer {
	width: 936px;
	height: auto;
	margin-left: 18px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.footer {
	font-weight:normal;
}

#footer-menu {
	width: 916px;
	height: auto;
	margin-top: 7px;
	color: #000000;
	background: #F1DAAA;
	padding: 5px 10px;
	text-align: center;
}

#footer-menu a {
	text-decoration: underline;
	color: #000000;
}

#footer-menu a:hover, #footer-menu a:active {
	text-decoration: none;
}

.copyright {
	width: 238px;
	display: block;
	float: left;
	text-align: center;
}

.contents2 {
	padding-bottom: 10px;
}

.contents2 p {
	padding:0px 10px;
	margin:0px;
}

.contents2 a {
	color: #000000;
	text-decoration: underline;
}

.contents2 a:active, .contents2 a:hover {
	color: #EE3424;
	text-decoration: none;
}

.contents2 h1 {
	font-size: 1.5em;
	color: #000000;
	padding: 5px 5px 5px 10px;
	width: 98%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.contents2 h2 {
	font-size: 1.2em;
	color: #DE1010;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #DE1010;
}

.contents2 h3 {
	font-size: 1em;
	color: #DE1010;
	padding-left:10px;
	font-style: italic;
}

.contents2 h4 {
	font-size: 1.1em;
	color: #000;
	padding-right: 5px;
	padding-left: 10px;
}

.table-header-align-left {
	text-align: left;
	vertical-align: bottom;
	padding:0px 10px;
}

.table-header-align-right {
	text-align: right;
	vertical-align: bottom;
	padding:0px 10px;	
}
.table-header-align-bottom {
	text-align: center;
	vertical-align: bottom;
	padding:0px 10px;	
}

.pale-red-bckgrnd-centered {
	background-color: #FEE8DD;
	text-align: center;
	vertical-align: top;
	padding:5px 10px;
}

.pale-red-bckgrnd-lefted {
	background-color: #FEE8DD;
	text-align: left;
	vertical-align: top;
	padding:5px 10px;
}

.pale-red-bckgrnd-righted {
	background-color: #FEE8DD;
	text-align: right;
	vertical-align: top;
	padding:5px 10px;
}

/*------------------left column div's-------*/
#home-contents-left-column {
	position: relative;
	float: left;
	width: 230px;
	height: auto;
}
#newsItem-2 {
	float: left;
	width: 220px;
	height:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsitem-img {
	position:relative;
	background:url(../images/calendar.gif)
	no-repeat;
	width:53px;
	float:left;
	height: 50px;
}

.newsitem-img-2 {
	position:relative;
	background:url(../images/calendar.gif)
	no-repeat;
	width:63px;
	height:67px;
	float:left;
}

.newsitem-img-3 {
	position:relative;
	background:url(../images/calendar.gif)
	no-repeat;
	width:63px;
	height:67px;
	float:left;
}

.newsitem-txt {
	width:70%;
	height:auto;
	float:left;
	padding-left: 10px;
}

.newsitem-txt a {
	text-decoration: underline;
	color: #000000;
}

.newsitem-img h2 {
	position: absolute;
	float:inherit;
	width:50px;
	top: 12px ;
	left: 0px ;
	font-size: 24px ;
	margin-top: 7px ;
	margin-left: -3px ;
	text-align: center;
}

.newsitem-img p {
	position: absolute;
	float:inherit;
	width:50px;
	top: -4px ;
	left: 0px ;
	font-size: 13px ;
	color: #FFFFFF ;
	margin-top: 7px ;
	margin-left: -3px ;
	text-align: center;
}

table {
	margin: 0px auto;
}

.tectite {
	font-size:0.80em;
}

.required {
	color:#DE1010;
}
.required2 {
	color:#DE1010;
}
.align-left {
	float:left;
}
.align-left2 {
	float:left;
}
.tt-stop {
	width: 70px;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
	padding: 3px;
}

.timetable {
	font-size: 0.9em;
}

.tt-timing-point {
	text-align: center;
	vertical-align: middle;
}

.wheelchair {
	text-align: center;
	vertical-align: middle;
	width:15px;
	padding-right: 3px;
	padding-left: 3px;
}

.route-no {
	font-weight: normal;
	vertical-align: top;
	width: 60px;
	padding: 5px;
	text-align: center;
}

.tt-time {
	width: 70px;
	font-weight: normal;
	vertical-align: bottom;
	text-align: right;
	padding: 3px;
}

.pale-red {
	background: #FFE8E2;
}
.pale-green {
	background: #F1FAF3;
}
.pale-green2 {
	background: #DDEFE1;
}

.pale-blue {
	background: #F1F9FF;
}

.pale-blue2 {
	background: #DCF1FD;
}

.underline {
	text-decoration: underline;
}

.pale-orange {
	background: #FCECE0;
}

.concessions-left {
	text-align: left;
	font-weight: normal;
}

.concessions-centered {
	text-align: center;
	font-weight: normal;
	width: 140px;
}

.contents2 h5 {
	font-size: 0.95em;
	padding-right: 5px;
	padding-left: 10px;
	font-style: italic;
}

.bus-image {
	padding: 0px;
	margin: 0px 9px 10px;
}

.accessible-left {
	vertical-align: top;
	text-align: left;
	padding:10px;
	line-height: 16px;
	width: 132px;
}

.map-image {
	margin-left: 10px;
}

#guides-container {
	margin: 0px auto;
	width: 810px;
}

#guides {
	width: 230px;
	height: 210px;
	float: left;
	margin: 0px;
	padding: 20px 20px 0px;
}
#guides .guides-image {
	height: 162px;
	padding-left: 10px;
}
#guides .guides-image img {
	border: 1px solid #000000;
}
#guides .guides-text {
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.about-img {
	float: right;
	padding: 0px 20px;
}

.contents2 h6 {
	font-size: 1.1em;
	color: #DE1010;
	padding-right: 5px;
	padding-left: 10px;
}

.app-form {
	vertical-align: top;
}

.table-left {
	float: left;
	clear:both;
}
#iphone {
	height: 400px;
	width: 900px;
	background: #fff;
	position: absolute;
	z-index: 101;
	margin-left: 18px;
	border: 4px solid #000;
	-webkit-border-radius: 90px;
	-webkit-box-shadow: 5px 5px 50px #000;
	display:none;
}
.black-btn a {
	height: 105px;
	width: 850px;
	border: 4px solid #000000;
	-webkit-border-radius: 75px;
	-webkit-box-shadow: 5px 5px 10px #666;
	margin: 28px auto 0px;
	padding-top: 45px;
	display: block;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	font-size: 40px;
	text-decoration: none;
	font-weight:bold;
}

.black-btn a:hover {
	background: #DE1010;
	color: #FFFFFF;
	text-decoration:none;
}

.overlay {
	background: #000000;
	padding: 0px;
	height: 1400px;
	width: 1000px;
	position: absolute;
	z-index: 100;
	opacity: 0.5;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
}

#network {
	width:590px;
	height:750px;
	padding:0px;
	margin:0 0 0 10px;
	display:inline;
	border:1px #000 solid;
	float: left;
}

.network-text {
	width: 320px;
	float:right;
	}

/* Frequency Table */

table.frequency {
	width:910px;
	border:none;
	padding:0;
}

table.frequency .route {
	background: #FFE8E2;
	text-align: center;
	width: 60px;
	padding: 5px;
	font-weight: bold;
	border-bottom:2px solid #ffffff;
}
table.frequency .desc {
	background: #FFE8E2;
	width: 480px;
	padding: 5px;
	border-bottom:2px solid #ffffff;
}
table.frequency .mins {
	background: #FFF1D7;
	text-align: center;
	width: 60px;
	padding: 5px;
	border-bottom:2px solid #ffffff;
}

table.frequency th.route {
	background: none;
}
table.frequency th.desc {
	background: none;
	text-align:left;
}
table.frequency th.mins {
	background: none;
}

ul.interchanges {
	list-style:none;
	padding:0 10px 0 0;
	margin:0;
	width:40%;
}

ul.interchanges li {
	border-bottom:1px dotted #999;
	padding:0 0 10px;
}

ul.interchanges li.last {
	border-bottom:none;
}