.Section_Header
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	background-color: #cccccc;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Blue_Box
{
	font-family: Arial;
	font-size: 11px;
	color: #444444;
	background-color: #d6ebff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Blue_Box a
{
	font-family: Arial;
	font-size: 11px;
	color: #286bc4;
	text-decoration: none;
}

.Blue_Box h1
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

.White_Box
{
	font-family: Arial;
	font-size: 11px;
	color: #444444;
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #cccccc;
}

.White_Box a
{
	font-family: Arial;
	font-size: 11px;
	color: #0c77c7;
	text-decoration: none;
}

.White_Box h1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	padding: 0px;
	margin-bottom: 10px;
	
}

.White_Box ul
{
	margin: 0px;
	padding-left: 15px;
	padding-top: 0px;
	list-style-image: url(/Site_Images/Common_Images/Right_Arrow.jpg);
}

.testWhite_box li
{
}

.Grey_Box
{
	font-family: Arial;
	font-size: 11px;
	color: #444444;
	background-color: #e7e7e7;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Grey_Box a
{
	font-family: Arial;
	font-size: 11px;
	color: #0c77c7;
	text-decoration: none;
}

.Grey_Box h1
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #6699cc;
}

/*==================================================*/
/*===== Fare Finder =====*/
/*==================================================*/
#Farefinder
{
	font-family: Arial;
	background-color: #1a335b;
	color: #85b3de;
	font-size: 14px;
	font-weight: bold;
	padding-left: 110px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/Site_Images/Homepage_Images/Farefinder_Image.jpg);
	background-repeat: no-repeat;
}

#Farefinder table
{
	font-family: Arial;
	color: #85b3de;
	font-size: 14px;
	font-weight: bold;
}

#Farefinder h1
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

#Farefinder hr
{
	border: 0px;
	background-color: #ffffff;
	color: #ffffff;
}
/*==================================================*/
/*=========== Social Media Icons - CoLab ===========*/
/*==================================================*/
#Connect_With_Us {
	width:225px;
	padding:10px 0 10px 15px;
	border:none;
}
#Connect_With_Us .Connect_List {
	width:144px;
	overflow:hidden;
	margin:0 0;
	padding:0 0;
	list-style:none;
}
#Connect_With_Us .Connect_List li {
	width:60px;
	height:60px;
	display:block;
	float:left;
	list-style:none;
	margin:0 12px 13px 0;
}
#Connect_With_Us .Connect_List li a {
	width:60px;
	height:60px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#Connect_With_Us .Connect_List li.Watchdog a {
	background:url(../Site_Images/Homepage_Images/Social_Media_Icons.png) no-repeat 0 0;
}
#Connect_With_Us .Connect_List li.Twitter a {
	background:url(../Site_Images/Homepage_Images/Social_Media_Icons.png) no-repeat 0 -60px;
}
#Connect_With_Us .Connect_List li.Facebook a {
	background:url(../Site_Images/Homepage_Images/Social_Media_Icons.png) no-repeat 0 -120px;
}
#Connect_With_Us .Connect_List li.Foursquare a {
	background:url(../Site_Images/Homepage_Images/Social_Media_Icons.png) no-repeat 0 -180px;
}
#Connect_With_Us .Connect_List li.Watchdog a:hover {
	background:url(../Site_Images/Homepage_Images/Social_Media_Icons.png) no-repeat 0 0;
}
#Connect_With_Us .Connect_List li.Twitter a:hover {
	background:url(../Site_Images/Homepage_Images/Social_Media_Icons.png) no-repeat 0 -60px;
}
#Connect_With_Us .Connect_List li.Facebook a:hover {
	background:url(../Site_Images/Homepage_Images/Social_Media_Icons.png) no-repeat 0 -120px;
}
#Connect_With_Us .Connect_List li.Foursquare a:hover {
	background:url(../Site_Images/Homepage_Images/Social_Media_Icons.png) no-repeat 0 -180px;
}
