﻿	/* Styles for main page */

	body {
			padding: 0;
			margin: 0;
			height: 100%; /* needed for container min-height */
			font-size: 12pt;
			color: black;
			text-align: center;
			font-family: Verdana, Arial, Helvetica, sans-serif;}

	html {	height: 100%; /* needed for container min-height */
			overflow: -moz-scrollbars-vertical; /* always show vertical scrollbar */
			overflow-y: scroll; /* always show vertical scrollbar */
			overflow-x: auto;}

	#container {
		/* centre container on page */
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		position: relative; /* needed for footer positioning*/
		width: 960px;
		min-height: 100%; /* real browsers */
		height: auto !important;
		height: 100%; /* IE6: treaded as min-height*/
		/*padding-bottom: 40px; /* prevent footer overlap*/
		/*border: 1px solid #00ff00;*/}

	#banner {
		padding-top: 20px;}
		
				#printBanner{
		display:none;
		}


	/*============================================================
	nav items
	============================================================*/
	#navBar {
		position: relative;
		width: 960px;
		background-image: url('images/navBarBkgrnd.jpg');
		background-repeat: no-repeat;
		margin-top: 3px;
		height: 24px;}

	#navItems {
		position: absolute;
		left: 26px;
		z-index: 10;}

	div.navLinkBox {
		float: left;
		height: 30px;
		background-position: 9px 0px;
		background-repeat: no-repeat;}

	div.navLinkHomeSelected {  background-image: url('images/navBarHomeSelected.png');}
	div.navLinkHomeHover {  background-image: url('images/navBarHomeHover.png');}

	div.navLinkTimetablesSelected {  background-image: url('images/navBarTimetablesSelected.png');}
	div.navLinkTimetablesHover {  background-image: url('images/navBarTimetablesHover.png');}

	div.navLinkStudentsSelected {  background-image: url('images/navBarStudentsSelected.png');}
	div.navLinkStudentsHover {  background-image: url('images/navBarStudentsHover.png');}

	div.navLinkCharterSelected {  background-image: url('images/navBarCharterSelected.png');}
	div.navLinkCharterHover {  background-image: url('images/navBarCharterHover.png');}

	div.navLinkPrepaySelected {  background-image: url('images/navBarPrepaySelected.png');}
	div.navLinkPrepayHover {  background-image: url('images/navBarPrepayHover.png');}

	div.navLinkNewsSelected {  background-image: url('images/navBarNewsSelected.png');}
	div.navLinkNewsHover {  background-image: url('images/navBarNewsHover.png');}

	div.navLinkContactUsSelected {  background-image: url('images/navBarContactUsSelected.png');}
	div.navLinkContactUsHover {  background-image: url('images/navBarContactUsHover.png');}	
	
	
	
	div.navLink {
		border-right: 1px solid #151c35;
		padding-right: 10px;
		padding-left: 12px;
		height: 12px;
		margin-top: 5px;
		font-weight: bold;
		font-size: 8.5pt;}

	/*div.navLinkSelected {
		position: absolute;
		top: 0px;}*/

	#navSearch {
		position: absolute;
		right: 30px;}
		
	input.searchBox {
		position:absolute;
		right: 67px;
		width: 120px;
		height: 18px;
		padding: 0px;
		margin-top: 3px;
		margin-bottom: 3px;
		border-width: 0px;
		font-size: 7.75pt;
		color: #3359ad;
		background: #ffffff;}

	input.searchButton {
		position: absolute;
		right: 0px;
		font-size: 7.75pt;
		color: #ffffff;
		height: 20px;
		width: 59px;
		margin-top: 2px;
		margin-bottom: 2px;
		background-image: url('images/searchButtonBkgrnd.jpg');
		background-repeat: no-repeat;
		background-position: right center;
		padding-top: 2px;
		padding-bottom: 3px;
		border-width: 0px;}
	/*------------------------------------------------------------*/


	/*============================================================
	breadcrumbs items
	============================================================*/
	#breadCrumbsContainer {
		position: relative;
		clear:  both;
		width: 960px;
		margin-top: 20px;
		margin-bottom: 20px;
		height: 24px;}
	
	#breadCrumbs {
		position: absolute;
		left: 36px;
		font-size: 6.5pt;
		color: #3359ad; /* light blue */}

	#breadCrumbs  a{
		font-size: 6.5pt;
		color: #3359ad; /* light blue */}
		
	/*------------------------------------------------------------*/


	/*============================================================
	content items
	============================================================*/
	#content {
		width: 960px;
		/*border: 1px solid black;*/
		padding-top: 24px;
		padding-bottom: 40px;
		overflow: auto; /* expand div to content */}

	#leftColumn {
		margin-left: 40px;
		float: left;
		/*border: 1px solid yellow;*/
		width: 590px;}

	#rightColumn {
		margin-top: 20px;
		margin-left: 40px;
		float: left;
		width: 260px;}

	#oneColumn {
	width: 890px;
	margin-left: 36px;
	}	
	
	div .newsDescription {
		margin-bottom:25px;
		/*background-color: yellow;*/
	}

	div.contentSection {
		position: relative;
		background-image: url('images/sectionBg.png');
		background-repeat: no-repeat;
		min-height: 160px;
		margin-bottom: 20px;
		overflow: auto; /* expand div to content */}

	div.contentImageDiv {
		position: relative;
		float: left;
		width: 140px;
		margin: 20px 0px 0px 20px;}
		
	div	.readMore {
		position: absolute;
		bottom: 0px;
		right: 20px;
		}
		
	div .pageLink {
		position: absolute;
		bottom: 0px;
		right: 20px;
		
	}	
	
	div .pageLink a {
	color: #3359ad;
	font-size: 13px;
	}

	div.contentDiv {
		/*background-color:blue;*/
		float: left;
		width: 398px;
		font-size: 12px;
		letter-spacing: 0.2px;
		line-height: 2;
		min-height: 160px;
		margin: 20px 20px 0px 12px;}
		
	div.contentDivPageLink {
		/*background-color:blue;*/
		float: left;
		width: 398px;
		font-size: 12px;
		letter-spacing: 0.2px;
		line-height: 2;
		min-height: 160px;
		margin: 20px 20px 0px 12px;}	
		
		
	div.timetableWideContentDiv {
		/*background-color:blue;*/
		float: left;
		width: 680px;
		font-size: 12px;
		letter-spacing: 0.2px;
		line-height: 2;
		min-height: 160px;
		margin: 20px 20px 0px 20px;}	

	div .sideSectionContainer {
		margin-bottom:20px;
	}
	
	div .weatherSideSectionContainer {
		margin-bottom:20px;
		clear:both;
	}
	
	#weather{
		height:100px;
		margin-left: 2px;
		float:left;
	}
	
	div.sideSection {
		clear:both;
		font-size: 13px;
		font-weight: bold;
		color: white;
		text-align: center;
		width: 260px;
		background-image: url('images/sideSectionbg.png');
		background-repeat: no-repeat;
		margin-bottom: 3px;
		min-height: 18px;}
		

	div.sideSection2 {
		font-size: 13px;
		font-weight: bold;
		color: white;
		text-align: center;
		width: 260px;
		background-image: url('images/sideSectionbg.png');
		background-repeat: no-repeat;
		margin-bottom: 3px;
		min-height: 18px;}

	div.sideContentDiv {	
		width: 260px;
		font-size: 11px;
		letter-spacing: 0.2px;
		line-height: 2;
		margin-bottom: 20px;}		
		
	div.contentSectionNoBkgrnd {
		/*border: 1px solid #00ff00;*/
		margin-bottom: 20px;
		overflow: auto; /* expand div to content */}
		
	div.searchSection {
		/*border: 1px solid #00ff00;*/
		margin: 20px 20px 20px 20px;
		overflow: auto; /* expand div to content */}		
		
	div.newsContentImageDiv {
		/*border: 1px solid blue;*/
		position: relative;
		margin: 20px 0px 0px 20px;
		float: left;
		width: 140px;}			
		
	div.pageContentDiv2 {
	/*border: 1px solid red;*/
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 2;
	margin: 20px 20px 20px 20px;
	overflow: auto;
	clear:both;}	
	
	.pageContentDiv2 p {
	clear:both;
	}
	
	.pageContentDiv  p ul li{
	clear:both;
	}
		
	.pageContentDiv ul {
	margin-left:0px;
	padding-left:15px;
	}

	.pageContentDiv  ol li{
	list-style-type:decimal;
	list-style-position: inside;
	}
	
	div.pageContentDiv {
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 2;
	overflow: auto;
	clear:both;}
	
	
	div.newsContentDiv {
	/*border: 1px solid red;*/
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 2;
	margin: 20px 20px 0px 12px;
	overflow: auto;
	float:left;
	width: 690px;}
	
	div.newsContentSection {
	/*border: 1px solid #00ff00;*/
	position:relative;
	background-image: url('images/newsSectionBg.png');
	background-repeat: no-repeat;
	min-height: 160px;
	margin-bottom: 20px;
	overflow: auto; /* expand div to content */}	
	
	div.wideContentSection {
	/*border: 1px solid #00ff00;*/
	background-image: url('images/wideSectionBg.png');
	background-repeat: no-repeat;
	min-height: 90px;
	margin-bottom: 20px;
	overflow: auto; /* expand div to content */
	clear:both;}	
		
	
	div.timetableWideContentSection {
	/*border: 1px solid #00ff00;*/
	background-image: url('images/wideSectionBg.png');
	background-repeat: no-repeat;
	min-height: 160px;
	margin-bottom: 20px;
	overflow: auto; /* expand div to content */
	clear:both;}	
	
	div.recentNewsContentDiv {
	/*border: 1px solid red;*/
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 2;
	margin: 20px 20px 0px 12px;
	overflow: auto;
	float:left;
	min-height: 160px;
	width: 500px;}
	
	div .description {
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 2;
	margin-bottom: 30px;
	}
	
	div .captionDiv{
	color: #3359ad;
	font-size: 9px;
	width: 480px;
	}	
	
	div .imgAndCaption {
		margin-top: 8px;
		margin-right: 25px;
		margin-bottom: 10px;
		float:left;
	}
	
	div .imageContainer{
		margin-left: 0px;
		position: relative;
		float:left;
	}	

	#campaignContainer{
	background-image: url('images/campaignBkgrnd.png');
	background-repeat: no-repeat;
	width: 240px;
	margin-top:30px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position:relative;
	}
	
	div .campaignImageDiv img{
		margin-top:20px;
		margin-bottom:20px;
	}

	div .campaignImageDiv{
	position:relative;
	width:160px;
	margin-right:auto;
	margin-left:auto;
	}	
	
	div .campaignDescription{
	color:black;
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 1.2;
	margin-bottom:10px;
	text-align:center;
	}	
	
	.campaignDescription a {
	font-size: 13px;
	color: #3359ad;
	font-weight: bold;
	}
	
	div .campaignContentDiv{
	margin:auto;
	width: 230px;
	margin-bottom:30px;
	}	
	
	div .campaignTNFrame {
	position: absolute;
	top:0px;
	left:0px;
	}
	
		
	/*------------------------------------------------------------*/


	/*============================================================
	/*footer items
	/*============================================================*/
	#footer {
		position: absolute;
		background-image: url('images/footer.jpg');
		background-repeat: no-repeat;
		width: 100%;
		left: 0px;
		bottom: 0; /* stick to bottom */
		height: 34px;}
	#footer a {
		font-size: 7.75pt;}	

	#footerItems {
		position: absolute;
		left: 80px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6px;}

	div.footerLink {
		float: left;
		border-right: 1px solid #151c35;
		padding-right: 10px;
		padding-left: 8px;
		height: 12px;}

	#poweredBy {
		position: absolute;
		right: 330px;
		margin-top: 6px;}
	#poweredBy a {
		color: #ffffff;}
	/*------------------------------------------------------------*/

	/*============================================================
	/*timetable page
	/*============================================================*/
	
	#timeTableDescription {
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 2;
	margin-bottom: 30px;
	float: left;
	margin-bottom: 20px;
	width: 780px;
	}
	
	#getacro {
	width: 90px;
	float: right;
	}
	
	div .timeTableLinkDiv {

	}
	
	div .timeTableLinkLine {

	}
	
	
	div .timeTableDiv {
		background-image: url('images/wideSectionBg.png');
		background-repeat: no-repeat;
		overflow: auto; /* expand div to content */}
	
	div .timeTableIconDiv {
		float:left;
		margin: 5px 10px 5px 0px;
	}
	
	div .timeTableIconDiv img {
		width: 20px;
		height: 20px;
	}
		
	div .timeTableContent{	
		float:left;
		font-size: 13px;
		margin-top: 20px;
		line-height: 2;
		margin: 20px 20px 20px 20px;
	}
	
	div .homeHeaderDiv{
	margin-bottom:20px;
	}
	
	div .headerDiv{
	margin-bottom:10px;
	}
	/*------------------------------------------------------------*/
	
	/*============================================================
	/*charter page
	/*============================================================*/
	
	div .charterDiv {
		margin-bottom: 20px;
	}

	/*------------------------------------------------------------*/
	
	/*============================================================
	/*news page
	/*============================================================*/	
	#newsLeftColumn {
		margin-left: 40px;
		float: left;
		/*border: 1px solid yellow;*/
		width: 700px;}	
		
	#categoryListBkgrnd {
		background-image: url('images/catListBg.png');
		background-repeat: no-repeat;
		width: 155x;
		height:300px;
		margin-left:5px;
	}	
	
	#newsRightColumn {
		margin-left: 15px;
		margin-top: 56px;
		float: left;
		/*border: 1px solid #0000ff;*/
		width: 165px;}

	#categoryListHeading {
		font-size: 13px;
		font-weight: bold;
		color: white;
		text-align: center;
		width: 165px;
		background-image: url('images/catListHeadingbg.png');
		background-repeat: no-repeat;	
		min-height:	18px;
	}	
	
	#gradient{
	margin: auto;
	}
	
	#pagingDiv {
	
	}
		
	.categoryListing {
		width: 155px;
		background-color: #90bde6;
		min-height: 30px;
		margin: auto;	
		border-bottom: 1px solid white;
		overflow: auto;
	}
	.categoryListingContent{
		font-size: 11px;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.2px;
		margin: 2px 5px 2px 5px;
		line-height: 2;	
		overflow: auto;
	}
	
	/*------------------------------------------------------------*/	
	
	/*============================================================
	/*images
	/*============================================================*/	
	
	#pic1 {
	width: 120px;
	height: 180px;
	background-color: blue;
	margin: auto;
	}
		
	div.FrontGalleryContentDiv {
		font-size: 11px;
		letter-spacing: 0.2px;
		line-height: 2;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;}			
	
	div .topRight {
		position: absolute;
		width: 10px;
		height: 11px;
		z-index: 2;
		top: 0px;
		right: 0px;
	}
	
	div .topLeft{
		position: absolute;
		width: 10px;
		height: 11px;		
		z-index: 2;
		top: 0px;
		left: 0px;			
	}
	
	div .bottomRight {
		position: absolute;
		z-index: 2;
		width: 10px;
		height: 11px;		
		bottom: 0px;
		right: 0px;		
	}	
	
	div .bottomLeft {
		position: absolute;
		z-index: 2;
		width: 10px;
		height: 11px;		
		bottom: 0px;
		left: 0px;		
	}
	
	div .TNFrame {
		position: absolute;
		z-index: 2;
		top: 0px;
		left: 0px;
	}
	
	/*============================================================
	/*search
	/*============================================================*/	
	
	div .searchResultHeading {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	div.searchResult {
		/*border: 1px solid red;*/
		font-size: 10px;
		letter-spacing: 0.2px;
		line-height: 2;
		overflow: auto;}
		
	div.searchResult a{
		/*border: 1px solid red;*/
		color: blue;
		font-size: 12px;}		
	
	
	div .searchDescription {
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 2;
	margin-bottom: 30px;
	margin-right: 5px;
	float:left;
	}	
	
	/*============================================================*/
	
	/*============================================================
	/*gallery
	/*============================================================*/	
	div .galleryThumbnail {
		float:left;
		margin: 20px 10px 0px 0px;
	}
	
	div .galleryThumbnailDiv {
	float:left;
	margin: 0px 0px 0px 20px;
	}
	
	div .galleryThumbnailBkgrnd {
	float:left;
	background-image: url('images/gallerysectionBg.png');
	background-repeat: no-repeat;
	width: 395px;
	min-height: 187px;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
	div.galleryContentDiv {
		float: left;
		width: 398px;
		font-size: 12px;
		letter-spacing: 0.2px;
		line-height: 2;
		margin: 20px 20px 20px 0px;}
		
	div.NbrPhotos{
		display: inline;
		float:left;
		margin-right:10px;}
		 
	div.viewGallery, .viewGallery a{
		color: #3359ad;
		}		 
	
	div.galleryContentImageDiv {
		position: relative;
		float: left;
		width: 100px;
		margin: 20px 20px 0px 20px;}
		
	div.galleryContentSection {
	/*border: 1px solid #00ff00;*/	
	position:relative;
	background-image: url('images/newsSectionBg.png');
	background-repeat: no-repeat;
	min-height: 140px;
	margin-bottom: 10px;
	overflow: auto; /* expand div to content */}
	
	div .largePhotoContentDiv {
	width:470px;	
	}

	div .centerImage {	
	margin-left: auto;
	margin-right: auto;
	}	

	div .largePhotoDiv {
	position:relative;
	float:left;
	} 		
	
	div .pagingDiv {
	font-size: 10px;
	text-align: right;
	background-color: #cbcde2;
	margin-bottom: 30px;
	padding-right: 10px;
	padding-top:10px;
	width:365px;
	height:20px;
	float:left;}

	div .largePhotoCaptionDiv {
	color: #3359ad;
	font-size: 11px;
	min-height: 50px;
	width: 450px;
	float: left;
	margin-top: 10px;}
	
	div .galleryLeftColumn {
	width:395px;
	margin-right:10px;
	float: left;
	}
	
	div .galleryRightColumn {
	width: 470px;
	float:left;
	}
			
		
	div .galleryCaption {

	}
	
	.pageContentDiv h1{
	color: #3359ad;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	font-weight:normal;
	}
	
	.pageContentDiv h2{
	font-size: 18px;
	margin-top:20px;
	margin-bottom:10px;
	color: #3359ad;
	}
	
	.pageContentDiv h3{
	margin-top:20px;
	margin-bottom:7px;
	font-size: 13px;
	color: #3359ad;
	}
	
	.pageContentDiv a {
	font-weight: bold;
	color: #3359ad;
	}
	
	.timetableWideContentSection a {
	font-weight: bold;
	color: #3359ad;
	}
	
	.timetableWideContentSection a  b{
	font-weight: bold;
	color: black;
	}
	
	img {
	border:0px;
	}	

	
	a {
		border: 0px;
		margin: 0;
		text-decoration: none;
		color: #151c35; /* dark blue */}
	img {
	border:0px;
	}	
		
	.hidden {
	display:none;
	}
		
	h1{
		font-size: 15.5pt;
		font-weight: normal;}
	h2{
		font-size: 14.5pt;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1;}

	div.center {
		text-align: center;
	}
	
	.darkBlue{
		color: #151c35;}

	.lightBlue{
		color: #3359ad;}
			
	.inline {
		display: inline;
	}


	.categoryHeading{
		font-size: 14.5pt;
		line-height: 1;
		font-weight: normal;

		display:inline;
		color: #3359ad;
		margin-bottom:0px;
	}

		.newsItemHeading	{
		font-size: 14.5pt;
		font-weight: normal;
		line-height: 1;
		display:inline;
		color: ##151c35;
		margin-bottom:0px;
	}
	
div .youtube{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 480px;
}	
	
#twitter_div {
	background-image: url('images/twitterBg.png');
	background-repeat: no-repeat;
	min-height: 240px;
	font-size: 8.5pt;
	/*margin-top: 0;
	padding-top: 0;*/
	width: 240px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#facebook_div {
	background-image: url('images/twitterBg.png');
	background-repeat: no-repeat;
	min-height: 60px;
	font-size: 8.5pt;
	/*margin-top: 0;
	padding-top: 0;*/
	width: 240px;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#addthis {
position:absolute;
margin-top: 4px;
right:100px;
width:131px;
}

.addthis_separator {
font-size: 12px;
}


#twitter_div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#twitter_div li {
	color: #151c35;
	letter-spacing: -0.2px;
	line-height: 1.2;
	border-bottom: 1px solid #757c95;
	margin-top: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #000099;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #9c2a4d;
}
.addthis_button_compact{
font-size: 7.75pt;
margin-top: 1px;}

#menu  {
width:110px;
background-color: #c2daf1;
position:absolute;
top:23px;
z-index: 8;
margin-left:0px;
border: 0.5px solid #92bee5; 
}

#navBar ul {
list-style: none;
font-weight: bold;
text-align: center;
font-size: 8.5pt;
padding-left: 0px;
margin-left:5px;
margin-right:5px;
margin-bottom: 0px;
}

#navBar li {
margin-bottom: 5px;
padding-bottom:5px;
}

.line {
border-bottom: 1px solid #92bee5; 
}

#menuTimetables{
background-image: url('images/shadow.png');
background-repeat: repeat-x;
position:absolute;
width:110px;
background-color: #c2daf1;
position:absolute;
top:23px;
z-index: 8;
margin-left:0px; 
left:76px;
}

#menuFareAndTickets{
width:115px;
background-color: #c2daf1;
top:500px;
background-image: url('images/shadow.png');
background-repeat: repeat-x;
position:absolute;
top:23px;
z-index: 8;
margin-left:0px;
left:183px;
clear:both;
}

#menuSchoolTransport{
background-image: url('images/shadow.png');
background-repeat: repeat-x;
position:absolute;
width:132px;
background-color: #c2daf1;
top:500px;
position:absolute;
top:23px;
z-index: 8;
margin-left:0px;
left:300px;
}

#menuCharter{
background-image: url('images/shadow.png');
background-repeat: repeat-x;
position:absolute;
width:110px;
background-color: #c2daf1;
top:500px;
position:absolute;
top:23px;
z-index: 8;
margin-left:0px;
left:415px;
}

#menuNews{
background-image: url('images/shadow.png');
background-repeat: repeat-x;
position:absolute;
width:110px;
background-color: #c2daf1;
top:500px;
position:absolute;
top:23px;
z-index: 8;
margin-left:0px;
left:480px;
}

#menuContactUs{
background-image: url('images/shadow.png');
background-repeat: repeat-x;
position:absolute;
width:110px;
background-color: #c2daf1;
top:500px;
position:absolute;
top:23px;
z-index: 8;
margin-left:0px;
left:553px;
}

.hidden{
display:none;
}

.show{
display:block;
}

	/*============================================================
	/*routesearch
	/*============================================================*/
	
	#radioButtonsDiv{
	margin-bottom:0px;
	}

	#localityDiv{
	margin-bottom:10px;
	}
	
	#searchDiv{
	margin-bottom:10px;
	}

	#schoolDiv{
	margin-bottom:10px;
	}
	
	#resultsDiv{
	width: 700px;
	margin-left: 15px;
	margin-top:10px;
	margin-bottom:20px;
	}

	#formContent h2 {
	margin-top:0px;
	margin-bottom:25px;
	}
	
	#formContent {
	position: absolute;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	}
	
	#routeresult{
	padding-top: 10px;
	padding-bottom:5px;
	border-bottom: 2px dotted #e7a5b7;
	}
	
	#resultsDiv h3{
	margin:0px;
	}

	#routesearchform{	
	position:relative;
	height: 200px;
	width: 700px;
	background-image: url('images/routesearch.png');
	background-repeat: no-repeat;
	height: 220px;
	}

	#routesearchform table{
	margin-top:0px;
	}
	
	#routesearchform td{
	padding-top:10px;
	}
	
	#routesearchform .searchButton {
		position:relative;
		font-size: 9pt;
		font-weight: bold;
		text-align:center;
		color: #ffffff;
		margin-top: 10px;
		height: 30px;
		width: 70px;
		background-image: url('images/routesearchbtn.png');
		background-repeat: no-repeat;
		border-width: 0px;}
		
		.timetableColumn {
		background-image: url('images/timetablecolumnbkgrnd.png');
		background-repeat: no-repeat;
		float:left;
		min-height:280px;
		width: 350px;
		margin-right: 20px;
		}
		
		.timecolumn{
		float:left;
		width: 130px;
		}
		
		.timecolumn h2 {
		font-size:13px;
		font-weight: bold;
		color: #3359ad;
		margin-top:20px;
		margin-bottom:10px;
		}

		.locationcolumn{
		float:left;
		width: 475px;
		}		
		
		.timetablemulticolcontent {
		margin: 20px;
		margin-right:0px;
		}
		
		#multicolumnsDiv {
		float:left;
		width:890px;
		margin-top: 15px;
		margin-bottom: 15px;
		background-image: url('images/wideSectionBg.png');
		background-repeat: no-repeat;
		}
		
		#3columnsDiv {
		float:left;
		width:890px;
		margin-top: 15px;
		margin-bottom: 15px;
		background-image: url('images/wideSectionBg.png');
		background-repeat: no-repeat;
		}
		
		.timetableColumnContent {
		margin: 20px;
		}
		
		
		#columnsDiv {
		float:left;
		width:890px;
		margin-top: 15px;
		margin-bottom: 15px;
		}
		
		
		#categoryDescription {
		color:#3359ad;
		font-size: 11pt;
		margin-bottom:20px;
		}
		
		.pageContentDiv .viewmap {
		color: #c86480;
		font-size: 15px;
		font-weight:bold;
		}
		
		.def09pt {	
		font-size: 9pt;
		}
		
		#charterform {
		margin-top:20px;
		width: 890px;
		height: 620px;
		}
		
		
.input040 {  background-color: #FFFFFF;
             border-width: 1px 1px 1px 1px;
             border-color: #3359ad #CCCCCC #CCCCCC #3359ad;
             color: #000000;
             font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 9pt;
             width: 40}

.input050 {  background-color: #FFFFFF;
             border-width: 1px 1px 1px 1px;
             border-color: #3359ad #CCCCCC #CCCCCC #3359ad;
             color: #000000;
             font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 9pt;
             width: 50}

.input120 {  background-color: #FFFFFF;
             border-width: 1px 1px 1px 1px;
             border-color: #3359ad #CCCCCC #CCCCCC #3359ad;
             color: #000000;
             font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 9pt;
             width: 120}

.input200 {  background-color: #FFFFFF;
             border-width: 1px 1px 1px 1px;
             border-color: #3359ad #CCCCCC #CCCCCC #3359ad;
             color: #000000;
             font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 9pt;
             width: 200}

.input250 {  background-color: #FFFFFF;
             border-width: 1px 1px 1px 1px;
             border-color: #3359ad #CCCCCC #CCCCCC #3359ad;
             color: #000000;
             font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 9pt;
             width: 250}

.button {  background-color: #CCCCCC;
           border-width: 1px 1px 1px 1px;
           border-color: #CCCCCC #000000 #000000 #CCCCCC;
           color: #333333;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           font-size: 9pt;
           font-weight: bold;
           width: 100;
           height: 24}
		
		#charterradio {
		padding-left:80px;
		padding-bottom:20px;
		margin-left:20px;
		margin-right:20px;
		margin-bottom: 20px;
		border-bottom: 2px dotted #ffffff;
		font-size: 9pt;
		}
		
		#toc{
		margin-top:20px;
		font-size:9pt;
		margin-left:20px;
		float:left;
		}
		
		#mapsDiv{
		width:300px;
		margin-top:80px;
		float:left;
		height:800px;
		}
		
		#yeppoonmap{
		margin-top:50px;
		float:left;
		}
		
		#rockymap{
		float:left;
		}
		
		#contactColumn{
		float:left;
		width:475px;
		margin-left:20px;
		margin-right:60px;
		height:800px;
		}
		
		#feedbackintro{
		height: 160px;
		width:800px;
		float:left;
		margin-right:125px;
		}
		
		#feedbackimage{
		float:left;
		margin-top:25px;
		margin-right:30px;
		}
		
		.pageContentDiv .urllink  {
		color: #0d0066;
		}
		
		.pageContentDiv .newslink {
		color: #3359ad;
		}
		
		#survey {
		margin-top: 20px;
		margin-left: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
		line-height:2;
		}
		
		#survey p {
		margin-bottom:20px;
		}
		
		#survey label{
		margin-right: 10px;
		}

		
		.question {
		color:#151c35;
		font-weight: bold;
		line-height:2;
		}
		
		.Q {
		color:#3359ad;
		}
		
		
	.SurveySection {
	/*border: 1px solid #00ff00;*/
	background-image: url('images/wideSectionBg.png');
	background-repeat: no-repeat;
	margin-top:20px;
	margin-bottom: 20px;
	text-align:left;
	overflow: auto; /* expand div to content */
	}

	div.SurveyIntro {
	text-align:left;
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 2;
	overflow: auto;
}

		#yeppoonbkgrnd {
		position:absolute;
		top:610px;
		clear:both;
		background-image: url('images/wideSectionBg.png');
		background-repeat: no-repeat;
		height: 180px;
		width:890px;
		z-index:-10;
		}
		
		#rtonbkgrnd {
		position:absolute;
		top:255px;
		clear:both;
		background-image: url('images/wideSectionBg.png');
		background-repeat: no-repeat;
		height: 180px;
		width:890px;
		z-index:-10;
		}
		
		#sitemap{
		font-size: 12px;
		letter-spacing: 0.2px;
		line-height: 2;
		}
		
		.main, .main a{
		color: #3359ad;
		font-weight:bold;
		}
