body {

	margin: 0;
	font-size: 12px;
	font-family: "Futura", "Lucida Grande", Arial, sans-serif;
	background: url('images/background.jpg') top left no-repeat #fff;

}

a, a:link, a:visited, a:active{

	color: #006BD7;

}

a:hover{

	text-decoration: none;

}

#page {

	

}

#layout {

	width: 100%;
	text-align: left;

}

.alt {

	display: none;

}

#header {

	width: 780px;
	display: none;
	/*background: url("images/header.jpg") top left no-repeat;*/

}



#logo{
	margin: 10px 0 0 1px;
	background: url('images/logo.png') top left no-repeat;
	width: 143px;
	height: 130px;

}

.maintitle{
	color: #FFF;
	font-size: 36px;
	margin:0px;
}


.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.nav ul li {

	float: left;

}

.nav ul li a {

	display: block;
	padding: 3px 5px 3px 5px;
	text-decoration: none;

}

.nav ul li a:hover {

	text-decoration: underline;

}

#topNav {
	width: 610px;
	margin: 75px 0 0 150px;
	float: left;
}

#topNav ul{

	margin: 4px 0 0 10px;

}

#topNav ul li a {

	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 0 10px 5px 10px;
	

}

#topNav ul li a:hover{


	color: #FFF0A7;
	text-decoration: underline;

}

#topNav ul li.lastOne a{

	border-right: none;

}

#search{
	color: #fff;
	position: absolute;
	top: 0;
	width: 750px;
	left: 0px;
	text-align: right;
	padding: 1px 0 0 0;

}

#search input{

	height: 22px;
	border: 1px solid #000;

}

#search .button{


}

#search .button a{
	color: #fff;
	text-decoration: none;
	padding: 2px;
	background: #016CD8;
	border: 1px solid #000;
	font-size: 10px;

}

#search .button a:hover{

	background: #999;
	color: #000;

}

#contactInfo{
	font-size: 10px;
	position: absolute;
	top: 33px;
	left: 215px;
	color: #666;
}

#contactInfo p{

	margin: 0;

}

#contactInfo span{

	display: block;
	float: left;
	

}

#contactInfo .left{

	border-right: 1px solid #666;
	padding: 0 10px 0 0;

}

#contactInfo .right{

	margin: 0 0 0 10px;

}

#googleSearch	{
	width:245px;
}

#content{

	margin-top: 10px;

}

#content .container{

	padding: 0 0 0 20px;
	

}

#content .container h3{

	color: #006BD7;
	font-size: 24px;
	margin: 0 0 5px 0;

}

#content .container h4{

	font-size: 16px;
	margin: 0;

}


#content .container h5{

	font-size: 13px;
	color: #006BD7;
	margin: 0;

}

#content table{

	font-size: 12px;

}

.copy #content {

	width: 750px;
	
}

#news{
	width: 246px;
	background: #b5d2f0;
	float: right;
	padding: 0;
	margin: 0 0 10px 10px;
	font-size: .95em;
}

*html #news {width: 246px;}

#news h3{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #FFF0A7;
	margin: 0px 0 0 0px;
	padding: 5px 0;
	background: url(images/newsbackground.jpg) no-repeat;

}

#news .container{

	padding: 0;
	margin: 10px 0 0 10px;
	text-align: left;

}

#news p{

	margin: 10px;

}





#bottomNav {
	
	font-size: 12px;
	clear:both;
	background: url('images/bottomback.jpg') bottom left repeat-x;
	height: 50px;
	padding: 15px 0 0 20px;
	
	

}

#bottomNav ul{

	width: 600px;
}



#bottomNav ul li a{
	color: #666;
	text-decoration: none;
	padding: 0 10px 5px 10px;
}

#bottomNav ul li.lastOne a{
	
	border-right: none;

}

#bottomNav ul li a:hover{
	text-decoration: underline;
}


#copyright {

	color: #fff;
	font-size: 10px;
	height: 130px; 
	padding: 15px 0 0 30px;
	background: url('images/fade.jpg') top left repeat-x;

}

#copyright a {

	text-decoration: none;
	color: #fff;

}

#copyright a:hover {

	text-decoration: underline;

}

#copyright p{

	margin: 0;

}

.imgBorder{
	border: 1px solid #999;
}

.routeList li{

	margin: 5px 0 5px 0;

}

.routeList li a{

	text-decoration: none;

}

.routeList li a:hover{

	text-decoration: underline;

}

.disclaimer{

	color: #FF0000;
	font-family:times new roman, serif;

}

/* */

.scheduleTable{

	background: #E0E0F0;
	width: 800px;
	
}

.scheduleTable th{

	background: #1848A0;
	color: #fff;
	font-size: 24px;
	padding: 10px;

}

.scheduleTable td{
	background: #EDEDFF;
	border: 1px solid #A0B0D8;
	padding: 3px;

}

.scheduleTable .secondRow td{

	background: #fff;

}

.scheduleTable .routeNum{

	background: #A0B0D8;
	width: 65px;

}


