/* Suckerfish Menu Styles
----------------------------------------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			32px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li:hover li li:hover ul, ul.sf-menu li.sfHover li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px; /* to accomodate top border */
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
.sf-menu {
	float:			left;
	margin-bottom:	0em;
	width: 960px;
}
.toprounded ul.sf-menu {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}
.bottomrounded ul.sf-menu {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.rounded ul.sf-menu {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.sf-menu a { /* top level menu items */
	border-left:	1px solid #555;
	padding: 		10px 12px;
	text-decoration:none;
}
.sf-menu li li a {
	border-bottom: 1px solid #000; /* sub menu borders */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px 12px;	/* set drop down menu height by adjusting the 10px value */
}
.sf-menu li li:first-child {
	border-top: 1px solid #000; /* sub menu top border */
}
.sf-menu a, .sf-menu a:visited { /* main level menu color */
	color: #FFF;
}
.sf-menu li li a, .sf-menu li li a:visited { /* sub menu text color */
	color: #fff;
}
.sf-menu li li, .sf-menu li li li {
	background-color: #5D666F; /* drop-down menu background color */
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-color:		#EFAA10; /* drop-down menu hover color #620002*/
}
 .sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-color:		#EFAA10; /* drop-down menu hover color #620002*/
	color: #000;
}
.sf-menu li {
	background:	url(images/nav-bg.jpg) repeat-x bottom;
}
.first-item a {
	border-left: none;
}
.toprounded .sf-menu .first-item {
	-moz-border-radius-topleft: 6px;	/* round first menu item corner (non-IE browsers) */
	-webkit-border-top-left-radius: 6px;
}
.toprounded .sf-menu .first-item a:hover, .toprounded .sf-menu .first-item a:focus {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}
.bottomrounded .sf-menu .first-item {
	-moz-border-radius-bottomleft: 6px;	/* round first menu item corner (non-IE browsers) */
	-webkit-border-bottom-left-radius: 6px;
}
.bottomrounded .sf-menu .first-item a:hover {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.rounded .sf-menu .first-item {
	-moz-border-radius-topleft: 6px;	/* round first menu item corner (non-IE browsers) */
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.rounded .sf-menu .first-item a:hover {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.sf-menu li li, .sf-menu li li li {
	background-image: none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		url(../images/nav-bg-hov.jpg) repeat-x bottom;
	outline:		0;

}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-image: none;
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			17px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
li li .sf-sub-indicator {
	top:			13px; /* IE6 drop down arrow position */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			14px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			10px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* Styles for vertical Suckerfish menu - probably not used
----------------------------------------------------------------------------------------------------*/

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	210px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
	left:	210px; /* match ul width */
	top:	0;
}
/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator {
	background-position: -10px 0;
} /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator {
	background-position: 0 0;
} /* use translucent arrow for modern browsers*/
/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator, .sf-vertical a:hover > .sf-sub-indicator, .sf-vertical a:active > .sf-sub-indicator, .sf-vertical li:hover > a > .sf-sub-indicator, .sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
} /*** end Suckerfish ***/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-size: 13px;
	background-color: #F9F9F0;
}


#header-wrap {
	height:120px;
	margin:0;
	width:100%;
	clear: both;
	/*background-image: url(../images/headerBlue.png);*/
	background-color: #3955A2;
}
#mainmenu-wrap {
	/*background:transparent url(../images/nu-nav-bg.png) repeat-x scroll 0 0;*/
	/* [disabled]height:35px; */
	margin:0;
	width:100%;
	text-align:center;
	/*background-color: #00004A;*/
	background-image: url(../images/3DMenu.png);
	background-repeat: repeat-x;
}

#mainmenu ul{
	padding-top:7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	/*font-family: helvetica,arial,tahoma,sans serif;*/
	/*font-size:.9em;*/
	/*font-weight:bold;*/
	
	
}
#mainmenu li{
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
	margin-top: 10px;
}
#mainmenu li a:link{
	color: #FFF;
	text-decoration: none;	
}
#mainmenu li a:visited{
	color: #FFF;
	text-decoration: none;	
}
#mainmenu li a:hover{
	/*color: #D1C2E4;*/
	color: #FAE5B4;
	text-decoration: none;
}
.mainmenu li a:active{
	color: #FFF;
	text-decoration: none;	
}

/* Navigation wrapper styles
----------------------------------------------------------------------------------------------------*/
#nav {
	z-index: 10;
	position: relative;
	/* [disabled]background: #333 url(images/nav-bg.jpg) repeat-x bottom; */
	font: 12px Arial, Helvetica, sans-serif;
	height: 32px;
	/* [disabled]border-right: 1px solid #000; */
	/* [disabled]border-left: 1px solid #000; */
	/* [disabled]border-top: 1px solid #000; */
}
#nav.toprounded {
	/* [disabled]-moz-border-radius-topright: 8px; */
	/* [disabled]-moz-border-radius-topleft: 8px; */
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}
#nav.bottomrounded {
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom: 2px solid #000;
	border-top:none;
	margin-bottom:15px;
}
.rounded {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #000;
	margin-bottom: 15px;
}

#header .loginbar{
	clear: both;
	/*	background-color: #666666;*/
	color: #FFFFFF;
	font-size: 85%;
	padding: 5px 0 4px 5px;
	/*margin-top: 10px;*/
	background: url(../images/login-lower.png) no-repeat scroll left bottom #434d5c;
	height: 45px;
	width:450px;
	text-align: center;



}
input {
      font-family: sans-serif;                
  }/* IE hack - make text input same font as password input*/

#header .bar {
	background:url("../images/bg-header-bar.gif") no-repeat scroll left bottom #50666E;
	color:#FFFFFF;
	font:bold 0.82em/0.92em sans-serif,arial;
	padding:0 0 3px 14px;
	position:absolute;
	right:-151px;
	top:42px;
	width:625px;
	height: 37px;

}
.logininputbox{
	font-size: 12px;
	background-color: #F8F8F8;
	border: 1px solid #666666;

}
.loginbutton{
	font-size: 1em;
	background-color: #eeeeee;
}
#secondary-links {
	/*padding-top:10px;*/
	font-size:85%;
	/*font-weight:bold;*/
	margin:15px 0 0 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

#secondary-links li{
	display: inline;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 10px;
}

#secondary-links a:link{
	color: #FFF;
	text-decoration: none;	
}
#secondary-links a:visited{
	color: #FFF;
	text-decoration: none;	
}
#secondary-links a:hover{
	/*color: #D1C2E4;*/
	color: #EADDC4;
	text-decoration: none;
}
#secondary-links a:active{
	color: #FFF;
	text-decoration: none;	
}


#content {
/*	overflow:hidden;*/
}

#mainContent {
	min-height:480px;


}
#contentWrap {
	margin-top: 20px;
}
#contentWrapGlobe {
	margin-top: 20px;
	background-image: url(../images/bkg-globe.gif);
	min-height:800px;
	background-repeat: no-repeat;
	background-position: 135px 10px;
}
#subContent {
	
	min-height:480px;
/*	border-left:1px solid #C2B89E;
	padding:0 0 0 19px;
	width:260px;
	background-color: #99CC99;
	background:url(../images/mainContent-bkg.png) repeat;*/


}


#subContentPad {
	background-color: #EEF4F7;
	padding: 5px;
}
/* Footer Styles*/
.footer {
	background-color: #5C5452;
	height: 75px;
	min-width:960px;
	text-align: center;
}
.footer-padding {
	
	padding-top:15px;
	padding-bottom:15px;

	}
#footer-left {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin-top:15px;
	text-align: left;
	/*text-align:right;*/
}
#footer-left ul{
	display: inline;
	list-style-type: none;
	text-align: center;

}
#footer-right {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF; 

	/*	border-left:1px solid #C2B89E;*/
		margin-top:15px;
	padding:0 0 0 19px;
	width:260px;
	/*text-align:left;*/
}

.header-left {
	float: left;
	position: relative;
	width: 435px;
	height: 120px;
}

.header-right {
	float: left;
	position: relative;
	width: 455px;
	z-index: 1;
}

/*Text Styles*/

p {
	line-height:18px;
	margin-bottom:18px;
}

h1 {
	font-size:1.7em;
	color:#313131;
	line-height: normal;
}
h2 {
	font-size:1.5em;
	color:#313131;
	line-height: normal;
}
h3 {
	font-size:1.2em;
	/*color:#313131;*/
	line-height: 15px;
}
#pageheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.40em;
	font-weight: bold;
	padding:0 0 5px 0;
	color: #333333;
	}

#subContent h2 {
	color:#00004A;
	margin:0 0 15px;
	/*text-transform:uppercase;*/
	width:265px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color: #D3E1E8;
	padding:5px 0 5px 5px;
	
}
#subContentSm h2 {
	color:#00004A;
	margin:0 0 15px;
	/*text-transform:uppercase;*/
	width:265px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color: #D3E1E8;
	padding:5px 0 5px 5px;
	
}
.small-login {
	font-size:9px;
	}
	
/* Link Styles */

/*a:link{
	color: #003399;
	text-decoration: underline;
}
a:visited{
	color: #003399;
	text-decoration: underline;
}
a:hover{
	color: #990000;
	text-decoration: underline;
}*/ 
a:active{
	color: #003399;
	text-decoration: underline;
}
.photo-right{
	float:right;
	margin-left:10px;
}

.photo-left{
	float:left;
	margin-right:10px;
}
.noahPhotoWrap{
	float:left;
	
}

/*ul, ol
{
	
  margin-left: 0;
  padding-left: 30px;
}*/


.listMarginUL{
	padding-left: 30px;
	list-style-type: disc;
}

.listMarginUL li{
	line-height: 1.75em;
}

.listMarginOL{
	padding-left: 30px;
	
}

.listMarginOL li{
	line-height: 1.75em;
}

.contentIndent{
	padding-left:25px;

}
.contentIndentGlobe{
	padding-left:25px;

}

#requestInfo {
	background-color:#EEF4F7;
	border: 1px solid #000000;
}
#requestInfo th {
	background-color:#32505F;
	color:#FFFFFF;
	font-size:1.1em;
	padding:3px 5px;
	text-align:left;
}

#requestInfo td {
	/*border:1px solid #5C5452;*/
	font-size:1em;
	padding:3px 7px 2px;
	border: 1px gray dotted;
}

#pdfRequest 
{
	background-color:#EEF4F7;
	border: 1px;
}
#pdfRequest th
{
	background-color:#32505F;
	color: #FFFFFF;
	text-align: left;
	padding: 3px 5px;
	font-size: 1.1em;
}
#pdfRequest td
{
	padding:5px;
	border: 1px gray dotted;
}
#oldLogin
{
	margin-top: 5px;
	text-align: center;
}
#oldLogin a:link{
	color: #FFF;
	text-decoration: underline;	
}
#oldLogin a:visited{
	color: #FFF;
	text-decoration: underline;	
}
#oldLogin a:hover{
	/*color: #D1C2E4;*/
	color: #EADDC4;
	text-decoration: underline;
}
#oldLogin a:active{
	color: #FFF;
	text-decoration: underline;	
}
#title {
	width: 330px;
	height: 26px;
	color: #5A698B;
	font: bold 11px/18px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	background: transparent url("images/bg_legend.gif") no-repeat;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

form {
	width: 445px;
}

#form1
{
	width: 625px;
}
.loginError {
	background-color:#CDA548;
	margin:10px 0;
	padding:5px;
	border-color:#000000;
	border-width: 1px;
	border-style:solid;
	
}

