/* CSS Document */

body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #EEEEDD;
	background-image: url(graphics/back_main.jpg);
	background-repeat: repeat-Y;
	background-position: top center;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

a.synopsis:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.synopsis:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.synopsis:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a.synopsis:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.more:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.more:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.more:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.more:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.forms
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

.borders
{
	border: 1px solid #444444;
}

.borders_logos
{
	border: 1px solid #BBBBBB;
	background-color:#FFFFFF;
	padding: 3px;
}

.more_link
{
	margin-top: 6px;
	font-size: 10px;
	font-weight: bold
}

div.header_back
{
	width: 760px;
	height: 66px;
	background-image: url(graphics/header_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

div.header_psca
{
	float: right;
	margin-top: 14px;
	margin-right: 15px;
}

div.header_nav
{
	width: 760px;
	height: 25px;
}

#nav_main 
{
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav_main li 
{
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav_main a 
{
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win only */
}
	
#nav_main a:hover 
{
	background-position: 0 -25px;
}

#nav_main a.selected 
{
	background-position: 0 -50px;
}

#nav_home a
{
	width: 60px;
	background: url(graphics/nav_home.jpg) top left no-repeat;
}

#nav_publications a
{
	width: 93px;
	background: url(graphics/nav_publications.jpg) top left no-repeat;
}

#nav_dailynews a
{
	width: 113px;
	background: url(graphics/nav_dailynews.jpg) top left no-repeat;
}

#nav_events a
{
	width: 59px;
	background: url(graphics/nav_events.jpg) top left no-repeat;
}

#nav_recruitment a
{
	width: 143px;
	background: url(graphics/nav_recruitment.jpg) top left no-repeat;
}

#nav_office a
{
	width: 107px;
	background: url(graphics/nav_office.jpg) top left no-repeat;
}

#nav_data a
{
	width: 105px;
	background: url(graphics/nav_data.jpg) top left no-repeat;
}

#nav_yoursay a
{
	width: 80px;
	background: url(graphics/nav_yoursay.jpg) top left no-repeat;
}

div.nav_title_border
{
	margin-top: 11px;
	width: 164px;
}

div.nav_border
{
	width: 162px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	border-top: none;
}

div.place_holder
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	width: 162px;
	height: 20px;
	background-image: url(graphics/left_nav.jpg);
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
}

div.place_sub_holder
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 162px;
	background-image: url(graphics/nav_sub_back.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

div.stakeholder_container
{
	width: 758px;
	background-color: #EFEEE7;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	overflow:auto;
}

* html div.stakeholder_container
{
	position: relative;
	top: 5px;
}

div.key_stakeholder
{
	float: left;
	display: inline;
	width: 169px;
	margin-left: 5px;
	padding: 6px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #B9E7F4;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

div.footer_border
{
	height:8px;
	width: 758px;
	background-image: url(graphics/footer_break.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

div.footer
{
	margin-top: 20px;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}