@charset "UTF-8";


/*Copyright© 2022 State Heart, LLC.  All rights reserved. Copying or storing of any Content for other than personal, non-commercial use is expressly prohibited without the prior written permission from State Heart, LLC or the copyright holder identified in an individual Content notice.*/


/*===  RESETS ===*/
body, ul, ol, dl { 
	padding: 0;
	margin: 0;
}
/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}



/*===  TYPE STYLING ELEMENTS ===*/

body  {
	margin: -2px 20px 0;
	font: 0.9em/1.4em Arial, Helvetica, sans-serif;
}


a img { 
	border: none;
}

a:link {
	color: #0033FF;
	text-decoration: underline;
}
/*a:visited {
	color: #6E6C64;
	text-decoration: underline;
}*/
a:hover, a:active, a:focus {
	text-decoration: none;
}

/*=== FIX DUPLICATE RULES  ===*/
a {
	color: #1F62B2;
	text-decoration: underline;
}
a:visited {
	color: #6633CC;
}
a:hover {
	color: #903;
	text-decoration: none;
	background-color: #C8E0F8;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
	color: #000;
	line-height: 130%;
	font-variant: normal;
}
h1, h2, /*h3,*/ h4 {
	font-family: "baskerville roman", "times roman";
}
h1 {
	font-size: 1.7em;
	margin: 30px 0 20px;
}
h2 {
	font-size: 1.3em;
	margin: 24px 24px -5px 10px;
	padding: 14px 4px 16px 18px;
	border-bottom-width: 1px;
	border-bottom-color: #D4E6F3;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #6499b9;
	border-bottom-style: solid;
}

h3 {
	font-size: 1.2em;
	/*color: #000;*/
}
h4 {
	font-size: 1.1em;
	margin-top: 0.4em;
	margin-bottom: 0em;
	line-height: 1.1em;
	text-indent: -11px;
	padding-left: 16px;
}

.sidebar1 h3, h4 {
	margin: .7em 0;
	line-height: 1.1em;
	padding-left: 13px;
}
.sidebar1  h4 {
	padding-left: 25px;
	text-indent: -18px;
	padding-right: 0px;
}

#sideHd {
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #666;	/*border-bottom: 1px solid #666;*/
}


h5 {
	font-size: 1em;
}

ul {
	padding-left: 14px;
	list-style-type: square;
}

blockquote {
	margin: 10px 1.5em 15px;
}
.gray10px {
	color: #666;
	font-size: .9em;
}
.Callout {
	font-size: 16px;
	line-height: 140%;
}
.photocaption {
	font-style: italic;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 3px;
	margin-bottom: 8px;
	margin-top: 16px;
}
.subheadline {
	font-size: small;
	color: #00304C;
	font-style: italic;
	text-align: left;
	list-style-type: disc;
	font-weight: bold;
}
.for-info-contact {
	line-height: 1.2em;
}
.news_date {
	font-size: 12px;
	font-style: italic;
	color: #333;
	margin: 10px 0px: -9px 0px;
	padding-top: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
.news_text {
	line-height: 180%;
}
.toprule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	height: 2px;
	margin-top: -15px;
	margin-bottom: -5px;
}

/*===  COMPOUND SELECTORS ===*/


/*#topnav li {
	display: block;
	list-style-type: none;
}
#topnav a {
	color: #FFF;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #000;
}
#topnav a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	padding: 2px;
	border: 1px solid #000;
}
#topnav a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #414141;
	padding: 2px;
	border: 1px solid #CCC;
}
*/


#bottomnav ul {
	line-height: 200%;
	list-style-type: none;
}
#bottomnav li {
	background-color: #DAEBF0;
	/*color: #03F;*/
	margin-top: 16px;
	/*margin-left: 0;*/
	padding-left: 0px;
	font-weight: bold;
	text-indent: 20px;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	display: block;
	list-style:none;
	border: 1px solid #6A81CC;
}
#bottomnav li a:link  {
	font-weight: bold;
	color: #00f;
}
#bottomnav li a:hover {
	color: #FFF;
	background-color: #00304C;
	display: block;
}
.ftzs-container #ftzs-head ul {
	list-style-type: none;
	line-height: 1.6em;
}
.ftzs-container ul {
	list-style-type: square;
	line-height: 1.6em;
}
.state-container ul li {
	list-style-type: none;
	line-height: 1.2em;
	margin-top: .8em;
}

/*=== LAYOUT CONTAINERS ===*/

header {
	background: #000;
	margin-right: -20px;
	margin-left: -20px;
}
#SHlogo {
	float: none;
	margin: 0px;
	background-color: #fff;
	width: auto;
	padding: 3%;
}
/*#topnav{
	background-color: #000;
	text-align: center;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 2.1em;
	margin-bottom: -8px;
}*/


/*=== Restored from Minimalist Test ===*/

.state-container {
	float: none;
	background-color: #DAEBF0;
	text-align: left;
	margin: 15px 10px 10px 10px;
	padding: 20px 5px;
	border: 1px solid #6A81CC;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidebar1 {
	float: none;
	width: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.addressbar {
	background-color: #DDD;
	padding: 1px 10px 1px 20px;
	line-height: 1.1em;
	margin: 0px;
	/*border: 1px solid #999;*/
}

#footer {
	background-color: #DDD;
	margin: 0;
} 
#bottomnav {
	/*display: block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;*/
	/*margin-left: 0px;
	padding-left: 0px;*/
}




/*=== Paused for Minimalist Test ===*/


/*
#pghead {
	background-color: #FFF;
	padding-top: 3px;
}
#search {
	margin-top: 6px;
	margin-right: 10px;
	text-align: left;
}
#copyright {
	margin-top: 30px;
}
.container {
	background: #FFFFFF;
}





.container {
	width: auto;
	border: none;
}

.content {
	float: none;
	width: auto;
}
.sidebar1 {
	padding-top: 5px;
    padding-bottom: 15px;
	background-color: #F0F0F0;
	margin-top: 0px;
}
.biotext {
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 0px;
	float: none;
}

*/


.state-col1, .state-col2 {
	float: left;
	width: 40%;
	padding: 0 0 0 10px;
}
.state-col2 {
	/*float: left;
	padding-left: 15px;
	padding-right: 15px;*/
}
.biopix {
	margin-top: 0px;
	padding-top: 30px;
	padding-left: 50px;
	padding-bottom: 0px;
	float: none;
	width: 133px;
}



/*=== PHOTO DISPLAY & FLOAT ===*/
/*=== For HH & Header Hiding ===*/


.pix-hh {
	display: inline;
}
.fld-ch, .frd-ch, .xd-ch {
	float: none;
	padding-right: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 6px;
	display: block;
	margin-top: 10px;
}

.fld-bh /*Used only for FTZS Bio-Contact Info page*/ {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}












/*=== Modified Rules: Copy to FUll HH CSS DOC! ===*/

/*#RGDClogo {
	padding: 3%;
	
#bottomnav li {
	color: #000;
}	
	
h1,h2,h3,h4,h5 {
	line-height: 125%;
}
h1 {
	margin: 30px 0 20px;
}	
ul {
	padding-left: 14px;
	list-style-type: square;
}

	


*/


/*=== New Rules Added: Copy to FUll HH CSS DOC! ===*/

.algnrt {
	text-align: right;
}
#search {
	/*margin-top: -12px;*/
	/*float: right;*/
}
.col440lt h4 {
	padding-right: 10px;
	padding-left: 25px;
	margin-top: -10px;
}
.col440lt h3 {
	line-height: 1.6em;
	margin-top: -10px;
}
.hmcontent {
	padding-top: 15px;
}
.sidebar1 .toprule {
	margin-top: -5px;
	margin-bottom: -5px;
}


.dev-cur, .dev-fin {
	border-bottom:1px solid #999;
	margin-bottom: 15px;
}
.dev-cur p, .dev-fin p {
	margin-bottom: -10px;
}
.dev-cur img, .dev-fin img  {
	margin-bottom: 12px;
}


/*===  DISPLAY NONE RULES ===*/

.hhHide, #topnav, .pix-dt, .fld-xh,.dev-fin {
	display: none;
}

#topheader h1, #topnav h2, #bottomnav h2 {
	position: absolute;
	left: -2000em;
}

