/* WPS Standard Template A */

body /* override for default.css */
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Arial,Helvetica,sans-serif;
}
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	*/

#toplogo, #wrap_content {
	max-width: 1024px;
	min-width: 780px;
	margin: 0px auto 0 0;
	border: 0;
	position: relative;
}
#toplogo
{
	height: 200px;
/*	margin-bottom: 20px;*/
}
#logo
{
	position: absolute;
	left: 0;
	bottom: -50px;
}
* html #logo
{
	padding-top: 1px;
	margin-bottom: -1px;
	bottom: -51px;
}
#navigation
{
	height: 30px;
	position: absolute;
	overflow: visible;
	left: 222px;
	top: 201px;
}
#wrap_menu
{
	width: 100%;
	height: 30px;
	/*line-height: 30px;*/
	border-top: 1px solid #fff;
	margin-bottom: 20px;
}
* html #wrap_menu
{
	margin-top: 1px;
}
#wrap_content
{
	clear: both;
}
#leftblock
{
	float: left;
	display: inline; /* IE hack */
	width: 180px;
	padding: 5px 0;
	margin: 0 0 0 10px;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 170px; /* Total width should be 180px */
	padding: 5px;
	margin: 0 0px 0 0;
}
#leftblock, #rightblock, #content
{
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#inner_wrap_content
{
	float: left;
	display: inline; /* IE6 hack */
	width:580px;
	margin: 0 0 0 10px;
	position: relative;
}
#content {
	width: 560px;
	padding: 10px; /* left padding for FF tables */
	float: left;
	display: inline; /* IE6 hack */
	margin: 0;
}
#teasers
{
	float: left;
	width: 576px;
	padding: 0 0px 10px 4px;
	margin: 0;
	overflow: hidden;
	display: inline; /* IE hack */
}
#teasers h2
{
	margin-left: 6px;
	margin-bottom: 5px;
}

#wrap_footer
{
	clear: both;
	margin: 0;
	position: relative;
	height: 44px;
}
#footer {
	padding: 4px 6px 4px 220px;
}
#copyright {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

/*	Shortcuts or Search - Positioning and Layout */

#toplogo div.search, #toplogo #shortcuts
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	margin: 0;
}
#navigation #shortcuts, #navigation div.search
{
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	/*display: inline;*/
	/*background-color: #f00; /* for testing */
}


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*/

#shortcuts
{
}

#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;
}

#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;
}


#shortcuts ul li a
{
	color: #fff;
	text-decoration: none;
}


/* 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;
	padding: 0;
	position: relative; /* for submenu positioning */
}
#topmenu a {
	float: left;
	line-height: 30px;
	height: 30px;
/*	display: table; /* fox for Opera's no-width nested floats hover bug */

	text-decoration: none;
	color: #fff;
	white-space: nowrap;

	padding: 0 6px;
	margin: 0;
}
#topmenu ul ul li {
	display: block;
	float: none;
/*	height: 25px;
	line-height: 25px;*/
	width: 160px;
}
#topmenu ul ul li a {
	display: block;
	float: none;
	height: auto;
	white-space: normal;

/*	height: 25px;*/
	line-height: 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
{
	display: none;
}
#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul
{
	display: block;
}




#topmenu a.current {
	background: #4E6B93;
}
#topmenu ul ul a.current, #topmenu li:hover li a, #topmenu li:hover li:hover a {
	color: #fff;
	background: #4E6B93; /* reset for submenus */
}
#topmenu li:hover a, #topmenu li:hover li a:hover {
	background: #fff;
	color: #4E6B93;
}
#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;
}
#leftblock img
{
	margin: 0 auto;
	display: block;
}

#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, #smenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: red; /* TEST */
}
#smenu {
	border-top: 1px solid;
}
#smenu li
{
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a
{
	border-bottom: 1px solid;
}
#smenu a {
	text-decoration: none;
	display: block;
	color: #000;
	background-color: #f3f3f3;
	padding-top: 2px;
	padding-bottom: 2px;
}
#smenu a {
	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 a
{
	border-color: #666;
}

#smenu div.search
{
	display: none; /* hide unwanted search box */
}

div.teaser
{
	float: left;
	clear: right;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 180px;
	height: 150px;
	margin: 0px 0px 0px 6px;
}

a.t_img
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
a.t_img img
{
	width: 180px;
	height: 75px;
	display: block;
	border: 0;
}
div.t_text
{
	position: static;
	margin-top: 75px;
/* note: you MUST NOT set height/width, coz IE sucks */
	padding: 1px 0 2px 0;
}
div.t_text h3
{
	font-weight: bold;
	font-size: 1.08em/*2px*/;
	padding: 0 2px 1px 4px;
	margin: 0;
}
div.t_text p
{
	margin: 0;
	padding: 0 2px 0 4px;
}
div.t_readmore
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
}
div.teaser.rm_text div.t_readmore
{
	padding: 0px 0px 2px 13px; /* 2px for correct vertical align of arrow */
	background-image: url("images/arrow_next.gif");
	background-position: 2px 50%;
	background-repeat: no-repeat;
	bottom: 0; /* to compensate for padding */
	vertical-align: bottom;
}
div.teaser a
{
	text-decoration: none;
}
div.t_readmore img
{
	display: block;
	border: 0;
}
/* Teasers Colours */

div.teaser
{
	color: #4d6b91;
	background-color: #fff;
	border: 1px solid #4d6b91;
}
div.t_text h3
{
}
div.t_readmore a, div.t_readmore
{
	 color: #fff;
	 background-color: #4d6b91;
}


/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #fff;
}
#wrap_menu, #wrap_logo
{
	background-color:
}
#wrap_logo, #toplogo
{
	background-color: #4E6B93;
}
#toplogo {
	background-repeat: no-repeat;
}
#wrap_menu, #navigation
{
	background-color: #4E6B93;
}
#wrap_content
{
	background: #fff;
	color: #4d6b91;
}
#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: #4d6b91 url("images/bg_footer.gif") no-repeat;
	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 #shortcuts span
{
	color: #000;
}


/* Text styling (fonts) */

#navigation a, #rightblock
{
	font-family: Arial,Helvetica,sans-serif;
}

