/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Tahoma,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, #navigation, #wrap_content, #footer {
	width: 980px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
	#navigation
	{
		height: 25px; /* not necessary, ruins Opera height */
		z-index: 10;
		overflow: visible; /* in case there are too much menus */
	}
	#wrap_content
	{
		z-index: 5;
		clear: both;
	}
		#leftblock 
		{
			float: left;
			display: inline; /* IE hack */
			width: 180px; 
			padding: 7px 0 0 0;
			margin: 0;
		}
		#rightblock {
			float: right;
			display: inline; /* IE hack */
			padding: 7px 0 0 0;
			width: 160px; 
			margin: 0;
			position: relative;
			z-index: 8;
		}
			#stamp
			{
				display: block;
				position: absolute;
				right: -30px;
				bottom: -30px;
				z-index: 9;
			}
			* html #stamp
			{
				display: none;
			}			
		#leftblock, #rightblock, #content
		{
			overflow: visible;
		}
		* html #leftblock, * html #rightblock, * html #content
		{
			overflow: auto; /* IE6 falls apart otherwise */
		}
		#content {
			width: 610px;
			padding: 10px; /* left padding for FF tables */
			float: right;
			display: inline; /* IE6 hack */
			margin: 0 5px 0 0;
		}
		#wrap_footer 
		{
			clear: both;
			margin: 7px 0 0 0;
			position: relative;
		}
			#footer {
				padding: 2px 6px;
			}

/*	Shortcuts or Search - Positioning and Layout */ 

#toplogo div.shortcuts
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	margin: 0;
}
#toplogo div.search
{
	position: absolute;
	right: 0;
	bottom: 3px;
	z-index: 1;
	margin: 0;
}
#navigation div.shortcuts, #navigation div.search
{
	float: right;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	/*display: inline;*/
	/*background-color: #f00; /* for testing */
}

/* Search form */
div.search form
{
	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: 0px;
} } /* True values for Opera */


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 7px 0 0;
	padding: 0 0 0 16px;
}

div.shortcuts ul li
{
	line-height: 33px;
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
	display: inline;
}


div.shortcuts ul li a
{
	color: #000000;
	text-decoration: none;
}



/* Top nav */

* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu
{
	float: left;
	padding-left: 180px;
}
#topmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topmenu ul ul
{
	position: absolute;
	left: 0;
	top: 100%;
}
* html #topmenu ul ul 
{
	margin-top: 1px; /* Compensate for border-bottom of parent */
}
#topmenu ul ul ul
{
	left: 100%;
	top: 0;
	margin: 0;
}


#topmenu li
{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
}
#topmenu a {
	float: left;
	line-height: 24px;
	height: 24px;
	display: table; /* fix for Opera's no-width nested floats hover bug */

	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #9daa9d;

	white-space: nowrap;

	padding: 0 8px;
	margin: 0;
	border-bottom: 1px solid #9daa9d;
}
#topmenu ul ul li {
	display: block;
	float: none;
	width: 160px;
}
#topmenu ul ul li a {
	display: block;
	float: none;
	height: auto;
	white-space: normal;
	text-transform: none;
	color: #fff;

	width: 90%;
	padding: 0 5%;
	border-bottom: 0;
}
#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,
#topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul
{
	display: none;
}
#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul,
#topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul
{
	display: block;
}
#topmenu div p, #topmenu form
{
	margin: 0; /* fix search form bg */
}



#topmenu a.current {
/*	color: #FFBA00;
	background: #001842;*/
}
#topmenu ul ul a.current, #topmenu li:hover li a, #topmenu li:hover li:hover a, #topmenu div,
#topmenu li.sfhover li a, #topmenu li.sfhover li.sfhover a
{
	color: #000;
	background: transparent url(images/menubg.png);
	border-color: #fff;
}
#topmenu li:hover a,
#topmenu li.sfhover a {
	border-color: #ee3127;
}
#topmenu li:hover li a:hover,
#topmenu li.sfhover li a:hover {
	background: #C3B093;
	color: #000;
	font-weight: bold;
}
#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, #leftblock object, #leftblock embed
{
	margin-top: 10px;
}

#toplogo img
{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}
#topbanner img, #topbanner object, #topbanner embed
{
	border: 0;
	float: left;
	display: inline;
	margin-left: 15px;
}

span.dailytip 
{
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}

iframe.autoscroller-border 
{
	margin: 0;
	width: 160px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 160px;
}
form.vertical input.box
{
	display: block;
}



/* Side Menu */

#smenu
{
	border: 1px solid #c3b093;
	border-bottom-width: 2px;	
	border-top-width: 24px;
}
#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a
{
}
#smenu a {
	text-decoration: none;
	display: block;
	color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
}
#smenu ul a {
	padding-left: 5px;
}
#smenu ul ul a {
	padding-left: 10px;
}
#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
{
	font-weight: bold;
	background: transparent url(images/menubg.png);
}


#smenu div.search
{
	display: none; /* hide unwanted search box */
}




/* Teasers */

div.teaser
{
	float: left;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 195px;
/*	height: 150px;*/
	margin: 0px 0px 0px 12px;
}
div.teaser.first
{
	margin-left: 0;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
a.t_img img
{
	width: 195px;
	height: 138px;
	display: block;
	border: 0;
}
div.t_text
{
	position: static;
	margin-top: 138px;
/* note: you MUST NOT set height/width, coz IE sucks */
	padding: 1px 0 2px 0;
}
div.t_text h3
{
	font-weight: bold;
	font-size: 1em/*2px*/;
	margin: 0;
}
div.t_text p
{
	margin: 0;
	padding-right: 17px;
}
div.t_readmore
{
	position: absolute;
	bottom: 2px;
	right: 3px;
	z-index: 2;
}
div.teaser a
{
	text-decoration: none;
}
div.t_readmore img
{
	display: block;
	border: 0;
}
/* Teasers Colours */

div.teaser
{
	color: #020202;
	background-color: #fff;
}
#teasers div.t_text h3 a
{
	color: #AC342E;
}


/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	/*background: #fff url(images/swirl.gif) no-repeat 100% 27px;*/
	background: #fff url(images/swirl1.gif) no-repeat 50% 0;
} 
#wrap_menu, #navigation
{
	background-color: #9daa9d;
}
#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-color: #9daa9d;
	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: #ccc; 
}	
a, #content a:link
{
	color: #9daa9d;
	font-weight: bold;
	text-decoration: none;
}
#content a:visited, #righblock a:visited
{
	color: #9daa9d;
	text-decoration: underline;
}
#content a:hover, #content a:active
{
}
#searchwords, input.button
{
}
#toplogo div.shortcuts span
{
	color: #000;
}
	

/* Text styling (fonts) */

a.teaser-head 
{
	color: #ec008c;
	text-decoration: none;
	font-weight: bold;
}
