/* BEGIN CSS CODE
# - original blue

#5168a7 - nav-dark
#80abda - nav-light
*/

/********************  Navigation CSS ********************/
/* Lists - ol, ul, li, dl, dt, dd
-------------------------------------------------------- */
li {
	line-height: 1.2em;
	margin-bottom: .2em;
}


/* Navigation
------------------------------------------------------------- */
/* Main Navigation */
#mainNav {
	height: 42px;
	margin: 0 0;
	padding: 0;
	background: #665C89 url(/images/nav-dark.png) no-repeat;
	position: relative;
	font-family: Helvetica, impact, sans-serif;
	font-size: 11pt;
}

#mainNav ul {
	list-style: none;
	margin: 5px 0 0 30px; 
	padding: 0;
	float:left;
	height:28px;
	width: 750px;
}
#mainNav ul li {
	float: left;
	margin: 0 10px 0 0; padding: 0;
	background-image: none; 
}
#mainNav a {
	color: #C4C4E6;
	text-decoration:none;
	padding: 7px 7px 16px 7px;
	display: block;
	font-weight:bold;
	}
#mainNav li a:hover {
color:#fff;
background: #8ea2e1 /*url(/images/NavBackGradient.png)*/ repeat-x;
}

/* Navigation Active states
------------------------------------------------------------- */
#mainNav ul li.active {
	background: url(/images/navMainActiveLft.png) top left no-repeat;
}

#mainNav ul li.active a {
	background: url(/images/navMainActiveRght.png) top right no-repeat;
	color": #FFFFFF;
}


/* Sub Navigation */
#subNav {
	width: 155px;
	float: left;
	background: #F3F3DB url('../redesign2009includes/img/subNavBack.gif') bottom repeat-x;
}
#subNav ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 70px 0;
	background: url('../redesign2009includes/img/subNavTop.gif') top no-repeat;
}
#subNav li {
	border-bottom: 1px solid #E7E2B4;
	padding: 0;
	margin: 0;
	font-size: 110%;
}
#subNav a {
	color: #000;
	text-decoration:none;
	padding: 7px 0 7px 10px;
	display: block;
}
#subNav a:hover {
	color:#1A3F9F;
	background: #EBEACF;
}

#subNav li.first {
	border-top: none;
}
#subNav li.active  {
	background: #fff url('../../redesign2009includes/img/shell/subNavActiveArrow.gif') 10px 9px no-repeat;
}
#subNav li.active a {
	color: #7B66BA;
}
#subNav li.active a:hover {
	background: #fff;
}



/* Login */
#logincontainer {
	width: 190px;
	float: right;
	height: 30px;
}
#logincontainer ul {
	margin-left: 0;
	width: 210px;
	float: right;
}

#mainNav #logincontainer ul li {
	background: url(/images/loginContainerLft.png) top left no-repeat;
	float: right;
	margin: 0 20px 0 0;
}

#mainNav #logincontainer ul li a {
	background: url(/images/loginContainerRght.png) top right no-repeat;
	color: #FFFFFF;
	text-transform:uppercase;
	padding-left: 20px;
	padding-right: 20px;
}
#mainNav #logincontainer ul li a:hover {
	color: #C4C4E6;
}

/* Log in header box */
#logIn {
	width: 300px;
	height: 72px;
	/*background:#D3D5EE;*/
	background: url('../redesign2009includes/img/logIn.png') bottom left no-repeat;
	position:absolute;
	top:42px;
	right:20px;
}
#logIn a {
	font-weight:normal;
	color:#2061D8;
	font-size:11px;
	margin: 8px 0 0 0;
	padding: 0;
}
#logIn a:hover {
	color:#1A3F9F;
}
#logIn form {
	padding: 0;
	margin: 10px 0 0 10px;
}
#logIn input {
	border: 1px solid #A7A7A7;
	width:100px;
	background: #fff url('../redesign2009includes/img/inputBack.png') top left repeat-x;
	padding:2px;
}
#logIn label{
	font-weight: bold;
	font-size:11px;
	color:#333;
}
#logIn div {
	float:left;
	width:110px;
	
}
a.loginButton {
	background: url('../redesign2009includes/img/loginButton.png') top left no-repeat;
	color: #282440;
	width: 50px;
	display:block;
	/*float:left;*/
	/*margin-top: 18px;*/
	line-height:23px;
	text-indent:9px;
	position: absolute;
	top: 7px;
	right: 10px;
}
a:link.loginButton {
	color: #282440;

}

div#loginContent {
	width:290px;
	position:relative;
	
}



/* Main Nav DropDowns */
#dropDowns a {
	display: block;
	/*width: 10em;*/
}

#dropDowns li {
	float: left;
	/*width: 10em;*/
}
#dropDowns li ul {
	position: absolute;
	width: 150px;
	margin: -3.5px 0 0 0;
	left: -999em;
	background: url(/images/navDropDown.png) bottom left no-repeat;
	height: auto;
	padding: 5px 0 10px 0;
	z-index:100;
}
#dropDowns li ul li {
	border-bottom: 1px solid #AEADC3;
	width: 140px;
	margin-left: 5px;
}
#dropDowns li.active ul li {
	background:none;
}
#dropDowns li.active ul li a {
	background:none;
	color: #463F62;
}
/*#dropDowns li ul li.last {
	border-bottom: none;
}*/

#dropDowns li:hover ul {
	left: auto;
}

#dropDowns li:hover ul, #dropDowns li.sfhover ul {
	left: auto;
}

#dropDowns li:hover ul li, #dropDowns li.sfhover ul li {
	/*background: #f7f8f9;*/
	/*width: 12em;*/
	margin-right:0;
}

#dropDowns li ul li a {
	background-image:none;
	color: #463F62;
	/*background:#D3D5EE;*/
	padding: 5px 0 5px 5px;
	font-weight:normal;
}
#dropDowns li ul li a:hover {
	color: #000;
	background:#BDBDDA;
}




/******************** Main CSS ********************/
p {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: url(/images/bgbody-dark.png) repeat;
}

#mainContainer {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#searchbar {
	padding: 72px 25px 0 0;
	width: 400px;
	float: right;
	text-align: right;}
	.displaytext {font-style: italic; color:#5168a7;}
	.normaltext {color:#000; 
}

.searchresult a {
	font-family: Helvetica, impact, sans-serif;
	font-size: 12pt;
}

.searchresult .searchdescription {
	font-family: Helvetica, impact, sans-serif;
	font-size: 11pt;
}
	
#header {
	padding: 0;
	height: 100px;
	width: 980px;
	overflow: hidden;
	background: url(/images/bgheader.png) no-repeat right;
}

#header .logo {
	padding: 0;
	height: 100px;
	width: 135px;
	float: left;
	background: url(/images/logo.png) no-repeat;
}

#header .logo a {
	height: 100px;
	width: 135px;
	display: block;
}

#header .logotext {
	background: url(/images/logotext.png) no-repeat;
	height: 50px;
	width: 248px;
	float: left;
	margin: 40px 0 0 -22px;
}

#contentContainerTop {
	background: url(/images/contenttop-dark.png) no-repeat;
	margin: 0;
	padding: 0;
	height: 13px;
}

#contentContainer {
	background: url(/images/contentmain-dark.png) 0 0 repeat-y;
	width: 980px;
	margin: 0 auto;
}

#content {
	width: 930px;
	margin: 0 auto;
	font-family: Helvetica, impact, sans-serif;
	font-size: 10pt;
}

#contentContainerBottom {
	background: url(/images/contentbottom-dark.png) no-repeat;
	margin: 0;
	padding: 0;
	height: 19px;
}

#footer {
	background: url(/images/footer-dark.png) no-repeat;
	padding: 20px 0 10px 25px;
	margin: 20px 0 10px 0;
	height: 40px;
	color: #FFF;
}

#bottom {
	margin: 0 auto;
	width: 930px;
}

