body {
	font-family: Arial;
	font-size: 14px;
	color: #666;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #E57612;
}

#page-wrapper {
	width: 868px;
	margin-left: auto;
	margin-right: auto;
}

#popup_div {
	background-image: url('../images/popup-background.png');
	z-index: 10;
	position: absolute;
	width: 278px;
	height: 179px;
} 

.popup-heading {
	color: #fff;
	padding-left: 18px;
	padding-top: 15px;
}

.popup-content {
	padding-left: 18px;
	width: 207px;
	padding-top: 15px;
}

.shadow-top {
	height: 34px;
	background-image: url('../images/shadow-top.png');
}

.shadow-left {
	background-image: url('../images/shadow-left.png');
	padding-left: 34px !important;
	background-repeat: repeat-y;
}

.shadow-right {
	background-image: url('../images/shadow-right.png');
	padding-right: 34px;
	background-repeat: repeat-y;
	background-position: right top;
}

.content-wrapper {
	width: 800px;
	overflow: hidden;
}

.shadow-bottom {
	height: 41px;
	background-image: url('../images/shadow-bottom.png');
}

.header {
	background-image: url('../images/header-top.png');
	height: 106px;
	padding-top: 25px;
	width: 834px;
	margin-left: 17px;
	background-repeat: no-repeat;
	background-position: center center;
}

.header-link {
	display: block;
	margin-left: 25px;
	width: 100px;
	height: 30px;
}

.logo {
	width: 423px;
	height: 117px;
	background-image: url('../images/logo.png');
	margin-left: 10px;
	display: block;
}

.ie6 .logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png' ,sizingMethod=image);
	cursor: pointer;
}

.left-sidebar {
	background-image: url('../images/sidebar-grey.png');
}

.left-sidebar-blue {
	padding-top: 7px;
	background-image: url('../images/sidebar-blue.png');
	display: block;
}

.left-sidebar-gradient {
	width: 188px;
	height: 147px;
	background-image: url('../images/sidebar-blue-gradient.png');
}

.ie6 .left-sidebar-gradient {
	width: 189px;
}

.ie7 .left-sidebar {
	background-color: #bbb;
	border-bottom: 1px solid #fff;
}

.left-sidebar-content {
	width: 188px;
	float: left;
}

.main-content {
	width: 610px;
	float: right;
	background-color: #fff;
	border-left: 1px solid #e9e9e9;
	min-height: 400px;
}

.ie6 .main-content {
	overflow:hidden;
}

.main-content-inner {
	padding: 15px;
}

/*** nav links ***/
a.home,
a.home-selected,
a.about-us,
a.about-us-selected,
a.products-and-solutions,
a.products-and-solutions-selected,
a.fare-media,
a.fare-media-selected,
a.customer-service,
a.customer-service-selected,
a.contact-us,
a.contact-us-selected {
	margin-top: 7px;
	margin-left: 7px;
}

a.home,
a.home-selected {
	display:block;
	width: 45px;
	height: 16px;
}

a.home {
	background-image: url('../images/home.png');
}

a.home-selected {
	background-image: url('../images/home-selected.png');
}

.ie6 a.home {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home.png' ,sizingMethod=image);
	cursor: pointer;
}

.ie6 a.home-selected {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home-selected.png' ,sizingMethod=image);
	cursor: pointer;
}

a.about-us,
a.about-us-selected {
	display:block;
	width: 77px;
	height: 16px;
}

a.about-us {
	background-image: url('../images/about-us.png');
}

a.about-us-selected {
	background-image: url('../images/about-us-selected.png');
}

.ie6 a.about-us {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/about-us.png' ,sizingMethod=image);
	cursor: pointer;
}

.ie6 a.about-us-selected {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/about-us-selected.png' ,sizingMethod=image);
	cursor: pointer;
}

a.products-and-solutions,
a.products-and-solutions-selected {
	display:block;
	width: 182px;
	height: 16px;
}

a.products-and-solutions {
	background-image: url('../images/products-and-solutions.png');
}

a.products-and-solutions-selected {
	background-image: url('../images/products-and-solutions-selected.png');
}

.ie6 a.products-and-solutions {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/products-and-solutions.png' ,sizingMethod=image);
	cursor: pointer;
}

.ie6 a.products-and-solutions-selected {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/products-and-solutions-selected.png' ,sizingMethod=image);
	cursor: pointer;
}

a.fare-media,
a.fare-media-selected {
	display:block;
	width: 91px;
	height: 16px;
}

a.fare-media {
	background-image: url('../images/fare-media.png');
}

a.fare-media-selected {
	background-image: url('../images/fare-media-selected.png');
}

.ie6 a.fare-media {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fare-media.png' ,sizingMethod=image);
	cursor: pointer;
}

.ie6 a.fare-media-selected {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fare-media-selected.png' ,sizingMethod=image);
	cursor: pointer;
}

a.customer-service,
a.customer-service-selected {
	display:block;
	width: 148px;
	height: 16px;
}

a.customer-service {
	background-image: url('../images/customer-service.png');
}

a.customer-service-selected {
	background-image: url('../images/customer-service-selected.png');
}

.ie6 a.customer-service {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/customer-service.png' ,sizingMethod=image);
	cursor: pointer;
}

.ie6 a.customer-service-selected {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/customer-service-selected.png' ,sizingMethod=image);
	cursor: pointer;
}

a.contact-us,
a.contact-us-selected {
	display:block;
	width: 96px;
	height: 16px;
}

a.contact-us {
	background-image: url('../images/contact-us.png');
}

a.contact-us-selected {
	background-image: url('../images/contact-us-selected.png');
}

.ie6 a.contact-us {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contact-us.png' ,sizingMethod=image);
	cursor: pointer;
}

.ie6 a.contact-us-selected {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contact-us-selected.png' ,sizingMethod=image);
	cursor: pointer;
}

.sub-nav {
	background-image: url('../images/sub-nav-bottom.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 9px;
	margin-top: 4px;
	display: block;
}

/* Not sure why but the background image won't show up without this in IE7 */
.ie7 .sub-nav {
	
} 

.sub-nav-top-shadow {
	height: 6px;
	background-image: url('../images/sub-nav-top.png');
	background-repeat: repeat-x;
	position: relative;
}

.ie6 .sub-nav {
	padding-bottom: 15px;
}

.sub-nav a,
.sub-sub-nav a,
.sub-sub-sub-nav a {
	display: block;
	margin-top: 4px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.sub-nav a {
	margin-left: 12px;
}

.sub-sub-nav a {
	margin-left: 25px;
}

.sub-sub-sub-nav a {
	margin-left: 38px;
}

.ie6 .sub-nav a {
	margin-top: 0px;
}

/*** end nav ***/

.page-heading {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #e57612;
	color: #567CB2;
}

a.pdf-link {
	float: right;
}

.footer {
	border-top: 1px solid #ccc;
	color: #666;
	text-align: center;
	padding-top: 8px;
	background-color:#fff;
}

/*** inner shadow ***/
.tab-top-wrapper {
	height: 51px;
	background-image: url('../images/inner-shadow-top.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 595px;
}

.tab-left-front {
	width: 20px;
	height: 51px;
	float: left;
	background-image: url('../images/tab-shadow-left-front.png');
}

.tab-left {
	width: 20px;
	height: 51px;
	float: left;
	background-image: url('../images/tab-shadow-left.png');
}

.tab-middle {
	background-image: url(../images/inner-shadow-top.png);
	background-position: top center;
	background-repeat: repeat-x;
	float: left;
	background-color: #fff;
	height: 28px;
	padding-top: 23px;
	padding-left: 5px;
	padding-right: 5px;
}

.tab-middle a {
	text-decoration: none;
	font-size: 16px;
}

.tab-right {
	width: 20px;
	height: 51px;
	float: left;
	background-image: url('../images/tab-shadow-right.png');
}

.inner-shadow-left {
	background-image: url('../images/inner-shadow-left.png');
	background-repeat: repeat-y;
	padding-left: 15px;
	width: 580px;
}

.inner-shadow-right {
	background-image: url('../images/inner-shadow-right.png');
	background-position: top right;
	background-repeat: repeat-y;
	padding-right: 15px;
}

.tab-off, .tab-off-left {
	padding-top: 23px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

.tab-off a, .tab-off-left a {
	text-decoration: none;
	color: #999;
	font-size: 16px;
}

.tab-off-left {
	margin-left: 20px;
}

.inner-shadow-content {
	padding: 15px;
}

.inner-shadow-bottom {
	width: 595px;
	height: 20px;
	background-image: url('../images/inner-shadow-bottom.png');
	margin-bottom: 5px;
}

.tab-top-wrapper,
.inner-shadow-left,
.inner-shadow-bottom {
	margin-left: 5px;
}

/*** end inner shadow ***/

table.info-table {
	width: 100%;
}

table.info-table td {
	width: 50%;
	vertical-align: top;
}

/*** form ***/

.form-table {
	width: 100%;
}

.form-label {
	width: 200px;
	vertical-align: top;
}

.form-input input {
	width: 300px;
}

.form-input textarea {
	width: 300px;
	height: 80px;
}

.form-input select {
	width: 300px;
}

.safari .form-input select,
.ie6 .form-input select {
	width: 305px;
}

.safari .form-input textarea {
	width: 304px;
}


#zip_postal_code_label, #state_province_label {
	color: #ccc;
}

#zip_code {
	width: 100px;
}

#postal_code_front, #postal_code_back {
	width: 60px;
}

/*** end form ***/

.ul-small-indent {
	padding-left: 20px;
}

.white-button-left {
	width: 15px;
	height: 29px;
	background-image: url('../images/white-button-left.png');
	float: left;
}

.ie6 .white-button-left {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/white-button-left.png' ,sizingMethod=image);
}

.white-button-right {
	width: 15px;
	height: 29px;
	background-image: url('../images/white-button-right.png');
	float: left;
}

.ie6 .white-button-right {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/white-button-right.png' ,sizingMethod=image);
}

a.white-button-middle {
	height: 23px;
	padding-top: 6px;
	background-image: url('../images/white-button-middle.png');
	color: #E57612;
	text-decoration: none;
	display: block;
	float: left;
}

.credits {
	padding-left: 300px;
	font-style: italic;
}

.sub-text {
	font-style: italic;
	color: #bbb;
}

.event-table {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #bbb;
}

.event-table td, .event-table th {
	text-align: left;
	padding: 4px;
}

.event-table th {
	font-weight: bold;
}

.event-table .odd {
}

.event-table .even {
	background-color: #e9e9e9;
}

.event-table th {
	background-color: #ccc;
	border-bottom: 1px solid #bbb;
}

.sub-menu-on {
	color: #E57612 !important;
}

#error_div {
	color: red;
	padding-bottom: 8px;
	clear: both;
}

#smart_card_info .fare-media-background {
	width: 169px;
	height: 108px;
	background-image: url('../images/smart-cards.png');
}

.ie6 .smart-cards {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/smart-cards.png' ,sizingMethod=image);
	margin-left: 0px;
}

.smart-tickets {
	width: 172px;
	height: 83px;
	cursor: pointer;
	background-image: url('../images/smart-tickets.png');
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

.ie6 .smart-tickets {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/smart-tickets.png' ,sizingMethod=image);
	margin-left: 25px;
}

.barcodes-and-receipts {
	width: 191px;
	height: 98px;
	cursor: pointer;
	background-image: url('../images/receipt-barcodes.png');
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

.ie6 .barcodes-and-receipts {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/receipt-barcodes.png' ,sizingMethod=image);
	margin-left: 22px;
}

.fare-media-background {
	float: left;
	height: 115px;
	background-position: bottom left;
}

.transit-office .fare-media-background {
	width: 135px;
	background-image: url('../images/transit-office.png');
	background-repeat: none;	
}

.ie6 .transit-office {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/transit-office.png' ,sizingMethod=image);
}


.fftvm .fare-media-background {
	width: 119px;
	background-image: url('../images/fftvm.png');
}

.ie6 .fftvm {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fftvm.png' ,sizingMethod=image);
}

.affiliates .fare-media-background {
	width: 131px;
	background-image: url('../images/affiliates.png');
}

.ie6 .affiliates {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/affiliates.png' ,sizingMethod=image);
}


.on-the-bus .fare-media-background {
	width: 138px;
	background-image: url('../images/on-the-bus.png');
}

.ie6 .on-the-bus {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/on-the-bus.png' ,sizingMethod=image);
}

.list-box-left {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}

.list-box-right {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}

.ie6 .list-box-left {
	margin-left: 0px;
	width: 264px;
}

.ie6 .list-box-right {
	margin-right: 3px;
	width: 264px;
}

.list-box {
	width: 264px;
	height: 17px;
	padding: 3px;
	background-image: url('../images/list-background.png');
	color: #666;
}

.list-box-spacer {
	height: 10px;
}

.fare-media-info {
	border: 1px solid #999;
	margin-top: 1px;
}

.smart-dd-content {
	padding: 3px;
	font-size: 12px;
	text-align: left;
}

.smart-dd-content ul {
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.ie7 .smart-dd-content ul {
	padding-left: 0px;
	margin-left: 18px;
}

.smart-dd-content ul ul {
	padding-left: 5px;
}

.ie7 .smart-dd-content ul ul {
	margin-left: 2px;
}

.smart-solutions-panel-left {
	width: 25px;
	height: 390px;
	background-image: url('../images/fare-media-panel-left.png');
	float: left;
}

.smart-solutions-panel-left-split {
	width: 10px;
	height: 390px;
	background-image: url('../images/fare-media-panel-left.png');
	background-position: right;
	float: left;
}

.smart-solutions-panel-middle {
	height: 365px;
	width: 124px;
	padding-top: 25px;
	background-image: url('../images/fare-media-panel-middle.png');
	float: left;
	text-align: center;
}

.smart-solutions-panel-right {
	width: 25px;
	height: 390px;
	background-image: url('../images/fare-media-panel-right.png');
	float: left;
}

.smart-solutions-panel-right-split {
	width: 10px;
	height: 390px;
	background-image: url('../images/fare-media-panel-right.png');
	float: left;
}

#info_bubble {
	width: 272px;
	height: 184px;
	background-image: url('../images/info-bubble.png');
	position: absolute;
}

#info_bubble_contents {
	padding: 15px;
	font-size: 10px;
	padding-right: 20px;
}

.ie7 #info_bubble_contents {
	line-height: 100%;
} 

#transit_office_hover,
#tvm_hover,
#affiliates_hover,
#bus_hover {
	text-align: center;
	width: 125px;
	cursor: pointer;
}

.orange-hr {
	margin-top: 20px;
	border-bottom: 1px solid #E57612; 
	margin-bottom: 20px;
}
