/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 62.6%;
	margin: 0;
	padding: 0;
}

/*	Layout only	*/

#toplogo, #navigation,#topbanner, #wrap_content {
	width: 750px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
	#toplogo
	{
		padding:8px 0;
		width: 848px; 
	}
		#address {
			padding: 0;
			text-align:right;
			position:absolute;
			right:0;
			top:0;
		}
	#navigation
	{
		height: 20px;
		position: static; /* needed for menu to display at the right place */
		overflow: visible; /* in case there are too many menus */
	}
	#topbanner
	{
		padding: 7px 16px;
		width:718px;
	}
	#wrap_content
	{
		clear: both;
	}
		#rightblock {
			float:right;
			width: 156px; /* Total width should be 180px */
			padding: 34px 7px;
			margin: 0;	
		}
		#rightblock, #content
		{
			overflow: visible;
		}
		 * html #rightblock, * html #content
		{
			overflow: auto; /* IE6 falls apart otherwise */
		}
		#content {
			width: 536px;
			padding: 9px 16px; /* left padding for FF tables */
			float: left;
			display: inline; /* IE6 hack */
			margin: 0;
		}
		#frontpage #content {
			margin: 25px 0 0;
			width: 550px;
			padding-right: 2px;
		}

/* Dropdown Menu */
ul.dropdownreplacement li, ul.dropdownreplacement li.firstitem
{
	float: left;
	display: inline; /* IE6 hack */
	height: 16px;
	border: 0;
}
ul.dropdownreplacement a
{
	display: block;
}
.mainmenu, .submenu {
	text-decoration: none;
	font-size: 100%;
}
.mainmenu
{
	line-height: 16px;
	padding: 0;
}
.submenu
{
	line-height: 16px;
	padding-left: 9px;
	padding-right: 9px;
}
td.mainmenu, ul.dropdownreplacement li a
{
	padding: 0px 9px;
}
td.submenu
{
	padding: 0;
}
#menu0, ul.dropdownreplacement
{
	padding: 2px 0 !important; /* match with div.submenu margin */
	margin: 0; /* Firefox does not stretch container div */
	float: left;
	display: inline; /* IE6 hack */
}
div.submenu 
{
	border: 1px solid;
	margin-top: -2px; /* match with #menu0 padding */
}
div.submenu div.submenu
{
	margin-top: 0; /* reset it in menu items */
}


/* Blocks */

#rightblock h2
{
	font-size: 1.08em;
	font-weight: bold;
	padding: 0 0 2px 0;
	margin-bottom: 0.4em;
	background:#ccc;
}
#rightblock h2 span
{
	background: #F6F6F6;
	padding: 3px 0 3px 5px;
	border:1px solid #989898;
	margin:0 2px 0 -2px;
	display:block;
}

#toplogo img, #topbanner img
{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}

iframe.autoscroller-border 
{
	margin: 0;
	width: 156px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 156px;
}
form.vertical input.box
{
	display: block;
}
div.breadcrumbs
{
	margin-bottom: 1em;
}


/* Article list */
body.wide div.article-list-item {
	padding-left: 95px;
	position: relative;
	min-height: 69px;
	margin-bottom: 10px;
}
body.wide h2.article-list-title {
	padding:5px 0;
	margin: 0;
/*	font-size:100%;*/
	border-bottom:0;
	}
body.wide .article-list-description img {
	border: 1px solid #b2b2b2;
	padding: 1px;
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
}

/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage,#wrap_menu
{
	background-color: #203981;
}

#toplogo, #navigation, #wrap_content
{
	border-color: #ccc;
}
#wrap_content, #wrap_logo, #topbanner
{
	background-color: #fff;
	color: #000;
}
#wrap_body #wrap_content
{
	background: #fff url("images/dot3.gif") repeat-y 572px 0;
}
#wrap_footer {
}
a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}
div.submenu 
{
	border-color:#203981;
}
.mainmenu, .submenu.on ,ul.dropdownreplacement li a{
	color: #fff;
	background-color: #203981;
}
ul.dropdownreplacement a:hover,.submenu, .mainmenu.on {
	color: #203981;
	background-color: #fff;
}
div.submenu td.arrow {
	background-image: url(images/arrow_next.gif);
	background-position: 92% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
} /* False values for IE7+IE6 */
html:not([dummy]) div.submenu td.arrow {
	background-position: 99% 50%;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { div.submenu td.arrow {
	background-position: 99% 50%;
} } /* True values for Opera */

 .autoscroller-border, #autoscroller-body 
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}	
a img 
{ 
	border: none; 
}
a{color: #369;}

#wrap_footer
{
	padding:9px 16px;
	clear:both;
}

