/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 77%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#toplogo, #navigation, #wrap_content {
	width: 768px; 
	margin: 0px auto;
	position: relative;
}
#toplogo {
	border: 1px solid;
	height: 189px;
}
#navigation {
	height: 20px; /* not necessary, ruins Opera height */
	position: static; /* needed for menu to display at the right place */
	overflow: visible; /* in case there are too much menus */
	border: 1px solid;
	border-top: none;
	border-bottom: none;
}
#wrap_menu{
	position: relative;
	z-index:10;
}
#separator {
	display: none;
}
#wrap_content {
	width: 770px;
	clear: both;
}
	#leftblock {
		float: left;
		display: inline; /* IE hack */
		width: 175px; 
		padding: 14px 0 5px 0;
		margin: 0 0 0 4px;
	}
	#rightblock {
		float: right;
		display: inline; /* IE hack */
		width: 184px; /* Total width should be 180px */
		padding: 1px;
		margin: 0 14px 0 0;
	}
	#leftblock, #rightblock, #content {
		overflow: visible;
	}
	* html #leftblock, * html #rightblock, * html #content {
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content {
		width: 548px;
		padding: 10px; /* left padding for FF tables */
		float: right;
		display: inline; /* IE6 hack */
		margin: 0 11px 0 0;
	}
	#frontpage #content {
		width: 337px;
	}
	#teasers {
		float: right;
		width: 585px; 
		padding: 0 0 0 0;
		margin: 0 0 5px 0;
		overflow: hidden;
		clear: right;
		display: inline; /* IE hack */
	}
	#wrap_footer {
		clear: both;
		margin: 0;
		position: relative;
	}
		#footer {
			padding: 1px 6px 1px 202px;
		}

/*	Shortcuts or Search - Positioning and Layout */ 

#toplogo div.search, #toplogo div.shortcuts
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	margin: 0;
}
#navigation div.shortcuts, #navigation div.search
{
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	/*display: inline;*/
	/*background-color: #f00; /* for testing */
}

/* Search form */
div.search form
{
	margin: -1px 3px 0 3px;
	padding: 0 0 1px 0;
} /* False values for IE7+IE6 */
html:not([dummy]) div.search form {
	margin-top: 0px;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { div.search form {
	margin-top: 0px;
} } /* True values for Opera */


div.search input.button
{
	vertical-align: text-top;
	border: 1px solid;
/*	margin-top: 1px;*/
	line-height: 13px;
	height: 18px;
	padding: 0;
/*	font-size: 12px;*/
}
span.searchbuttonbox > input.button
{
	padding: 0 0.4em;
	/*display: inline;*/
}
div.search input.searchwords
{
	height: 16px;
	border: 1px solid;
	padding: 0 0.3em;
/*	font-size: 12px;*/
}

/* ShortCuts Menu Styling*/

div.shortcuts
{
}

div.shortcuts ul
{
	margin: 0 7px 0 0;
	padding: 0 0 0 16px;
	background-image: url("images/mainlinks-in.gif");
	background-position: 7px 50%;
	background-repeat: no-repeat;
}

div.shortcuts ul li
{
	line-height: 33px;
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url("images/mainlinks-sep.gif");
	background-position: 7px 50%;
	background-repeat: no-repeat;
	list-style-type: none;
	display: inline;
}


div.shortcuts ul li a
{
	color: #000000;
	text-decoration: none;
}

div.shortcuts li.print	/* not used */
{
	background-image: url(images/printer_w.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 17px;
}

div.shortcuts li.search 	/* not used */
{
	background-image: url(images/search_w.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding: 2px 3px 2px 17px;
}



/* Dropdown Menu */
ul.dropdownreplacement li
{
	float: left;
	display: inline; /* IE6 hack */
	height: 16px;
}
ul.dropdownreplacement a
{
	display: block;
}
#sep0 div, #sep1 div, #sep2 div, #sep3 div, #sep4 div, #sep5 div, #sep6 div, #sep7 div
{ height: 10px; width: 1px; }

/*#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 */
}
#menu0
{
	margin-left: 4px;
}


/* Blocks */

#leftblock h2, #rightblock h2
{
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	padding-bottom: 3px;
	color: #330099;
}

#toplogo img, #topbanner img
{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}

span.dailytip 
{
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}

iframe.autoscroller-border 
{
	margin: 0;
	width: 180px; /* IE hack: should be width-(2*border_width) */
	border: 1px solid;
}
html>body iframe.autoscroller-border 
{
	width: 182px;
}
form.vertical input.box
{
	display: block;
}



/* Side Menu */

#smenu, #smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu
{
	padding-bottom: 1px;
}
#smenu li 
{ 
	margin: 0;
	padding-top: 2px;
}

#smenu a {
	text-decoration: none;
	display: block;
	color: #000;
	background: transparent;
	padding-top: 1px;
	padding-bottom: 2px;
	margin-bottom: 1px;
	padding-left: 5px;
	font-weight: bold;
}
#smenu ul a {
	padding-left: 10px;
	font-weight: normal;
}
#smenu ul ul a {
	padding-left: 15px;
	font-style: italic;
}
#smenu ul ul ul a {
	padding-left: 20px;
	font-style: italic;
}
#smenu ul ul ul ul a {
	padding-left: 25px;
	font-style: italic;
}
#smenu ul ul ul ul ul a {
	padding-left: 30px;
	font-style: italic;
}
#current-smenu.current {
	background-color: #ccc;
}
#smenu a:hover {
	color: #000;
	background-color: #ccc;
}

#smenu, #smenu li
{
	background: transparent url(images/left_nav_borderH.gif) no-repeat;
}
#smenu
{	
	background-position: 1px 100%;
}
#smenu li
{	
	background-position: 1px 0;
}

#smenu div.search
{
	display: none; /* hide unwanted search box */
}
#copyright {
	float: right;
}

/* Tag specific changes */

A {
	color: #000070;
}

input {
	background-color: #ffffff;
}

input.box {
	width: 150px;
	border: 1px solid #DFD7D0;
}

input.button {
	font-size: 10px;
	background-color: #e5e5f0;
	border: 1px solid #999999;
	cursor: hand;
}



/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000070;
}
#wrap_body, #frontpage
{
	background-color: #666;
} 
#toplogo
{
	background-color: #000070;
}
#navigation
{
	background-color: #000070;
}
#toplogo, #navigation
{
	border-color: #fff;
}
#wrap_content 
{
	background: #fff url("images/faux.gif") repeat-y scroll 3px 0px;
	color: #000070;
}
#content
{
/*	background-color: Yellow; /* For testing */
}
#leftblock, #rightblock, #rightblock h2 
{
	color: #000;
/*	background-color: Pink; /* For testing */
}
#teasers
{
/*	background-color: Lime; /* For testing */
}
#wrap_footer {
	background-color: #000070;
	color:  #fff;
}
a.copyright { color:#fff; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}

ul.dropdownreplacement li a
{
	color: #fff;
}
ul.dropdownreplacement li
{
	border-color: #fff;
}
ul.dropdownreplacement a:hover, .mainmenu.on, .submenu.on {
	color: #000070;
	background-color: #fff;
}

span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #000070;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #808284; 
}	
a, #content a:link
{
	color: #208;
}
#content a:visited, #righblock a:visited
{
	color: #602;
}
#content a:hover, #content a:active
{
}
#searchwords, input.button
{
}
#toplogo div.shortcuts span
{
	color: #000;
}
#breadcrumbs {
	padding: 10px 0px;
}
.bread {
	font-size: 10px;
}

A.bread,A.bread:active, A.bread:visited, A.bread:link  {
	color: #64727C;
	text-decoration: underline
	font-size: 10px;
}
.bread A:hover {
	color: red;
	text-decoration: underline
	font-size: 10px;
}

	

/* Text styling (fonts) */

#smenu, #navigation
{
	font-size: 11px;
}
/* Top nav */
#topmenu{
	height:20px;
	float:left;
}
* html #topmenu * {
	height: 1%
} /* hasLayout */
#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:1px solid #208;
	border-top:none;
}
#topmenu ul ul {
	position: absolute;
	left: 0;
	top: 100%;

}
#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 */
	border-left: 1px solid #fff;
}
#topmenu li:first-child, #topmenu ul ul li {
	border-left: none;
}
#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: #FFF;
	background-color: #000070;
	white-space: nowrap;
	padding: 0 5px;
	margin: 0;
}
#topmenu ul ul li {
	display: block;
	float: none;
	/*	height: 20px;
	line-height: 20px;*/
	width: 160px;
	border-top: 1px solid #FFF;
}
#topmenu ul ul li a {
	display: block;
	float: none;
	height: auto;
	white-space: normal;
	text-transform: none;
	/*	height: 20px;*/
	line-height: 18px;
	height:18px;
	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: #208;
	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: #FFF;
	background-color: #208; /* reset for submenus */
}
#topmenu li:hover li a:hover,#topmenu li.sfhover li a:hover  {
	color: #208;
	background-color: #ffffff;
}
#topmenu li:hover ul a {
}
#topmenu ul ul a.current {
}

