@import url(search.css);

/* @group Common */

body, td, th, li, input, select, option {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #073770;
}

h1, h2, h3, h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 36px;
	margin: 0px 0px 2px 0px;
	font-weight: normal;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	font-style: italic;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
	margin-top: 0px;
}

textarea {
	font-family: "Bitstream Vera Sans Mono", Courier, "Andale Mono";
	font-size: 12px;
	width: 100%;
}

p {
	margin: 10px 0px 10px 0px;
}

.fineprint {
	font-size: 10px;
	font-weight: normal;
}

a:link {
	color: #000099;
}

a:visited {
	color: #660099;
}

a:hover, a:active {
	color: #990000;
}

#body {
	background-color: #FFFFFF;
	border-color: #fff;
	border-width: 1px;
	border-style: none solid solid solid;
	width: 938px;
	margin: 0 auto;
}

/* @end */

/* @group Page Header */

#header {
	width: 938px;
	margin: 0 auto;
	border: none;
}

#siteName {
	border-left: 1px solid #fff;
	width: 708px;
}

#siteName h1 {
	display: none;
}

#siteName a img {
	border: none;
}

#utilityNav {
	white-space: nowrap;
	color: #fff;
	padding: 10px 15px;
	background: url(/images/ui_bkgUtilNav.jpg) no-repeat;
	width: 229px;
	text-align: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#utilityNav a {
	margin: 0 5px 0 5px;
}

#utilityNav #internal {
	border-bottom: 2px dotted #99a5bd;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#utilityNav img {
	border: none;
}

#utilityNav a:link, #utilityNav a:visited {
	color: #fff;
	text-decoration: none;
}

#utilityNav a:hover, #utilityNav a:active {
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group Core Content Navigation */

#coreContentNav {
	padding: 0px;
	border-width: 1px;
	border-style: solid none solid none;
	border-color: #fff;
	white-space: nowrap;
	color: #fff;
	background-color: #052e52;
}

#navMenu, #navMenu ul {
	margin: 0px;
	padding: 0px;
}

#navMenu li {
	display: block;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navMenu li.hover {
}

#navMenu li.active {
}

#navMenu li div.separator {
	border-top: 1px dotted #fff;
}

#navMenu li a {
	margin: 0px;
	padding: 8px 15px 8px 15px;
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	line-height: 16px;
	border-right: 1px solid #fff;
	font-weight: bold;
	font-size: 16px;
}

#navMenu li.hover a {
	color: #ffffff;
	background-color: #6699ff;
}

#navMenu li.active a {
	color: #ffffff;
	background-color: #36c;
}

#navMenu li ul {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 300px;
	z-index: 999;
	list-style: none;
	background-color: #36c;
	border: 1px solid #fff;
	padding: 0;
	margin-left: -1px;
}

#navMenu li ul li, #navMenu li.active ul li, #navMenu li.hover ul li {
	display: block;
	float: none;
	border: none;
	white-space: nowrap;
	background-image: none;
}

#navMenu li ul li.hover {
}

#navMenu li ul li a, #navMenu li.hover ul li a, #navMenu li.active ul li a {
	display: block;
	margin: 0px;
	padding: 5px 10px;
	text-decoration: none;
	border: none;
	background-image: none;
	color: #ffffff;
	background-color: #36c;
}

#navMenu li ul li.hover a {
	color: #ffffff;
	background-color: #6699ff;
}

/* @end */

/* @group Path Navigation */

#pathNav {
	padding: 5px 0px 8px 2px;
	font-size: 12px;
	color: #999999;
}

#pathNav a:link, #pathNav a:visited {
	color: #6699FF;
}

#pathNav a:hover, #pathNav a:active {
	color: #000000;
}

/* @end */

/* @group Sub Navigation */

#subNavBox {
	padding: 10px;
	border-color: #999999;
	border-width: 1px;
	border-style: dotted none dotted none;
	margin: 5px 0 0 0;
}

#subNav {
	
}

#subNav td {
	padding: 0px 20px 0px 0px;
}

#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subNav li {
	padding: 0px 0px 2px 0px;
	font-size: 12px;
}

#subNav a:link {
	color: #000099;
}

#subNav a:visited {
	color: #660099;
}

#subNav a:hover, #subNav a:active {
	color: #990000;
}

/* @end */

/* @group Home Page */

#home_content {
	position: relative;
}

#home_features {
	position: absolute;
	top: 45px;
	width: 230px;
	height: 260px;
	overflow: auto;
	right: 50px;
	color: #fff;
}

#home_features h1 {
	border-bottom: 2px dotted #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#home_features a {
	color: #fff;
}

/* @end */

#content {
	padding: 0 10px 10px 10px;
	background-color: #e2f4fa;
}

#bodytext {
	
}

/* @group WYSIWYG Styles */

.downloadInfo {
	color: #7e7e7e;
	font-size: 12px;
}

.caption {
	font-size: 10px;
	margin: 5px 0 0 10px;
}

.publicationTitle {
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	line-height: 12px;
}

.note {
	font-size: 10px;
	font-style: italic;
}

/* @end */

.childListing {
	width: 150px;
	height: 220px;
	float: left;
	text-align: center;
	margin: 20px 30px 0 0;
}

.childListing img {
	border: 1px solid #000;
}

.childListing .name {
	font-size: 24px;
	font-weight: bold;
}

.childListing .info {
	font-size: 12px;
}

/* @group Data Tables */

table.dataTable {
	border-collapse: collapse;
	border-color: #537DB9;
	border-width: 1px;
	border-style: solid;
}

table.dataTable caption {
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
}

table.dataTable th {
	text-transform: inherit;
	white-space: nowrap;
	background-color: #3366CC;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: #FFFFFF;
	border-width: 1px;
	border-style: none dotted none none;
}

table.dataTable td {
	padding: 5px 10px 5px 10px;
	border-right: #cccccc;
	border-width: 1px;
	border-style: none dotted none none;
	vertical-align: top;
}

table.dataTable tr.odd {
	background-color: #FFFFFF;
}

table.dataTable tr.even {
	background-color: #E6E6E6;
}

/* @end */

/* @group Definition Tables */

table.definitionTable {
	
}

table.definitionTable th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
	white-space: nowrap;
	padding: 5px 5px 10px 0px;
}

table.definitionTable td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 10px 5px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
}

table.definitionTable td > p:first-child {
	margin-top: 0;
}

/* @end */

/* @group Annotated Subpages Block */

fieldset.annotatedLinks {
	border-color: #999999;
	border-width: 1px;
	border-style: dotted;
	padding: 5px;
}

fieldset.annotatedLinks legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px 0 5px;
	background-color: #e2f4fa;
	color: #000;
}

fieldset.annotatedLinks th {
	text-align: right;
	white-space: nowrap;
}

fieldset.annotatedLinks td {
	white-space: normal;
}

/* @end */

/* @group Forms */

form fieldset {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0 0 20px 0;
	font-family: "Trebuchet MS";
}

form legend {
	padding: 2px 10px 2px 10px;
	font-size: 18px;
	font-weight: normal;
	border-color: #5175AE;
	border-width: 1px;
	border-style: solid;
	background-color: #537DB9;
	color: #ffffff;
}

form fieldset fieldset {
	border-color: #cccccc;
	border-width: 1px;
	border-style: dotted;
	padding: 0 10px 10px 10px;
	margin: 5px 0 10px 0;
}

form fieldset fieldset legend {
	padding: 2px 10px 3px 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	color: #000000;
}

form fieldset fieldset .checkboxItem {
	float: left;
	width: 200px;
}

form fieldset + table {
	margin-top: 10px;
}

form table + fieldset {
	margin-top: 10px;
}

form th {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 2px 1px 0;
	border-color: transparent;
	border-width: 1px;
	border-style: none;
}

form td {
	padding: 1px 0 1px 1px;
	vertical-align: top;
}

form input.text, form textarea, input[type=file], input[type=password], input[type=text] {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 1px 5px 1px 5px;
	background-color: #F2F2F2;
}

form textarea {
	padding: 0;
	width: 100%;
}

form select {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	background-color: #f2f2f2;
}

form td.notValid, form td.valid {
	white-space: nowrap;
}

form .notValid .validationIcon, form #allNotValid .validationIcon {
	background-image: url(/images/ui_notValid.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

form .validPromo .validationIcon {
	background-image: url(/images/ui_valid.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

img.validationIcon {
	border: none;
	vertical-align: text-bottom;
	margin: 0 0 0 3px;
}

form .valid span {
	background-image: none;
	padding: 1px 6px 1px 6px;
	margin: 0;
}

form p.valid span {
	display: none;
}

form div.annotation {
	font-size: 10px;
	white-space: normal;
}

form .formSubmissionButtons {
	text-align: center;
}

/* @end */

/* @group Site Map */

.liOne {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.liTwo {
	font-size: 14px;
	font-weight: bold;
}

.liThree, .liFour, .liFive {
	font-size: 12px;
	font-weight: normal;
}

/* @end */

/* @group Featured Images */

#featuredImages {
	padding: 0 20px 0 0;
}

.featuredImage img {
	margin: 10px 0 0 0;
	border: 1px solid #000;
}

.featuredImageCaption {
	text-align: center;
	font-size: 10px;
	margin: 2px 0 0 0;
}

/* @end */

/* @group Sidebar */

#sidebar {
	padding: 0 10px 10px 10px;
	background-color: #75c4df;
}

#sidebar h2 {
	font-size: 16px;
}

#sidebar ul {
	margin: 0 0 10px 5px;
	padding: 0;
}

#sidebar ul li {
	margin: 0px 0px 0 10px;
}

#sidebar ol {
	padding: 0;
	margin: 0 0 10px 20px;
}

#sidebar ol li {
	padding: 0 0 0 0;
}

#sidebar h2 {
	
}

.sidebarImage img {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0 0 0;
}

.sidebarImageCaption {
	text-align: center;
	margin: 2px 0 10px 0px;
	font-size: 10px;
}

.sidebarBanner {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0 0 0;
}

.sidebarBannerCaption {
	text-align: center;
	margin: 2px 0 10px 0px;
	font-size: 10px;
}

/* @end */

/* @group Footer */

#footer {
	font-size: 10px;
	text-align: center;
	margin: 5px auto 10px;
	color: #CCCCCC;
	width: 938px;
}

#footer a:link {
	color: #CCCCCC;
}

#footer a:visited {
	color: #CCCCCC;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer a:active {
	color: #FFFFFF;
}

/* @end */

/* @group Popup Windows */

body.popupImageWindow {
	background-color: #fff;
}

#popupImage {
	text-align: center;
	margin: 10px auto 0;
}

#popupImageCaption {
	margin: 5px 10px;
}

/* @end */

/* @group Editoral Notes */

#editorialNotes {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#editorialNotes h2 {
	color: #fff;
}

#editorialNotes div {
	background-color: #f1f1f1;
	padding: 10px;
	border: 1px solid #000;
}

#editorialNotes div h2 {
	color: #000;
}

/* @end */

/* @group TinyMCE */

.mceContentBody {
	background-color: #FFFFFF;
	padding: 10px;
}

/* @end */