/* Reset.css
   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
	 remember to define focus styles!
	 tables still need 'cellspacing="0"' in the markup
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	padding:0px;
	margin:0px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	padding:20px 0px;
}
blockquote, q {
	quotes: "" "";
	padding:20px 0px;
}

/* Basic HTML Element Styles */
body {
	background: #FFFFFF none repeat scroll 0%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 100%;
	line-height: 1.333;
	text-align: center;
	color: #333333;
	}

#ada{
	height:0px;
	width:0px;
	overflow:hidden;
}

a {
	text-decoration: none;
	cursor:pointer;
	color: #2959a5;
	}
	
a:link, a:visited {
	color: #2959a5;
	}
	
a:hover {
	color: #31aa42;
	}
	
a img {
	border: 0;
	}
	
strong, label, th {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}

h1 {
	font-size: 2em;
	}

h2 {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.33em;
	}

h4 {
	font-size: 1.1em;
	}

h5 {
	font-size: 1em;
	}

h6 {
	font-size: 0.85em;
	}

.clear {
	clear:both;
}

/* Header */
#Container {
	width: 950px;
	text-align: left;
	margin: 0px auto;
	font-size: 0.75em;
}

h1 {
	width: 270px;
	height: 60px;
	margin-top: 15px;
	margin-left: 10px;
	background: #FFFFFF url(/Images/Interface/Interface_Sprite.png) no-repeat scroll 1px -59px;
	float: left;
	display: inline; /* necessary for ie6: it doubles margin-left otherwise */
}

h1 a {
	display: block;
	width: 270px;
	height: 60px;
	text-indent: -9999px;
}

#HomeButton {
	color:#777;
	font-weight:bold;
}

#Search, #HowDoI, #HomeButton {
	float: right;
	padding-top:15px;
}
#HowDoIselect {
	width:150px;
}
#Search, #HowDoI, #HomeButton {
	height: 50px;
	text-align: right;
	margin-top: .75em;
	padding-right: 20px;
	}

#Search label, #HowDoI label {
	font-size: 0.9167em;
}
	
#Search input, #HowDoI input, #HowDoI select {
	font-size: 0.9167em;
}

.GoButton {
	background-color:#70b523;
	background-image:url(/Images/Interface/goButton.jpg);
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #333333;
	cursor:pointer;
	font-size:1em;
	width:25px;
}

/* Menu (from Steve Gibson -- refer to his comments to understand some of the hacks) */
#RoutesMenu, #VanpoolMenu, #ProgramsMenu,
#NewsMenu, #FaresMenu, #ProjectsMenu, #AboutMenu {
	border-right: 7px solid white;
	border-left: 7px solid white;
	height: 30px;
	text-indent: -9999px;
	}

#RoutesMenu {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll 0px -30px;
	width: 100px;
	}

#VanpoolMenu {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll -101px -30px;
	width: 80px;
	}
	
#ProgramsMenu {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll -182px -30px;
	width: 92px;
	}
	
#NewsMenu {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll -275px -30px;
	width: 59px;
	}
	
#FaresMenu {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll -335px -30px;
	width: 61px;
	}

#ProjectsMenu {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll -397px -30px;
	width: 87px;
	}
	
#AboutMenu {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll -485px -30px;
	width: 61px;
	}

.menu ul li:hover #RoutesMenu, #RoutesMenu:hover {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll 0px 0px;
	}

.menu ul li:hover #VanpoolMenu, #VanpoolMenu:hover {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll -101px 0px;
	}
	
.menu ul li:hover #ProgramsMenu, #ProgramsMenu:hover {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll -182px 0px;
	}
	
.menu ul li:hover #NewsMenu, #NewsMenu:hover {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll -275px 0px;
	}
	
.menu ul li:hover #FaresMenu, #FaresMenu:hover {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll -335px 0px;
	}
	
.menu ul li:hover #ProjectsMenu, #ProjectsMenu:hover {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll -397px 0px;
	}

.menu ul li:hover #AboutMenu, #AboutMenu:hover {
	background: #FFFFFF url(../Images/Interface/Interface_Sprite.png) no-repeat scroll -485px 0px;
	}

.menu {
	position: relative;
	float: right;
	clear: right;
	height: 30px;
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu ul {
	list-style-type: none;
	line-height: 1.5em;
}

.menu li {
	float: left;
	position: relative;
}

.menu ul li table {
	margin: -1px 0px;
	/* m\argin: 0; */
	border-collapse: collapse;
	font-size: 12px;
}

.drop {
	display: block;
	margin: 0;
	text-align: right;
	cursor: pointer;
}

.drop span {
	float: left;
}

/* Top Level Menus */

.menu ul li ul {
	display: none;
	padding: 0px;
	border-left:1px solid white;
}

.menu ul li a,
.menu ul li a:visited {
	display: block;
	float: left;
	text-decoration: none;
	height: 18px;
}


/* Second Level Menus */

.menu ul li:hover ul,
.menu ul li a:hover ul {
	display: block;
	position: absolute;
	top: 30px;
	left: 6px;
	height: auto;
	width: 13.5em;
	color: black;
	background: white;
}

.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul {
	left: auto;
	right: 26px;
}


* html .menu ul.rightmenu li a:hover ul {
	right: 8px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	padding: 1px 10px 3px 10px;
	height: auto;
	color: #666666;
	background: #e2e2e2;
	border-bottom: 1px solid #ececec;
	width: 13.5em;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {
	color:#666666;
	background:#e7ebff;
}

/* Third Level Menus*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
	visibility:visible;
	position:absolute;
	margin-top:-1px;
	top:0;
	left:15.2em;
	width:14em;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {

	width:14em;
	background: #e2e2e2;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {
	width:14em;
	background:#e7ebff;
}

/* Sidebar */
#Sidebar {
	float: left;
	width: 290px;
	clear: left;
	margin-top: 30px;
}

#Sidebar h2 {
	width: 290px;
	height: 30px;
	text-indent: -9999px;
}

#Sidebar #EmailSubscription{
	padding:10px;
	background-color:#f2f2f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:5px;
	border:1px solid #d2d2d2;
}
#Sidebar #EmailSubscription form{
	margin:5px 0px 0px;	
}

#Sidebar .Footer {
	height: 13px;
}

.SidebarOpen {
	margin-bottom: 5px;
}

/* Important Alert */
#ImportantAlert {
	background-color: #983731;
	position: relative;
	color: #ffffff;
}

#ImportantAlert h2 {
	background: #FFFFFF url(/Images/Interface/ImportantAlert_Header.jpg) no-repeat;
}

#ImportantAlert div div {
	padding:10px 20px 5px;
	font-size:12px;
	font-weight:bold;
}

#ImportantAlert div .morelink{
	color:#FFF;
	display:block;
	text-align:right;
	font-size:11px;
	padding-top:10px;
}
#ImportantAlert div .morelink:hover{
	color:#FFF;	
}


#ImportantAlert .Footer {
	float: none;
	clear: both;
	border: 0;
	padding: 0;
	background: #FFFFFF url(/Images/Interface/ImportantAlert_Footer.jpg) no-repeat;
}


/* Trip Planner */
#TripPlanner {
	background-color: #4770b3;
	position: relative;
	color: #ffffff;
}
	
#TripPlanner h2 {
	background: #FFFFFF url(/Images/Interface/Interface_Sprite.png) no-repeat scroll 0px -180px;
}

#TripPlanner a, #TripPlanner span {
	display: block;
	padding: 1px 5px 1px 15px;
	font-size: 0.689em;
	font-weight: bold;
	color: #ffffff;
	/*border-bottom: 1px dotted #80aae5;*/
}

#TripPlanner a {
	background-color:#18519c;
	width: 270px;
}

#TripPlanner span {
	background-color:#608ac8;
}

#TripPlanner a:hover {
	background-color: #9ebeed;
	color: #333333;
}

#TripPlanner div div div {
	/*border-bottom: 1px dotted #80aae5;*/
	padding: 5px 0px;
	width: 290px;
	position: relative;
	overflow: hidden;
}

#TripPlanner div div div div {
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0;
	border: 0;
	width: auto;
	display: inline;
	}
	
#TripPlanner div div div div div {
	margin: 0px 5px 0px 0px;
	}
	
#TripPlanner div div div div input {
	margin: 0;
	}
	
#TripPlanner .BlockLabel {
	display: block;
	}
	
#TripPlanner .HeaderLabel {
	font-size: 1.33em;
	}

#TripPlanner legend, #TripPlanner label {
	font-size: 0.9167em;
	font-weight: bold;
	}

#TripPlanner input, #TripPlanner select {
	font-size: 0.9167em;
	color: #333333;
}

#TripPlanner fieldset {
	width: 10em;
	}
	
input#TripPlannerSubmit {
	background-color: #18458c;
	width: 115px;
	font-weight: bold;
	height: 30px;
	color: white;
	text-transform: uppercase;
	border:1px solid white;
	cursor:pointer;
	}

#TripPlanner .Footer {
	float: none;
	clear: both;
	border: 0;
	padding: 0;
	background: #FFFFFF url(/Images/Interface/Interface_Sprite.png) no-repeat scroll -300px -211px;
}

/* Route Schedules */
#RouteSchedules {
	background-color: #56b863;
	position: relative;
	z-index:2;
}
	
#RouteSchedules h2 {
	background: #FFFFFF url(/Images/Interface/Interface_Sprite.png) no-repeat scroll -300px -180px;
}

#RouteSchedules .BlockLabel {
	display: block;
	color:#FFFFFF;
	}
	
#RouteSchedules .HeaderLabel {
	font-size: 1.33em;
	}
#RouteScheduleForm {
	padding:10px;
}

	#RouteSchedules #RoutesList {
		width:230px;
	}	
	#RouteSchedules #RouteBox{ 
		display:none;
	}
	#Routeitems
	{
		width:330px;
		height:300px;
		position:absolute;
		top: 102px;
		left: 10px;
		background-color:#FFFFFF;
		border:1px solid #888888;
		overflow:auto;
		padding:5px;
		display:none;
	}
	#RouteSchedules #Routeitems a{
		cursor:pointer;
		height:16px;
		overflow:hidden;
		padding:0px;
		margin:0px;
		display:block;
		font-weight:normal;
		font-size:1em;
	}
	#RouteSchedules #Routeitems a:hover
	{
		cursor:pointer;
		background-color:#18458C;
		color:#FFFFFF;
		height:16px;
		overflow:hidden;
	
	}
	#RoutePickedBox { 
		overflow:hidden;
		white-space:nowrap;
		width:230px;
		height:14px;
		background:#FFFFFF; 
		border:1px solid #000000;
		margin-left:0px;
		margin-top:0px;
		padding:2px 3px 4px 2px;
		vertical-align:middle;
	}
	#RouteSchedules #RouteBox img{
		vertical-align:middle;
	}
#RouteSchedules a {
	display: block;
	width: 270px;
	padding: 2px 5px 2px 15px;
	font-size: 0.9167em;
	color: #333333;
	font-weight: bold;
	/*border-bottom: 1px dotted #90e59e;*/
}

#RouteSchedules h3 a {
	font-size: 0.689em;
	color: #ffffff;
	background-color: #189621;
	}

#RouteSchedules a:hover {
	background-color: #8ae299;
	color: #333333;
}

#RouteSchedules .Footer {
	background: #FFFFFF url(/Images/Interface/Interface_Sprite.png) no-repeat scroll -300px -226px;
}

#RouteSchedules ul {
	height: 100px;
	width: 285px;
	overflow: auto;
}

#RouteSchedules li a {
	height: 1.9em;
	width: auto;
	overflow: hidden;
	}
	
.RouteNumber {
	font-size: 1.455em;
	color: #ffffff;
	}
	
/* Rider Alerts */
#RiderAlerts {
	z-index:1;
	background-color: #da9e30;
	position: relative;
}
	
#RiderAlerts h2 {
	background: #FFFFFF url(/Images/Interface/Interface_Sprite.png) no-repeat scroll 0px -210px;
}

#RiderAlerts a {
	display: block;
	width: 270px;
	height: 1.35em;
	padding: 2px 5px 2px 15px;
	color: #333333;
	font-size: 0.9167em;
	font-weight: bold;
	overflow: hidden;
	}
	
#RiderAlerts h3 a {
	color: #FFFFFF;
	background-color: #ce8610;
	font-size: 0.689em;
	}	
	
#RiderAlerts a:hover, #RiderAlerts a.highlight {
	color: #333333;
	background-color: #f0c782;
	}

#RiderAlerts ul {
	position: relative;
	}
	
#RiderAlerts li {
	overflow: hidden;
	}
	
#RiderAlerts li div {
	padding: 2px 15px;
	color: #333333;
	background-color: #ce8610;
	}
	
#RiderAlerts li p {
	margin-bottom: 1.0em;
	}
	
#RiderAlerts li div a {
	width: auto;
	height: auto;
	padding: 5px;
	background-color: #c36c12;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid white;
	}

#RiderAlerts li div a:hover {	
	background-color:#FFFFFF;
	color:#c36c12;
	border:1px solid #c36c12;
}
	
#RiderAlerts .RiderAlertPopout {
	position: absolute;
	top: 0px;
	left: 290px;
	width: 200px;
	padding: 10px;
	background-color: #f0c782;
	z-index:2;
	}
#MainMenu {
	z-index:100;
}
/*#RiderAlerts .CloseButton{ 
width:45%;
}
#RiderAlerts .ReadMoreButton{
margin-right:6px;

}*/
#RiderAlerts .RiderAlerts_Popout_NavButtons a{
display:inline;
margin-right:6px;
}
#RiderAlerts .Footer {
	background: #FFFFFF url(/Images/Interface/Interface_Sprite.png) no-repeat scroll -300px -135px;
}

#SocialMediaLinks {
	padding:0px;
	margin:0px;
}

#SocialMediaLinks img{
	border:0px solid black;	
	margin-right:-2px;
}

#ContactInfo{
	padding:10px;
}
#ContactInfo h5{
	font-weight:bold;
}
#ContactInfo ul{
	padding-bottom:10px;
}
/* Content Div */
#PageContent {
	float: right;
	width: 650px;
	background-color: #ffffff;
	padding-bottom:40px;
}

/* Footer */
#Footer {
	padding: 20px 0;
	clear: both;
	font-size: .75em;
	border-top:1px solid #e2e2e2;
	width: 950px;
	margin: auto;
}
#Footer p{
	margin:10px;
}
#Footer ul, #Footer li {
	display:inline;
	padding:5px;
}

#Footer #Languages{
	padding:10px 0px;
	margin:10px 0px;
}
