﻿/* Use http://www.cssdrive.com/index.php/main/csscompressor/
 * to compress the CSS to generate icommute.css
 */
 
@import url("ic_typography.css");
@import url("ic_layout.css");
@import url("ic_skin.css");  

 /* === Banner / Top menu === */
 .banner
 {
 	width: 980px;
 	height: 155px;
 	margin-bottom: -155px;
 	position: relative; 	
 }
 
.logo
{
	position: absolute;
	top: 11px;
	left: 8px;
}
 
 .topmenu
 {
 	color: White;
 	text-transform: lowercase;
 }
 .topmenu a
 {
 	color: White;
 	text-decoration: none;
 } 
 .topmenu a:link, .topmenu a:visited
 {
 	color: White; /* IE */
 }
 .topmenu a:hover
 {
 	text-decoration: underline;
 }
 
ul.topmenu
{
	list-style: none;
}
 
ul.topmenu li
{
	display: inline;
	list-style: none;
	position: relative;
	height: 12pt;
}

ul.topmenu li:hover ul
{
	display: block;
}

ul.topmenu li ul
{
	display: none;
	position: absolute;
	background-color: #006bb5;
	text-align: left;
	padding-top: 5px;
	left: -15px;
	top: 12pt;
	width: 10em;
}
ul.topmenu li.last ul
{
	left: auto;
	right: -8px;
	-left: -53px;  /* IE6 */
}
ul.topmenu li ul li
{
	display: block;
	height: auto;
	border-top: 1px solid #699ad0;
	padding: 0.2em 1em;
	text-align: left;
}
 
 /* === Left menu === */
 .leftmenu a
 {
 	display: block;
 	width: 150px;
 	height: 30px;
 	color: #48484a;
 	font-weight: bold;
 	background-color: #b3d88c;
 	border-top: 1px solid white;
 	text-align: left;
 	padding-left: 15px;
 	padding-top: 13px;
 	text-decoration: none;
 	text-transform: lowercase;
 }
 
 .leftmenu
 {
 	background-color: #b3d88c;
 	width: 165px;
 	padding-top: 150px;
 }
 
.leftmenu .searchbox
{
	height: 40px;
	font-weight: bold;
	font-size: 8pt;
	line-height: 20px;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 11px;
}
 
.leftmenu .searchbox input.searchField
{
	width: 98px;
	height: 20px;
	border: 0px;
    line-height: 20px;
}

.leftmenu .searchbox input.searchButton
{
	width: 22px;
	height: 20px;
}

.quicklinks
{
	background-color: White;
	border: 1px solid #afafaf;
	width: 163px;
	margin-top: 13px;
	padding-bottom: 14px;
}

.quicklinks h3
{
	text-transform: lowercase;
	font-weight: bold;
	color: White;
	background-color: #afafaf;
	border-bottom: 1px solid #afafaf;
	padding: 14px;
	height: 15px;
	text-align: left;
	font-size: 12pt;
	margin-bottom: 12px;
}

.quicklinks p
{
	padding: 4px 14px;
	text-align: left;
}

/* === Border images === */

.quicklinks
{
	position: relative;
}
.quicklinks .br 
{
	bottom: -1px; right: -1px;
	_bottom: -2px; _right: -2px; /* IE6 */
	background: url('br_quicklinks.png');
}
.quicklinks .bl 
{
	bottom: -1px; left: -1px; 
	_bottom: -2px; /* IE6 */
	background: url('bl_quicklinks.png'); 
}
.quicklinks .corner
{
	width: 11px;
	height: 11px;
	position: absolute;
	overflow: hidden; /* IE6 */
}

/* === Text replacement === */

#t_quick_links span
{
	background-image: url('t_quick_links.png');
	width: 165px;
	height: 45px;
	position: absolute;
	left: -1px;
	top: -1px;
}

.leftmenu ul li
{
	position: relative;
	-height: 43px; /* IE6 */
	-margin-bottom: -3px; /* IE6 */
}
.leftmenu ul li a span
{
	position: absolute;
	top: 1px;
	left: 0;
	width: 165px;
	height: 43px;
	cursor: pointer; /* IE6 */
}
.leftmenu ul li span.tab
{
	display: none;
	background: url('mode_tab-trans.png');
	width: 26px; height: 30px;
	position: absolute;
	top: 7px; left: 165px;
}
#page_home .leftmenu ul li:hover span.tab
{
	display: block;
}
.leftmenu ul li:hover a span
{
	background-position: 165px 0;
}
#t_carpool span { background-image: url('t_carpool.png'); }
#t_vanpool span { background-image: url('t_vanpool.png'); }
#t_schoolpool span { background-image: url('t_schoolpool.png'); }
#t_transit span { background-image: url('t_transit.png'); }
#t_bike_to_work span { background-image: url('t_bike_to_work.png'); }
#t_work_from_home span { background-image: url('t_work_from_home.png'); }

.searchButton
{
	background-image: url('btn_go.png');
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	_padding-left: 1000px; /* IE6 */
	cursor: pointer;
	vertical-align: bottom;
}

.searchButton:hover
{
	background-position: 22px 0;
}

a.tool
{
	display: block;
	position: relative;
	overflow: hidden;
	width: 159px;
	height: 75px;
	margin-right: 4px;
	float: left;
}
a.tool span
{
	width: 159px;
	height: 75px;
	background-image: url('tools.png');
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer; /* IE6 */
}
#t_commute_calculator span:hover { background-position: 0 0; }
#t_commute_calculator span:hover { background-position: 159px 0; }
#t_ridematcher span { background-position: 0 -75px; }
#t_ridematcher span:hover { background-position: 159px -75px; }
#t_triptracker span { background-position: 0 -150px; }
#t_triptracker span:hover { background-position: 159px -150px; }
#t_guaranteed_ride_home span { background-position: 0 -225px; }
#t_guaranteed_ride_home span:hover { background-position: 159px -225px; }

#t_commuter_tools 
{
	position: relative;
}
#t_commuter_tools span
{
	position: absolute;
	top: 0; left: 0;
	height: 34px; width: 181px;
	background-image: url('t_commuter_tools.png');
}

/* === Boxes === */

.box 
{
	padding: 9px;
	text-align: left;
	position: relative;
}
.green_box { background-color: #b3d88c; color: White; }
.blue_box { background-color: #6899d1; color: White; }

.box .corner
{
	width: 10px;
	height: 10px;
	position: absolute;
	overflow: hidden; /* IE6 */
}
.box .br { bottom: 0; right: 0; -bottom: -1px; /* IE6 */ }
.box .bl { bottom: 0; left: 0; -bottom: -1px; /* IE6 */ }
.box .tr { top: 0; right: 0; }
.box .tl { top: 0; left: 0; }

.green_box .bl { background-image: url('bl_green_box.png'); }
.green_box .tl { background-image: url('tl_green_box.png'); }
.blue_box .tr { background-image: url('tr_blue_box.png'); }
.blue_box .br { background-image: url('br_blue_box.png'); }
.blue_box .tl { background-image: url('tl_blue_box.png'); }
.blue_box .bl { background-image: url('bl_blue_box.png'); }

/* === Commuter Tools === */

.tools
{
	float: left; 
	width: 653px; 
	height: 109px;
	-margin-right: -10px; /* IE6 */
	-height: 113px; /* IE6 */
}

.tools h2
{
	height: 34px;
	font-weight: bold;
	font-size: 14px;
	text-transform: lowercase;
}

.whats_new
{
	float: left;
	width: 286px;
	height: 109px;
	margin-left: 5px;
}

/* === Footer === */
.footer
{
	border-top: 1px solid #a3a3a3;
	width: 980px;
	height: 47px;
	position: relative;
	color: #a3a3a3;
	font-size: 8pt;
}
.footer a
{
	color: #a2a3a3;
	text-decoration: none;
}
.footer a:link, .footer a:visited
{
	color: #a2a3a3; /* IE6 */
}
.footer a:hover
{
	text-decoration: underline;
}
.footer .text
{
	text-align: left;
	padding-top: 10px;
	line-height: 16px;
	padding-right: 10px;
	padding-left: 178px;
}

#l_sandag
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#l_511
{
	position: absolute;
	bottom: 10px;
	left: 10px;
}

/* === Breadcrumbs === */

.breadcrumbs
{
	border-bottom: 1px solid #a3a3a3;
	width: 800px;
	height: 23px;
	position: relative;
	color: #a3a3a3;
	font-size: 8pt;
	margin-bottom: 20px;
	margin-left: 15px;
	text-transform: lowercase;
	text-align: left;
	padding-top: 120px;
	z-index: 20;
}
.breadcrumbs a
{
	color: #a2a3a3;
	text-decoration: none;
}
.breadcrumbs a:link, .breadcrumbs a:visited
{
	color: #a2a3a3 !important; /* IE6 */
}
.breadcrumbs a:hover
{
	text-decoration: underline;
}

/* === Home image === */
.home_image
{
	background-color: Black;
	width: 815px; height: 414px;
	overflow: hidden;
	position: relative;
	padding-top: 51px;
	vertical-align: bottom;
}

.home_image .slide_in
{
	position: absolute;
	right: 0;
	bottom: 48px;
	display: none;
}

.home_image .fade_image
{
	width: 815px;
}

/* === Layout === */

#l_page
{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#l_banner
{
	position: absolute;
 	top: 0;
 	left: 0;
}
#page_home #l_banner
{
	z-index: 50;
}

#l_topmenu
{
	position: absolute;
 	top: 16px;
 	right: 8px;
 	z-index: 100;
 }

#l_content_header
{
	float: left;
	display: inline; /* IE6 */
	margin-left: 165px;
}

#l_content_body
{
	float: left;
	width: 525px;
	min-height: 1px;
	margin-right: 275px;
	margin-left: 15px;
	-width: 510px; /* IE6 */
}

#l_content_body_no_ads
{
	
	width: 785px;
	min-height: 1px;
	margin-right: 15px;
	margin-left: 15px;
}

#l_content_ads
{
    float: left;
    width: 275px;
    height: 520px;
    margin-left: -275px;
}

#l_left_column
{
	width: 165px;
	float: left;
	margin-left: -980px;
}

#l_footer
{
	clear: left;
	padding-top: 8px;
	position: relative;
}

/* === Ads === */
#mainAds td
{
	padding-bottom: 5px;
}
	
/* === Park And Ride Lots === */
.park_and_ride
{
	font-size: 8pt;
	line-height: 11pt;
}
.park_and_ride td, .park_and_ride th
{
	padding: 4px;
}

/* === Commute Calculator === */
.commute_calculator
{
	background-color: #e0f2be;
	padding-bottom: 0.25em;
}
.commute_calculator h2
{
	margin: 0;
	margin-top: 12px;
	background-color: #aecd6d;
	color: White; 
	text-transform: lowercase;
	font-weight: normal;
	font-family: Arial, Sans-Serif;
	font-size: 16pt;
	padding: 3px 15px;
}
.commute_calculator h3
{
	background-color: #aecd6d;
	color: White; 
	text-transform: lowercase;
	font-weight: normal;
	font-size: 12pt;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 15px;
	display: block;
}
.commute_calculator .float_right
{
	float: right;
	margin: 0;
	margin-left: 1em;
}
.commute_calculator .float_right input
{
	width: 50px;
	text-align: center;
}


.commute_calculator p
{
	margin: 1.00em 1.15em;
}

.commute_calculator table
{
	border-spacing: 5px 5px;
	border-collapse: separate;
	font-size: 8pt;
}
 
.commute_calculator table td
{
	width: 94px;
	height: 20px;
	border: 1px solid #bcbdbf;
	text-align: center;
	background-color: White;
}

.commute_calculator p.note
{
	font-size: 7pt;
}

