*
{
	margin:0;
	padding:0;
}

body
{
	font-family: arial;
	background: black;
}

textarea
{
	background: white;
}

h1,h2,h3,h4,h5,h6
{
	margin:0;
}

img
{
	border: none;
}

form
{
	margin:0;
	padding:0;
}

.accesslink{display:block;visibility:hidden;font-size:0px;height:0px;width:0px;overflow:hidden;line-height:0px;position:absolute;z-index:1;left:-9999px;}

.content
{
	width: 990px;
	margin: 0 auto;
}

.divider
{
	padding-top: 5px !important;
	padding-bottom: 10px !important;
	clear: both;
}

.clear
{
	height: 0 !important;
	padding:0 !important;
	margin:0 !important;
	width:0!important;
	line-height: 0 !important;
	background: 0;
	clear: both !important;
}

.hide
{
	display: none;
}

/* -- Top navigation -- */

#top-nav
{
	position: absolute;
	background: #000;
	height: 20px;
	top:0;
	right:0;
	text-align: left;
	padding: 4px 0;
	padding-right: 45px;
	margin-right: -40px;
	padding-left: 8px;
	cursor: default;
}

#top-nav a
{
	padding: 0 5px;
	font-size: 11px;
	color: #c2c2c2;
	text-decoration: none;
}

#top-nav a:hover, #footer-bottom-nav #second-line a:hover
{
	color: #ffffff;
}

#top-nav img
{
	vertical-align: middle;
}

#top-nav .active
{
	color: #01aac3;
}

/* -- Colour bars -- */

.colour-bar
{
	position: relative;
}

.colour-bar-left
{
	background: #f77e23;
	margin:0;
	padding:0;
	height: 4px;
	position: absolute;
	top: 0;
	left:0;
	z-index: -2;
}

.colour-bar-right
{
	background: #006ac8;
	margin:0;
	padding:0;
	height: 4px;
	position: absolute;
	top: 0;
	right:0;
	z-index: -2;
}

.colour-bar .content
{
	background: #006dc9;
}

.colour-bar .content img
{
	display: block;
}

/* -- Header -- */

#logo
{
	width: 180px;
}

#logo img
{
	margin-top: 10px;
}

#header .content
{
	position: relative;
	height: 132px;
}

#header-right
{
	position: absolute;
	top:0;
	right:0;
}

#font-size
{
	width:48px;	
	right:15px;
	bottom: -28px;
	position:absolute;
	z-index: 2;
}

/* -- Primary Navigation -- */

#nav
{
	position: relative;
	/* -- Per page --
	height: 83px;
	background: transparent url('nav_stretch.jpg') repeat-x top left;
	*/
}

#nav a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
		
#nav ul
{
	margin-left: -25px;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	width: 990px;
	margin-top: -4px; /* for font padding - 3 for ie */
	line-height: 130%; /* for IE */
}

#nav ul li
{
	float: left;
	padding-top: 8px;
	padding-bottom: 7px; /* 8px for IE */		
}
		
#nav .active
{
	/* -- Per page --
	background: transparent url('primary_active_bg.png') no-repeat center left;
	margin-right: -19px; /* 3x spacing of 5px + 4px divider */
	padding-right: 4px;
	*/
}
		
#nav ul li a
{
	background: transparent url('/images/global/nav_divider.png') no-repeat center left;
	padding: 0 20px 0 24px;
	position: relative;
}
		
#nav ul li ul
{
	margin-left: 0;
	margin-top: 0; /* get rid of inherited margin */
	top: 33px;
	left: 0;
	width: 990px;
}
		
#nav ul li ul li
{
	padding-top: 4px;
	padding-bottom: 5px; /* 6px for IE7 */
	height: 22px; /* define even height for IE7 */
	margin-left: 0px !important;
}
		
#nav ul li ul .active
{
	/* -- Per page --
	background: transparent url('secondary_active_bg.jpg') repeat-x center left;
	*/
}

/* -- Navigation rollovers -- */

.nav-home a:hover
{
	color: #595959 !important;
}

.nav-tv a:hover
{
	color: #c1391f !important;
}

.nav-radio a:hover
{
	color: #d25918 !important;
}

.nav-communitybroadcasting a:hover
{
	color: #c39712 !important;
}

.nav-music a:hover
{
	color: #5c9b28 !important;
}

.nav-newmedia a:hover
{
	color: #028a96 !important;
}

.nav-funding a:hover
{
	color: #268ad3 !important;
}

/* -- Middle -- */

#middle
{
	margin:0;
	background: #ffffff;
	padding-top: 20px;
}

#middle ul, #middle ol
{
	padding-left: 20px;
}

#middle a
{
	text-decoration: none;
}

#footer
{
	height: 233px;
	background: #000000 url('/images/global/footer_bg.jpg') repeat-x;
	font-size: 11px;
	line-height: 150%;
}

/* -- Footer -- */

#footer a
{
	text-decoration: none;
	font-weight: bold;
	padding: 0 5px;
}

#footer-bottom-nav
{
	position: relative;
}
#footer-bottom-nav .content
{
	height: 70px;
	background: #000000 url('/images/global/footer_bottom_nav_bg.jpg') no-repeat top center;
}

#footer-bottom-nav img
{
	vertical-align: middle;
}

#footer-bottom-nav #first-line
{
	padding-top: 13px;
	cursor: default;
}

#footer-bottom-nav #first-line a
{
	color: #fdfdfd;
}

#footer-bottom-nav #second-line
{
	cursor: default;
	margin-top: -5px;
}

#footer-bottom-nav #second-line a
{
	color: #9a9a9a;
}

#footer-bottom-nav-right
{
	height: 70px;
	background: #000000 !important;
	position: absolute;
	margin:0;
	padding:0;
	top:0;
	right:0;
}

#footer-external
{
	height: 80px;
	background: #000000 url('/images/global/footer_external_bg.jpg') no-repeat top center;
	padding-top: 14px;
	margin-bottom: -14px;
}

#footer-external .footer-section
{
	color: #ffffff;
}

#footer-external .footer-section a
{
	/* color: inherit; - IE 7 issues */
	color: #fdfdfd;
	padding: 0 !important;
}

#footer-external .footer-section a:hover
{
	color: #9a9a9a;
}

#footer-contact
{
	height: 83px;
	background: #000000 url('/images/global/footer_contact_bg.jpg') no-repeat top center;
}

#footer-contact
{
	padding-top: 6px;
	margin-bottom: -6px;
}

#footer-contact span, #footer-contact .footer-section a
{
	color: #9a9a9a;
	padding: 0 !important;
}

#footer-contact .footer-section a:hover
{
	color: #ffffff;
}

.footer-section
{
	background: transparent url('/images/global/footer_section_bg.png') repeat-y top left;
	padding-left: 13px; /* 3px image + 10px padding*/
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	margin-right: 16px;
}

/* -- Newsletter signup -- */

#sign-up-ok
{
	width: 200px;
	margin-top: -8px;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight:bold;
	/*color: #898989;*/
	color: #5C9B28;
}

#sign-up-bad
{
	width: 200px;
	margin-top: -8px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight:bold;
	/*color: #898989;*/
	color: #A22007;
}

#aspnetForm input[type="text"]
{
	width: 195px;
	margin-top: 4px;
}

#aspnetForm label
{
	font-size: 12px;
	font-weight:bold;
}

#header
{
	height: 132px;
	position: relative;
}

#header .content
{
	height: inherit;
	background: #000000 url('/images/page/page_header_middle_bg.jpg') no-repeat top center;
}

#header-right
{
	background: #000000;
	margin:0;
	padding:0;
	height: 132px;
	position: absolute;
	top: 0;
	right:0;
	background: #000000 url('/images/page/page_header_right_bg.jpg') no-repeat top left;
}

/* Title styles */

#page-titles
{
	width: 400px;
	margin-bottom: 0px;
	position: relative;
}

.sIFR-hasFlash #page-titles h1
{
	visibility: hidden;
	font-size: 20px;
}

#page-titles h1
{
	font-size: 18px;
	font-weight: bold;
	margin:0 0 0 25px;
	padding:0;
	font-family: arial;
	color: #555555;
}

#page-titles h2
{
	margin:0;
	padding:0;
	font-family: arial;
	color: #D26504;
	font-size: 24px;
	margin-top: -8px;
}

.sIFR-hasFlash #page-titles h2
{
	visibility: hidden;
	font-size: 26px;
	margin-top: -8px;
}

#pageIcon
{
	margin-right: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

#page-header
{
	position: relative;
}

#search-all
{
	position: absolute;
	right:0;
	top:0;
}

#translation
{
	text-align: right;
	position: absolute;
	right:0;
	top:-30px;
}

#translation small
{
	color: #717f82;
	font-size: 10px;
}

.columns
{
	color: #595959;
	padding-bottom: 10px;
}

.col-one, .col-two, .col-three, .col-four, .col-five
{
	font-size: 12px;
	float: left;
	line-height: 120%;
	margin-left: -8px;
	padding-left: 8px;
	margin-right: 13px;
	position: relative;
	background: transparent url('/images/global/section_bg.png') repeat-y top left;	
}

.columns img
{
	margin-bottom: 10px;
}

/* For better content managing, update the RTEFormatting also */

.columns h3
{
	color: #555555;
	font-size: 18px !important;
	line-height: 120% !important;
	margin-bottom: 10px;
}

.columns h4
{
	color: #555555;
	font-size: 16px !important;
	line-height: 120% !important;
	margin-bottom: 10px;
}

.columns p
{
	line-height: 150%;
	padding-bottom: 10px;
}

.more-arrow
{
	float: left;
	margin-right: 10px;
}

.no-border
{
	background: none !important;
}

.two-columns div
{
	width: 488px; /* (990 / 2 (=495) ) - 13 (margin-right of cols) + 13/2(6.5) (add extra width) */
}
.two-columns .col-two
{
	margin-right: 0 !important;	
}

.three-columns div
{
	width: 321px; /* (990 / 3 (=330) ) - 13 (margin-right of cols) + 13/3(4.3E) (add extra width) */
}
.three-columns .col-three
{
	margin-right: 0 !important;
}

.four-columns div
{
	width: 237px; /* (990 / 4 (=247.5) ) - 13 (padding of cols) + 13/4 (=3.25)*/
}

.four-columns .col-four
{
	margin-right: 0 !important;
}

.five-columns div
{
	width: 187px; /* (990 / 5 (=198) ) - 13 (margin-right of cols) + 13/5(=2.6) (add extra width) - .6 */
	/* Images should be 188 but that would mean a change in the separator */
}

.five-columns .col-five
{
	margin-right: 0 !important;
}

/*-- Funding Table --*/

.funding-table
{
	
	position: relative;
	margin-bottom: 10px;
}

.funding-table-title
{
	margin-bottom: 10px;
}

.funding-table-subtitle
{
	margin-bottom: 10px;
}

.funding-table-title h1
{
	color: #555555;
	font-size: 20px;
}

.funding-table-title h2
{
	color: #555555;
	font-size: 18px;
}

.funding-table-title .meta
{
	color: #ca3108;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

.funding-table th
{
	text-align: left;
	color: #555555;
	font-size: 14px;
	padding: 8px 25px 8px 25px;
	background: transparent url('../images/global/section_bg.png') repeat-y top left;
}

.funding-table td
{
	text-align: left;
	color: #595959;
	font-size: 11px;
	padding: 8px 25px 8px 25px;
	background: transparent url('../images/global/section_bg.png') repeat-y top left;
}

.funding-table .on td
{
	background-color: #eeefef;
}

.caption
{
	font-size: 11px;
	color: #000000;
	padding-bottom: 10px;
}





























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h3 {
	color: #555555;
	font-size: 18px !important;
	line-height: 120% !important;
	margin-bottom: 10px;
}

h4 {
	color: #555555;
	font-size: 16px !important;
	line-height: 120% !important;
	margin-bottom: 10px;
}

h5 {
	color: #555555;
	font-size: 14px !important;
	line-height: 120% !important;
	margin-bottom: 10px;
}

p {

}

.download-link {
padding-left: 20px;
color: #898989;
font-size: 12px;
/*margin-top: 15px;*/
margin-bottom: 15px;
clear: left;
background: transparent url('../images/global/download_arrow.jpg') no-repeat top left;
}

.introduction {
	font-size: 18px !important;
	padding-left: 10px !important;
	width: 95% !important;
}

