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

* {
	border:0;
	margin:0;
	padding:0;
}

body{
	background:#9DBDE3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:62.5%;
}

blockquote{
	padding:0 36px;
}

p, li{
	font-size:1.2em;
	line-height:2em;
	padding-bottom:1.2em;
	color:#313131;
}

a{
	color:#003081;
}

h1{
	font-size:1.4em;
	color:#8d781a;
	margin-top:18px;
	margin-bottom:12px;
	
}
.rightcolumn-int h1{
	
	margin-top:0px;
	padding-top:18px;
	
}
h1.subhead {
	font-weight:normal;
}

.container{
	width:100%;
	margin:0 auto 0 0;
}


.header{
	width:100%;
	height:116px;
	background:#2a6ebb url(../img/bg_header.jpg) left top no-repeat;
}

.header #navbg{
	background:url(../img/bg_nav.gif) left bottom repeat-x;
	height:116px;
}
.nav-wrapper{
	width:980px;
	position:absolute;
	top:87px;
	left:0px;	/**/
	}

.nav-wrapper #nav{
	border-left:1px solid #cacaca;
	height:28px;
	white-space:nowrap;
	
}

.nav-wrapper #nav ul{
	float:right;
	list-style-type:none;
	height:28px;
	white-space:nowrap;
	margin:0;
	
}

.nav-wrapper #nav ul li{
	float:left;
	white-space:nowrap;
	padding:0;
}
.nav-wrapper #nav ul li.last{
	border-right:1px solid #dfdfdf;
}
.nav-wrapper #nav ul li a{
	border-left:1px solid #dfdfdf;
	border-right:1px solid #cacaca;
	text-decoration:none;
	white-space:nowrap;
	padding:0 27px;
	height:28px;
	line-height:28px;
	display:block;	/**/
}


.nav-wrapper #nav ul li a:hover{
	background:url(../img/bg_nav_hover.gif) top left repeat-x;
	border-left:1px solid #cacaca;
	border-right:1px solid #dfdfdf;
}

.content{
	padding-bottom:21px;
}

.content-bg{
	
	background:#fff url(../img/bg_content.jpg) left top repeat-x;
	
	}

.content-wrapper{
	width:980px;
}


.content .leftcolumn{
	float:left;
	width:301px;
	height:615px;
	margin-right:18px;
	background:url(../img/pics_home.jpg) left top no-repeat;
}
.content .leftcolumn-int{
	float:left;
	width:301px;
	height:580px;
	margin-right:18px;
	background:url(../img/logo_left_int.jpg) left top no-repeat;
}

.midcolumn{
	float:left;
	width:404px;
	margin-right:18px;
	
}

.homepageintro{
	padding-top:62px;
}
		   
	

.content .rightcolumn{
	float:left;
	width:237px;
	padding-top:62px;
}

.content .rightcolumn-int{
	float:left;
	width:659px;
	padding-top:62px;
}
.msmenus{
	float:left;
	width:50%;
}

.msmenus select {
	
	border:1px solid gray;
}

.mapbutton{
	float:left;
	width:50%;
}

.tcmap{
	border:1px solid gray;	
}



.box{
		  
      float:left;
	  
      background:#e7ddb1;
	  
      padding:0 10px;
	  
      margin:10px;
	  
      display:inline;/* IE double margin bug*/
	  

}
	  

.one{
	width:80%
	}
	  
.inner{
		  
      background:#e7ddb1;
	  
      padding:10px 0;
	  
      margin:-10px 0;
	  
      min-height:0;/* ie7 haslayout issues fix*/
	  
      position:relative;
	  
}
	.inner h1{
		margin:0 0 12px 0;
	  
}  
* html .inner{
	height:1px
	}/* ie6 haslayout issues fix*/
	  
.top,.base{
		  
      margin:-10px -10px 0;
	  
      background:url(../img/one-round-test2.png) no-repeat left top;
	  
      height:10px;
	  
      position:relative;
	  
      font-size:10px;
	  
      }
	  
.base{
		  
      background-position:left bottom;
	  
      margin:0 -10px -10px;
	  
}
	  
.top span,.base span{
		  
      background:url(../img/one-round-test2.png) no-repeat right top;
	  
      display:block;
	  
      height:10px;
	  
      font-size:10px;
	  
}
	  
	  
.base span{
	background-position:right bottom;
	}
	
	.boxcontent {
		padding:8px;
	}

.subnav {
	background: url(../img/nav_bg_trans.png) top left repeat; 
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
	

	margin: 78px 0 0 51px;
	padding:18px;
	
	
}

.subnav h1{
	font-weight:normal;
	margin-top:0;
	margin-bottom:18px;
}

.subnav ul{
	list-style:none;
}

.subnav li{
	padding-bottom:9px;
	line-height:1.7em;
}
.rightcolumn-int h1.route{
	margin-left:9px;
}

.routemenu ul{
	list-style:none;
	margin-left:9px;
	margin-bottom:12px;
}
.routemenu ul.nonroute{
	margin-left:0;
}
.routemenu ul li{
	display:inline;
	border-right:1px solid #333;
	line-height:1.2em;
	padding:0px 15px;
}
.routemenu ul.stopmenu li{
	line-height:2em;
}
.routemenu ul.stopmenu{
	margin-left:0;
}
.routemenu ul li.first{
	padding-left:0;
	}


.routemenu ul li.last{
	border:none;
	}
	
.bulletlist{
		margin-left:3.5em;
		margin-bottom:1.2em;
	}

.bulletlist li{
	line-height:2em;
	padding:0;
	}
	
	.right{
		float:right;
		margin-left:12px;
		margin-bottom:12px;
	}
	.picwrapper{
		margin:0;
		padding:0;
		border:0;
		width:180px;
	}
	.right img.loading{
		width:180px;
		padding-bottom:12px;
	}
	
.datatable{
	width:100%;
	margin:0 auto;
	border-left:1px solid #333;
	border-top:1px solid #333;
	margin-bottom:21px;
	
}

.datatable td{
	padding:5px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	vertical-align:top;
}

.datatable th{
	background:#003081;
	color:#fff;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

.datatable th h1{
	color:#fff;
	padding:9px 0;
	margin-bottom:0;
	margin-top:0;
}
.datatable th.sub p{
	color:#313131;
}
.datatable th.sub{
	background:#e6da88;
	color:#fff;
}
.datatable p{
	padding:0;
}
.datatable td.fare{
	font-weight:bold;
	text-align:right;
}
.datatable td.destination{
	text-align:center;
}
.map {
	padding:18px 0 21px 0;
}

.sked table {
	width:640px;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	background:#fff;
	font-size:1.2em;
	margin:9px;
}

.sked table td, .sked table th {
	padding:3px;
	border-top:1px solid gray;
	border-left:1px solid gray;
	text-align:center;
}
.sked table th.skedhead {
	background:#003081;
	padding:6px 9px;
}
.skedhead h2 {
	text-align:left;
	color:#fff;
	font-size:1.1em;
	padding:0;
	margin:0;
}
	
.sked table th .transitcenter-timepoint {
	background:#aa1f27;
	padding:3px;
	color:#fff;
	width:1.5em;
	height:1.5em;
	text-align:center;
	margin:3px auto;
}
table tr.yellow{
	background:#e6da88;
}

.timepointrow{
	background:#d1bd65;
	}
	
	.directionrow{
		background:#7fa6d5;
		
		
	}
	
	.clockwise-bar{
		width:50%;
		float:left;
		text-align:left;
		
	}
	
	.counterclockwise-bar{
		width:50%;
		float:left;
		text-align:left;
		
		
	}
.commentform{
	background:#80acdf;
	 border: 1px solid #595959;
	 padding:9px 18px 18px 18px;
	 margin-top:0;
	
}	
.formheader-wrapper{
	background:#003081;
	padding:1px 0;
	border-top:1px solid gray;
	border-left:1px solid gray;
	
	border-right:1px solid gray;
}
.formheader h1{
	color:white;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
	padding:9px 0;
	
}

.commentform input, .commentform textarea, .commentform select{
	border:1px solid gray;
	padding:3px;
}


	div.row {
  clear: both;
  padding-top: 12px;
  }



div.row span.label {
  float: left;	
  width: 175px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 425px;
  text-align: left;
  } 
  
  
  div.row_home {
  clear: both;
  padding-top: 10px;
  }

div.row_home span.label_home {
  float: left;
  width: 135px;
  text-align: right;
  padding:3px 10px 0 0;
  }

div.row_home span.formw_home {
  float: left;
  width: 200px;
  text-align: left;
  } 
  
.textarea form input, .textarea form textarea{
	border:1px solid black;
	padding:3px;
	
}	

.largepic{
	padding-bottom:18px;
	}
	  
	  
.clearfloat{
	clear:both;
	line-height:0;
	
	
}

.footer{
	width:100%;
	height:46px;
	background:#558bc9 url(../img/bg_footer.jpg) left top no-repeat;
	border-top:1px solid #003081;
	border-bottom:1px solid #003081;
}
.print{
	display:none;
}

.tcentercaption{
	width:250px;
}

.boardpics{
	
}

.pic-board{
	width:113px;
	float: left;
	margin-right:68px;
	text-align:center;
	line-height:1.5em;
	
}
.pic-board-last{
	width:113px;
	float: left;
	margin-right:0;
	text-align:center;
	line-height:1.5em;
	
}