/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
body
{
	font-size: 70%; 
	margin: 0;
	padding: 0; /* Opera has a default padding */
}
html, #frontpage, #wrap_body
{
	height: 100%;
}
* html, * html #frontpage, * html #wrap_body
{
	height: 100%;
}

/*	Layout only	*/

#wrap_all
{
	position: relative;
	min-height: 100%;
	padding: 0;
	width: 98%;
	min-width: 780px;
	max-width: 1000px;
	margin: 0px auto;
}
* html #wrap_all
{
	height: 100%; /* IE6 layout hack */
}


#toplogo
{
	min-height: 103px;
	margin-left: 20%;
	padding-left: 1px;
	overflow: hidden;
}
* html #frontpage #toplogo
{
	height: 211px; /* IE6 */
}
#wrap_menu
{
	border: 1px solid;
	border-left: none;
	border-right: none;
	padding-left: 20%;
/*	padding-right: 6%;*/
}
#navigation
{
	height: 36px; /* not necessary, ruins Opera height */
	position: relative;
	z-index: 11;
	overflow: visible; /* in case there are too much menus */
/*}
#topmenu
{*/
	border-left: 1px solid;
}
#flag img
{
	border:none;
	float:right;
	display:inline;
	margin:11px 10px 0 0;
}
#wrap_content
{
	clear: both;
	float: right;
	display: inline; /* IE6 hack */
	margin: 0 0 0 -20%;
	width: 50%;
	padding: 0 0 0 50%;
}
#content {
	padding: 40px 10px 10px; /* left padding for FF tables */
	float: left;
	display: inline; /* IE6 hack */
	margin: 0 0px 0 -190px;
	width: 542px;
}
* html #content {
	height: 1%;
}
#wrap_left
{
	float: left;
	display: inline; /* IE hack */
	width: 20%; 
	margin: 0 -10% 0 0;
}
#leftblock 
{
	float: right;
	display: inline; /* IE hack */
	padding: 40px 0 5px 0;
	width: 143px;
}
#leftblock, #content
{
	overflow: visible;
/*	margin-bottom: 52px;*/
}
* html #leftblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#separator
{
	clear: both;
	font-size: 0px;
	height: 52px;
}
#wrap_footer 
{
	clear: both;
	margin: 0;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	height: 52px;
	width: 100%;
}
* html #wrap_footer
{
	margin-bottom: -1px;
}
#footer {
	padding: 9px 200px 6px 36px;
}




/* Top nav */

* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topmenu ul ul
{
	position: absolute;
	left: 0;
	top: 100%;
	border: 1px solid #8a8b8a;
}
#topmenu ul ul ul
{
	left: 100%;
	top: 0;
}


#topmenu li
{
	float: left;
	display: inline;
	margin: 0 2px;
	padding: 0;
	position: relative; /* for submenu positioning */
	width: 13%;
}
#topmenu a {
	float: left;
	line-height: 36px;
	height: 36px;
	display: table; /* fox for Opera's no-width nested floats hover bug */

	text-decoration: none;
	color: #fff;
	white-space: nowrap;

/*	width: 89%;*/
	padding: 0 8px;
	margin: 0;
}
#topmenu ul ul li {
	display: block;
	float: none;
/*	height: 25px;
	line-height: 25px;*/
	width: 160px;
	margin: 0; /* reset */
}
#topmenu ul ul li a {
	display: block;
	float: none;
	height: auto;
	white-space: normal;

/*	height: 25px;*/
	line-height: 1.4em/*25px*/;
	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, #topmenu li.sfhover ul ul ul
{
	display: none;
}
#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul,
#topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul
{
	display: block;
}
#topmenu div p, #topmenu form
{
	margin: 0; /* fix search form bg */
}



#topmenu a.current {
	color: #FFBA00;
	background: #001842;
}
#topmenu ul ul a.current, #topmenu li:hover li a, #topmenu li:hover li:hover a, #topmenu div,
#topmenu li.sfhover li a, #topmenu li.sfhover li.sfhover a
{
	color: #fff;
	background: #001842; /* reset for submenus */
}
#topmenu li:hover a, #topmenu li:hover li a:hover,
#topmenu li.sfhover a, #topmenu li.sfhover li a:hover {
	background: #fff;
	color: #001842;
}
#topmenu li:hover ul a {
}
#topmenu ul ul a.current {
}





/* Blocks */

#leftblock h2, #rightblock h2
{
	background: transparent url(images/dot3.gif) repeat-x scroll left bottom;
	font-size: 1.08em;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 0.4em;
}
#leftblock h2 span, #rightblock h2 span
{
	background: transparent url(images/arrow.gif) no-repeat scroll 6px 50%;
	padding: 0 0 0 18px;
}

#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: 168px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 168px;
}
form.vertical input.box
{
	display: block;
}
#content > *:first-child
{
	margin-top: 0;
}


/* Side Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu li 
{ 
	margin: 0 0 5px 0;
}
#smenu ul ul li
{
	margin-bottom: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a {
	text-decoration: none;
	display: block;
	color: #083364;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
#smenu ul a {
	border-bottom: 2px solid #A2B3C5;
	font-weight: bold;
}
#smenu ul ul a {
	color: #000;
	border-bottom: 0;
	font-weight: normal;
}
#smenu ul ul ul a {
	padding-left: 15px;
	font-style: italic;
}
#smenu ul ul ul ul a {
	padding-left: 20px;
	font-style: italic;
}
#smenu ul ul ul ul ul a {
	padding-left: 25px;
	font-style: italic;
}
#smenu ul ul ul ul ul ul a {
	padding-left: 30px;
	font-style: italic;
}
#current-smenu.current {
	color: #FFBA00;
}
#smenu a:hover 
{
	color: #FFBA00;
}


#smenu div.search
{
	display: none; /* hide unwanted search box */
}



/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #808080;
} 
#wrap_logo, #toplogo
{
	background-color: #FFBA00;
}
#toplogo
{
	background: #FFBA00 url(images/logo_bg.gif) repeat-y;
}
#wrap_menu, #navigation
{
	background-color: #001842;
}
#wrap_menu, #navigation
{
	border-color: #fff;
}
#wrap_all, #wrap_content 
{
	background-color: #fff;
	color: #000;
}
#content
{
	/*background-color: Yellow; /* For testing */
}
#leftblock, #rightblock h2 
{
	color: #000;
	/*background-color: Pink; /* For testing */
}
#wrap_footer {
	background: #001842 url(images/logo.gif) no-repeat 97% 50%;
	color:  #fff;
}
a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}

span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}	
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;
}
#content a.printer-icon, #content a.tipafriend-icon
{
	text-decoration: none;
	color: #b8b7b9;
}	

/* Text styling (fonts) */

