/* 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;
}
#wrap_menu:after{
	content: "";
	visibility: hidden;
	clear: both;
	display: block;
}
* html #wrap_menu {
	height: 1%;
}
#wrap_content{
	clear: both;
	padding-top: 7px;
}
	#leftblock {
		float: left;
		display: inline; 
		width:178px;
		margin-left: 7px;
	}
	#frontpage #leftblock{
		width: 356px; 
	}
	#content, #teasers {
		float: left;
		display: inline; 
		width: 556px;
		margin:0 0 20px 14px;
		overflow:visible;
	}
	#teasers {
		margin: 0 0 0 9px;
		width: 388px; 
	} 
	#rightblock {
		float: right;
		display: inline; 
		width: 160px; 
		margin-right:7px;
	}
	#frontpage #rightblock{
		width: 162px; 
	}
	#megabanner{
		clear:both;
	}
#wrap_footer {
	clear: both;
}
#footer {
	background:url(images/bottom.gif) left no-repeat;
	height: 26px;
	line-height: 26px;
	padding:17px 0 17px 220px;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}

/* Blocks */
#wrap_logo img{
	display:block;
}
#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, #rightblock img, #rightblock a, 
#megabanner .banner, #frontpage object {
	display:block;
}
#frontpage div.block {
	border:#B10F15 solid 1px;
}
#rightblock img{
	width:160px; 
}
#frontpage #rightblock img{
	height:76px;
}
#rightblock div.block {
	margin-bottom:7px;
}
#megabanner div.block {
	margin:0 7px 7px;
}
#megabanner 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: left;
	position:relative;
	margin-bottom: 7px;
	padding-left: 126px;
	height:78px;
	background:url(images/teaserBg.gif) 126px 100% no-repeat;
}
div.teaser h3{
	margin:0;
	padding: 2px 0 0 0;
	font-weight:bold;
	background:url(images/teaserBg.gif) left top no-repeat;
	padding-left:8px;
	font-size: 12px;
}
div.teaser p{
	margin:0; 
	padding:5px 0 0 8px; 
	line-height:12px;
	font-size: 11px;
}
div.teaser .t_text{
	height:78px;
	overflow:hidden;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	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, #topmenu ul
{
	list-style-type: none;
	margin: 0;
}
#topmenu {
	padding: 0;
	white-space: nowrap;
	margin-right: auto;
}
#topmenu ul {
	left: 0;
	top: 100%;
	padding: 0;
	z-index: 12;
}
#topmenu ul ul {
	left: 100%;
	top: -1px;
}


#topmenu li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
}
#topmenu li:hover, #topmenu li.sfhover {
	z-index: 11;
}
#topmenu a {
	float: left;
	line-height: 20px;

	text-decoration: none;
	font-family:Verdana, Arial; 
	font-weight:bold;
	font-size:83.3%;

	padding: 1px 5px;

	color: #000000;
	background-color: #BCBEC0;
}
#topmenu ul li {
	display: block;
	float: none;
	width: 160px;
	border-top: 1px solid #000;
}
#topmenu ul li a {
	display: block;
	float: none;
	line-height: 16px;
	white-space: normal;
	font-weight: normal;

	width: 90%;
	padding: 1px 5%;
	margin: 0;
}
#topmenu ul li a {
	display: inline-block; /* fix IE7 gap at bottom */
}

#topmenu ul, #topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li:hover ul ul ul ul,
#topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul, #topmenu li.sfhover ul ul ul ul
{
	display: none;
}
#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li li li li:hover ul,
#topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul, #topmenu li li li li.sfhover ul
{
	position: absolute; /* IE7 hasLayout only on :hover! */
	display: block;
}

#topmenu a.current {
	font-weight: bold;
}
#topmenu ul a.current {
	font-weight: normal; /* reset for submenus */
}

/* 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, 
#topmenu 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 a.current {
}
#topmenu ul, #topmenu ul li, #topmenu div {
	border-color: #000;
}
#popup {
	position: absolute;
	z-index: 20;
	left: 50%;
	top: 50px;
	width: 440px;
	padding: 5px;
	margin-left: -225px;
	min-height: 167px;
	display: none;
	text-align: center;
	color: #fff;
	background: #000 url(images/popupbg.gif) no-repeat scroll center bottom;
}

#popup div.close {
	font-size: 80%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 1px 2px;
	background: url("/default/images/blank.gif") repeat scroll left top;
	cursor: pointer; 
	z-index: 22;
}
#popup div.close:hover {
	border-bottom: #BCBEC0 solid 1px;
	border-left: #BCBEC0 solid 1px;
}
* html #popup {
	height: 1%
}
#popup form {
	margin: 0;
	padding: 0;
}
#popup p.reg-description {
	margin:1em 0 1em;
}
#popup label {
	display: inline-block;
	width: 6em;
	text-align: right;
	padding-right: 0.5em;
}
#popup input {
	border: #BCBEC0 solid 1px;
}
#popup div.nl_email {
	margin-top: 0.5em;
}
#popup div.note {
	display: none;
}
#popup div.block {
	border: 0;
}

