/* WPS Standard Template C */

body {
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Arial,Helvetica,sans-serif;
	/* font size is set in default.css */
	font-size: 100%;
}
.autoscroller, .dailytip {
	font-size: 100%;
}
body
{
	font-size: 88%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#wrap_logo, #wrap_menu, #wrap_content 
{
	width: 770px; 
	margin: 0px auto;
	padding: 0;
}
#toplogo
{
	height: 65px;
	position: relative;
	top: -36px;
}
#toplogo img
{
	padding: 0; /* logo positioning */
}
#wrap_menu
{
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#navigation
{
	width: 100%;
	height: 30px;
	padding: 0; 
	position: static; /* needed for menu to display at the right place */
}
#wrap_content
{
	padding: 5px;
	width: 760px;
	text-align: left;
	clear: both;
}
#breadcrumbs
{
	margin-bottom: 1em;
}
#leftblock 
{
	float: left;
	clear: left;
	display: inline; /* IE hack */
	width: 173px; 
	padding: 2px 0 5px 0;
	margin: 0;
}
#frontpage #leftblock
{
	width: 364px; /* total = 373px+7 */
	padding: 16px 8px 8px 8px;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 362px; /* Total width should be 377px+7 (-1?) */
	padding: 16px 8px 8px 8px;
	margin: 0 0 0 -4px;  /* IE needs space, we trick it to think it has */
}
#content {
	width: 570px;
	padding: 0px 0 5px 1px; /* left padding for FF tables */
	text-align: left;
	float: right;
	margin: 0 0px 0 0;
}
#leftblock, #rightblock, #content
{
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#topbanner
{
	float: left;
	display: inline; /* IE hack */
	width: 379px; 
	padding: 0 1px 0 0; 
	margin: 0;
	overflow: visible;
}
#topbanner img
{
	width: 355px /*384px*/;
	height: 276px /*290px*/;
	margin: 7px 12px;
}
#teasers 
{
	float: right;
	width: 376px;
	height: 290px; 
	padding: 0;
	margin: 0;
	overflow: hidden;
	clear: right;
}
#wrap_footer 
{
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
}
#footer {
	padding: 1px 6px;
	text-align: left;
}

/*	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: 5px 5px 0 0; /* desired padding */
	padding: 0;
	/*display: inline;*/
}

/* Search form */
div.search form
{
	margin: -1px 90px 0 0;
	padding: 0;
}
div.search > form
{
	margin-top: 0px;
}
div.search input.button
{
	vertical-align: text-top;
	border: 1px solid #A7A9AC;
	margin-top: 1px;
	line-height: 13px;
	height: 18px;
	padding: 0;
	background-color: #FFF1A9;
	color: #000;
	font-size: 12px;
}
span.searchbuttonbox > input.button, #submit1.button
{
	padding: 0 0.4em;
	display: inline;
}
div.search input.searchwords
{
	height: 16px;
	border: 1px solid #A7A9AC;
	padding: 0 0.3em;
	font-size: 12px;
	width: 80px;
}

/* 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;
}
#topmenu ul ul ul
{
	left: 100%;
	top: -1px;
}


#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; /* fix 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: 20px;
	line-height: 20px;*/
	width: 160px;
}
#topmenu ul ul li a {
	display: block;
	float: none;
	height: auto;
	white-space: normal;
	text-transform: none;
	
/*	height: 20px;*/
	line-height: 20px;
	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;
}

/* 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_inv.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 {
	color: #143C60;
	background-color: #fff;
} 

#topmenu li:hover a {
	color: #fff;
	background-color: #143C60;
}
#topmenu ul ul a.current, #topmenu li:hover li a, #topmenu li:hover li:hover a {
	color: #fff;
	background-color: #6E849C; /* reset for submenus */
}
#topmenu li:hover li a:hover {
	color: #000;
	background-color: #fff;
}
#topmenu li:hover ul a {
}
#topmenu ul ul a.current {
}
#topmenu ul ul, #topmenu ul ul li, #topmenu ul div
{
	border-color: #fff;
}





/* 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: 0.4em 0;
}
#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;
}

.blockHead {
	height: 18px;
	margin-bottom: 10px;
	background-image: url("images/dot3.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.blockContent {
	margin-bottom: 16px;
}
span.dailytip 
{
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}

iframe.autoscroller-border 
{
	margin: 0 -5px;
	width: 364px; /* IE hack: should be width-(2*border_width) */
	border: 1px solid;
}
html>body iframe.autoscroller-border 
{
	width: 366px;
}
#rightblock form input.box
{
	display: block;
}


/* Static Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*background-color: red; /* TEST */
	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;
}
#smenu a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: transparent;
	padding-top: 2px;
	padding-bottom: 2px;
}
#smenu ul a {
	padding-left: 5px;
/*	font-weight: bold;*/
}
#smenu ul ul a {
	padding-left: 10px;
	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: #fff;
	background-color: #143C60;
}
#smenu a:hover  
{
	color: #fff;
	background-color: #6E849C; /* reset for submenus */
}

#topmenu ul ul a.current, #topmenu li:hover li a, #topmenu li:hover li:hover a {
	color: #fff;
	background-color: #6E849C; /* reset for submenus */
}
#smenu ul, #smenu a
{
	border-color: #fff;
}



/*	Teasers */

#teasers img
{
	border: 0;
	display: block;
}
#teasers h2, #teasers h2 span {
	height: 18px;
	display: block;
	margin-top: 0;
}
div.teaser
{
	position: relative;
	width: 350px;

	margin: 10px 10px 0 10px;
}
div.teaser.first
{
	margin-top: 5px;
}
a.t_img
{
	display: block;
/*	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	/*clip: rect(0px 122px 83px 0px);*/
}
a.t_img img
{
	width: 350px;
	height: 114px;
	display: block;
}
div.t_text
{
	position: static;
/* note: you MUST NOT set height/width, coz IE sucks */
}
div.t_text h3
{
	font-weight: bold;
	font-size: 1em;
	padding: 0 1px 1px 3px;
	margin: 0;
}
div.t_text p
{
	display: none;
}
div.t_readmore
{
	display: none;
}

/*	Teasers Colours */

#teasers h2
{
	color: #fff;
}
div.teaser
{
	color: #fff;
	background-color: transparent;
}
a.t_img
{
}
div.t_text h3, div.t_text h3 a
{
/*	color: #A7A9AC;
	background-color: #fff;
	text-decoration: underline;*/
}




/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage, #wrap_logo 
{
	background: #999;
} 
#wrap_menu, #wrap_content
{
	background-color: #143C60; 
	color: #fff;
}
#wrap_menu
{
	background-color: #6E849C; 
	border-color: #fff;
	color: #fff;
}
#content 
{
	color: #fff;
	background-color: #143C60;
/*	background-color: Yellow; /* For testing */
}
#topbanner
{
	border-color: #fff;
}
#frontpage #leftblock, #rightblock 
{
/*	background-color: Pink; /* For testing */
}
#teasers
{
/*	background-color: Lime; /* For testing */
}
#wrap_footer {
	background-color: #6E849C;
	color:  #fff;
}

a.copyright { color:#fff; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}

span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #fff;
	background-color: #143C60;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #fff; 
}	
a, #content a:link
{
	color: #fff;
}
#content a:visited, #righblock a:visited
{
	color: #6E849C;
}
#content a:hover, #content a:active
{
}
#searchwords, input.button
{
}
	

/* Text styling (fonts) */

#navigation a, #rightblock 
{
	font-family: Arial,Helvetica,sans-serif;
}


