@charset "UTF-8";
/* CSS Document */
img {
	border:0;
}



#EPAappContainer {
	min-height:500px;
	width:952px;
	text-align:left;
	margin:0 auto;
	padding-left:23px;
	padding-right:24px;
	padding-top:0;
	padding-bottom:0;
	text-align:left;
	background-image:url(../images/EPAappContainerBG2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	top:0px;
}
#EPAappTitle {
	width:918px;
	min-height:31px;
	_height:31px;
	margin-left:17px;
	margin-right:18px;
	margin-top:2px;
	margin-bottom:0px;
	text-align:left;
	background-color:#FFFFFF;
	vertical-align:middle;
}

#EPAappContent {
	margin-left:17px;
	width:917px;
	text-align:left;
	vertical-align:top;
	border: 1px solid #73a5cc;
	border-top:0;
}






.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}







/* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* **********************************
                Typography
********************************** */
                h1, h2, h3, h4 {
	color: #181818;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color: inherit;
}
h1 {
	font-size: 30px;
	line-height: 36px;
	color: #002c5f;
	margin-bottom: 8px;
}
h2 {
	font-size: 20px;
	line-height: 27px;
	color: #818285;
	margin-bottom: 8px;
}
h3 {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 8px;
}
h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #0046ad;
	margin-bottom: 13px;
	text-transform: uppercase;
	border-bottom: 2px solid #0046ad;
}
h5 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	color: #818285;
	margin-bottom: 22px;
	border-top: 1px solid #818285;
}
.subhead {
	color: #818285;
}

/* **********************************
              Basic styles
********************************** */

body {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	color: #000000;
}


a {
	
	color: #d77600;
	outline: none;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	border-bottom: none;
	color: #d77600;
}
a:visited {
	border-bottom: none;
color: # d77600;
}
hr {
	color:#aa9d71;
}
/* **********************************
	Syles for lists
 ********************************** */


li {
	margin: 0 0 4px 0;
}
ul {
	margin: 2px 0px 18px 16px;
	padding: 0px;
}
ul li {
	list-style-type: square;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}
ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}

#Footer {
	background-color:#0046ad;
	margin: 0px 0px 0px 0px;
	padding: 22px 10px 10px 10px;
	font-weight:normal;
	font-size:11px;
}
	
#Footer a {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	
}
#Footer a:hover {
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	text-decoration:none;
	bottom-border:none;
}


/* **********************************
	Syles for sidebar
 ********************************** */


.sidebar
{ /*float: left;*/
  width: 100%;
  padding: 0px 0px 0px 0px;
  }

.sidebar ul
{ border-top: 2px solid #D6D9C9;
  width: 100%; 
  padding-top: 10px; 
  margin: 4px 0px 30px 0px;}

.sidebar li
{ list-style: none; 
  padding: 0px 0px 8px 0px; 
  border-bottom: 2px solid #D6D9C9;}

.sidebar li a, .sidebar li a:hover 
{ text-decoration: none;
border-bottom: 0px; 
  padding: 0px 0px 0px 18px;
  display: block;
  background: transparent url(http://epa.ohio.gov/portals/0/Images/arrow.png) no-repeat left top;
  color: #000000;
  border: none;} 

.sidebar li a.selected, .sidebar li a:hover, .sidebar li a.selected:hover
{  text-decoration: none; color: #000000; border-bottom: 0px; background: transparent url(http://epa.ohio.gov/portals/0/Images/arrow_select.png) no-repeat left top; }


/* CSS Document */