﻿ /* === Banner / Top menu === */
 .banner
 {
	width: 980px;
	height: 50px;
	background-color: #336699;
	position: relative;
	display: block;
	z-index: 100;
 }


.logo
{
	position: absolute;
	top: 11px;
	left: 8px;
}

.logotext
{
	 color:white;
	 text-decoration:none;
     font-weight:bold;
}

.mottotext
{
	 color:#ff9900;
	 text-decoration:none;
     font-weight:bold;
}
 
 .topmenu
 {
	color: White;
	margin: 0px;
	border: none;
 }
 .topmenu a
 {
 	color: White;
 	text-decoration: none;
	background-color: #336699;
 } 
 .topmenu a:link, .topmenu a:visited
 {
 	color: White; /* IE */
 }
 .topmenu a:hover
 {
 	text-decoration: underline;
 }
 
ul.topmenu
{
	list-style: none;
	border: none;
}
 
ul.topmenu li
{
	display: inline;
	list-style: none;
	position: relative;
	height: 12pt;
	border: none;
	z-index: 100;
}

ul.topmenu li:hover ul
{
	display: block;
}

ul.topmenu li ul
{
	display: none;
	position: absolute;
	background-color: #336699;
	text-align: left;
	padding-top: 5px;
	left: -20px; 
	top: 12pt;
	width: 10em;
	z-index: 100;
	margin-left: 0px;
	padding-left: 0px;
}
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
{
	margin-top: 90px;
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	background-color: #336699;
	color: #f9fbfc;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #f9fbfc;
}

.contentpage {
margin-bottom: 60px;
}

.mainpage {
	background-color: #336699;
}


#leftmenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#leftmenu li
{
	border-bottom: 1px dashed #f9fbfc;
	margin: 0;
}

#leftmenu li a
{
	display: block;
	padding: 8px 5px 8px 30px; 
	background-image: url(images/icons/orange-dot.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: #336699;
	color: #f9fbfc;
	text-decoration: none;
	font-weight: bold;
}

html>body #leftmenu li a { width: auto; }

#leftmenu li a:hover
{
background-color: #2586d7;
color: #f9fbfc;
}
 

.quicklinks
{
	background-color: White;
	border: 1px solid #ff9900;
	width: 191px;
	margin-top: 13px;
	padding-bottom: 14px;
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	font-size: .85em;
	color: #330066;
	clear: left;
}

.quicklinks h3
{
	font-weight: bold;
	color: White;
	background-color: #ff9900;
	padding: 14px;
	height: 15px;
	text-align: left;
	margin-bottom: 12px;
}

.quicklinks ul
{
	list-style: none;
	text-align: left;
	text-indent: -15pt;
	font-size: .90em;
}

.quicklinks li
{
	color: #330066;
	padding-top: 3px;
	padding-bottom: 3px;

}
.quicklinks li a
{
	text-decoration: none;
	color: #330066;
}

#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'); }

a.tool
{
	display: block;
	position: relative;
	overflow: hidden;
	width: 159px;
	height: 75px;
	margin-right: 4px;
	float: left;
}
a.tool span
{
	width: 159px;
	height: 75px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer; /* IE6 */
}

/* === Boxes === */

.box 
{
	padding: 10px 0px 30px 30px;
	text-align: left;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 1.25em;
	position: relative;
	width: 950px;
	margin: 0px;
	top: -18px;
	display: block;
	clear: both;
	z-index: 3;
	height: 90px;
}
.green_box { background-color: #c2e066; color: #333333; }

/* === Commuter Tools === */

.tools
{
/*	float: left; */
	-margin-right: -10px; /* IE6 */
	-height: 113px; /* IE6 */
}

.tools h2
{
	height: 22px;
	font-weight: bold;
	font-size: 18px;
	text-transform: lowercase;
}

.toolButtons
{
	display: block;
	text-decoration: none;
}

.toolButtons a
{
	text-decoration: none;
	display: inline;
}
.btnCCCalc {
	background-image: url(images/buttons/btnCCCalc.gif);
	background-repeat: no-repeat;
	display: inline;
	height: 56px;
	width: 149px;
	margin-right: 10px;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	white-space: normal;
}

.btnCCCalc:hover
{
	background-image:url(images/buttons/btnCCCalcOver.gif);
}

.btnRidematch {
	background-image: url(images/buttons/btnRidematch.gif);
	background-repeat: no-repeat;
	display: inline;
	height: 56px;
	width: 149px;
	margin-right: 10px;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	margin-left: 159px;
}

.btnRidematch:hover
{
	background-image:url(images/buttons/btnRidematchOver.gif);
}

.btnTripCalendar {
	background-image: url(images/buttons/btnTripCalendar.gif);
	background-repeat: no-repeat;
	display: inline;
	height: 56px;
	width: 149px;
	margin-right: 10px;
	margin-left: 318px;
	font-size: 12px;
	text-decoration: none;
	position: absolute; 
}

.btnTripCalendar:hover
{
	background-image:url(images/buttons/btnTripCalendarOver.gif);
}

.btnPR {
	background-image: url(images/buttons/btnPR.gif);
	background-repeat: no-repeat;
	display: inline;
	height: 56px;
	width: 149px;
	margin-right: 10px;
	margin-left: 477px;
	font-size: 12px;
	text-decoration: none;
	position: absolute; 
}

.btnPR:hover
{
	background-image:url(images/buttons/btnPROver.gif);
}

.btnNewRSO {
	background-image: url(images/buttons/btnNewRSO.gif);
	background-repeat: no-repeat;
	display: inline;
	height: 56px;
	width: 265px;
	margin-right: 10px;
	margin-left: 636px;
	font-size: 12px;
	text-decoration: none;
	position: absolute; 
}

.btnSummerPromo2010 {
	background-image: url(images/buttons/SummerPromo2010.gif);
	background-repeat: no-repeat;
	display: inline;
	height: 56px;
	width: 265px;
	margin-right: 10px;
	margin-left: 636px;
	font-size: 12px;
	text-decoration: none;
	position: absolute; 
}

.btnSummerPromo2010:hover {
	background-image: url(images/buttons/SummerPromo2010Over.gif);
}

/* === Home image === */
.home_image
{
	overflow: visible;
	display: inline;
	float: left;
	z-index: 90;
	height: 414px;
	width: 787px;
}

.home_image .slide_in
{
	position: absolute;
	right: 0;
	bottom: 48px;
	display: none;
}

.home_image .fade_image
{
	width: 787px;
	display: inline;
	float: left;
	height: 414px;
}
 
 
/* === Footer === */
.footer
{
	border-top: 1px solid #a3a3a3;
	width: 980px;
	height: 47px;
	position: relative;
	color: #a3a3a3;
	font-size: 8pt;
	text-align: center;
}
.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: center;
	padding-top: 10px;
	line-height: 16px;
	padding-right: 10px;
}

/* === Layout === */

#l_page
{
	width: 980px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	z-index: 0;
}

#l_banner
{
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
}
#page_home #l_banner
{
	z-index: 50;
}

#l_topmenu
{
	position: absolute;
 	top: 16px;
 	right: 8px;
 	z-index: 100;
 }

#l_content
{
	clear: none;
	display: block;
	min-height: 1px;
	z-index: 2;
	position: relative;
}

#l_left_column
{
	float: left;
	display: inline;
	background-color: #336699; 
	position: relative;
	clear: none;
	width: 193px;
	z-index: 3; 
}

#l_content_body
{
	clear: none;
	min-height: 1px;
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	position: relative;
	padding-right: 100px;
	padding-left: 50px;
	padding-bottom: 50px;
	float: none;
	margin-left: 193px;
	margin-top: 35px;
	z-index: 2;
}

#l_content_body_promopage
{
	clear: none;
	min-height: 1px;
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	position: relative;
	float: none;
	background-image: url(images/SummerPromoBkgdWithHotels.jpg);
	background-repeat: no-repeat;
	height: 1210px;
}

#l_content_body_promopage_rules
{
	clear: none;
	min-height: 1px;
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	position: relative;
	float: none;
	background-image: url(images/gradient_1x721px.jpg);
	background-repeat: repeat-x;
	height: 1210px;
	width: 636px;
}

#l_promopage_textcolumn
{
	float: left;
	display: inline;
	position: relative;
	clear: none;
	width: 370px;
	z-index: 2;
	padding: 10px;
}

#l_promopagerules_textcolumn
{
	float: left;
	display: inline;
	position: relative;
	clear: none;
	z-index: 2;
	padding: 10px;
	margin: 10px;

}

#l_content_body_homepage
{
	clear: none;
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	position: relative;
	float: none;
	z-index: 2;
	height: 414px;
	padding: 0px;
	top: -18px;
}

#l_content_body text
{
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	font-size: .95em;
}

#l_content_body h1
{
	color: #336699;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
	margin-bottom: 0;
}

#l_content_body_promopage h1, #l_content_body_promopage_rules h1
{
	color: #BA4AD2;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.1em;
	margin-bottom: 5px;
}

.heading_blk
{
	color: black;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.1em;
	margin-bottom: 5px;
}

.heading_blk_small
{
	color: black;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
	margin-bottom: 5px;
}

#l_content_body h2
{
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	color: #336699;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
	}

#l_content_body_promopage h2, #l_content_body_promopage_rules h2
{
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	color: #BA4AD2;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
	}

#l_content_body h3
{
	color: #c2e066;
}

#l_content_body_promopage h3, #l_content_body_promopage_rules h3
{
	color: #BA4AD2;
}

.promopurple
{
	color: #BA4AD2;
}

#l_content_body p
{
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	font-size: 0.75em;
	display: block;
	line-height: 1.5em;
	margin-top: 2px;
	margin-bottom: 10px;
}

#l_content_body_promopage p, #l_content_body_promopage_rules p
{
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	font-size: 0.75em;
	display: block;
	line-height: 1.5em;
	margin-top: 2px;
	margin-bottom: 10px;
}

#l_content_body ul, #l_promopagerules_textcolumn ul
{
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	font-size: 0.75em;
	margin-top: 2px;

/*	line-height: 1.5em; */
}

/*#l_content_body ul li
{
	padding-bottom: 5px;
} */
#l_content_body ul ul, ul ul li 
{
	font-size:1.0em;
	list-style-type: disc;
	padding-bottom: 5px;
}


#l_content_body ol
{
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	font-size: 0.75em;
	margin-top: 2px;
	line-height: 1.5em;	
}

#l_promopagerules_textcolumn ol li
{
	padding-bottom: 5px;
}

/*#l_content_body ol li
{
	padding-bottom: 5px;
} */


#l_footer
{
	clear: both;
	padding-top: 8px;
	position: relative;
	background-color: #FFFFFF;
}
#swoosh {
	clear: none;
	height: 21px;
	width: 980px;
	background-image: url(images/greenswooshfullwidth.gif);
	z-index: 1;
	background-repeat: no-repeat;
	display: block;
	float: none;
	position: relative;
}
body {
	background-image: url(images/gradient1x500.jpg);
	background-repeat: repeat-x;
	z-index: 0;
	background-attachment: scroll;
	position: relative;
	margin-top: 0px;
}
#loginbuttons {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

#loginbuttons a
{
	display: inline;
/*	padding-top: 20px;
	padding-bottom: 20px; */
	text-decoration: none;
}

.paddingbottomleft {
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
	z-index: 1;
}

.paddingtopleft {
	padding-top: 140px;
	padding-left: 20px;
	position: relative;
	z-index: 1;
}

#SignUp {
	padding-right: 20px;
}

img {border: none;}

.btnsignup {
	background-image: url(images/buttons/SignUp.gif);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 140px;
	margin-right: 10px;
	font-size: 25px;
	text-decoration: none;
	position: relative; 
}

/*.btnsignup a {
	height: 25px;
	width: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
} */


.btnsignup:hover
{
	background-image:url(images/buttons/SignUpOver.gif);
}

.btnlogin {
	background-image: url(images/buttons/LogIn.gif);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 145px;
	margin-left: 10px;
	font-size: 25px;
	text-decoration: none;/*	position: relative; */
}

.btnlogin:hover
{
	background-image:url(images/buttons/LogInOver.gif);
}

.btnloginhome {
	background-image: url(images/buttons/LogIn.gif);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 145px;
	margin-left: 25px;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	margin-top: 30px;
}

.btnloginhome:hover
{
	background-image:url(images/buttons/LogInOver.gif);
}

.invis {
	visibility: hidden;
}

table, tr, td {
	border: none;
/*	font-family: helvetica, geneva, verdana, arial, sans-serif;
	font-size: .9em; */
}

table {
	width: 100%;
	padding:none;
	margin:none;
}

td
{
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}

.right {
	text-align: right;
	white-space: nowrap;
/*	display: inline; */
	width: 125px;
}

.numbercell {
	font-weight: bold;
	padding-right: 7px;
}

.tablebold {
/*	font-family: helvetica, geneva, verdana, arial, sans-serif;
	font-size: 1.25em; */
	font-weight: bold;
	vertical-align: bottom;
}

.smallfont {
	font-size: 11pt;
	font-family: helvetica, geneva, verdana, arial, sans-serif;

}

.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#calcform {
	font-family: helvetica, geneva, verdana, arial, sans-serif;
	font-size: small;
}
