/* -- global styles -- */

/* green color #00AB59  

Blue Bar TOP and BOTTOM: 002596 
background: eef3f9
square box next to flash image: c4d6eb
Blue bar behind text in main text: ccd2e8

	background-image: url(../img/nav_bkgd_div.png);
	background-repeat: no-repeat;
	background-position: right;
	NAV BAR: CCD2E8

 #00954D */


	
body#whatsnew-whatsnew a#whatsnew-whatsnew,
body#whatsnew-whatsnew_2010 a#whatsnew-whatsnew_2010,
body#whatsnew-whatsnew_2009 a#whatsnew-whatsnew_2009,
body#whatsnew-whatsnew_2011 a#whatsnew-whatsnew_2011,
body#whatsnew-whatsnew_2012 a#whatsnew-whatsnew_2012 {
	color:  #002596;
	font-weight: bold;
	}
	
/*whatsnew title*/

#whatsnew	{
	/*position: absolute;
	float:left;	*/
	left: 0px;
	top: 180px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0px 0px 10px 0px;
	background-image: url(../img/section_img/whatsnew.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	height: 290px;
	width: 952px;
		}
		
		
/*whatsnewNav*/

/* #whatsnewNavWrapper {
	position: absolute;
	left: 0px;
	top: 480px;
	width: 260px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 15px;
	padding: 0px;
	background-color: #eef3f9;
	height: 400px;
	} */
	
#whatsnewNav {
	/*position: relative;*/
	float: left;
	margin: 0px;
	margin-right: 50px;
	padding: 0px 0px 0px 10px;
	width: 260px;
	color:  #002596;
	background-color: #eef3f9;	
	}


#whatsnewNav ul, #whatsnewNav li {
	margin: 0px;
	padding: 0px;
	
	}
	
#whatsnewNav ul {
	list-style-type: none;
	width: 260px;
	/*height: 38px;*/
	}
	
#whatsnewNav ul a {
	display: block;
	line-height: 38px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002596;
	background-color: #eef3f9;
	text-align:left;
}

#whatsnewNav li {
	color:  #002596;
	background-color: #eef3f9;
	display: block;
	width: 260px;
	height: 38px;
	}
	
#whatsnewNav li ul li {
	text-indent: 25px;
	}
	
#whatsnewNav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 14px;
	color: #002596;
	background-color: #eef3f9;
    text-decoration: none;
		padding-left: 20px;
	}
		
#whatsnewNav a:link, #whatsnewNav a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    color: #002596;
	background-color:#eef3f9;
    text-decoration: none;
}

#whatsnewNav ul a:hover {
    color:  #002596;
	background-color: #CCD2E8;
	display: block;
	line-height: 38px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
}

#whatsnewNav a:active {
    color:  #002596;
	background-color: #eef3f9;
	text-decoration: none;
	height: 38px;
}


#whatsnewNav ul li#whatsnewDiv {
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background-color: #002596;
	text-align:left;
	margin-left: 0px;
	padding-left: 5px;
	font-weight: bolder;
}



/* whatsnew Content */

#whatsnewContentWrapper {
	/*position: absolute;
	height: 270px;
	left: 325px;
	top: 480px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px; */
		width: 972px;
	}
	
	
	
#whatsnewContent {
	/*position: relative;*/
	color:  #000;
	background-color: #eef3f9;
	margin: 0;
	margin-left: 320px;
	padding: 0 0 0 10;
	width: 600px;
	right: 0px;
}
	
#whatsnewContent h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
		margin-left: 0px;
		padding-left: 10px;
		color:  #002596;
background-color: transparent;
		text-align: left;
		}
		
#whatsnewContent p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		color:  #000;
		text-align: left;
		}
