﻿/* Logo and banner */
#banner {
	width: 900px;
	position: relative;
}
#search {
	position: absolute;
	top: -10px;
	right: 10px;
}
#tagline {
	color: #237293;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	top: 0px;
	left: 340px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.auto-style1 {
	font-weight: normal;
	font-size: 12px;
	color: #EEEEEE;
	background-color: #0F77A7;
	background-position-x: right;
}
.auto-style2 {
	background-repeat: no-repeat;
	background-position-y: bottom;
}


/* Nav Bar */
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
/* Font stuff for all the menu entries */
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	border-style: solid none none none;
	border-color: #333333;
	border-width: 2px 0px 0px 0px;
	background: #0F76A8;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #333333;
	width: 900px;
}
.menu li{
	float: left;
	padding: 0px;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;
}
.menu li a{
	background: #0F77A7 url("menu/images/seperator.gif") no-repeat right bottom;
/* vertical seperator bars between main menu entries */color: #EEEEEE;
	display: block;
	font-weight: normal;
	line-height: 35px;
	margin: 0px;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
}
.menu li a:hover, .menu ul li:hover a{
	background: #1397D7 url("menu/images/hover.gif") no-repeat center bottom;
	color: #FFFFFF;
	text-decoration: none;
}
	.menu li ul{
	background: #333333;
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 200px;   /* width of sub menu -- also change one under .menu li li */
	z-index: 200;
		/*top:1em;
		/*left:0;*/
}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
	background: url('menu/images/sub_sep.gif') bottom left no-repeat;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 200px;    /* width of sub menu -- also change one under .menu li ul */

}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:25px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 5px 5px 10px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('menu/images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		
