/* ---------------------------------------------*/ 
/*	Designed and Produced by Carlson Marketing  */
/*	Build start date:                           */
/*	Developer:                                  */
/*			                                    */
/*	News [Section] CSS                          */
/*			                                    */
/* ---------------------------------------------*/


/*----------------------------------*/
/* x. Overrides                		*/

#centrePiece {
	width: 1000px;
}

#contentColsWrapper {
	width: 828px;
	margin-top: -1px;
	margin-bottom: -1px;
	padding: 15px 0 0 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color: #7597a0;
}

#contentColsWrapper h2 {
	margin-bottom: 10px;
}

#contentColsWrapper p {
	padding-right: 10px;
}


#innerCol1 {
	color: #000;
	margin-left: -20px;
	padding: 15px 17px 50px 5px;
	background-color: #fff;
	width: 827px;
	float: left;
	margin-top: 15px;
	border: none;
	border-top: 1px solid #fff;
}

	#siteMap .main {
		/*background-color: #a9c2da;*/
		border-bottom: 1px solid white;
		padding: 5px;
		font-weight: bold;
		font-size: 1em;
		
	}
	
	#siteMap .sub {
		/*background-color: #cccccc;*/
		border-bottom: 1px solid white;
		padding: 5px 5px 5px 50px;
	}


	
	#siteMap, #subSiteMap {
		list-style-type: none;
	
	}
	
	#siteMap a:link, #siteMap a:visited,
	#subSiteMap a:link, #subSiteMap a:visited
	{
		color: #000;
	
	}
	
		#siteMap, #subSiteMap a:hover {
		color: #000;
		text-decoration: underline;
	
	}
	
	#subSiteMap {
		margin: 5px;
	}	
	#subSiteMap li {
		padding: 5px;
	}