/* WPS Standard Template A */

body /* override for default.css */
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
.autoscroller, .dailytip {
	font-size: 100%;
}
body
{
	font-size: 72%; /* 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: 980px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
	#toplogo
	{
		min-height: 50px;
	}
#wrap_menu, #navigation
{
	position: relative;
	z-index: 1; /* fix IE's stacking bug */
}
	#navigation
	{
		height: 20px; /* not necessary, ruins Opera height */
		overflow: visible; /* in case there are too much menus */
	/*	padding: 0 0 0 195px;
		width: 785px;*/
	}
#wrap_content
{
	clear: both;
}
	#leftblock 
	{
		float: left;
		display: inline; /* IE hack */
		width: 180px; 
		padding: 10px 0 5px 0;
		margin: 0;
	}
	#rightblock {
		float: right;
		display: inline; /* IE hack */
		width: 180px;
		padding: 0px;
		margin: 10px 0 0 0;
	}
	#frontpage #rightblock
	{
		width: 350px; /* Total width should be 180px */
		margin: 10px 16px 0 0;
	}
	#leftblock, #rightblock, #content
	{
		overflow: visible;
	}
	* html #leftblock, * html #rightblock, * html #content
	{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content {
		width: 560px;
		padding: 10px; /* left padding for FF tables */
		float: right;
		display: inline; /* IE6 hack */
		margin: 10px 20px 0 0;
	}
	#frontpage #content {
		width: 380px;
		margin-right: 16px;
	}
		#midrightblock
		{
			float: right;
			width: 180px
			margin-top: 10px;
		}
		#midleftblock
		{
			float: left;
			width: 179px;
			padding-left: 1px; /* FF border */
			margin-top: 10px;
		}
	#teasers
	{
		float: right;
		width: 780px; 
		padding: 0 0 0 0;
		margin: 0 0 5px 0;
		overflow: hidden;
		clear: right;
		display: inline; /* IE hack */
	}
#wrap_footer 
{
	clear: both;
	margin: 0;
	position: relative;
}
	#footer {
		padding: 1px 6px 1px 202px;
	}

/*	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: 0 0 0 0;
	padding: 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;
	background-image: url("images/mainlinks-in.gif");
	background-position: 7px 50%;
	background-repeat: no-repeat;
}

div.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;
}


div.shortcuts ul li a
{
	color: #000000;
	text-decoration: none;
}

div.shortcuts li.print	/* not used */
{
	background-image: url(images/printer_w.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 17px;
}

div.shortcuts li.search 	/* not used */
{
	background-image: url(images/search_w.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding: 2px 3px 2px 17px;
}



/* 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;
	border-top: 0;
}
#topmenu ul div
{
	border-top: 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: 20px;
	height: 20px;
	display: table; /* fix for Opera's no-width nested floats hover bug */

	text-decoration: none;
	text-transform: uppercase;
	color: #A6001A;
	background-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;
	border-top: 1px solid;
}
#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, #topmenu li:hover a {
	color: #fff;
	background-color: #A6001A;
}
#topmenu ul ul a.current, #topmenu li:hover li a, #topmenu li:hover li:hover a {
	color: #fff;
	background-color: #A6001A; /* reset for submenus */
}
#topmenu li:hover li a:hover {
	color: #000;
	background-color: #FFC20E;
}
#topmenu li:hover ul a {
}
#topmenu ul ul a.current {
}
#topmenu ul ul, #topmenu ul ul li, #topmenu ul div
{
	border-color: #000;
}



/* Blocks */

#breadcrumbs
{
	margin-bottom: 1em;
}
#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 div.block
{
	margin-bottom: 10px;
}
h2.article-list-title{
	font-size:100%;
}
#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: 180px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 180px;
}
form.vertical input.box
{
	display: block;
}

.link_on {
/*	opacity: .7;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;*/
}



/* Static Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu ul ul
{
	border: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a
{
	border: 1px solid transparent;
}
#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-smenu2.current {
	background-color: #fff;
	color: #A6001A;
}
#smenu a:hover {
	color: #000;
	background-color: #FFC20E;
	border-color: #444;
}
* html #smenu a
{
	border-color: #A6001A;
}
#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */

#teasers img
{
	border: 0;
	display: block;
}
#teasers h2, #teasers h2 span {
	height: 18px;
	display: block;
}
#teasers h2 
{
	margin: 0 5px 10px 0;
	padding: 0px 10px 0px 0px;
}
#teasers h2 span {
	padding: 1px 0px 0px 21px;
	height: 17px;
	font-size: 1em;
	font-weight: bold;
	vertical-align: bottom;
}
#banners div.block
{
	float: left;
	margin: 10px 16px 0 0;
}
#banners object
{
	display:block;
}
#teasers div.teaser {
	float: left;
	clear: right;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 240px;
	height: 96px; 
	margin: 0px 20px 0px 0px;
	border: none;
}
#teasers div.teaser.first {
	margin-left: 0;
}
#teasers a.t_frame {
	display: none;
}
#teasers a.t_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#teasers a.t_img img {
	width: 240px;
	height: 96px;
	display: block;
}

/* News */

#rightblock h3 {
	font-size: 100%;
	margin: 0;
}
#rightblock p {
	margin: 0 0 1em;
}
/*	Styling (Colours, backgrounds) */
body
{
	background: #A6001A ;
	color: #fff;
}
#wrap_body, #frontpage
{
	background-color: #A6001A;
} 
#wrap_menu, #navigation
{
	background-color: #fff;
}
#wrap_content 
{
	background: transparent;
	color: #fff;
}
#content
{
/*	background-color: Yellow; /* For testing */
}
#leftblock, #rightblock, #rightblock h2 
{
	color: #fff;
/*	background-color: Pink; /* For testing */
}
#teasers
{
/*	background-color: Lime; /* For testing */
}
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: #A6001A;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}	
a, #content a:link
{
	color: #f1cc37;
	font-weight: bold;
	text-decoration: none;
}
a, #frontpage #content a:link {
	color: #fff;
}
#content a:visited, #righblock a:visited
{
	color: #f1cf37;
}
#content a:hover, #content a:active
{
	text-decoration: underline;
}
#searchwords, input.button
{
}
#toplogo div.shortcuts span
{
	color: #000;
}
span.guestbook-error, p.error {
	font-weight: bold;
	color: #FFC20E;
	border: 2px solid red;
	padding: 1px 4px;
}
.guestbook-entryhead {
	background-color: transparent;
}
	

/* Text styling (fonts) */

/*#leftblock, #rightblock, #content, #midleftblock, #midrightblock, #teasers 
{
	border: 1px solid white;
}*/
