@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:#9B0126 thin solid;
	border-top:#9B0126 thin solid;
}
.twoColFixLtHdr #masthead2 {
	margin: 0;
	padding: 0;
	border-top:#9B0126 1px solid;	
	font-size:.9em;
}
.twoColFixLtHdr #orangeline{
	margin: 0;
	padding: 0;
	padding-bottom:1px;
	border-bottom:#9B0126 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:38px;
	float:left;
	width:390px;
}
.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:35px;
	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;
}
.alert {
	color:red;
	font-size:22px;
	font-weight:bold;
	
}
.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:.7em;
	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:white;
} 
.smallest{font-size:9px}
.smallest a:link{font-size:9px;
text-decoration:underline;
color:#103174;}
.smallest a:visited{font-size:9px;
text-decoration:underline;
color:#103174;}
.smallest a:hover{font-size:9px;
text-decoration:none;
color:#103174;}
.align_right{text-align:right}
.inline{list-style:none;
list-style-type:none;}

.nodot{
	list-style-type:none;
}
.nodot2{
	list-style-type:disc;
  padding-left:10px;
  padding-right:10px;
  border-left:thin orange solid;
  display:inline;
  font-size:12px;
  font-weight:500;
}
.nodot2end{
	list-style-type:disc;
  padding-left:10px;
  padding-right:10px;
  border-left:thin orange solid;
    border-right:thin orange solid;
  display:inline;
  font-size:12px;
  font-weight:500;
}
.img{float:left;
padding-right:4px;
}
.img2{float:left;
padding-left:20px;
}
.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;}
.stretch{
	font-stretch:expanded;
}
.noticeTitle{
	color:#9B0126;
	font-size:16px;
}
.noticeTitle a:link{
	color:#9B0126;
	font-size:16px;	
	text-decoration:underline;
}
.noticeTitle a:visited{
	color:#9B0126;
	font-size:16px;	
	text-decoration:underline;
}
.noticeTitle a:hover{
	color:#9B0126;
	font-size:16px;	
	text-decoration:none;
}

.notice{
	font-size:11px;
}
.notice a:link{
	font-size:11px;
	color:#103174;
	text-decoration:underline;
}
.notice a:visited{
	font-size:11px;
	color:#103174;
	text-decoration:underline;
}
.notice a:hover{
	font-size:11px;
	color:#103174;
	color:red;
	text-decoration:none;
}
.pTitle{
	color:#103174;
	font-size:12px;
	font-weight:700;
}
	
.pTitle a:link{
	color:#103174;
	line-height:25px;
	font-size:12px;
	font-weight:700;
	text-decoration:underline;
}
.pTitle a:visited{
	color:#103174;
	line-height:25px;
	font-size:12px;
	font-weight:700;	
	text-decoration:underline;
}
.pTitle a:hover{
	color:#103174;
	line-height:25px;
	font-size:12px;
	font-weight:700;
	text-decoration:none;
}
.blueTitle{
	color:#103174;
	font-size:19px;
	font-weight:bold;
	line-height:20px;
}
.twoColFixLtHdr #mainContent .lefty {
	text-align:left;
	font-size:12px;
}
.twoColFixLtHdr #mainContent .blueText{color:#103174}
.twoColFixLtHdr #mainContent .blueText a:link{color:#103174}
.twoColFixLtHdr #mainContent .blueText a:visited{color:#103174}
.twoColFixLtHdr #mainContent .blueText a:hover{color:#103174;
text-decoration:none}
.button{
	background-color:#036;
	color:#FFF;
}
.marquee {
	text-decoration:underline;
	background-color: #9B0126;
	color:#666;
	line-height:22px;
} 
.marquee a:link{
	text-decoration:underline;
	background-color:#9B0126;;
	color:white;
} 
.marquee a:visited{
	text-decoration:underline;
	background-color:#9B0126;;
	color:white;
} 
.marquee a:hover{
	text-decoration:none;
    background-color:#333333;
} 
.marqueeH {
	text-decoration:underline;
	background-color: #FFF;
	color:#000;
	font-size:10px;
	line-height:22px;
} 
.marqueeH a:link{
	text-decoration:underline;
	background-color:#FFF;
	font-size:10px;	
	color:red;
} 
.marqueeH a:visited{
	text-decoration:underline;
	background-color:#FFF;
	font-size:10px;
	color:red;
} 
.marqueeH a:hover{
	text-decoration:none;
	font-size:10px;
    background-color:#333333;
} 
.twoColFixLtHdr .lineHgt{
	line-height:4px;
	background-color:#06C;
}
.twoColFixLtHdr .borderImage{
	border:thin solid #009F34;
	float:left;
	margin-top:10px;
	margin-right:10px;
}
.green{
	font-size:19px;
	font-weight:bold;
	color:#063;
}
.borderme{
	text-align:center;
	border: #9B0126 medium solid;
}
.noBullets{
	list-style:none;
}
.twoColFixLtHdr  #mainContent .noBullets li a.link{
	list-style:none;
	color:#103174;
}
.twoColFixLtHdr #mainContent .noBullets li a.visited{
	list-style:none;	
	color:#103174;
}
.twoColFixLtHdr  #mainContent .noBullets li a.hover{
	list-style:none;
	color:#103174;
	text-decoration:none;
}
ul.none {list-style-type:none}

.hrColor{
	color:#006;
	width:80%;
	size:6;
}
.hrColor2{
	color:#39F;
	width:80%;
	size:6;
}
