/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D6489;
	background-color: #CCCCCC;
	margin-top: 0px;
	font-size: 12px;
}
.hidden { display: none; }
.unhidden { display: block; }
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D6489;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
a:active {
	color: #003399;
	text-decoration: none;
}
#container {
	width: 760px;
}
#banner-location {
	background-color: #672F92;
	background-image: url(images/location-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	width: 180px;
	float: left;
}
#banner-banner { 
	clear:both;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 115px;
}

#nav li { /* all list items */
	float: left;
	width: 115px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFFF;
	width: 115px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	color: green;
	filter:alpha(opacity=.25);
	-moz-opacity:.05;
	opacity:.75;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px; 
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#carecredit {
	text-align: center;
	vertical-align: baseline;
	background-image: url(images/sidebar-navi_11.gif);
}
#Layer1 {
	position:absolute;
	z-index:1;
}
