body {
	margin: 10px 0;
	padding: 0;
	font: 11px arial, helvetica, sans-serif;
	line-height: 14px;
	color: #000;
	background: #ddd;
	behavior:url("csshover.htc");
}

h1 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 8px 0 8px 0;
}

p {
	margin: 8px 0 8px 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select {
	font-size: 9px;
}

hr.hidden {
	display: none;
}

input.button {
	border: 1px solid #0081BB;
	color: #000;
	background: #DFEFF6;
	font-size: 9px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

input.button:hover {
	color: #fff;
	background: #0081BB;
}

input.search {
	width: 113px;
	border: 1px solid #0081BB;
	padding: 2px;
	margin-right: 2px;
}

#advancedSearch {
	border: 1px solid #EBBA3A;
	color: #000;
	background: #FFE28D;
	font-size: 11px;
	width: 115px;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 2px;
	margin: 3px 0 5px 0;
}

#advancedSearch:hover {
	color: #fff;
	background: #0081BB;
}

.clear {
	clear: both;
	height: 0;
}

#divMainWrapper {
	position: relative;
	width: 954px;
	border: 1px solid #000;
	margin: 0 10px;
	/* below is hidden from ie5/win */
	voice-family: "\"}\""; 
  voice-family:inherit;
	width: 952px;
	margin: 0 auto;
}

#divMainWrapper {}

#divPrintHeader {
	display: none;
}

#divEventWrapper {
	position: relative;
	width: 654px;
	border: 1px solid #000;
	background: #fff;
	margin: 0 10px;
	/* below is hidden from ie5/win */
	voice-family: "\"}\""; 
  voice-family:inherit;
	width: 652px;
	margin: 0 auto;
}

#divEventWrapper {}

#divEventListing {
	text-align: center;
	margin: 20px 0;
}

#divPrintFriendly {
	text-align: left;
	margin: 20px 20px 20px 20px;
}

#divEventSpecies {
	text-align: center;
	margin: 20px 0;
	border-top: 1px solid #000;
}

#divEventListing h2 {
	padding: 0px 0 0 0;
	margin: 20px 0 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#divPAHLogo {
	position: absolute;
	top: 0;
	left: 0;
}

#divPAHLogoEvents {
	width: 652px;
	background: #fff;
}

#divFooter {
	position: relative;
	width: 954px;
	margin: 10px 10px;
	font: 11px arial, helvetica, sans-serif;
	line-height: 14px;
	color: #000;	
	/* below is hidden from ie5/win */
	voice-family: "\"}\""; 
  voice-family:inherit;
	margin: 10px auto;
}

#divFooter {}

#divCopyright {
	width: 35%;
	float: left;
}

#divFooterLinks {
	width: 64%;
	float: right;
	text-align: right;
}

#divDisclaimer {
	clear: both;
	padding-top: 10px;
}

a {
	color: #000;
}

a:hover {
	color: #0081BB;
}

span.eventDate {
	display: block;
	width: 3.5em;
	float: left;
	text-align: right;
}

span.eventTitle {
	display: block;
	width: 70%;
	float: left;
}

#divSearchPortalForm {
	padding-top: 10px;
}

#divSearchPortalForm input.button {
	padding: 3px;
}

#divSearchPortalResults {
	padding-top: 0px;
	margin-top: 10px;
	border-bottom: 1px solid #000;
}

#divSearchPortalResults font.TITLE2 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}

#divSearchPortalResults li  {
	margin-bottom: 10px;
	line-height: 16px;
}

/*
 * date:	2002-10-14
 * info:	http://inspire.server101.com/js/m/
 */

/* menu */
#mx {}
/* hide the submenus */
#mx li ul {
	display: none;
}
#mx, #mx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mx li {
	width: 100%;
	padding: 0;
	margin: 5px 0;
}
#mx ul li {
	border-bottom: none;
}
#mx a {
	display: block;
	text-decoration: none;
	color: #000;
}
#mx a:hover {
	font-weight: bold;
}

/* menu parent */
#mx li.m {
	position: relative;
}

/* submenu indicator */
#mx li.m a, #mx li.m a:hover {
	background: url(../images/bg_mainnavarrow.gif) no-repeat;
	background-position: 140px 0;
}
#mx li.m ul a, #mx li.m ul a:hover {
	background-image: none;
}

/* popup menus */
#mx li.m ul {
	display: none;
	position: absolute;
	top: -5px;
	left: 155px;
	width: 115px;
	border: 1px solid #000;
	padding: 5px;
	/* below is hidden from ie5/win */
	voice-family: "\"}\""; 
  voice-family:inherit;
	width: 113px;
}
#mx li.m ul {}
/* width of popup menu */
#mx li.m ul a {
	width: 100%;
}

