/* --test------ */

div.center h1, div.center h2, div.center h3, div.center h4, div.center h5, div.center h6 {
	background:transparent;
	color:#52739E;
	margin: 0 0 5px 0;
}

hr {
	background-color:transparent;
	color: #990000;
}


div.guidanceDocIntro ul li{
	list-style:none;
}
/* ------------------------ */
/*        SITEMAP           */
/* ------------------------ */
/* NOTE: there is a bug in the sitemap where subpages are not 
nested properly in a single <UL> for that level */

div.sitemap {
	background: #E6EFF8; 
	border-top: 1px solid #fff !important; 
	border-bottom: 7px solid #CBDDF0; 
	color: #003366;
	margin: 0;
	padding: 0 0 15px 0; 
	width:98%;
}

ul.SiteMapUL1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.SiteMapLevel1{
	background: #CBDDF0;
	color: #003366;
	margin: 18px 0 18px 0;
	padding-left:15px;
}

li.SiteMapLevel1 a, li.SiteMapLevel1 a:visited {
	background: #CBDDF0;
	color: #003366;
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin:0;
	padding: 5px 0 5px 15px;
}

li.SiteMapLevel1 a:hover {
	background: #CBDDF0;
	color: #003366;
	display: block;
}

ul.SiteMapUL2 {
	background:transparent;
	color: #003366;
	margin: 0 0 0 30px;
	padding: 0 0 5px 0;
	list-style: inside disc;	
}

li.SiteMapLevel2 {
	margin: 0;
	padding: 0;
}

li.SiteMapLevel2 a, li.SiteMapLevel2 a:visited {
	background: transparent;
	font-size: 0.95em;
	font-weight:normal;
	color: #003366;
	display: inline;
	margin: 0;	
	padding: 0;
}

li.SiteMapLevel2 a:hover {
	background: transparent;
	color: #003366;
	display: inline;
	margin: 0;	
	padding: 0;	
}

ul.SiteMapUL3 {
	background:transparent;
	color: #003366;
	margin: 0 0 0 30px;
	padding: 0;
	list-style: circle inside;	
}

li.SiteMapLevel3 {
	padding: 0 0 5px 0;
}

li.SiteMaplevel3 a, li.SiteMaplevel3 a:visited {
	background: transparent;
	font-size: 0.95em;
	font-weight:normal;
	color: #003366;
	margin: 0;	
	padding: 5px;
}

li.SiteMaplevel3 a:hover {
	background: transparent;
	color: #003366;
	display: inline;
	margin: 0;	
	padding: 0;	
}

/* -------------- */
/*     Footer     */
/* - - - - - - - - - - - - - - -*/
/*  Left ALIGNED UNDER CONTENT  */
/* - - - - - - - - - - - - - - -*/
/* remove 150px padding to left align the txtversion and printversion btns */
li#textVersion {
	display: block;
	float:left;
	font-weight:bold;
	padding: 0;
	width: 10em;
}

li#textVersion a, li#textVersion a:visited, li#textVersion a:hover {
	background: transparent url(/CommonWebSol/images/ODOW/toolbox_arrow.png) no-repeat left !important;
	color: #003366;
	display:none;
	padding: 0 0 0 20px;
}

li#printVersion {
	display: block;
	
	font-weight:bold;
	padding: 0;
	width: 10em;
}

li#printVersion a, li#printVersion a:visited {
	background: transparent url(/CommonWebSol/images/ODOW/icon_print_30.gif) no-repeat left;
	color: #003366;
	display: block;
	padding: 0 0 0 40px;
	text-align:left;
	text-decoration: none;
	white-space: nowrap;
}

div.footerline {background: #588398 !important;}

/* ----- custom css code ----- */
div.ghgQuestions {
	border: 1px solid #CCC;
}

div.ghgQuestions a, div.ghgQuestions a:visited {
	text-decoration:none;
}

div.ghgQuestions h4{
	background-color: #E6EFF8;
	color: #003366;
	padding:5px 10px 5px 5px;
}

div.ghgQuestions ul li{
	list-style: none;
	margin: 8px 0 15px 0;
	
}

div.ghgAnswers {
	border: 1px solid #CCC;
	padding: 5px;
}

div.ghgAnswers h4{
	background-color: #E6EFF8;
	color: #003366;
	padding:5px 10px 5px 5px;
}

dl {
	border-top: 1px solid #DDD;
	padding: 5px 0 10px 0;
}
dt {font-weight:bold;}
dd {
	border-bottom: 1px solid #DDD;
	margin: 5px 0 5px 10px;
	padding: 0 0 5px 0;
}


/*  proactive first column box  */

h2.navaid { 
	font-size: 0px; 
	left: -100px; 
	float: right; 
	overflow: hidden; 
	width: 1px; 
	position: absolute; 
	height: 1px 
} 

div#proactiveDisclosure { 
	padding-right: 0px; 
	padding-left: 0px; 
	font-size: 0.95em; 
	padding-bottom: 0px; 
	margin: 10px 0px 15px; 
	padding-top: 0px; 
	text-align: center 
} 
div#proactiveDisclosure a { 
	color: black; 
	background-color: transparent 
} 
div#proactiveDisclosure a:visited { 
	color: black; 
	background-color: transparent 
} 

