/* Previous Styles */
.style1 {
	border-width: 1px;
	background-color: #000000;
}
.style2 {
	text-align: center;
}
.style7 {
	color: #FF0000;
}
.style8 {
	border: 1px solid #FF0000;
}

/* Whole page Styles */
h3 {
	padding: 0 0 1em;
}
 h4, li{
	margin-left:25px;
}

/*HD Sub Navigation Styling */
.HDNAV li{
	margin:0;
	list-style:none;
	float: left;
	padding: 5px;
	}
.hdcontent {
	margin-left:10px;
}
.hdcontent p{
	margin-left:25px;
	}
	
/* Styling for Fees Table */
.IMMFees {
	list-style: none;
	margin: 0;
	padding: 0;
	background:#b6b6fe;
	width:100%;
	
}
.IMMFees li {
	margin: 0;
	border-color:white;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.IMMFees li p {
	padding:1px;
	margin:0;
	}
.IMMFees_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	font-size: 1.2em;
}
.IMMFees_body {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
	border:solid;
	border-width:1px;
	border-color:black;	
}
.IMMFees_price{
	position:absolute;
	right:10px;
}
.IMMAS{
	position:relative;
	list-style:none;		
}
.IMMAS li, .IMMAS p{
	border:none;
	padding:0;
	margin:0;
}

/* Schedule Styling */
.IMMSchedule_list ul{
	list-style:none;
}

.IMMSchedule_list li{
	display:inline;
	float:left;
	font-weight:bold;
	margin-left: 10px;
}
	
/* Reference & Link Styling */
.ref{
	list-style:none;
	position:relative;
}
.ref li{
	margin-left: 0px;
}
.phone{
	position:absolute;
	left:300px;
}

/* WIC Income Table Styles */
.WICIncome{
	width:65%;
	border:solid 1px black;
	background-color:#b6b6fe;
	border-collapse:collapse;
	margin-left: 30px;
	}
.WICIncome th{
	text-decoration:bold;
}
.WICIncome td{
	text-align:center;
	border-collapse:true;
}
.odd{
	background-color:#8FABFF;
	}
.WICIncome tr:hover{
	background-color:#DBE4FF;
}

/* PHP Styles */
.EmergencyPrep h4 {
	margin-left:15px;
	}
.vol{
	list-style:none;
	}
.h1n1faq {
	list-style: none;
	margin: 0;
	padding: 0;
	background:#b6b6fe;
	width:100%;
	
}
.h1n1faq li {
	margin: 0;
	border-color:white;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.h1n1faq li p {
	padding:1px;
	margin:0;
	}
.IMMFees_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	font-size: 1.2em;
}
.faqbody {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:20px;
	margin-right:20px;
	padding: 2px;
	border:solid;
	border-width:1px;
	border-color:black;	
}
.faqbody ul li{
	border:none;
	}
.faqbody p {
	margin-left:15px;
	}
	
/*Sanitation Styles */
.illdump{
	width:100%;
	border-collapse:collapse;
	position:relative;
	margin:0;
	padding:0;
	font-size:10pt;
	}
.illdump td, th {
	border:solid red 1px;
	
}
.dumphead{
	color:red;
}
.dumpdiv {
	font-weight:bold;
}
.dump2{
	width:300px;
}
.dumpexp{
	color:red;
	}
