@import url(search.css);

/* @group Common */

* {
	margin: 0;
	padding: 0;
}

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: #25aae1 url(/images/ui_bkg_page.gif) repeat;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 32px;
	margin: 0px 0px 20px;
	color: #333;
	font-weight: normal;
}

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

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

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

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

h6 {
	font-size: 14px;
	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 20px;
}


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

ol  {
	margin-bottom: 20px;
	margin-left: 35px;
}
blockquote {
	margin: 1em 2em;
	padding: 0 1em;
	background-color: #f2f2f2;
	border: 1px solid #e5e5e5;
}

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

img {
	border: none;
}

a:link {
	color: #5B82C3;
	text-decoration: none;
}

a:visited {
	color: #5B82C3;
	text-decoration: none;
}

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

/* @end */

#body {
	background-color: #FFFFFF;
	padding: 0;
	width: 945px;
	margin: 30px auto 50px;
	border: 20px solid white;
}

/* @group Features */

#features {
	vertical-align: top;
	padding: 0 20px 0 0;
	width: 137px;
}

#features img {
	border: none;
}

#tool_kit_header {
	text-indent: -9000px;
	background: url(/images/ui_tool_kit.gif) no-repeat;
	width: 157px;
	height: 44px;
	clear: both;
}

#tool_kit_links ul {
	list-style-type: none;
	margin: 0;
}

#tool_kit_links li {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px;
}

#tool_kit_links a:link, #tool_kit_links a:visited {
	color: #5B82C3;
	text-decoration: none;
}

#tool_kit_links a:hover, #tool_kit_links a:active {
	color: #5B82C3;
	text-decoration: underline;
}

#other_resources_header {
	text-indent: -9000px;
	background: url(/images/ui_other_resources.gif) no-repeat;
	width: 157px;
	height: 70px;
	margin-top: 20px;
}

#other_resources_links ul {
	list-style-type: none;
	margin: 0;
}

#other_resources_links li {
	margin: 0 0 10px;
}

#other_resources_links a:link, #other_resources_links a:visited {
	color: #5B82C3;
	text-decoration: none;
}

#other_resources_links a:hover, #other_resources_links a:active {
	color: #5B82C3;
	text-decoration: underline;
}

#home_features {
	vertical-align: top;
	padding: 0 0 0 20px;
	width: 157px;
}

#take_action_header {
	text-indent: -9000px;
	background: url(/images/ui_take_action.gif) no-repeat;
	width: 157px;
	height: 86px;
}

#take_action_links ul {
	list-style-type: none;
	margin: 0;
}

#take_action_links li {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#take_action_links a:link, #take_action_links a:visited {
	color: #5B82C3;
	text-decoration: none;
}

#take_action_links a:hover, #take_action_links a:active {
	color: #5B82C3;
	text-decoration: underline;
}

#supporting_groups {
	width: 137px;
	background: #f58235 url(/images/ui_bkg_groups.gif) no-repeat;
	padding: 10px;
	margin-top: 20px;
}

#supporting_groups_header {
	text-indent: -9000px;
	background: url(/images/ui_supporting_groups.gif) no-repeat;
	width: 137px;
	height: 82px;
	margin-top: 0;
	margin-bottom: 10px;
}

#supporting_groups ul {
	list-style-type: none;
	margin: 0;
}

#supporting_groups li {
	margin-bottom: 10px;
	color: #fff;
}

#supporting_groups a:link, #supporting_groups a:visited {
	color: #000;
	text-decoration: underline;
}

#supporting_groups a:hover, #supporting_groups a:active {
	color: #fff;
}

/* @end */

/* @group Page Header */

#page_header {
	width: 766px;
	padding-bottom: 5px;
	height: 124px;
}

#utility_nav {
	text-align: right;
	white-space: nowrap;
	color: #fff;
	width: 761px;
	height: 119px;
	background: url(/images/ui_header.jpg) no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
}

#utility_nav a {
	margin: 0 5px;
}

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

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

/* @end */

/* @group Core Content Navigation */

#core_content_nav {
	padding: 0px;
	white-space: nowrap;
	color: #fff;
	background-color: #0f75bc;
	height: 38px;
}

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

#navMenu li a {
	margin: 0px;
	padding: 10px;
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font: 18px/18px "Arial Black", Arial, Helvetica, Geneva, sans-serif;
}

#navMenu li.hover a {
	color: #234e80;
	background-color: #25aae1;
}

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

#navMenu li ul {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 300px;
	z-index: 999;
	list-style: none;
	background-color: #234e80;
	padding: 0 0 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;
	background-color: #234e80;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#navMenu li ul li.hover a {
	color: #234e80;
	background-color: #25aae1;
}

/* @end */

/* @group Path Navigation */

#pathNav {
	padding: 8px 0px 8px 30px;
	font-size: 12px;
	color: #666;
	border-bottom: 5px solid #297db5;
}

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

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

/* @end */

/* @group Sub Navigation */

#subNavBox {
	padding: 10px;
	margin: 5px 0 0 0;
	background-color: #d9eaf1;
	border-top: 1px solid #bee4ff;
	border-bottom: 1px solid #bee4ff;
}

#subNav {
	
}

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

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

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

#subNav a:link {
}

#subNav a:visited {
}

#subNav a:hover, #subNav a:active {
}

/* @end */

/* @group Content */

#content {
	padding: 0 0 10px;
	vertical-align: top;
}

.story_block {
	background-color: #f2f2f2;
	border-top: 5px solid #297db5;
	margin: 13px 0 20px;
	padding: 20px 40px;
	color: #333;
}

/* @group Featured Images */

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

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

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

/* @end */

/* @group Body Content */

#bodytext {
	background-color: #f2f2f2;
	padding: 20px 40px;
}

.downloadInfo {
	color: #999999;
	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;
}

.paragraphList li {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* @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: #f2f2f2;
	color: #000;
}

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

fieldset.annotatedLinks td {
	
}

/* @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 {
	padding: 0 10px 10px 10px;
	background-color: #cee5f7;
	font-size: 12px;
}

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

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

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

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

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

#sidebar h2 {
	
}

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

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

/* @end */

/* @group Footer */

#footer {
	text-align: center;
	margin: 5px 0 10px 0;
	color: #666;
}

#footer a:link {
	color: #5B82C3;
	text-decoration: none;
}

#footer a:visited {
	color: #5B82C3;
	text-decoration: none;
}

#footer a:hover {
	color: #5B82C3;
	text-decoration: underline;
}

#footer a:active {
	color: #5B82C3;
	text-decoration: underline;
}

/* @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;
	background-image: none;
}

#navigatorLinks {
	float: none;
}

/* @end */