@import url(search.css);

/* @group Common */

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

body {
	margin: 0px;
	padding: 0px;
	background: url(/images/siteBkg.gif) repeat center top;
}

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

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

h2 {
	font-size: 28px;
	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;
	font-style: italic;
}

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: "Courier New", Courier, mono;
	font-size: 12px;
	width: 100%;
}

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

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

img {
}

a:link {
	color: #000099;
}

a:visited {
	color: #660099;
}

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

#page {
	position: relative;
	width: 944px;
	margin: auto;
	padding: 0 15px 8px;
	background: url(/images/pageBkg.gif) repeat-y left top;
}

#body {
}

/* @end */

/* @group Page Header */

#header {
	position: relative;
}

#header h1{
	display: none;
}

#header img {
	border: none;
}

#utilityNav {
	white-space: nowrap;
	color: #666;
	padding: 5px 10px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
}

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

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

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

/* @end */

/* @group Core Content Navigation */

#coreContentNav {
	white-space: nowrap;
	color: #000000;
}

#coreContentNav .border {
	clear: both;
	border: none;
}

#navMenu {
	margin: 0px 0px 0px 7px;
	padding: 0px;
}

#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: 7px 10px 5px 10px;
	display: block;
	position: relative;
	text-decoration: none;
	color: #000000;
	line-height: 12px;
	background: url(/images/menuItemBkg.gif) no-repeat right center;
}

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

#navMenu li.active a {
	text-decoration: none;
	color: #009;
}

#navMenu li ul {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 300px;
	z-index: 999;
	list-style: none;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	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: 10px 10px 3px 10px;
	border: none;
	background-image: none;
	text-decoration: none;
}

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

/* @end */

/* @group Path Navigation */

#pathNav {
	padding: 3px 0px 8px 0;
	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 Content */

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

/* @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 {
	
}

.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 {
	padding-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: 10px 5px 5px;
}

fieldset.annotatedLinks legend {
	padding: 0 5px 0 5px;
	background-color: #fff;
	color: #000;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
}

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

#bodytext .feedburnerFeedBlock ul {
	list-style-type: none;
	margin: 0 0 0 30px;
	padding: 0;
}

#bodytext .feedburnerFeedBlock li {
	margin: 10px 0px 5px 0px;
}

#bodytext .feedburnerFeedBlock .headline {
	font-size: 20px;
	font-weight: normal;
}

#bodytext .feedburnerFeedBlock p.feedItemAuthor {
	margin: 0;
	font-style: italic;
}

#bodytext .feedburnerFeedBlock p.date {
	margin: 0 0 10px 0;
	font-size: 12px;
}

#bodytext .feedburnerFeedBlock #creditfooter {
	display: none;
}

/* @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: url(/images/sidebarBkg.gif) repeat-y;
}

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

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

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

#footer #columns {
	margin: 0 9px 0 7px;
	padding: 10px 20px;
	background: url(/images/footerBkg.gif) repeat-x left bottom;
}

#footer #columns table td {
	width: 33%;
	vertical-align: top;
}

#footer #columns h2 {
	margin: 0;
}

#footer #columns ul {
	margin: 5px 0 0;
	padding-left: 20px;
}	

#footer #columns li {
	margin: 0;
}	

/* @group BuzzBoost */

#footer #columns .feedburnerFeedBlock p.feedItemAuthor {
	display: none;
}

#footer #columns .feedburnerFeedBlock p.date {
	display: none;
}

#footer #columns .feedburnerFeedBlock div {
	display: none;
}

#footer #columns .feedburnerFeedBlock .enclosure {
	display: none;
}

#footer #columns .feedburnerFeedBlock #creditfooter {
	display: none;
}

/* @end */

#subFooter {
	font-size: 10px;
	text-align: center;
	margin: 0 auto 50px;
	padding-top: 10px;
	color: #999;
	background: url(/images/pageBottom.png) no-repeat center top;
	width: 974px;
}

#subFooter p {
	margin: 0;
}

#subFooter a:link {
	color: #999;
}

#subFooter a:visited {
	color: #999;
}

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

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

/* @end */

/* @group Page Bottom */

#pageBottom {
	position: relative;
	width: 974px;
	margin: auto;
}

/* @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-image: none;
	background-color: #FFFFFF;
	padding: 10px;
}

/* @end */
