/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Arial,Helvetica,sans-serif;
}
.autoscroller, .dailytip {
	font-size: 100%;
}
body
{
	font-size: 80%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

html, #frontpage, #wrap_body
{
	height: 100%;
}

#wrap_all {
	width: 770px; 
	margin: 0px auto;
	border: 0;
	position: relative;
	min-height: 100%;
}
* html #wrap_all {
	height: 100%;
}
#toplogo
{
	height: 133px;
}
#toplogo img
{
	position: absolute;
	right: 6px;
	top: 11px;
}
#navigation
{
	font-size: 90%;
	height: 20px; 
	overflow: visible; /* in case there are too much menus */
	border-top: 1px solid;
}
#wrap_content
{
	clear: both;
}
#leftblock 
{
	float: left;
	display: inline; /* IE hack */
	width: 178px; 
	padding: 0;
	margin: 0 -5px 0 0; /* right margin to trick IE6 */
}
#leftblock, #content
{
	overflow: visible;
}
* html #leftblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#content, #topbanner {
	width: 568px;
	padding: 12px; /* left padding for FF tables */
	float: right;
	display: inline; /* IE6 hack */
	margin: 0 0 0 -5px; /* be on the safe side with IE */
}
#topbanner {
	width: 592px;
	padding: 0;
	border: 1px solid;
	border-left: 0;
	border-right: 0;
}
#wrap_footer 
{
	clear: both;
	margin: 0;
	position: relative;
}
#footer {
	padding: 1px 6px 1px 202px;
}

/*	Shortcuts or Search - Positioning and Layout */ 

#navigation div.search, #navigation div.flags
{
	float: right;
	margin: 0 0 0 0;
	padding: 0;
}
#navigation div.shortcuts
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 178px;
	/*display: inline;*/
	/*background-color: #f00; /* for testing */
}

div.flags img
{
	display: inline;
	float: left;
	border: 0;
	margin: 2px 4px 0 0;
}
/* Search form */
div.search form
{
	display: inline;
	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: 1px;
} } /* True values for Opera */

div.search div { display: inline; }

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;
	padding: 0;
}

div.shortcuts ul li
{
	line-height: 20px;
	display: inline;
	margin: 0;
	padding: 0 6px;
	list-style-type: none;
	display: inline;
}


div.shortcuts ul li a
{
	color: #fff;
	text-decoration: none;
}



/* Blocks */

#leftbanner
{
	padding: 0;
	position: absolute;
	bottom: 0;
}
#leftbanner img, #leftbanner object
{
	float: left;
	display: inline;
	margin-left: 5px;
}
#leftblock div.block
{
	padding-left: 20px;
	margin-top: 10px;
}
/*
#smenu 
{
	margin: -10px;
}*/

#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;
}


/* Static Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
/*	background-color: red; /* TEST */
	border-top: 5px solid;
	border-bottom: 5px solid;
}
#smenu ul ul
{
	border: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a {
	text-decoration: none;
	display: block;
	color: #000;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
#smenu ul a {
	padding-left: 20px;
	font-weight: bold;
}
#smenu ul ul a {
	padding-left: 25px;
	font-weight: normal;
	font-size: 90%;
}
#smenu ul ul ul a {
	padding-left: 30px;
	font-style: italic;
	font-size: 95%;
}
#smenu ul ul ul ul a {
	padding-left: 35px;
	font-style: italic;
}
#smenu ul ul ul ul ul a {
	padding-left: 40px;
	font-style: italic;
}
#smenu ul ul ul ul ul ul a {
	padding-left: 45px;
	font-style: italic;
}
#smenu a.current {
	background: transparent url(images/bg-menu.gif) no-repeat -12px 50%;
}
#smenu ul ul a.current
{
	background: #fff;
}
#smenu a:hover 
{
	color: #000;
	background-color: #ccc;
}


#smenu div.search
{
	display: none; /* hide unwanted search box */
}


/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background: #fff;
} 
#wrap_all
{
	background: transparent url(images/faux-front.gif) repeat-y fixed center top;
}
#frontpage #wrap_all
{
	background-color: #133b6e;
}
#inner_wrap_all
{
	background: transparent url(images/bg-wo-logo.gif) no-repeat 0 0;
}

#navigation
{
	border-color: #fff;
	background: #13395e;
}
#wrap_content 
{
	color: #000;
}
#content
{
	background-color: #fff;
}
#frontpage #content
{
	background-color: transparent
}
#leftblock, #leftblock div.block a 
{
	color: #fff;
/*	background-color: Pink; /* For testing */
}
#wrap_footer {
}
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;
}
#smenu ul, #topbanner
{
	border-color: #fff;
}
	

/* Text styling (fonts) */

#navigation a, #rightblock 
{
	font-family: Arial,Helvetica,sans-serif;
}
