/* CSS Document */

/* branding divs */
div#branding {
	background: url(../images/img_branding_mediacentre.jpg) no-repeat;
}

/* highlight navigation item */
div#secondnav ul li.mediacentre {
	background: #5261ac url(../images/bg_li_secondnav_blue.gif) top left no-repeat;
}
div#primarycontent h3 {
	font-size: 17px;
	color: #5462ad;
	margin: 10px;
}
div#primarycontent {
	margin-top: 0;
}

div#primarycontent ul#news {
	list-style-image: url(../images/li_mediacentre.gif);
}
div#primarycontent ul#news li {
	margin: 10px 0 30px 18px;
	border-bottom: 1px solid #c6c6c6;
}
div#primarycontent ul#news li p.date {
	/*color: #5462ad;*/
	font-size: 10px;
	margin: 0;
	margin-bottom: 10px;
}
div#primarycontent ul#news li h4 {
	color: #5462ad;

}
div#primarycontent ul#news li p.readmore {
	margin-bottom: 15px;
}

div#primarycontent ul#news li p label {
	display: block;
	font-size: 10px;
}

/* boxes */
div#acrobatbox {
	width: 188px;
	font-size: 11px;
	background: #ffffff url(../images/bg_acrobat_box.jpg) no-repeat;
	border-bottom: 1px solid #c6c6c6;
}
div#acrobatbox p {
	padding: 6px 4px 4px 7px;
}
div#acrobatbox p.download {
	background: #ffffff url(../images/icon_acrobat.jpg) no-repeat 8px 5px;
}
div#acrobatbox p.download.ppviewer {
	background: #ffffff url(../images/icon_ppviewer.jpg) no-repeat 8px 7px;
}
div#acrobatbox p.download a, 
div#acrobatbox p.download a:link, 
div#acrobatbox p.download a:active, 
div#acrobatbox p.download a:visited	 
{
	color: #989898;
	font-weight: bold;
	margin-left: 25px;
}
div#acrobatbox p.download a:hover {
	text-decoration: underline;
}

div#unitbox {
	width: 188px;
	margin: 10px 0 4px 0;
}
div.headerbox  {
	width: 188px;
	background: #737eb9 url(../images/bg_mediacentre_headerbox.jpg) no-repeat;
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	border-bottom: 1px solid #ffffff;
}
div.headerbox p {
	color: #ffffff;
	font-weight: bold;	
	padding: 8px 6px 8px 8px;
}
div#textcontent {
	width: 188px;
}
div#textcontent p {
	font-size: 11px;
	font-weight: normal;
	background-color: #cbcfe6;
	padding: 7px 6px 7px 8px;
	border-bottom: 1px solid #ffffff;
}

div#textcontent p a, 
div#textcontent p a:link, 
div#textcontent p a:active, 
div#textcontent p a:visited	
{
	color: #24245c;
	font-weight: normal;
	text-decoration: none;
}
div#textcontent p a:hover {
	font-weight: normal;
	text-decoration: underline;
}
div#thirdnav ul li.active {
	background:#5261ac url(../images/bg_li_secondnav_blue.gif) no-repeat top left;
	font-weight:bold;
}
div#thirdnav ul li.inactive {
	background: #191855 url(../images/bg_li_secondnav.gif) top left no-repeat;
}
#primarycontent.newsItem {
	width: 570px;
}
#primarycontent.newsItem h3 {
	margin-left: 0px;
}
#primarycontent.newsItem p {
	width: 100%;
}