.stopshomelink {
	position: relative;
}
	.stopshomelink a {
		width: 250px;
		height: 75px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}

/* form on first page begin */
#stops-form-index form {
	margin: 30px 0 0 0;
	padding: 0;
}
#stops-form-index form fieldset {
	clear: both;
	border: 0;
	padding: 0;
	margin: 0;
}
#stops-form-index form label { 
	font: 115%/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0; 
	padding: 0;
	text-align: left; 
	clear: both;
}		
	#stops-form form fieldset.normal label { 
		margin-bottom: 5px;
	}		
#stops-form-index form textarea, #stops-form-index form input, #stops-form-index form select {
	font: 100%/100% Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding: 2px;
	margin: 6px 0 10px 0;
}
	#stops-form-index form input {
		width: 220px;
		margin-bottom: 3px;
	}
	#stops-form-index form select {
		margin-bottom: 3px;
	}
#stops-form-index form fieldset.submit { 
	clear: both;
	border: 0;
	padding: 0;
	margin: 0;
}
#stops-form-index form fieldset.submit input, #stops-form-index form fieldset.submit2 input { 
	margin: 0;
	padding: 0;
	width: 97px;
	height: 29px;
	border: 0;
	float: left;
	background: url(/v3/images/structure/button.gif) 0 0;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-align: center;
}			
	#stops-form-index form fieldset.submit input:hover, #stops-form-index form fieldset.submit2 input:hover {
		background-position: -97px 0;
		color: #2e2d2a;
	}			
/* form on first page end */




.content .stops-form {
	background: url(/v3/images/structure/gradient-box-bg.gif) repeat-y;
	margin: 0;
	padding: 0;
	clear: both;
}
	.content .stops-form-top {
		background: url(/v3/images/structure/gradient-box-top.gif) no-repeat;
		padding: 0;
		margin: 0;
		min-height: 212px;
	}
		.content .stops-icon {
			height: 75px;
			width: 600px;
			clear: both;
		}
			.content .stops-icon h1 {
				background: url(/v3/images/structure/gradient-box-stops.gif) no-repeat;
				height: 50px;
				width: 250px;
				font: 150%/90% Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #2e2d2a;
				text-transform: none;
				margin: 0;
				padding: 25px 0 0 70px;
				float: left;
			}
			.content .stops-icon .tagline {
				float: right;
				margin: 25px 0 0 0;
				padding: 0 15px 0 0;
				width: 250px;
				height: 30px;
				font-weight: bold;
				text-align: right;
			}
	.content .stops-form-bottom {
		background: url(/v3/images/structure/gradient-box-bottom.gif) no-repeat;
		height: 5px;
		clear: both;
		font-size: 1px; line-height: 1px;	/*for IE6 */
	}
	
#stops-form h2.route { 
	font: 150%/125% Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 20px 5px 20px; 
	padding: 0;
	text-align: left; 
	clear: both;
	text-transform: none;
}		

p.instructions {
	font-size: 70%;
	color: #666;
}
p.note {
	font: 80%/120% Arial, Helvetica, sans-serif;
}



#stops-form form {  				/* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0;
	min-width: 600px;
	max-width: 600px;
	width: 600px;
}
#stops-form form fieldset {
	clear: both; 			/* note that this clear causes inputs to break to left in ie5.x mac */
	border: 0;
	padding: 5px;
	margin: 0 0 0 15px;;
}
#stops-form form label { 
	font: 100%/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;  	/* block float the labels to left column, set a width */
	padding: 0; 
	margin: 5px 0 15px 0; 	/* set top margin same as form input - textarea etc. elements */
	text-align: left;
	clear:both;
}
#stops-form form fieldset.search input {
	width: 485px;
}

#stops-form form textarea, #stops-form form input, #stops-form form select {
	font: 100%/100% Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	padding: 2px;
}


	#stops-form form textarea.regular, #stops-form form input.regular, #stops-form form select.regular {
	}			
	#stops-form form textarea.highlight, #stops-form form input.highlight, #stops-form form select.highlight {	/*for the highlight onfocus */
		background-color: #ffc;
	}	

		
	


#stops-form form fieldset.submit { 
	float: none; 
	display: inline; 
}
	#stops-form form input#submit, #stops-form form input#select { 
		margin: 0;
		padding: 0;
		width: 97px;
		height: 29px;
		border: 0;
		float: left;
		background: url(/v3/images/structure/button.gif) 0 0;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}			
	#stops-form form input#submit:hover, #stops-form form input#select:hover {
		background-position: -97px 0;
		color: #2e2d2a;
	}			




.or-bar {
	margin: 15px 0 15px 0;
}



.content ul.servedby, .content ul.amenities {
	margin-left: 15px;
}
	.content ul.amenities li {
		padding-bottom: 0;
	}

.content span.bold {
	font: 100%/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
}





ul#stopslist {
	list-style: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font: 100%/115% Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 0 10px 15px;
	padding: 0;
	width: 568px;
}
	ul#stopslist li {
		margin: 0;
		padding: 10px 10px 5px 10px;
		border-top: 1px solid #ccc;
	}
	ul#stopslist li p {
		padding-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
	}
	ul#stopslist li h3 { 
		font: 110%/115% Arial, Helvetica, sans-serif;
		font-weight: normal;
		margin: 0; 
		padding: 0;
		text-transform: none;
	}	




#stopinfo {
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 0 10px 15px;
	padding: 10px 10px 5px 10px;
	width: 548px;
	min-height: 325px;
	_height: 325px;
}

div.stops-content {
	margin: 0 20px 0 20px; 
	padding: 0;
}
	div.stops-content h3 { 
		font: 125%/125% Arial, Helvetica, sans-serif;
		font-weight: normal;
		clear: both;
		text-transform: none;
		margin: 1em 0 0 0;
		padding: 0;
	}		
	div.stops-content h2.sub {
		margin: 0 0 10px 0;
		padding: 0;
		text-transform: none;
	}
	div.stops-content h2.stop { 
		font: 150%/125% Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-align: left; 
		clear: both;
		text-transform: none;
		margin: 0 0 5px 0;
		padding: 0;
	}		
	div.stops-content p.stop-location {
		margin: 3px 0 2px 0;
		padding: 0;
		color: #444444;
		font: 90%/120% Arial, Helvetica, sans-serif;
	}



div.tabs {
	margin: 0 0 0 15px;
	width: 570px;
	height: 40px;
}
div.tabs h2.tab-current, div.tabs p.tab-option {
	font:  110%/110% Arial,Helvetica,sans-serif;
	text-transform: none;
	float: left;
	height: 30px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 15px -1px 0;
	padding: 10px 10px 0 10px;
}

div.tabs p.tab-option {
	background-color: #bbb;
	height: 24px;
	margin-top: 10px;
	padding-top: 6px;
}
	div.tabs p.tab-option a {
		color: #444;
		border-color: #666;
	}
	div.tabs p.tab-option a:hover {
		color: #000;
		border-color: #000;
	}


ul#stops-schedule {
	list-style: none;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font: 100%/115% Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 0 10px 15px;
	padding: 0;
	width: 568px;
}
	ul#stops-schedule li {
		margin: 0;
		padding: 10px 10px 5px 10px;
		border-top: 1px solid #ccc;
	}
	ul#stops-schedule li p {
		padding-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
	}
	ul#stops-schedule li h3 { 
		font: 110%/115% Arial, Helvetica, sans-serif;
		font-weight: normal;
		margin: 0; 
		padding: 0;
		text-transform: none;
	}	


div.stops-alerts {
	list-style: none;
	margin: 15px 15px 10px 15px;
	padding: 0;
}
div.stops-header h2 {
	font: 105%/125% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 0 0 0;
	margin: 0;
	color: #555555;
	text-transform: none;
}

