/* WPS Standard Template A */

body{
	font-family:Helvetica,Arial,sans-serif;
	font-size: 77%; 
	margin: 0;
	padding: 0;
}

/*	Layout only	*/
#wrap_logo{
	width: 952px;
	margin: 0px auto;
}
#wrap_menu, #wrap_content {
	width: 938px; 
	margin: 0px auto;
	border-left:#BCBEC0 solid 7px;
	border-right:#BCBEC0 solid 7px;
	clear:both;
	overflow:visible;
	position:relative;
}
#wrap_menu{
	z-index:10;
}
#navigation
{	
	height: 22px; 
	overflow: visible; 
}
.shortcuts{
	float:right;
}
#wrap_content{
	overflow:auto;
}
#leftblock 
{
	float: left;
	display: inline; 
	width:178px;
	margin:7px 0 0 7px;
}
#frontpage #leftblock{
	width: 356px; 
} 
#content
{
	float: left;
	display: inline; 
	width: 556px;
	margin:7px 0 20px 14px;
	overflow:visible;
}
#frontpage #content{
	margin:7px 0 0 7px;
	width: 380px; 
} 
#rightblock {
	float: right;
	display: inline; 
	width: 160px; 
	margin:7px 7px 0 0;
}
#frontpage #rightblock{
	width: 162px; 
}
#bottomblock{
	clear:both;
}
#wrap_footer {
	clear: both;
}
#footer {
	background:url(images/bottom.gif) left no-repeat;
	padding:22px 0 22px 220px;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}

/* Dropdown Menu */
ul.dropdownreplacement li
{
	float: left;
	display: inline; /* IE6 hack */
	height: 21px;
}
ul.dropdownreplacement a
{
	display: block;
}
.mmenu, .submenu {
	text-decoration: none;
	font-size: 91.7%;
}
.mmenu {
	line-height: 16px;
	padding: 0;
}
.mmenu a,.mmenu div{ padding:0 5px;}
.submenu {
	line-height: 21px;
	padding-left: 3px;
	padding-right: 9px;
}
td.mmenu, td.submenu {
	padding: 0px 4px;
}
#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 */
#wrap_logo img{
	display:block;
}
#shortcuts{
	float:right;
}
#shortcuts ul, #shortcuts li, #searchlink {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#shortcuts a{
	float:right;
	display:block;
	border-left:#FFF solid 1px;
	padding:4px 8px 3px 25px;
	color:#FFF;
	text-decoration:none;
	line-height: 15px;
}
#shortcuts .printer-icon {
	background:#939598 url(images/print-search.gif) 4px 2px no-repeat;
}
#searchlink a {
	background:#939598 url(images/print-search.gif) 4px -26px no-repeat;
}

#leftblock div.block
{
	margin-bottom:9px;
}

#leftblock img, #leftblock a {
	display:block;
}
#frontpage #leftblock div.block {
	border:#B10F15 solid 1px;
}
#rightblock img{	
	margin-bottom:7px;
	width:160px; 
	display:block;
}
#frontpage #rightblock img{
	border:#B10F15 solid 1px;
	height:76px;
}
#bottomblock img{
	border:#B10F15 solid 1px;
	margin:0 7px 7px;
}
#bottomblock a{
	outline:none;
}

/* Side Menu */
#smenu{
	margin-bottom:20px;
}
#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid;
}
#smenu ul ul
{
	border-top: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a
{
	border-bottom: 1px solid;
	text-decoration: none;
	display: block;
	color: #939598;
	background-color: #f3f3f3;
	padding-top: 3px;
	padding-bottom: 3px;
}
#smenu ul a{
	color:#000;
	padding-left: 0px;
	font-weight: bold;
}
#smenu ul ul a {
	color: #939598;
	padding-left: 10px;
	font-weight: normal;
}
#smenu ul ul ul a {
	color: #939598;
	padding-left: 20px;
	font-weight: normal;
}
#current-smenu.current{
	background-color: #f3f3f3;
}
#smenu a:hover{
	background-color: #BCBEC0;
}
#smenu ul, #smenu a
{
	border-color: #666;
}
#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */
div.teaser
{
	display:block;
	clear:both;
	position:relative;
	margin: 0 0 7px 126px;
	height:78px;
	background:url(images/teaserBg.gif) left bottom no-repeat;
}
div.teaser h3{
	margin:0; 
	padding:0;  
	font-weight:bold; 
	background:url(images/teaserBg.gif) left top no-repeat;
	padding-left:8px; 
	font-size:100%;
}
div.teaser p{
	margin:0; 
	padding:5px 0 0 8px; 
	line-height:1.1em;
	font-size:91.7%;
}
div.teaser .t_text{
	height:78px;
	overflow:hidden;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left:-126px;
	z-index: 1;
}
a.t_img img
{
	border-top:#B11016 1px solid;
	border-bottom:#B11016 1px solid;
	border-left:#B11016 1px solid;
	width:126px;
	height: 76px;
	display: block;
}

/*	Styling (Colours, backgrounds) */
body{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #FFF;
} 
#wrap_logo, #toplogo
{
	background-color: #f3f3f3;
}
#wrap_menu, #navigation
{
	background-color: #BCBEC0;
}
#wrap_content {
	background:#FFF;
}
#wrap_body #wrap_content 
{
	background: #fff url(images/sidemenubg.gif) left repeat-y;
}
#leftblock, #rightblock, #rightblock h2 
{
	color: #000;
/*	background-color: Pink; /* For testing */
}
#wrap_footer {
	background-color: #BCBEC0;
}
a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}
div.submenu 
{
	border-color: #666;
}
ul.dropdownreplacement li a
{
	color: #000;
}
ul.dropdownreplacement li
{
	border-color: #000;
}
.mmenu, .submenu {
	color: #000;
	background-color: #ccc;
}
ul.dropdownreplacement a:hover, .mmenu.on, .submenu.on {
	color: #000;
	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 */

a{
	outline:none;
	color: #939598;
	text-decoration:underline;
}
a img 
{ 
	border: none; 
}
#wrap_body #content a:visited, #righblock a:visited
{
	color: #939598;
}
.teaser h3 a{ color:#B11016; }
	

/* Top nav */
#topmenu{
	height:20px;
	float:left;
	width:820px;
}
* html #topmenu * {
	height: 1%
} /* hasLayout */
#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topmenu ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #BCBEC0;
}
#topmenu ul div {
	border-top: 1px solid;
}
#topmenu ul ul ul {
	left: 100%;
	top: -1px;
}
#topmenu li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
}
#topmenu a {
	float: left;
	line-height: 20px;
	height: 20px;
	display: table; /* fix for Opera's no-width nested floats hover bug */
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
	padding: 0 5px;
	margin: 0;
	font-family:Verdana, Arial; 
	font-weight:bold;
	font-size:83.3%;
}
#topmenu ul ul li {
	display: block;
	float: none;
	/*	height: 20px;
	line-height: 20px;*/
	width: 160px;
	border-top: 1px solid;
}
#topmenu ul ul li a {
	display: block;
	float: none;
	height: auto;
	white-space: normal;
	text-transform: none;
	/*	height: 20px;*/
	line-height: 18px;
	height:auto;
	font-weight:normal;
	width: 90%;
	padding: 0 5%;
}
#topmenu ul ul li a {
	/*	display: inline-block; /* fix IE7 gap at bottom */
	margin: 0;
}
* html #topmenu ul ul li a {
	width: 160px;
	display: inline-block;
}
#topmenu ul ul, #topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li.sfhover ul ul {
	display: none;
}
#topmenu li:hover ul,#topmenu li.sfhover ul, #topmenu li li:hover ul,#topmenu li li.sfhover ul, #topmenu li li li:hover ul {
	display: block;
}
/* arrow for 4 levels! do not touch! */
/* arrow for 4 levels! do not touch! */
#topmenu li li.arrow a, #topmenu li.arrow li.arrow li.arrow a {
	background-image: url(images/arrow_next.gif);
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#topmenu li li.arrow a:hover, #topmenu li li.arrow li.arrow a:hover {
	background-image: url(images/arrow_next.gif);
}
#topmenu li.arrow li.arrow li a, #topmenu li.arrow li.arrow li.arrow li a {
	background-image: none;
}
#topmenu a.current, #topmenu li:hover a,#topmenu li.sfhover a  {
	color: #000;
	background-color: #FFF;
}
#topmenu ul ul a.current, #topmenu li:hover li a, #topmenu li:hover li:hover a , #topmenu li.sfhover li a,#topmenu li.sfhover li.sfhover a{
	color: #000;
	background-color: #BCBEC0; /* reset for submenus */
}
#topmenu li:hover li a:hover,#topmenu li.sfhover li a:hover  {
	color: #000;
	background-color: #ffffff;
}
#topmenu li:hover ul a {
}
#topmenu ul ul a.current {
}
#topmenu ul ul, #topmenu ul ul li, #topmenu ul div {
	border-color: #000;
}
