@import url(search.css);

/* @group Common */

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

body {
  margin: 0px 0px 80px;
  padding: 0px;
  background: #e5e5e5;
  font: 14px Verdana, sans-serif;
  color: #1a1a1a;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  color: #005596;
  background: url(/images/ui_bkg_h1.gif) repeat-x left bottom;
  text-transform: uppercase;
  line-height: 28px;
  padding-bottom: 7px;
}

h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0px 5px 0px;
  color: #005596;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0px 5px 0px;
  color: #005596;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0px 5px 0px;
  font-style: italic;
  color: #005596;
}

h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
  color: #005596;
}

h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
  font-style: italic;
  color: #005596;
}

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

textarea {
  font-family: Courier, monospace;
  font-size: 12px;
  width: 100%;
}

table {
  cellspacing: 0;
}

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

blockquote {
  margin: 1em 2em;
}

ul {
  margin: 1em 0 1em 2.25em;
}

ol {
  margin: 1em 0 1em 3em;
}

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

a:link {
  color: #005596;
}

a:visited {
  color: #005596;
}

a:hover, a:active {
  color: #50b948;
}

#body {
  width: 1000px;
  margin: 0 auto;
  background: #fff url(/images/ui_bkg_white.gif) repeat-y;
  border-collapse: collapse;
}

/* @end */

/* @group Page Header */

#header {
  width: 1000px;
  margin: 0 auto;
  background: #fff url(/images/ui_bkg_white.gif) repeat-y;
  border-collapse: collapse;
}

#siteName h1 {
  display: none;
}

#siteName img {
  border: none;
}

#utilityNav {
  text-align: right;
  white-space: nowrap;
  color: #005596;
  padding: 5px 47px 0 0;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

#utilityNav a {
  color: #005596;
}

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

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

#secondaryCoreNav {
  text-align: right;
  padding: ;
  padding-right: 47px;
  vertical-align: bottom;
  padding-bottom: 2px;
}

#secondaryCoreNav .separator {
  margin: 0 5px;
}

#secondaryCoreNav img {
  border: none;
}

/* @end */

/* @group Core Content Navigation */

#coreContentNav {
  width: 1000px;
  margin: 0 auto;
  background: #50b948 url(/images/ui_bkg_green.gif) repeat-y;
  white-space: nowrap;
  border-collapse: collapse;
  color: #fff;
  font-size: 12px;
}

#navMenu {
  margin: 0 0 0 16px;
}

#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 #f8cb31;
}

#navMenu li a {
  margin: 0px;
  padding: 8px 10px 8px 10px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

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

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

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

#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: #005596;
  background-color: #fff;
  text-transform: capitalize;
}

#navMenu li ul li.hover a {
  color: #ffffff;
  background-color: #98bed9;
}

/* @end */

/* @group Home Page */

/* @group Banners */

#homeBanners img {
  border: none;
}

#homeBanners {
  width: 1000px;
  margin: 0 auto;
  background: #fff url(/images/ui_bkg_skyline.gif) no-repeat;
  border-collapse: collapse;
}

/* @end */

/* @group Related Sites */

#relatedSites {
  width: 294px;
  vertical-align: top;
  padding-left: 16px;
}

#relatedSites img {
  border: none;
}

/* @end */

/* @group Content */

#homeContent {
  width: 365px;
  vertical-align: top;
  padding: 0 10px 10px;
}

/* @end */

/* @group News */

#newsHeadlines {
  width: 279px;
  vertical-align: top;
  padding: 10px 16px 10px 10px;
}

#newsHeadlines h2 {
  display: none;
}

#newsHeadlines img {
  border: none;
}

#newsHeadlines ul {
  margin: 10px 10px 10px 20px;
}

#newsHeadlines li {
  padding-bottom: 5px;
}

#newsHeadlines a {
  color: #005596;
  text-decoration: none;
}

#newsHeadlines a:hover {
  text-decoration: underline;
}

#newsHeadlines #allNews {
  margin-left: ;
}

#newsHeadlines #creditfooter {
  display: none;
}

/* @end */

/* @end */

/* @group Path Navigation */

#pathNav {
  margin: 3px 0px 7px 0;
  font-size: 10px;
  color: #999999;
  line-height: 12px;
  height: 50px;
  width: 100%;
}

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

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

/* @end */

/* @group Sub Navigation */

#subNavBox {
  padding: 6px 20px 8px;
  background: url(/images/ui_bkg_h1.gif) repeat-x left bottom;
}

#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;
  font-weight: bold;
}

#subNav a:link {
  color: #005596;
  text-decoration: none;
}

#subNav a:visited {
  color: #357cb2;
  text-decoration: none;
}

#subNav a:hover, #subNav a:active {
  color: #50b948;
  text-decoration: underline;
}

/* @end */

/* @group Content */

#columnBlock {
  padding: 0 16px;
}

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

/* @group Featured Images */

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

.featuredImage img {
  margin-top: 10px;
}

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

/* @end */

/* @group Body Content */

#bodytext {
  padding-top: 10px;
}

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

#sidebar .downloadInfo {
  color: #fff;
  font-size: 10px;
}

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

.paragraph_list li {
  margin-bottom: 1em;
}

/* @group Data Tables */

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

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 {
  margin: 1em 0;
}

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: #9DC6DF;
  border-width: 2px;
  border-style: dotted;
  padding: 10px;
}

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

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

fieldset.annotatedLinks td {
  padding-left: 5px;
  padding-bottom: 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: 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 */

/* @end */

/* @end */

/* @group Sidebar */

#sidebar {
  font-size: 12px;
}

#sidebar ul {
  margin: 1em 0 1em 1.25em;
}

#sidebar ol {
  margin: 1em 0 1em 2em;
}

#sidebarContent {
  background-color: #9dc6df;
  padding-top: 1px;
}

.sidebarBlock, .sidebarImageBlock, .sidebarBannerBlock {
  padding: 0 20px;
}

#sidebar h2 {
  font-size: 16px;
  background: url(/images/ui_bkg_h1.gif) repeat-x -2px bottom;
  color: #fff;
  line-height: 16px;
  padding-bottom: 5px;
}

.sidebarImage {
  text-align: center;
}

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

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

.sidebarBanner {
  margin: 10px 0 0 0;
  text-align: center;
}

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

/* @end */

/* @group My Group */

/* @end */

/* @group Footer */

#preFooter {
  width: 1000px;
  margin: 0 auto;
  background: #abdca5 url(/images/ui_bkg_lt_green.gif) repeat-y;
  border-collapse: collapse;
}

#fatFooter {
  width: 1000px;
  margin: 0 auto;
  background: #50b948 url(/images/ui_bkg_green.gif) repeat-y;
  border-collapse: collapse;
  color: #fff;
  font-size: 12px;
}

#fatFooter h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

#fatFooter ul {
  margin-left: 15px;
}

#fatFooter li {
  padding-bottom: 5px;
}

#fatFooter td {
  vertical-align: top;
}

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

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

#fatFooter .col1 {
  padding: 0 10px 10px 30px;
  white-space: nowrap;
}

#fatFooter .col2 {
  padding: 0 10px 10px 10px;
  white-space: nowrap;
}

#fatFooter .col3 {
  padding: 0 10px 10px 10px;
  white-space: nowrap;
}

#fatFooter .col4 {
  padding: 0 20px 10px 10px;
}

#fatFooter .col4 .headline {
  font-weight: bold;
}

#fatFooter #creditfooter {
  display: none;
}

#footer {
  width: 1000px;
  margin: 0 auto;
  background: url(/images/ui_bkg_footer.gif) no-repeat center top;
  text-align: center;
  padding-top: 10px;
  color: #666;
  font-size: 12px;
}

#footer a:link {
  color: #4c7798;
}

#footer a:visited {
  color: #4c7798;
}

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

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

/* @end */

/* @group Editoral Notes */

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

#editorialNotes h2 {
  color: #000;
}

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

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* @end */
