/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/droplist-flyout.html
Copyright (c) 2005-2010 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#header {
	height: 140px;
	position: relative;
	clear: left;
	z-index: 1;
}

html[xmlns] .clearfix { display: block; }

#translate {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: .75em;
	text-transform: uppercase;
	color: #999;
}

#translate a {
	text-decoration: none;
	color: #999;
}

#translate a:hover { color: #333; }

#seal {
	position: absolute;
	top: 10px;
	left: 418px;
	z-index: 30;
}

#seal img {
    -moz-box-shadow: 0px 0px 5px #666; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 5px #666; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 5px #666; /* Opera 10.5, IE9 */
}

#header-nest {
	position: relative;
	top: 50px;
	z-index: 10;
}

#header-nest .headertitle1 {
	height: 29px;
	background: url(../inc-im/im-head/headertitle.png) no-repeat 10px 0px;
}

.headertitle1 p {
	color: #333;
	font-family: 'BergamoStdRegular', Georgia, Times New Roman, serif;
	font-size: 1.2em;
	margin-left: -9999px;
}

/* names and titles for two leaders */

#headerleaders, #headerleaders a {
	color: #333;
	font-family: 'BergamoStdRegular', Georgia, Times New Roman, serif;
	font-style: normal;
	text-decoration: none;
	line-height: 1.5em;
}

#headerleaders a:hover { color: #006; }

#headertitlePPT {
	width: 398px;
	float: left;
	padding-top: 7px;
	text-align: right;
	position: absolute;
}

#headertitleSMJ {
	left: 560px;
	padding-top: 7px;
	position: absolute;
}

/* edited Stu Nichols navigational styles */

#nav-container {
	background-image: url(../inc-im/im-head/nav-bg-940.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height: 27px;
	margin: 0 10px;
	z-index: 1;
	position: relative;
}

.dropList {
	font-family: 'UbuntuRegular', Verdana, Arial, sans-serif;
	line-height: 1.1em;
	text-align: left;
	list-style: none;
	position: relative;
	z-index: 25;
}

.dropList h4 {
	font-family: 'UbuntuBold', Verdana, Arial, sans-serif;
	font-weight: normal;
}

.droplist a {
	display: block;
	text-decoration: none;
}

.dropList ul li div ul li a:hover { text-decoration: none; }

.droplist a:link, a:visited { color: #03F; }


.dropList ul { font-size: .9em; }

#searchbox
{
	padding: 0;
	margin: 5px 0 0 0;
	vertical-align: top;
	border: 1px #006 solid;
	height: 14px;
}

#search-go { padding-left: 4px; }

.dropList ul li div {
	position: absolute;
	left: -9999px;
	top: -9999px;
	padding: .2em 0 .5em .5em;
	border-top: 0 #AAA none;
	border-right: 1px #AAA solid;
	border-bottom: 1px #AAA solid;
	border-left: 1px #AAA solid;
	background-color: #F7F7F7;
}

.dropList ul li div ul {
	width: 15.5em;
	float: left;
}

.dropList ul li { float: left; }

.dropList ul li a {
	display: block;
	float: left;
	line-height: 1.1em;
}

.dropList ul ul li a {
	padding: .2em .2em .2em 0;
	width: 14.5em;
	line-height: 1.4em;
}

.dropList ul ul li h4 {
	margin: 1.1em 0 .2em 0;
}

.dropList ul ul li h4 a {
	width: 14.5em;
	line-height: 1.1em;
	font-weight: bold;
	font-size: .9em;
}

.dropList ul .fourCol:hover div {
	left: 0px;
	top: 27px;
	width: 58em;
}

.dropList ul .threeCol:hover { position: relative; }
.dropList ul .threeCol:hover div {
	left: 0px;
	top: 27px;
	width: 43.5em;
}

.dropList ul .twoCol:hover { position: relative; }
.dropList ul .twoCol:hover div {
	left: 0px;
	top: 27px;
	width: 29em;
}

.dropList ul .oneCol:hover { position: relative; }
.dropList ul .oneCol:hover div {
	left: 0px;
	top: 27px;
	width: 14.5em;
}

.dropList ul :hover div ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.dropList ul :hover div ul .fly:hover { position: relative; }
.dropList ul :hover div ul .fly:hover ul {
	font-size: 1em;
	width: 12em;
	left: -13.5em;
	top: -1px;
	border: 1px solid #aaa;
	padding: .2em 1em .2em .5em;
	background-color: #F7F7F7;
}

.dropList ul :hover div ul .flyRight:hover { position: relative; }
.dropList ul :hover div ul .flyRight:hover ul {
	font-size: 1em;
	width: 12em;
	left: 14em;
	top: -1px;
	background-color: #F7F7F7;
	border: 1px solid #aaa;
	padding: .2em 1em .2em .5em;
}

.dropList ul :hover div ul .fly:hover ul ul {
	left: -9999px;
	top: -9999px;
}

.dropList ul :hover div ul .fly:hover ul .fly:hover ul {
	padding: .2em 1em .2em .5em;
	left: 10em;
	top: -1px;
	background-color: #F7F7F7;
	border: 1px solid #aaa;
}

.dropList ul :hover div ul .flyRight:hover ul ul {
	left: -9999px;
	top: -9999px;
}

.dropList ul :hover div ul .flyRight:hover ul .fly:hover ul {
	padding: .2em 1em .2em .5em;
	left: 10em;
	top: -1px;
	background-color: #F7F7F7;
	border: 1px solid #aaa;
}
