/*  =GENERAL/GLOBAL STYLES
------------------------------------------------------- */
	body {
		margin: 0;
		font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
	form {
		margin: 0;
	}
	
	a:link {
   	text-decoration: none;
		color: #006699;
   }
   
   a:visited {
   text-decoration: none;
   color: #666666;
	}

   a:hover, a:active {
   	text-decoration: underline;
		color: #24A2DD;
   }	

	/* header styles */
	a.home_subhead:link, a.home_subhead:visited {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		color: #18977E;
		padding: 10px 0 5px 0;
		margin: 0;
		font-weight: bold;
	}

	a.home_subhead:hover, a.home_subhead:active {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		color: #24A2DD;
		padding: 10px 0 5px 0;
		margin: 0;
		font-weight: bold;
		text-decoration: none;
	}

	/* main list style */
	#drView ul, #newsletterBox ul, #todaysNews ul, #rotatingContent2 ul, #rotatingContent3 ul, #rotatingContent4 ul {
		margin: 0 0 0 17px;
		padding: 0;
		list-style-image: url(images/icon_arrow_blue.gif);
	}

	#drView li a, #newsletterBox li a, #todaysNews li a, #rotatingContent2 li a, #rotatingContent3 li a, #rotatingContent4 li a {
		list-style-type: none;
	}

	/* main header style */
	#homeContent h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 125%;
		color: #18977E;
		padding: 10px 0 5px 0;
		margin: 0;
		font-weight: bold;
	}
	
	/* automatically clears floats */
	.clearfix:after {
 		display: block; 
 		height: 0; 
 		clear: both; 
 		visibility: hidden;
	}
	
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
/*  =HEADER AREA CONTAINER
------------------------------------------------------- */
	#homeHeader {
		width: 751px;
		margin-left: 17px;
		margin-top: 5px;
   }

/*  =BANNER AD
------------------------------------------------------- */
#hp_bannerad {
	text-align: center;
	margin-top: 7px;
	margin-left: 17px;
	width: 751px;
}


/*  =UPDATED HEADER DIVS & STYLES
------------------------------------------------------- */
/* old div */
#corpNav {
	background: none;
	margin-top: 0px;
	height: 20px;
	font-size: 70%;
}

/* removed font-size 70% from the below */
#wmdHome_corpNav {
	width: 751px;
	background: none;
}
#wmdHome_corpNav a {
	padding: 0 5px 0 3px;
}
.vertHeaderDivider {
	color: #999999;
	padding: 0px 10px;
}
#wmdHome_Header {
	height: 85px;
	width: 751px;
	background: #FFFFFF url(headers_footers_new/logo-header-bg.gif) no-repeat;
}
.wmdHome_Date {
	padding: 0px;
	font-size: 70%;
}
#wmdHome_Core_HeaderBlock {
	display: block;
}
#wmdHome_Cobrand_HeaderBlock {
	display: none;
}
#wmdHome_Logo {
	float: left;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 3px;
	width: 186px;
}
#wmdHome_Cobrand_Logo {
	float: left;
	text-align: left;
	margin-top: 20px;
	padding-bottom: 5px;
	padding-left: 14px;
	width: 100px;
}
#wmdHome_Search_Container {
	float: left;
	width: 349px;
	padding: 6px 2px 6px 6px;
	margin: 28px 0px 0px 22px;
	background: #FF8D00;
}
*html #wmdHome_Search_Container {
	padding: 5px 4px 5px 6px;
	margin: 28px 0px 0px 20px;






