/*******************
IUAPPA 
Air & Waste Management Association 
Author : Shane Eckel
********************/

a{
	color: #0070cc;
}
a:hover{
	color: #30a2ff;
}
html{
	background-image: url(images/background_stretch.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #008fb0;
	margin: 0;
}
body{
	behavior: url("csshover3.htc"); 
	margin: 0;
	background-image: url(images/body_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.header{
	background: url(images/header.jpg) no-repeat;
	margin: 0 auto;
	display: block;
	width: 923px;
	height: 181px;
}
img{
	border: 0px;
}
.date{
	background: url(images/date_back.jpg) no-repeat;
	margin: 0 auto;
	display: block;
	width: 923px;
	height: 37px;
}
.nav{
	background: url(images/nav_back.jpg) no-repeat;
	margin: 0 auto;
	display: block;
	width: 900px;
	height: 24px;
	padding-left: 23px;
	padding-top: 4px;
}
.bodyContainer{
	margin: 0 auto;
	display: block;
	width: 800px;
	padding-top: 10px;
	min-height: 400px;
	padding-bottom: 40px;
}

h1{
	font-size: 26px;
	color: #008fb1;
	line-height: 24px;
}
h2{
	font-weight: normal;
	font-style: italic;
}
#regTable td{
	vertical-align: top;
}
/**************
CSS Dropdown
**************/
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px;
	float: left;
}
#menu a, #menu h2 {
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
}
#menu h2 {
	color: #fff;
	text-align: center;
	font-size: 13px;
	cursor:default;
}
#menu h2:hover{
	cursor:default
	text-decoration: underline;
	text-decoration: none;
}
#menu a {
	font-size: 11px;
	width: 110px;
	color: white;
	background: #7cb3df;
	text-decoration: none;
	border: #7fb4e2 1px solid;
	border-bottom: #709fc7 1px solid;
	padding: 4px;
}
#menu a:hover {
	color: #709fc7;
	background: #fff;
}
#menu li {
	position: relative;
}
#menu li ul li a{
	width: 180px;
	text-align: center;

}
#menu ul ul {
	position: absolute;
	z-index: 500;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul,
div#menu ul li.over ul,
div#menu ul ul li.over ul,
div#menu ul ul ul li.over ul
{display: block;}

td{
	border-bottom: 1px solid #c4c4c4;
}
th{
	font-size: 16px;
	padding-top: 12px;
	border-bottom: 1px solid #777;
}