@import url(search.css);

/* @group Common */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body, td, th, li, input, select, option {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
}

body {
	background-color: #989db3;
}

h1, h2, h3, h4, h5, h6, legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

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

h2 {
	font-size: 28px;
	margin: 15px 0 5px 0;
	border-bottom: 1px dotted #e5e5e5;
	clear: both;
	padding-bottom: 5px;
}

h3 {
	font-size: 24px;
	margin: 10px 0 5px 0;
	clear: both;
}

h4 {
	font-size: 20px;
	margin: 10px 0 5px 0;
}

h5 {
	font-size: 18px;
	margin: 10px 0 5px 0;
}

h6 {
	font-size: 16px;
	margin: 10px 0 5px 0;
}

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

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

p {
	margin: 10px 0 10px 0;
	line-height: 18px;
}

blockquote {
	margin-left: 20px;
	margin-right: 20px;
}

ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

ol {
	margin-left: 22px;
}

ol li {
	padding-top: 5px;
}

option {
	padding-left: 5px;
	padding-right: 5px;
}

sup {
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  font-size: 12px;
  bottom: 4px;
}

sub {
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  font-size: 12px;
  top: 4px;
}

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

a:link {
	color: #0061a6;
}

a:visited {
	color: #2477b3;
}

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

#body {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #FFFFFF no-repeat;
	border-top: 1px solid #6c7080;
	border-right: 1px solid #6c7080;
	border-bottom: 1px solid #6c7080;
}

/* @end */

/* @group Page Header */

#utilityNav {
	text-align: right;
	white-space: nowrap;
	color: #ffffff;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/images/coreContentNavBkg.gif) no-repeat;
	text-transform: lowercase;
}

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

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

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

#homeLogoLink {
	position: absolute;
	top: 20px;
	left: 22px;
	border-style: none;
}

#homeSiteNameLink {
	position: absolute;
	top: 20px;
	left: 137px;
	border-style: none;
}

/* @end */

/* @group Core Content Navigation */

#coreContentNav {
	padding: 0 0 0 140px;
	white-space: nowrap;
	color: #ffffff;
	position: absolute;
	top: 128px;
	left: 0;
	width: 820px;
	background: url(/images/coreContentNavBkg.gif) no-repeat 140px top;
}

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

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

#navMenu li.hover {
}

#navMenu li.active {
}

#navMenu li div.separator {
	border-top: 1px solid #0077cc;
	margin: 3px 10px;
}

#navMenu li a {
	margin: 0;
	padding: 5px 10px 6px 10px;
	display: block;
	position: relative;
	text-transform: lowercase;
	text-decoration: none;
	color: #ffffff;
	line-height: 18px;
	font-size: 18px;
	border-right: 1px solid #0077cc;
}

#navMenu li.hover a {
	color: #ffffff;
	text-decoration: underline;
}

#navMenu li.active a {
	color: #ffffff;
}

#navMenu li ul {
	display: block;
	background: #0068b3 url(/images/menuBkg.gif) repeat-x;
	visibility: hidden;
	position: absolute;
	top: 200px;
	z-index: 999;
	list-style: none;
	padding-bottom: 10px;
	padding-top: 5px;
}

#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: 3px 10px 3px 10px;
	text-decoration: none;
	border: none;
	background-image: none;
	color: #ffffff;
	font-size: 14px;
	line-height: 14px;
	text-transform: none;
}

#navMenu li ul li.hover a {
	color: #ffffff;
	text-decoration: underline;
}

/* @end */

/* @group Path Navigation */

#pathNav {
	padding: 190px 0 8px 10px;
	font-size: 11px;
	color: #999999;
	text-transform: lowercase;
}

#pathNav a:link, #pathNav a:visited {
	text-decoration: none;
}

#pathNav a:hover, #pathNav a:active {
	text-decoration: underline;
}

/* @end */

/* @group Sub Navigation */

#subNavBox {
	padding: 5px 10px 10px 15px;
	border-bottom: 1px dotted #d8d8d8;
	margin-bottom: 10px;
}

#subNav {
	
}

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

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

#subNav li {
	padding: 0 0 2px 0;
}

/* @end */

/* @group Home Page */

#homeBody {
	border-color: #000000;
	border-width: 1px;
	border-style: none solid solid solid;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: #FFFFFF no-repeat;
}

.curveShim {
	float: right;
	clear: both;
}

#shim01 {
	width: 525px;
	padding-top: 240px;
}

#shim02 {
	width: 500px;
}

#shim03 {
	width: 470px;
}

#shim04 {
	width: 440px;
}

#shim05 {
	width: 410px;
}

#shim06 {
	width: 380px;
}

#shim07 {
	width: 355px;
}

#shim08 {
	width: 325px;
}

#shim09 {
	width: 295px;
}

#shim10 {
	width: 265px;
}

#shim11 {
	width: 235px;
}

#shim12 {
	width: 200px;
}

#shim13 {
	width: 155px;
}

#shim14 {
	width: 100px;
}

#homePageContent {
	padding: 220px 0 30px 80px;
}

#homePageContent h2 {
	font-size: 36px;
	border-style: none;
	clear: none;
	margin: 20px 0 0 0;
	padding: 0;
}

#homePageContent ul {
	list-style-type: none;
	margin-left: 5px;
}

#homePageContent li {
	padding-top: 10px;
	font-size: 18px;
}

/* @end */

/* @group Content */

#content {
	padding: 0 10px 10px;
}

/* @group Featured Images */

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

.featuredImage img {
	margin: 10px 0 0 0;
}

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

/* @end */

/* @group Body Content */

#bodytext {
	
}

#bodytext ul {
	margin-left: 10px;
	list-style-type: none;
}

#bodytext ul li {
	background: url(/images/bullet.gif) no-repeat 0 5px;
	padding-left: 10px;
}

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

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

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

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

.external a {
	background: url(/images/offsiteLinkBkg.gif) no-repeat right center;
	padding-right: 13px;
}

table.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

table.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

/* @group Data Tables */

table.dataTable {
	border-collapse: collapse;
	border-color: #989db3;
	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: #989db3;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: #FFFFFF;
	border-width: 1px;
	border-style: none dotted none none;
	text-align: left;
	vertical-align: bottom;
}

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 0;
}

table.definitionTable td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0 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 {
	padding: 0 5px 0 5px;
	font-size: 24px;
}

fieldset.annotatedLinks th {
	text-align: right;
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 5px;
}

fieldset.annotatedLinks td {
	padding-top: 10px;
}

/* @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: 12px;
	white-space: normal;
}

form .formSubmissionButtons {
	text-align: center;
}

/* @end */

/* @group Site Map */

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

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

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

/* @end */

/* @end */

/* @end */

/* @group Sidebar */

#sidebar {
	padding-left: 10px;
	padding-bottom: 10px;
}

#sidebar h2 {
	font-size: 24px;
	border: none;
}

#sidebar h3 {
	font-size: 20px;
}

#sidebar h4 {
	font-size: 18px;
}

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

#sidebar h6 {
	font-size: 14px;
}

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

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

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

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

#sidebar blockquote {
	margin-right: 0;
}

.sidebarImage {
	text-align: center;
}

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

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

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

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

/* @end */

/* @group Footer */

#footer {
	font-size: 12px;
	text-align: center;
	margin: 5px 0 10px 0;
	color: #d9d9d9;
}

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

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

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

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

/* @end */

/* @group Popup Image Windows */

.popupImageWindow {
	background-color: #fff;
}

#popupImage {
	text-align: center;
}

#popupImage img {
	border: 1px solid #666;
	margin-top: 10px;
}

#popupImageCaption {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}

/* @end */

/* @group Editoral Notes */

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

#editorialNotes h2 {
	color: #fff;
	border: none;
}

#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 */

/* @group Google Custom Search */

.googleSearchResults iframe {
	border: 1px solid #999999;
	padding: 20px;
	background-color: #fff;
}

/* @end */

#goldschmidt_banner {
  border: 1px solid #000;
  width: 960px;
  margin: 10px auto;
}

