/* CSS Document */
body{
	margin: 0px;
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
}
ul{
	padding: 0px;
	margin: 0px;
}
p{
	margin: 10px 0px 0px 0px;
}
a{
	color: #FF0066;
}
img{
	behavior: url("/_scripts/pngbehavior.htc");
	border: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#banner_teal{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background-color:#007070;
	background-image:url(../_images/tealbanner.gif);
	background-position: 369px 0px;
	background-repeat: no-repeat;
	height: 54px; 
	width: 100%;
	z-index: 1;
}
#banner_logo{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 260px;
	height: 178px;
	background-image:url(../_images/page_logo.gif);
	z-index: 3;
}
#submenu{
	position: absolute;
	left: 0px;
	top: 178px;
	width: 260px;
	min-height: 153px;
	_height: 153px;
	background-color: #c3da41;
	padding-top: 10px;
	z-index: 4;
	overflow: hidden;
}
#submenu li{
	border-top: 1px solid #ffffff;
	list-style: none;
}
#submenu li.first{
	border-top: none;
}
#submenu li a{
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	color: #007070;
	font-size: 11px;
	font-weight: bold;
	padding-left: 42px;
}
#submenu li a:hover{
	background-color: #9eb235;
	color: #ffffff;
}
#banner{
	position: absolute;
	left: 0px;
	top: 105px;
	width: 100%;
	padding-left: 260px;
	overflow: hidden;
	height: 228px;
	border-bottom: 10px solid #c3da41;
	z-index: 2;
}
#wrapper{
	padding: 341px 0px 0px 0px;
}
#leftColumn{
	float: left;
	width: 178px;
	padding: 20px;
	text-align: center;
}
#leftColumn img{
	margin-bottom: 20px;
}
#leftColumn #leftPic{
	width: 150px;
	height: 192px;
	padding: 4px 4px 4px 5px;
	margin-bottom: 20px;
	background-image: url(../_images/leftPic_bg.gif); 
	overflow: hidden;
}
#leftColumn #leftPic img{
	margin-bottom: 0px;
}
#pageTitle{	
	float: left;
	background-image: url(../_images/pageTitle_bg.gif);
	padding-right: 4px;
	width: 38px;
	overflow: hidden;
}
#content{
	float: left;
	width: 521px;
	min-height: 380px;
	_height: 380px;
	padding: 15px;
	padding-top: 20px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #013b46;
	
}
#content h2{
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
#content p{
	line-height: 18px;
}
#content ul{
	margin: 15px 60px 15px 40px;
}
#content li{
	margin-bottom: 14px;
	list-style-image: url(../_images/bulllet.gif);
	font-size: 12px;
}
.displaytable{
	border-collapse: collapse;
	margin-top: 15px;
}
.displaytable td, th{
	padding: 5px;
	border: 1px solid #9eb235;
}
.displaytable td{
	color: #013b46;
	text-align: center;
}
.displaytable th{
	color: #ffffff;
	background-color: #9eb235;
}

.hiddentable{
	border-collapse: collapse;
	margin-top: 15px;
}
.hiddentable td, th{
	padding: 5px;
	border: none;
}
.hiddentable td{
	color: #013b46;
	text-align: center;
}
.hiddentable th{
}
.note{
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer{
	height: 20px;
	overflow: hidden;
	background-color: #007070;
	width: 100%;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 20px;
	text-indent: 25px;
}
#footermenu{
	height: 35px;
	line-height: 35px;
	margin-left: 25px;
}
#footermenu li{
	display: inline;
	line-height: 25px;
	font-size: 9px;
	margin-right: 20px;
}
#footermenu li a{
	color: #013b46;
	text-decoration: none;
}
#footermenu li a:hover{
	text-decoration: underline;
}
