/* General CSS Styles shared with index.html */
html {
	padding: 0px 1px 0 0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #455560;
	word-spacing: 1px;
	margin: 0px;
	text-align: left;
	background: #18305a;
}
div { margin: 0; padding: 0; }
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul, li {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link, a:visited, a:hover, a:active {
	cursor:pointer; color:#455560;
}
.none {
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
#main {
	display:none;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
.grey {
	color: #999999
}
.lessMargin {
	margin: 5px 0 5px 0;
}

/* Wrapper styles */
#outterWrap {
	width:770px;
	margin: 0 auto;
	margin-top: -25px;

}
#contentWrap {
	float:left;
	display:inline;
	width: 770px;
	background: #fff;
}
/* Begin Sitemap & Search Styles */
input {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
form {
	margin: 0;
	padding: 0;
}

/* Begin Global Footer Styles */
#footer {
	padding: 8px 0;
	clear:both;
	background:#ffffff;
}
.fbarhelp {
	padding-left:5px;
	padding-right:5px;
}
.last {
	font-weight: bold;
	border-left: 1px solid #fff;
}
.first {
	font-weight: bold;
	border: none;
}

/* Top navigation styles */
#skip {border: none; margin: 0; padding: 0;}
#dropDownMenu, #dropDownMenu * {
	margin:0;
	padding:0;
		position: relative;
	z-index: 100;
}
#navWrap {
	height: 40px;
	width: 770px;
	margin: 0;
	padding: 0;
}
/* "Master" UL (the whole Menu) */
#dropDownMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	position:relative;
	width:770px;
	max-width:100%;
	float:left;
	/*margin:4em;*/
	background: url(../media/navbutton.gif);
	font-size: 10px;
	text-align: center;
}
#searchContiner {
	float: right;
	clear: both;
	background: none;
	position: relative; 
	top: 42px;
	right: 5px;
}
#inputBtn { padding-top: 2px; margin-left:2px; }
/* sub-menu ULs */
#dropDownMenu li ul {
	width:11em !important;/* leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding:1px 10px 10px 10px;
	background:url(../images/clear.gif);/* trick to keep'em open */
}
/* All LIs */
#dropDownMenu li {
	position:relative;
	width:11em;
	max-width:16.5%;
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:normal;
}
/* sub-menu LIs */
#dropDownMenu li ul li {
	width:10em/*FF*/;
	padding:0;
	border:none;
	max-width:120%;
	border-top:none;
}
/* All anchors */
#dropDownMenu li a {
	cursor:pointer;
	color:#FFFFFF;
	/*border-left:1px solid #FFFFFF;*/
	text-decoration:none;
	display:block;
	float:left;
	padding:8px 0 0 20px;
	/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	height:32px;
}
#dropDownMenuBR li a {
	cursor:pointer;
	color:#FFFFFF;
	/*border-left:1px solid #FFFFFF;*/
	text-decoration:none;
	display:block;
	float:left;
	padding:8px 0 0 25px;
	height:32px;
}
#dropDownMenuJ li a {
	cursor:pointer;
	color:#FFFFFF;
	/*border-left:1px solid #FFFFFF;*/
	text-decoration:none;
	display:block;
	float:left;
	padding:8px 0 0 40px;
	height:32px;
}
/* sub-menu Anchors */
#dropDownMenu li ul li a {
	width:120px/*FF*/;
	margin: 0;
	padding: 2px;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	line-height:18px;
	height:auto;
	font-weight:normal;
	border-top:1px solid #ffffff;
	color:#FFFFFF;
	text-align:left;
	background-position:0 50% !important;
}
/* :hover and stuff */
#dropDownMenu li a:hover, #dropDownMenu li a:focus, #dropDownMenu li a:active {
	color:#c9b88b
}
/* Rollover for submenus- move the declarations from the rule below the one above if you want a background swap on 
*all* anchors, including the top level ones */
#dropDownMenu ul a:hover, #dropDownMenu ul a:focus, #dropDownMenu ul a:active {
	color:#000000 !important;
	background:#c9b88b
}
/* display and z-index for the sub-menus */
#dropDownMenu li:hover ul, #dropDownMenu li.msieFix ul {
	display:block;
	z-index:10;
	top:39px !important;
}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#dropDownMenu li#AB {z-index:6;}
#dropDownMenu li#CF {z-index:5;}
#dropDownMenu li#GJ {z-index:4;}
#dropDownMenu li#KR {z-index:3;}
#dropDownMenu li#ST {z-index:2;}
#dropDownMenu li#UZ {z-index:1;}
#dropDownMenu li#last {z-index: 7;}
/* Current location - class on Body must match LI's id */
.AB #dropDownMenu li#AB a, .CF #dropDownMenu li#CF a, .GJ #dropDownMenu li#GJ a, .KR #dropDownMenu li#KR a, .ST #dropDownMenu li#ST a, .UZ #dropDownMenu li#UZ a, .last #dropDownMenu li#last a {
	color:#000;
}
/* Keeping current menu accessible to JAWS */
.AB #dropDownMenu li#AB ul, .CF #dropDownMenu li#CF ul, .GJ #dropDownMenu li#GJ ul, .KR #dropDownMenu li#KR ul, .ST #dropDownMenu li#ST ul, .UZ #dropDownMenu li#UZ ul, .last #dropDownMenu li#last ul {
	display:block;
	top:-1000px
}
/* background colors */
/*#AB,*/#AB li a, /*#CF,*/#CF li a, /*#GJ,*/#GJ li a, /*#KR,*/#KR li a, /*#ST,*/#ST li a, /*#UZ,*/#UZ li a, /*#last,*/#last li a {
	background-color:#18305a;
}
/* "trigger" and "msieFix" classes */
#dropDownMenu li.msieFix a {
}
/* last nested UL. keeping it in */

/* #dropDownMenu li#UZ ul {left:-2.3em !important;}*/

/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.AB #dropDownMenu li#AB ul li a:focus, .AB #dropDownMenu li#AB ul li a:active, .CF #dropDownMenu li#CF ul li a:focus, .CF #dropDownMenu li#CF ul li a:active, .GJ #dropDownMenu li#GJ ul li a:focus, .GJ #dropDownMenu li#GJ ul li a:active, .KR #dropDownMenu li#KR ul li a:focus, .KR #dropDownMenu li#KR ul li a:active, .ST #dropDownMenu li#ST ul li a:focus, .ST #dropDownMenu li#ST ul li a:active, .UZ #dropDownMenu li#UZ ul li a:focus, .UZ #dropDownMenu li#UZ ul li a:active, .last #dropDownMenu li#last ul li a:focus, .last #dropDownMenu li#last ul li a:active {
	position:absolute !important;
	top:1028px !important;
}
/* IF JS IS ON we need to reset the rules that let keyboard users access the sub-menu on the page */
.AB #dropDownMenu li#AB ul li a:focus, .AB #dropDownMenu li#AB ul li a:active, .CF #dropDownMenu li#CF ul li a:focus, .CF #dropDownMenu li#CF ul li a:active, .GJ #dropDownMenu li#GJ ul li a:focus, .GJ #dropDownMenu li#GJ ul li a:active, .KR #dropDownMenu li#KR ul li a:focus, .KR #dropDownMenu li#KR ul li a:active, .ST #dropDownMenu li#ST ul li a:focus, .ST #dropDownMenu li#ST ul li a:active, .UZ #dropDownMenu li#UZ ul li a:focus, .UZ #dropDownMenu li#UZ ul li a:active, .last #dropDownMenu li#last ul li a:focus, .last #dropDownMenu li#last ul li a:active {
	position:relative !important;
	top:0 !important;
}
.padLeft { padding-left: 25px }
/* End Navigaiton Styles */
