@charset "utf-8";
/* CSS Document */
#nav li:hover, #nav li.hover {
    position:static;
}

#nav, #nav ul {
	list-style: none;
	line-height: 1;
}
#nav {
	clear: both;
	margin: 0 auto ;
	padding: 0 0 1px 5px;
	width: 960px;
	height: 30px;
	background-image: url(/images/template/redNavBar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav a {
	margin: 0px;
	border: none;
	padding: 10px 10px 10px 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: .05em;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	background-image: url(/images/template/redNavBar_separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav a:hover {
	text-decoration: none;
	background-image: url(/images/template/redNavBar_indicator.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px 10px 10px 14px;
	margin: 0px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

/*Search Box Layout*/
#nav li.searchBox {
	float:right
}
#nav li.searchBox form {
	display:inline-block;
	padding:0;
	margin:0;
	width:180px;
	}
#nav li.searchBox form input {
	float:left;
	width:auto;
	margin-top:7px
	}
#nav li.searchBox form input.textField{
	font-size:12px; 
	border: 1px solid #666; 
	background: #FFF; 
	float:left; 
	width:120px;
	height:14px;
}
/*END Search Box Layout*/

/*Footer Menu Layout*/
#footer {
	width: 760px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
}
#footer ul {
	clear:left;
	margin: 0 auto;
}
#footer ul li {
	float: left;
	padding: 0 12px 5px 12px;
	margin-top: 7px;
	border-right: 1px solid #CCC;
}
#footer a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
#footer a:hover {
	color: #76A3C7;
	text-decoration: underline;
}
#footer .end {
	border: none;
}
#copyright {
	color: #999999;
	float: left;
	padding: 6px 0 0 10px;
}
/*END Footer Menu Layout*/

