/* 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: 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, #navigation, #topbanner, #wrap_content, #separator {
	width: 770px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#toplogo
{
	min-height: 50px;
}
#navigation
{
	height: 20px; /* not necessary, ruins Opera height */
	overflow: visible; /* in case there are too much menus */
}
#wrap_content
{
	text-align: left;
}
	#leftblock 
	{
		float: left;
		display: inline; /* IE hack */
		width: 178px; 
		padding: 264px 0 5px 0;
		margin: 0;
	}
	#rightblock {
		float: right;
		display: inline; /* IE hack */
		width: 180px; /* Total width should be 190px */
		padding: 5px;
		margin: 0 5px 0 0;
	}
	#leftblock, #rightblock, #content
	{
		overflow: visible;
	}
	* html #leftblock, * html #rightblock, * html #content
	{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content {
		width: 585px;
		padding: 5px 0px;
		text-align: left;
		float: right;
		margin: 0 0px 0 0;
	}
	#frontpage #content {
		width: 385px;
		margin-right: 5px;
	}
	#teasers 
	{
		float: right;
		width: 585px; 
		padding: 5px 0 5px 0;
		margin: 0 0 0px 0;
		overflow: hidden;
		clear: right;
		display: inline; /* IE hack */
	}
	#wrap_footer 
	{
		clear: both;
		margin: 0;
		position: relative;
	}
	#footer {
		padding:65px 0 5px;
		/*margin-left: 179px;*/
		text-align: center;
		height:1%;
	}
	#wpscopyright
	{
		width: 180px;
		float: right;
		margin: 0;
		padding: 0;
		text-align: right;
	}

/* Top menu */
* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul
{
	float:left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topmenu ul ul
{
	position: absolute;
	z-index: 1;
	right: 0;
	top: 100%;
}


#topmenu li
{
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	position: relative; /* for submenu positioning */
}
#topmenu a {
	float: left;
	line-height: 20px;
	height: 20px;
	font-size:90%;
/*	display: table; /* fox for Opera's no-width nested floats hover bug */
	text-decoration: none;
	white-space: nowrap;
	padding: 0 4px;
	margin: 0;
}
#topmenu ul ul li a {
	line-height: 20px;
	padding: 0 4px;
}
#topmenu ul ul li a {
/*	display: inline-block; /* fix IE7 gap at bottom */
	margin: 0;
}
* html #topmenu ul ul li a {
	display: inline-block;
}
/* dropdown effect */
#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, #topmenu ul ul a {
	color: #fff;
	background-color: #6c6d70;
}
#topmenu ul ul 
{
	border-color: #091c3f;
}
#topmenu a:hover, #topmenu ul ul a:hover {
	color: #091c3f;
	background-color: #fff;
}
#topmenu li
{
	border-left: 1px solid #fff
}
#topmenu li:first-child
{
	border-left: 0;
}

/* Quicksearch */

div.search
{
	border-top: 1px solid #091c3f;
	background-color: #091c3f;
	padding: 0.3em;
}
div.search p
{
	color: #fff;
	margin: 0 0 0.3em 0;
}
div.search form
{
	margin: 0;
	padding: 0;
}
div.search *
{
	background-image: url(/Default/Images/blank.gif); /* IE7 hover fix! */
}


/* 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;
}

.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: 5px 0 0 2px;
	width: 173px; /* IE hack: should be width-(2*border_width) */
}
html>body iframe.autoscroller-border 
{
	width: 173px;
	bottom: 35px;
}
#rightblock form input.box
{
	display: block;
}


/* Side Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	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;
	text-decoration: none;
	display: block;
	color: #8bc63e;
	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 {
	background-color: transparent;
}
#smenu a:hover 
{
	color: #fff;
	background-color: #6c6d70;
}
#smenu ul, #smenu a
{
	border-color: #d6d6d6;
}

#smenu div.search
{
	display: none; /* hide unwanted search box */
}



/*	Teasers */

#teasers img
{
	border: 0;
	display: block;
}
#teasers h2 {
	height: 18px;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: bold;
}
div.teaser
{
	float: left;
	clear: right;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 188px;
	height: 139px; /*flexible*/
	margin: 0px 0px 0px 5px;
	border: 1px solid;
}
div.teaser.first
{
	margin-left: 0;
}
a.t_frame
{
	display: block;
	position: absolute;
	line-height: 0;
	width: 4px;
	height: 4px;
	background-image: url(images/t_frame.gif);
	background-repeat: no-repeat;
	z-index: 2;
}
a.t_frame.c1
{
	top: -1px;
	right: -1px;
	background-position: right top;
}
a.t_frame.c2
{
	bottom: -1px;
	left: -1px;
	background-position: 0px -12px;
}
* html a.t_frame.c2
{
	background-position: 0px -1px;
	margin-bottom: -1px;	/* IE wrongly puts bottom 1px higher // font size dependent! */
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	clip: rect(0px 188px 139px 0px);
}
a.t_img img
{
	width: 188px;
	height: 73px;
	display: block;
}
div.t_text
{
	position: static;
	margin-top: 73px;
/* note: you MUST NOT set height/width, coz IE sucks */
	padding: 1px 0;
	background: url(images/t_frame.gif) repeat-x scroll 0px -17px;
}
div.t_text h3
{
	font-weight: bold;
	font-size: 1.08em/*2px*/;
	padding: 0 1px 1px 3px;
	margin: 0;
}
div.t_text p
{
	margin: 0;
	padding: 0 1px 0 3px;
}
div.t_readmore
{
	position: absolute;
	bottom: 2px;
	right: 3px;
	z-index: 2;
}
div.teaser.rm_text div.t_readmore
{
	padding: 0px 9px 0px 0; /* 1px for correct vertical align of arrow */
	background-image: url("images/arrow_next.gif");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	bottom: 0; /* to compensate for padding */
}
div.t_readmore a
{
	text-decoration: underline;
}
div.t_readmore img
{
	display: block;
	border: 0;
}

/*	Teasers Colours */
#teasers
{
	background-color: #fff;
}
div.teaser
{
	color: #000;
	background-color: #fff;
	border-color: #091c3f;
}
div.t_text
{
	background-color: #fff;
}
div.t_text h3, div.t_text h3 a
{
	color: #091c3f;
	background-color: #fff;
	text-decoration: none;
}
div.t_readmore a
{
	 color: #091c3f;
}



/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #f3f3f3;
} 
#wrap_logo, #toplogo
{
	background-color: #f3f3f3;
}
#navigation
{
	background-color: #6c6d70;
}
#wrap_menu
{
	border-color: #fff;
}
#toplogo, #navigation, #topbanner, #wrap_content, #separator
{
	border-color: #ccc;
}
#wrap_content 
{
	background: #fff; /* removed faux url("images/faux.gif") repeat-y scroll -219px 0px;*/
	color: #000;
}
#inner_wrap_content
{
	background: transparent url("images/left_bg.gif") no-repeat scroll 0 10px;
}
#wrap_footer {
	background: #8bc63e url("images/ft.gif") no-repeat;
	color:  #fff;
}
#wrap_footer a { color:#fff; text-decoration: none; font-weight: bold; }
#wrap_footer a:hover { text-decoration: underline;}
span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #091c3f; 
}	
a, #content a:link
{
	color: #208;
}
#content a:visited, #righblock a:visited
{
	color: #602;
}
#toplogo div.shortcuts span
{
	color: #000;
}
	

