
/* Login Panel */
#top {
  	background: url(../images/login_top.jpg) repeat-x 0 0;
	height: 38px;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(../images/login_r.gif) no-repeat right 0;
	padding-right: 45px;
}

#top ul.login li.left {
  	background: url(../images/login_l.gif) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 37px;
  	background: url(../images/login_m.gif) repeat-x 0 0;
}

#top ul.login li a {
	color: #FFF;
}

#top ul.login li a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #0077c8;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
	margin-left:-10px;
	padding:0;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	width: 880px;
	height: 370px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

#login .loginContent .left {
	width: 450px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: left;
	padding-right: 65px;
	font-size: 14px;
	line-height:140%;
}


#login .loginClose {
	display: block;
	position: absolute;
	right: 35px;
	top: 10px;
	width: 100px;
	font-size: 12px;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	padding-right: 10px;
	border: none;
	font-size: 12px;
	color: white;
}

#login .loginClose a:hover { text-decoration:underline;}

.mapsLink a:link, .mapsLink a:visited {font:11px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#FFF;}
.mapsLink a:hover {text-decoration:underline;}