/* =================================================
=TYPOGRAPHY STYLE SHEET
================================================= */

/* 
===========================================================
=Header Styles in the Body Content
===========================================================
*/

sup{ /* keep superscript text from breaking the line-spacing */
	position:relative;
	font-size:smaller;
	vertical-align:baseline;
	bottom:0.33em;
}

#content-main h1,
#content-main h2,
#content-main h3,
#content-main h4,
#content-main h5{
	font-family: "Trebuchet MS", Arial, sans-serif; 	
	/*text-transform: uppercase;  had to comment out for use in corners */
}


#content-main h1{
	color: #0c5205;
	font-size: 2em;
	font-weight: normal;
	margin-top: 0;
	padding-bottom: 10px;
}

#content-main h2{
	color: #0c5205;
	font-size: 1.6em;
	font-weight: normal;
}
/*
#content-main h2.topic-name{
	color: #003c85;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	border: 0;
	margin-top: 5px;
	margin-bottom: 5px;

}
*/
#content h3{
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
}

#content-main h4{
	color: #000;
	font-size:1.3em;
	font-weight: bold;
}

#content-main h5{
	color: #000;
	font-size:1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 
===========================================================
=Link Styles in the Body Content
===========================================================
*/

#content a:hover{
	color: #0a29a5;
	text-decoration:underline;
}
#wrapper a:visited{
	color:#4a006e;
}
#content a,
#nav-container .related a{
	color: #0a29a5;
}

.secondTier #content-main a:hover,
.widePage #content-main a:hover{
	text-decoration: underline;
}

.secondTier #content-main a,
.widePage #content-main a{
	text-decoration: none;
}

#bottom-container a:hover,
#top-container a:hover{
	text-decoration: underline;
}
#bottom-container a,
#top-container a{
	color: #0a29a5;
	text-decoration: none;
}
	
/* 
===========================================================
=Bulleted Lists in the Body Content
===========================================================
*/

ul, ol{
/*	position: relative;	*/
	margin-left: 0;
	width: auto;
	list-style-type: disc;
}

ul li{
	margin-left: 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-top: .7em;
	margin-bottom: .7em;
}

ul ul{
	list-style-type: circle;
}

ul ul ul{
	list-style-type: square;
}

ol{
	position:relative;
	list-style-type:decimal;
	margin-left:0;
	width:auto;
}

ol li{
	margin-left:2em;
	margin-bottom:1em;
}

ol ol{
	list-style-type: lower-alpha;
}

ol ol ol{
	list-style-type: lower-roman;
}
	

#content-main ul, ol{ /*EPR fix*/
	margin-bottom: 5px;
}

#content-main ul ul, #content-main ol ol, #content-main ul ul ul, #content-main ol ol ol, #content-main ul ul ul ul, #content-main ol ol ol ol { /*EPR fix*/
	margin-bottom: 0;
}

/* 
===========================================================
=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
===========================================================
*/

#branding-pageheader h1 {
	margin: 0;
	padding: 0 4px;
	line-height: 1.8;
	height: 36px;
	clear: left;
}

#index #branding-pageheader h1 a,
#index #branding-pageheader h1 a:visited, 
#branding-pageheader h1 a,
#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;
}

#index #branding-pageheader h1 a:hover, 
#branding-pageheader h1 a:hover {
	color:#5a8e29;
	text-decoration: none;
	margin:0;
	margin-left: 10px;
	padding:0;
	border-bottom: 1px dotted #5a8e29;
}

#branding-pageheader h1 a,
#branding-pageheader h1 a:visited {
	color:#fff;
	font-size:1.8em;	
	border-bottom: 1px dotted #fff;	
}

#branding-pageheader h1 a:hover {
	color:#fff;
	border-bottom: 1px solid #fff;
}

#topic-title{
	position:relative;
	margin-top:40px;
	width:auto;
	overflow:auto;
}
#topic-title h1,
#topic-title h2{
	color: #0c5205;
	padding-right: 0.5em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	position: relative;
	/*margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.25em; */
	margin: 10px;
}
#topic-title h1 a:hover,
#topic-title h2 a:hover{
	border-bottom: 1px solid #5a8e29;
}
#topic-title h1 a,
#topic-title h2 a{
	color: #0c5205;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0;
	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
===========================================================
*/

body div#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: 0;
	padding: 2px 5px;
	min-height: 15px;
}

body#index #topic-intro a{
	text-decoration: none;
}

body#index #topic-intro a:hover{
	text-decoration: underline;
}

/* 
===========================================================
=Contact Info and Datestamp Modules
===========================================================
*/

#contact-info h5{
	margin: 0 0.5em 0.75em;
	font-family:"Trebuchet MS";
	font-size: 1.1em;
	font-weight: bold;
	width: auto;
}

#contact-info li{
	font-size: 0.9em;
}

#contact-info li a{
	color: #0a29a5;	
	text-decoration: underline;
}

#contact-info li a:hover{
	color: #0a29a5;
	text-decoration: none;	
}

#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: #0a29a5;
	text-decoration:underline;
}

#siteinfo-credits address a:hover{
	text-decoration:none;
}


ul#datestamp{
	background-color:white;
		clear:both;
	margin:0 auto;
	padding:1em;
	color:#696969;
	font-size:0.9em;
	list-style-type:none;
	min-height:30px;
	/*clear:both;*/
}
.secondTier ul#datestamp{
	/*position: relative;*/
	margin:0;
	z-index:-2;
}
ul#datestamp li{
	margin: 0 1em 0 0;
	padding: 0;
	line-height: 14px;	
}
	ul#datestamp li h3{ 
		clear: left;
		padding-top: 2px;
		font-size: 1.1em;
		color: #999;
		font-weight: bold;
		border: none;
		position: relative;
	}
ul#datestamp li.contentsource{ 
	padding-right: 0;
	position: relative;
	float: left;
}
ul#datestamp a, ul#datestamp a:visited{
	color: #0a29a5;
	text-decoration: underline;
}
ul#datestamp a:hover{
	text-decoration: none;
}
#pageOptions li a:hover{
	text-decoration: underline;
}