@charset "UTF-8";
/**
 * CDC - (X)HTML/CSS Framework - wysiwyg
 *
 * @package         TemplatePackage 'B'
 * @version         2.8.2
 * @builddate       2017-11-15
 */

@media tv
{

sup { /* keep superscript text from breaking the line-spacing */
	position:relative;
	font-size:smaller;
	vertical-align:baseline;
	bottom:0.33em;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, sans-serif; 
	/*text-transform: uppercase;  had to comment out for use in corners */
}
h1 {
	color: #000;
	font-size: 2em;
	font-weight: normal;
	margin-top: 0;
	padding-bottom: 10px;
}
h2 {
	color: #4a8210;
	font-size: 1.6em;
	font-weight: normal;

}
h3 {
	color: #00388c;
	font-size: 1.5em;
	font-weight: normal;
}
h4 {
	color: #000;
	font-size:1.3em;
	font-weight: bold;
}
h5 {	position: relative;
	color: #000;
	font-size:1.2em;
	font-weight: bold;
}

/**
 * = Link Styles in the Body Content =======
 */

#content-main a {
	color: #0a29a5;
	text-decoration: underline;
}

.secondTier #content-main a { text-decoration: none; }

#bottom-container a,
#top-container a {
	color: #0a29a5;
	text-decoration: none;
}

/**
 * = Bulleted Lists in the Body Content =======
 */

ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:1em;
}

ul li{ margin: 0 0 0 1.5em; }

ul li, 
ol li,
ul li ul li, 
ol li ol li,
ul li ul li ul li, 
ol li ol li ol li{ margin: 0.7em 0; }

ul ul{ list-style: circle; }

ul ul ul{ list-style: square; }

ol{
	position:relative;
	list-style:decimal;
	margin-left:0;
	width:auto;
}

ol li{ margin: 0 0 1em 2em; }

ol ol{ list-style: lower-alpha; }

ol ol ol { list-style: lower-roman; }

#content-secondary ul li {
	position:relative;
	list-style:none;
	list-style: none;
	margin-left: 10px;
	margin-bottom:3px;
}
/**
 * = Paragraph, Text and Table Styles in the Body Content =======
 */

p {
	line-height: 1.3em;
	margin: 0 0 1em 0;
	text-align:left;
}

table, table tr, table td, table th {
	border: 1px solid #000;
	padding: 5px;
}

table caption {
	font-size: 1.6em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, sans-serif; 
	padding-bottom: .5em;
}

table th { text-align: center; }

/** 
 * = Primary Topic Title Header =======
 */
body#index div#branding-pageheader h1, 
div#branding-pageheader h1 {
	margin: 0;
	padding: 0 4px;
	line-height: 1.8;
	height: 36px;
	clear: left;
}

body#index div#branding-pageheader h1 a,
body#index div#branding-pageheader h1 a:visited, 
div#branding-pageheader h1 a,
div#branding-pageheader h1 a:visited {
	color:#5a8e29;
	font-family: Trebuchet MS, Arial, sans-serif; 
	font-size:2.5em;
	margin: 0 0 0 10px;
	padding:0;
	text-decoration: none;
	font-weight: normal;
}

body#index div#branding-pageheader h1 a:hover, 
div#branding-pageheader h1 a:hover {
	color:#5a8e29;
	text-decoration: none;
	margin:0;
	margin-left: 10px;
	padding:0;
	border-bottom: 1px dotted #5a8e29;
}

div#branding-pageheader h1 a,
div#branding-pageheader h1 a:visited {
	color: #fff;
	font-size:1.8em;
	border-bottom: 1px dotted #fff;
}

div#branding-pageheader h1 a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

div#topic-title {
	margin-top: 40px;
	width: auto;
	overflow: visible;
}
#topic-title h1,
#topic-title h2 {
	color: #316329;
	padding-right: 0.5em;
	font-size: 1.3em;
	position: relative;
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
}

#topic-title h1 a,
#topic-title h2 a {
	color: #316329;
	font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 1.4em;
	margin: 10px;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
}
#topic-title h1 em,
#topic-title h2 em {
	font-size: 0.85em;
	font-style: normal;
	color: #999;
}

#content-main h1#site-section {
	color: #5a8e29;
	font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 2.2em;
	margin: 5px 0 15px 0;
	border-bottom: none;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}

#content-main h1#document-title {
	color: #000;
	font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 1.8em;
	margin: 5px 0 5px 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}

/**
 * = Module Heading Styles =======
 */
#two-column-grid h2 {
	background: transparent/* url("/TemplatePackage/images/bg_gradient-yellow.gif") 0 0*/;
	color: #72490E;
	font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 -4px;
	border: none;
	padding: 2px 5px;
	min-height: 15px;
}

#topic-intro a {
	text-decoration: none;
}

#topic-intro a:hover {
	text-decoration: underline;
}

/**
 * = Contact Info and Datestamp Modules =======
*/

#contact-info h5{
	margin: 0 0.5em 0.75em;
	border-bottom: 1px solid #ccc;
	font-size: 1.1em;
	font-weight: bold;
	width: auto;
}

#contact-info li{
	font-size: 0.9em;
}

#contact-info li a{
	color: #0055a5;
	text-decoration: underline;
}

#siteinfo-credits p,
#siteinfo-credits address{
	background: transparent;
	padding: 10px 0 0 10px;
	font-size: 0.9em;
	line-height: 1.55em;
	text-align: left;
}

#siteinfo-credits address a{
	color: #0055a5;
	text-decoration:underline;
}

#datestamp ul {
	background: white;
	padding: 1em;
	color: #696969;
	font-size:.9em;
	list-style:none;
	min-height: 30px;
	clear: both;
}

.secondTier #datestamp {
	border-left:189px solid #fff;
}

.secondTier #datestamp ul {
	position: relative;
	background: white;
	margin: 0;
	padding: 1em;
	color: #696969;
	font-size:0.9em;
	list-style:none;
	min-height: 30px;
	clear: both;
}

#datestamp ul li {
	margin: 0 1em 0 0;
	padding: 0;
	line-height: 14px;
	list-style:none;
}

#datestamp ul li h3 { 
	clear: left;
	padding-top: 2px;
	font-size: 1.1em;
	color: #999;
	font-weight: bold;
	border: none;
	position: relative;
}

#datestamp ul li.contentsource {
	padding-right: 0;
	position: relative;
	float: left;
}

#datestamp ul a {
	color: #0154a0;
	text-decoration: underline;
}

}
