/* 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 is set in default.css */
	font-size: 75%;
	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;
}
#wrap_menu
{
	border: 1px solid;
	border-left: none;
	border-right: none;
}
#navigation
{
	height: 20px; /* not necessary, ruins Opera height */
	position: static; /* needed for menu to display at the right place */
}
#separator
{
	display: none;
}
#wrap_content
{
	clear:both;
}
#leftblock
{
	float: left;
	display: inline; /* IE hack */
	width: 173px;
	padding: 14px 0 5px 0;
	margin: 0 0 0 5px;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 180px; /* Total width should be 190px */
	padding: 5px;
	margin: 0 5px 0 0;
}
#content {
	width: 585px;
	padding: 5px 0px;
	text-align: left;
	float: right;
	margin: 0 0px 0 0;
}
#frontpage #content {
	width: 385px;
	margin-right: 5px;
}
#leftblock, #rightblock, #content
{
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#teasers
{
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	overflow: hidden;
	clear: both;
	font-size:12px
/*	display: inline; /* IE hack */
}
#wrap_footer
{
	clear: both;
	margin: 0;
	position: relative;
	height: 30px;
}
#footer {
	padding: 1px 6px 1px 6px;
	text-align: center;
}

/*	Shortcuts or Search - Positioning and Layout */
div.search h1, div.shortcuts h1
{
	display: none; /* 4.2.3 draws an empty blockhead */
}
#navigation div.shortcuts
{
	float: right;
	display: inline; /* IE float hack */
	margin: 0;
	padding: 1px 1px 1px 0;
}
div.shortcuts ul
{
	margin: 0;
	padding: 0;
}
div.shortcuts ul li
{
	list-style-type: none;
	float: left;
	display: inline; /* IE float hack */
	margin: 0 0 0 1px;
	padding: 0;
}
/* Search form */
div.shortcuts ul li a
{
	line-height: 18px;
	padding: 2px 3px 2px 3px;
} /* False values for IE7+IE6 */
html:not([dummy]) div.shortcuts ul li a {
	padding-top: 1px;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { div.shortcuts ul li a {
	padding-top: 1px;
} } /* True values for Opera */

div.shortcuts li.print a
{
	background-image: url(images/printer_w.gif);
}
div.shortcuts li.search a
{
	background-image: url(images/search_w.gif);
}
div.shortcuts li.print a, div.shortcuts li.search a
{
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding-left: 17px;
}

/* ShortCuts Menu Styling */

div.shortcuts
{
	background: transparent url(images/dotted.gif);
}
div.shortcuts li a
{
	text-decoration: none;
	color: #fff;
	background-color: #285e8b;
}


/* Blocks */

#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;
}
#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;
}

#teasers div.block
{
	float: left;
	display: inline;
	margin: 0 0 0 5px;
}


/* Side Menu */

#smenu ul
{
	margin: 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	background:url("images/dot3.gif") repeat-x left bottom;
}
#smenu ul ul
{
	background:none;
}
#smenu li 
{ 
	margin: 0;
	padding:0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu li
{

	background:url("images/dot3.gif") repeat-x ;
}
#smenu a,
table a.hover, table span.hover, table a.hover-current, table span.hover-current {
	text-decoration: none;
	display: block;
	color: #285e8b;
	padding-top: 2px;
	padding-bottom: 3px;
}
#smenu ul a,
a.smenu-section, span.smenu-section {
	padding-left: 10px;
	font-weight: bold;
}
#frontpage #smenu ul a{
	font-weight: normal;
}
#smenu ul ul a,
a.smenu-item, span.smenu-item {
	padding-left: 15px;
	font-weight: normal;
}
#smenu ul ul ul a,
a.smenu-subitem, span.smenu-subitem {
	padding-left: 20px;
	font-style: italic;
}
#smenu ul ul ul ul a,
a.smenu-subitem3, span.smenu-subitem3 {
	padding-left: 25px;
	font-style: italic;
}
#smenu ul ul ul ul ul a {
	padding-left: 30px;
	font-style: italic;
}
#smenu ul ul ul ul ul ul a {
	padding-left: 30px;
	font-style: italic;
}
#smenu a:hover,
table a.hover:hover, table span.hover:hover, 
table a.hover-current:hover, table span.hover-current:hover 
{
	color: #fff;
	background-color: #285e8b;
}
#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: 157px; /*flexible*/
	margin: 0px 0px 0px 5px;
	border: 1px solid #808284;
}
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 155px 0px);
}
a.t_img img
{
	width: 188px;
	height: 92px;
	display: block;
}
div.t_text
{
	position: static;
	margin-top: 92px;
/* 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 0px 1px 11px; /* 1px for correct vertical align of arrow */
	background-image: url("images/arrow_next.gif");
	background-position: 0px 50%;
	background-repeat: no-repeat;
	bottom: 0; /* to compensate for padding */
}
div.t_readmore a
{
	text-decoration: none;
}
div.t_readmore img
{
	display: block;
	border: 0;
}

/*	Teasers Colours */

div.teaser
{
	color: #000;
	background-color: #fff;
}
div.t_text
{
	background-color: #fff;
}
div.t_text h3, div.t_text h3 a
{
	color: #285e8b;
	background-color: #fff;
	text-decoration: none;
}
div.t_readmore a
{
	 color: #036;
}



/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #666;
}
#wrap_logo, #toplogo
{
	background-color: #f3f3f3;
}
#wrap_menu, #navigation
{
	background-color: #285e8b;
}
#wrap_menu
{
	border-color: #fff;
}
#toplogo, #navigation, #topbanner, #wrap_content, #separator
{
	border-color: #ccc;
}
#wrap_content
{
	background: #fff; /* url("images/faux.gif") repeat-y scroll 4px 0px;*/
	color: #000;
}
#content
{
/*	background-color: Yellow; /* For testing */
}
#leftblock, #rightblock
{
	color: #000;
/*	background-color: Pink; /* For testing */
}
#teasers
{
/*	background-color: Lime; /* For testing */
}
#wrap_footer {
	background-color: #036;
	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: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border
{
	border-color: #285e8b;
}
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;
}


/* Text styling (fonts) */

#navigation a, #rightblock
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}


/* Old TemplateA Form */

input.box {
	width: 130px;
	border: 1px solid #505860;
	display:block;
}
input.button {
	font-size: 10px;
	background-color: #D4DCC4;
	border: 1px solid #999;
}

/* Top nav */

* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topmenu li
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
	border-left:1px solid #fff;
}
#topmenu a {
	float: left;
	line-height: 18px;
	height: 18px;
	display: table; /* fix for Opera's no-width nested floats hover bug */
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	padding: 0 6px;
	margin: 1px 0;
}
#topmenu li:first-child {
	border:none;
}

#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 a:hover
{
	color: #285E8B;
	background-color: #fff;
}


