.hide {
	display: none;
	}
img		{
	border: 0;
	display: block;
	}
body {
	behavior: url(inc/csshover.htc);
	margin: 0 0 0 1px;
	padding: 0;
	border: 0;
	text-align: left;
	color: #333333;
	background: #F1F1EA url(../images/altsjs_bg.gif) top left repeat-y;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
#fishwrap	{
	margin: 0;
	padding: 0;
	border: 0;
	border-right: 1px #CCCCCC solid;
	width: 700px;
	text-align: left;
	background-color: #CDD1B9;
	}
	
#header	{
	width: 700px;
	height: 70px;
	padding: 0;
	border: 0;
	margin: 0 0 3px 0;
	background: transparent;
	}
	
div#headwrap	{
	float: none;
	height: 70px;
	width: 700px;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	}
 div#headwrap h1	{
	background: transparent url(../images/erie-logo.jpg) top center no-repeat;
	margin: 0;
	border: 0;
	padding-left: 3px;
	padding-top: 103px;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:70px; /* for pre 6.0 IE Win */
	}
	
#content	{
	margin: 0;
	padding: 50px 10px 0 0;
	border: 0;
	}
#main	{
	width: 400px;
	text-align: left;
	float: right;
	clear: both;
	padding: 0;
	border: 0;
	margin: 10px 20px 25px 25px;
	min-height: 650px;
	background: #fafaf0 url(../images/rounded_bottom_main.gif) bottom no-repeat;
	}
	
	
div#main h2 {
	background: url(../images/rounded_top_main.gif) no-repeat;
	padding: 40px 20px 0;
	margin: 0;
	line-height: 1;
	}
	
div#main p {
	padding: 10px 30px 0;
	line-height: 1.3;
	margin: 0;
}

div#main h3 {
	padding: 20px 20px 0;
	margin: 0;
	line-height: 1;
	}

div#main ul {
	padding-bottom: 20px;
	padding-top: 10px;
	margin: 0;
	}


caption {
	font-size: medium;
	/*border-top: #bcbcc7 dotted 1px;*/
	padding: 7px 0 12px 0;
}
ol#steps li {
	font-weight: bold;
}
h1, h2, h3, h4 {
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	}
h1 {
	font-size: 22px;
	color: #666666;
	padding-bottom: 1px;
	}
h2 {
	font-size: 20px;
	color: #666666;;
	padding-top: 10px;
	padding-bottom: 5px;
}

h3 {
	font-size: 14px;
	line-height: normal;
	color: #666666;
	}
h4 {
	font-size: 11px;
	line-height: normal;
	color: #666666;
}
p {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4C5844;
	}
	

	
.warning {
	background-color: #f3f5eb;
	padding: 5px;
	border: 1px dotted #999999;
}
/* Begin Navigation CSS */
div#nav {
    float: left;
	clear: both;
	margin: -2px 0 0 0;
	color: #005C42;
}
div#nav ul {
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #aaaaaa;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0 0 0 -1px;
	float: left;
	width: 130px;
	border-bottom: 1px solid #cccccc;
}
div#nav li:hover {
	background: #F2F2DA;
}
div#nav li.submenu {
	background: #F2F2DA;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
div#nav li.submenu:hover {
	background: #ffffff;
}
div#nav li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	color: #005C42;
	text-decoration: none;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 120px;
}
div#nav>ul a {
	width: auto;
}
div#nav ul ul {
	position: absolute;
	width: 130px;
	display: none;
}
div#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
}
div#nav ul.level2 li.submenu:hover ul.level3 {
	display: block;
}
/* End Navigation CSS */
a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.underline {
	border-bottom: 1px solid #005C42;
}
a:link {
	color: #005C42;
}
a:hover {
	color: #ABAA7C;
}
a:visited, a:active {
	color: #999999;
}
div#sideblurb{
	float: left;
	width: 210px;
	min-height:200px;
	margin-top: 10px;
	border: 0;
	background: #F1F1EA url(../images/rounded_bottom_sidebar.gif) no-repeat bottom;
	padding-bottom: 20px;
}

div#sideblurb h3 {
	background: url(../images/rounded_top_sidebar.gif) no-repeat;
	padding: 20px 20px 0;
	line-height: 1;
	margin: 0;
}

div#sideblurb p {
	padding: 10px 20px 0;
	line-height: 1.3;
	margin: 0;
}


#footer {
	clear: both;
	margin: 0;
	padding: 20px 10px;
}

#footer p {
	font-size: 11px;
	color: #6C6C22;
}

#footer p a:link, a:visited {
	text-decoration: none;
	color: #ABAA7C;
}

#footer p a:hover {
	text-decoration: none;
	color: #844C4D;
}
#help {
	margin: 5px;
	padding: 5px;
	width: 275px;
	background: #fafaf0;
} 
abbr {
	speak: spell-out;
}

acronym {
	speak: normal;
}

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

ul.quality {
	list-style-image:url(../images/bullet.gif);
	}