.headerTable {
	clear: both;
	float: none;
}

/* Resources */

.localResourcesPostalCode {
	width: 50px;
}

#resourcesContainer {
	width: 800px;
	margin: 0px auto 0px 17px;
	border: 0px solid black;
}
 
#resourcesContainer tr td {
	padding: 10px;
}
  
.resourcesHeader {
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}

/** Was Previously being used **/
/* 
#nationalResourcesContainer {
	list-style-type: none;
}


#localResourcesContainer {
	list-style-type: none;
	
}

	.localResourcesList {
		width: 100%;
	}

	.nationalResourcesList, .localResourcesList {
		margin: 5px 10px 0px 0px;
		list-style-type: none;
		border: 0px solid black;
	}
	
	.nationalResourcesList tr th,  .localResourcesList tr th {
		text-align: left;
		padding: 5px 0px 0px 0px !important;
	}
	
	.nationalResourcesList tr th a, .localResourcesList tr th a{
		color: #0067b4;
		font-size: 10pt;
	}
	
	.nationalResourcesList tr td, .localResourcesList tr td{
		padding: 0px !important;
	}

	.localResource {
		width: 100%;
		border: 0px solid black;
	}
	
	.localResource tr td {
		padding: 0px !important;
	}
*/


.resourceSubSectionHeader {
	color: #ff9900;
	font-size: 11pt;
	margin-top: 10px;
	font-weight: bold;
}

#resourcesMainContainer {
	float: left;
	/*border: 1px solid #996600;*/
	width: 200px;
	margin: 0px 5px 0px 0px;
	background-color: #ffffff;
}

#localResourcesList, #nationalResourcesList {
	margin: 10px 0px 0px 10px;
}

#localResourcesList li, #nationalResourcesList li {
	margin-bottom: 10px;	
}

.resourceStatesContainer, .nationalResourcesContainer {
	list-style-type: none;
	margin-top: 5px;
}

.resourceStatesContainer li {
	margin: 0px 0px 2px 0px !important;
	padding: 0px !important;
	border: 0px solid black;
}

.resourceCategory {
	color: #0067b4;
	font-size: 10pt;
	font-weight: bold;
}

.subSectionHeader {
	margin-top: 10px !important;
}
	
.description {
	margin-bottom: 10px;
}

.resourceLink {
	color: #0067b4;
}

/* End Resources */
