/* CSS Document */

* {margin:0;padding:0}

p{margin:1em 0;padding:0 10px}

ul{list-style:none;}

body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/*#navWrapper{
	width:85%;
	margin:auto;
	text-align:left;
	height: 100px;
}
*/

#headerBehind{
	background-image: url(../imgs/nav/navBehindOct.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #0B83D7;
	height: 80px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #156CB3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #156CB3;
	margin-top: auto;
	margin-right: 60px;
	margin-bottom: auto;
	margin-left: 60px;
}
form#search {
	float: right;
	width: 18.5em;
	margin-top: 1.4em;
}
#search p{margin:0}
input.txt{
	background:#fff;
	padding:2px;
	width:10em;
	border:none;
	cursor: auto;
}
input.srch{
	background:none;
	color:#fff;
	margin-left:2px;
	border:none;
}
#headerBehind ul{
	padding-right: 0em;
	padding-left: 0;
	padding-bottom: 0em;
	margin-top: 1.4em;
	padding-top: 0em;
	float: left;
	margin-left: 2em;
}
#headerBehind li{
	display:inline;
	color:#fff;
}

#headerBehind ul li a{
	text-decoration:none;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#headerBehind ul li a:hover{
	color: #0970B8}

/*__________________Navigation__________________ */


#navigation {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	top: 80px;
	right: 0px;
	bottom: 0px;
	clear: both;
	height: 24px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #156CB3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #156CB3;
	margin-right: 60px;
	margin-left: 60px;
}
#navigation ul, #navigation ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#navigation ul {
	padding: 5px 0 5px;
	text-align: center;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../imgs/nav/navleft_new.gif);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#navigation ul li span {
	margin-top: 4px;
	margin-bottom: 4px;
	background-image: url(../imgs/nav/navright_new.gif);
	background-repeat: no-repeat;
	background-position: right;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 9px;
	margin-left: 4px;
}
#navigation ul li a:hover span {
	color:#85C1EB;
}
#navigation ul li a:hover {
}




/** html #navigation ul li a {
	padding: 0;
}
*/
.separator {
		clear: both;
		}
			
