/* 
---------------------------- 
HEADER
---------------------------- 
*/
.clear {
	
	clear: both; 

}
	
#header ul {
	list-style: none;
}
	
#header {

	font-family: "Lucida Grande", Arial, Tahoma, Helvetica, sans-serif;
	z-index: 1; /*KEEP*/
	background: #fff url(img/nav/topnav-internal-bg.gif) repeat-x bottom left;
	height: 100px;
	position: relative;
	width: 751px;
	/*width: 991px;*/
	
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
}
	
#header #logo {
	position: absolute;
	left: 30px;
	top: 5px;
}

/*"SF BAY AREA"*/
#logo-tagline {
	font-size: .75em;
	font-weight: bold;
	color: #536b25;
	width: 150px;
	position: absolute;
	left: 70px;
	top: 35px;
}

/*"MY 511 LOGIN"*/
#my-login-tagline {
	float: right;
	position: absolute;
	right: 0;
	bottom: 30px;
	

}




/*#my-login-tagline img {
	padding: 0 110px 0 0;
	margin: 0 110px 0 0;
	height: 36px;
	border-top: 1px solid #96b358;
	border-right: 1px solid #96b358;
	border-bottom: 1px solid #96b358;
}*/

/*
#my-login-tagline ul {
	position: absolute;
	left: 530px;
	bottom: 20px;

	border: 1px solid red;
	width: 150px;
	margin: 0;
	/*position: absolute;
	left: 530px;
	bottom: 5px;
	float: left;
}*/

#my-login-tagline li {
	font-size: .75em;
	color: #536b25;
	padding: 0 5px 0 0;
	border-right: 1px solid #96b358;
	float: left;
}

#my-login-tagline a {
	text-decoration: none;
	color: #536b25;
}

#my-login-tagline li a:hover {
	text-decoration: underline;
}

#my-login-tagline li.first {
	border: none;
	padding: 0;
	margin: 0 5px 0 0;
}

#my-login-tagline li.last {
	border: none;
	padding: 0;
	margin: 0 0 0 5px;
}



/* 
---------------------------- 
EXTERNAL NAV GOES TO OTHER SUB DOMAIN SITES
IT APPEARS ON THE VERY TOP 
LINKS TO: 511.org, rideshare, etc
---------------------------- 
*/

ul#external-top-nav {
	float: left;
}
	
#external-top-nav li {
	float: left;
}

ul#external-top-nav {
	border-top: 4px solid #476C1F;
	position: absolute;
	top: 0;
	right: 90px;
	padding: 0 0 0 0;
	margin: 0; /*PREVENTS NAV FROM BEING PUSHED DOWN*/
}

#external-top-nav li {
	height: 20px;
	padding: 8px 20px 0 20px;
}

#external-top-nav li a {
	margin: 0 0 4px 0;
	text-decoration: none;
	font-size: .75em;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	display: block;
}

#external-top-nav li.active  {
	background: #476C1F url(img/nav/external-nav-active.gif) repeat-x top left;
}

#external-top-nav li.active a {
	color: #fff;
}

#external-top-nav li a:hover {
	text-decoration: underline;
}
