/* ---------- Banner --------------------------- */

#header {
	background: #1760b0 url(../../images/bkgd_header.gif) 0 0 repeat-x;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 73px;
 	overflow: hidden;
	}

#headerBanner {
	background: transparent;
	padding: 0;
	margin: 0 auto;
	width: 900px;
	height: 73px;
	}

#logo {
	background: transparent url(../../images/bkgd_logo.png) 0 0 repeat-y;
	padding: 0;
	margin: 0;
	width: 304px;
	height: 73px;
	border-right: 1px dotted #b5d9ee;
	float: left;
	}

#logo img {
	margin: 19px 0 0 30px;
	float: left;
	}

#logo h1 {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	margin: 5px 0 0 15px;
	float: left;
	width: 150px;
	}

#navigation {
	background: #39c;
	padding: 0;
	margin: 32px 0 0 0;
	width: 593px;
	height: 40px;
	border-top: 1px dotted #b5d9ee;
	border-right: 1px dotted #b5d9ee;
	float: left;
	}

/* Dropdown Menu */

#navbar {
	margin: 7px 0 0 0;
	padding: 0 0 0 15px;
	width: 375px;
	float: left;
	}

#navbar ul {
	margin: 0;
	padding: 0;
	}

#navbar li {
	background-image: none;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	}

#navbar li a {
	background: #603;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 33px;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0 15px 0 15px;
	height: 33px;
	}

#navbar a.on {
	background-image: none;
	background: #fff;
	color: #000;
	}

#navbar a:hover, #navbar a.on:hover {
	background: #000;
	color: #fff;
	}

#navbar li ul {
	display: none; 
	background-color: #000;
	}

#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 500px;
	z-index: 9999;
	}

#navbar li:hover li, #navbar li.hover li {
	float: left;
	}

#navbar li:hover li a, #navbar li.hover li a {
	background: transparent url(../../images/arrow_white.png) 0 6px no-repeat;
	color: #fff;
	font-size: 12px;
	color: #fff;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	width: 210px;
	height: 25px;
	line-height: 25px;
	}

#navbar li li a:hover {
	text-decoration: underline;
	}


/* Search Form */

#searchform {
	background: transparent;
	padding: 0;
	margin: 0 30px 0 0;
	width: 150px;
	height: 40px;
	float: right;
	}

#searchbox {
	background: #fff;
	padding: 0;
	margin: 7px 0 0 0;
	width: 150px;
	height: 25px;
	}

#searchbox .searchtext {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #39c;
	width: 100px;
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 5px;
	padding: 0;
	border: 0;
	}

#searchbox .searchbutton {
	background: #fff url(../../images/search.png) 0 0 no-repeat;
	height: 25px;
	width: 25px;
	color: #993;
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	text-indent: -9999px;
	margin: 0 7px 0 0;
	padding: 0;
	border: 0;
	float: right;
	}

#searchbox .searchbutton:hover {
	background-position: 0 -25px;
	cursor: pointer;
	border: none;
	}


/* Web-App Title */

#apptitle {
	margin: 7px 0 0 0;
	padding: 0 0 0 15px;
	width: 550px;
	height: 26px;
	overflow: hidden;
	}

#apptitle h1, #apptitle h2, #apptitle h3, #apptitle h4, #apptitle h5, #apptitle h6 {
	font-family: 'CharisSILRegular', arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	margin: 0;
	padding: 0;
	}

