@charset "utf-8";
body  {
	font: 0.92em Verdana,Arial,Helvetica,  sans-serif;
	background-color:#D4DaE6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding-top:5px;
	padding-bottom: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #header .larger {
	font-size:20px;
	font-weight:800;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #masthead {
	margin: 0;
	padding: 0;
	border-bottom:#e55c01 thin solid;
	border-top:#e55c01 thin solid;
}
.twoColFixLtHdr #masthead2 {
	margin: 0;
	padding: 0;
	border-top:#e55c01 1px solid;	
	font-size:.9em;
}
.twoColFixLtHdr #orangeline{
	margin: 0;
	padding: 0;
	padding-bottom:1px;
	border-bottom:#e55c01 1px solid;
	height:28px;
}
		
.twoColFixLtHdr #masthead2 .noScript{
	color:#F00;
	font-size:0.8em;
	font-weight:bold;
}
ul#noJavaScript{
	list-style:none;	
	margin:0;
	padding:0px;
}
ul#noJavaScript li{
	display:block;
	float:left;
	width:160px;
	background-color:#FFF;
}
ul#noJavaScript a{

	float:left;
	width:160px;
	background-color:#FFF;
}
ul#noJavaScript a.visited{

	float:left;
	width:160px;
	background-color:#FFF;
}
ul#noJavaScript a:hover{

	float:left;
	width:160px;
	background-color:#FFF
	text-decoration:none;
}
p.clear{
	clear:both;
	margin: 0;
	padding:0;
	height:0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:center;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
} 
.twoColFixLtHdr #homeleft {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
	float:left;
	width:480px;
} 

.twoColFixLtHdr #homeright {
	margin: 0 0 0 500px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
	width:200px;
}
.twoColFixLtHdr #logo {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:241px;	
}
.twoColFixLtHdr #title {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:48px;
	float:left;
	width:400px;
}
.twoColFixLtHdr #search {
	margin: 0 0 0 660px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top:0px;
	margin-top:45px;
	width:300px;
	height:27px;
}
.twoColFixLtHdr #mainContentSearch {
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
} 
.twoColFixLtHdr #mainContentSearch  h2{
	color:#103174;
	line-height:25px;
	vertical-align:bottom;
} 
.twoColFixLtHdr #mainContent h2{
	color:#103174;
	line-height:25px;
	vertical-align:bottom;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #F3EFFF;
	text-align:center;
	font-size:smaller;
} 
.twoColFixLtHdr #footer  a:link{
	text-decoration:none;
	color: #103174;
} 
.twoColFixLtHdr #footer  a:visited{
	text-decoration:none;
	color: #103174;
} 
.twoColFixLtHdr #footer  a:hover{
	text-decoration:underline;
	color: #103174;	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
}
.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;
}
.right_top{
	font-size:smaller;
	text-align:right;
	vertical-align:text-top;
}
.twoColFixLtHdr H2 { padding-top:8px;}

.twoColFixLtHdr #mainContent p{
	line-height:19px;
}
.twoColFixLtHdr #mainContent p a:link{
	text-decoration:underline;
	color:#103174;
} 
.twoColFixLtHdr #mainContent p a:visited{
	text-decoration:underline;
	color:#103174;
} 
.twoColFixLtHdr #mainContent p a:hover{
	text-decoration:none;
	color:#00F;
} 
.twoColFixLtHdr #mainContent ul a:link{
	text-decoration:underline;
	color:#103174;
} 
.twoColFixLtHdr #mainContent ul a:visited{
	text-decoration:underline;
	color:#103174;
} 
.twoColFixLtHdr #mainContent ul a:hover{
	text-decoration:none;
	color:#00F;
} 
.schedules{
	font-size:.83em;
	font-weight: normal;
}
.caption{
	font-size:.83em;
	text-align:center;
}
.scheduleArea{
	border:#d4dae6 dotted thin;
	width:100%;
}
.faresArea{
	border:#d4dae6 dotted thin;
	width:100%;
}
.faresArea td {
	border:#103174 dotted thin;
	height:30px;
	vertical-align:bottom;
}
.schedules a:link{
	text-decoration:none;
	color:#103174;
	background-color:#FFF;
} 
.schedules a:visited{
	text-decoration:none;
	color:#103174;
	background-color:#d4dae6;
} 
.schedules a:hover{
	text-decoration:underline;
	color:#103174;
    background-color:#fbe4d4;
} 
.smallest{font-size:9px}
.align_right{text-align:right}
.inline{list-style:none;
list-style-type:none;}

.nodot{
	list-style-type:none;
}
.img{float:left;
padding-right:8px;
}
.imgRight{float:right;
padding-left:3px;
}
.red{color:red;
font-weight:bold;
}
.blue{color:blue;}
.boardrow1{
	background-color:#FFF;
	line-height:24px;
	color:#000;
}
.boardrow1 a:link{
	text-decoration:underline;
	color:#000;	
}
.boardrow1 a:visited{
	text-decoration:underline;	
	color:#000;	
}
.boardrow1 a:hover{
	text-decoration:none;
	color:blue;
}
.boardrow2 a:link{
	text-decoration:underline;
	color:#000;	
}
.boardrow2 a:visited{
	text-decoration:underline;	
	color:#000;	
}
.boardrow2 a:hover{
	text-decoration:none;
	color:blue;
}
.boardrow2{
	line-height:24px;
	background-color:#F1F1F1;
	color:#000;	
}

.title{
	font-size:1.3em;
	font-weight:bold;
}
.nobr{white-space:nowrap;}
.just{
	text-align:justify;
}