/* CSS formatting for Rideshare 2006 Website, created 9/29/06 */


/*a:link, a:hover, a:visited, a:active {color:#FF6600;}*/

/*table#main { margin: 0 auto; }*/

ul#sub_nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	z-index: 400;
	background-color:#cccccc;
}

ul#sub_nav li { /* all list rideshare */
	float: left;
	position: relative;
	height: 34px;
	background-color: #cccccc;
	margin: 0;
	padding: 1px;
	z-index: 400;
		
}

/* to override top and left in browsers other than IE, which will position to the 
top right of the containing li, rather than bottom left */
li > ul { 
	top: auto;
	left: auto;
}

ul#sub_nav li ul { 
	list-style: none;
	display: none;
	border-top: 1px solid #000000;
	position: absolute;
	top: 100%;
	left: -1px;
	padding: 0;
	margin: 0;
	z-index: 400;
}

ul#sub_nav li li {
	height: auto;
	width: auto;
	background-color: #cccccc;
	border: 1px solid #000000;
	border-width: 0 1px 1px 1px;
	padding: 0;
	margin: 0;
}

ul#sub_nav a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #cccccc;
	z-index: 400;
}

ul#sub_nav li a {
	height: 28px;
	width: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 6px 3px 6px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

ul#sub_nav li li a {
	height: auto;
	text-align: left;
	text-transform: none;
	background-color: #cccccc;
}

ul#sub_nav li a:hover {
	display: block;
	background-color: #999999;
	color: #ffffff;
}

*ul#sub_nav li li a:hover {
	background-color: #999999;
	color: #ffffff;
}

ul#sub_nav li li#top {
	border-top: 1px solid #000000;
}

ul#sub_nav li.home { width: 75px; line-height: 28px; }
ul#sub_nav li.home a { width: 63px; line-height: 28px; }

ul#sub_nav li.application { width: 120px;   } /* centers text vertically */
ul#sub_nav li.application a { width: 108px;  } /* centers text vertically */

ul#sub_nav li.commuters { width: 140px; line-height:28px; } 
ul#sub_nav li.commuters a { width: 128px; line-height:28px; } 
ul#sub_nav li.commuters ul, ul#sub_nav li.commuters li { width: 140px;  line-height:28px;} 
ul#sub_nav li.commuters li a { width: 128px; line-height: normal;}

ul#sub_nav li.employers { width: 135px; line-height: 28px;} /* centers text vertically */
ul#sub_nav li.employers a { width: 123px; line-height: 28px; } 
ul#sub_nav li.employers ul, ul#sub_nav li.employers li { width: 140px;  line-height:28px;} 
ul#sub_nav li.employers li a { width: 128px; line-height: normal;}
/* centers text vertically */

ul#sub_nav li.service { width: 135px;  } /* centers text vertically */
ul#sub_nav li.service a { width: 123px; } /* centers text vertically */

ul#sub_nav li.contact { width: 120px; line-height: 28px; } /* centers text vertically */
ul#sub_nav li.contact a { width: 108px; line-height: 28px; } /* centers text vertically */

/* displays hidden lists */
ul#sub_nav li:hover ul, ul#sub_nav li.over ul { 
	display: block;
}

#main {
	width: 740px;
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
}

#main tr {
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
}

#main td {
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
}

#main #sidebar {
	 width: 185px;
	 vertical-align: top;
	 background-color: #cccccc;
	 padding: 5px;
}

#main #sidebar ul {
	color: #000000;
	padding: 0 0 5px 25px;
	margin: 0;
}

#main #sidebar li {
	color: #000000;
}

#main #sidebar a {
	font-size: 12px;
	color: #000000;
}

#main #sidebar img.header {
	text-align: center;
}

#main #content {
	padding: 5px;
	vertical-align: top;
}

#content table, #content tr, #content td {
	border: 0;
}

#content td {
	padding: 3px;
}

#content a {
	color: #000000;
}

#content a:visited {
	color: #9900FF;
}