/* 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: 70%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0px 0 0 0; /* Opera has a default padding */
}

/*	Layout only	*/

#toplogo, #navigation, #wrap_content {
	width: 960px; 
	margin: 0px auto;
	border: 1px solid;
	border-top: 0;
	border-bottom: 0;
	position: relative;
	padding-left: 20px;
}
	#toplogo
	{
		width: 980px;
		height: 110px;
		padding: 0;
		z-index: 5;
	}
	#navigation
	{
		height: 33px;
		overflow: visible; /* in case there are too much menus */
		z-index: 4;		
	}
#wrap_content
{
	clear: both;
	z-index: 1;
	padding-bottom: 10px;
}
	#rightblock 
	{
		float: right;
		display: inline; /* IE hack */
		width: 350px; 
		padding: 10px 0 5px 0;
		margin: 0 10px 0 0;
	}
	#frontpage #rightblock
	{
		width: 190px;
	}
	#rightblock, #content
	{
		overflow: visible;
	}
	* html #rightblock, * html #content
	{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content {
		width: 560px;
		padding: 10px; 
		float: left;
		display: inline; /* IE6 hack */
		margin: 0 -10px 0 0;
	}
	#frontpage #content {
		width: 740px;
		min-height: 329px;
	}
	* html #frontpage #content {
		height: 329px;	
	}
	#scroller
	{
		clear: left;
		padding: 0 5px 0 145px;
		width: 590px;
		position: relative;
		margin: 0 0 0 10px;	
		height: 25px; /* Layout! */
		overflow: hidden;
	}
	#wrap_footer 
	{
		clear: both;
		margin: 0;
		position: relative;
	}
		#footer {
			padding: 1px 6px;
		}

/*	Shortcuts or Search - Positioning and Layout */ 

#toplogo div.search
{
	position: absolute;
	right: 0;
/*	top: 76px;*/
	z-index: 6;
	margin: 0;
/*}
#frontpage #toplogo div.search
{*/
	top: 110px;
}

/* Search form */
div.search form
{
	margin: 6px 10px 0 3px;
	padding: 0 0 1px 0;
} /* False values for IE7+IE6 */
html:not([dummy]) div.search form {
	margin-top: 7px;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { div.search form {
	margin-top: 7px;
} } /* True values for Opera */


div.search input.button
{
	vertical-align: text-top;
	border: 0;
/*	margin-top: 1px;*/
	line-height: 13px;
	height: 20px;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
/*	font-size: 12px;*/
}
span.searchbuttonbox > input.button
{
	padding: 0 2px;
	/*display: inline;*/
}
div.search input.searchwords
{
	height: 16px;
	border: 1px solid;
	padding: 0 0.3em;
/*	font-size: 12px;*/
}

/* 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;
	left: 0;
	top: 100%;
	width: 100px;
}
#topmenu ul ul ul
{
	left: 100%;
	top: 0;
}

#topmenu li
{
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	position: relative; /* for submenu positioning */
	height: 33px;
}
#topmenu a {
	float: left;
	line-height: 33px;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	
	padding: 0 0 0 10px;
	margin: 0;
	width: 100px;
}
#topmenu ul ul li {
	height: auto;
}
#topmenu ul ul li a {
/*	display: inline-block; /* fix IE7 gap at bottom */
	line-height: 1.3em;
	padding: 0.3em 0 0.5em 10px; 
	margin: 0;
	white-space: normal;
	text-transform: none;
}
* 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,
#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 a, #topmenu li:hover ul a:hover, #topmenu li.sfhover ul a:hover {
	color: #002a52;
	background-color: #8cc63f;
}

#topmenu li:hover a, #topmenu li.sfhover a
{
	color: #fff;
}

#topmenu, #toplogo input.button
{
	font-size: 92%;
}


/* Teasers */

div.teaser
{
	float: left;
	display: inline; /*IE6*/
	position: relative;
	width: 190px;
	height: 115px; 
	margin: 0px 0 7px 0;
	border: none;
}
div.teaser.first
{
	margin-top: 5px;
}
a.t_img
{
	display: block;
	position: relative;
	z-index: 1;
}
a.t_img img
{
	width: 190px;
	height: 115px; 
	display: block;
	border: 0;
}

/* Blocks */

#scroller h2
{
	font-size: 100%;
	width: 120px;
	line-height: 25px;
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	padding: 0 12px 0 10px;
	text-align: center;
	font-weight: normal;
}
#leftblock div.block
{
	background: #fff url(images/menutop.gif) no-repeat; /*b6b7b8*/
	padding-top: 24px;
}
#leftblock
{
	background: #fff url(images/menubott.gif) no-repeat left bottom;
}
#smenu
{
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;	
}

#teasers div.block
{
	float: left;
	display: inline; /*IE6*/
	margin-left: 9px;
}

#toplogo img, #teasers 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: 560px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 560px;
}
form.vertical input.box
{
	display: block;
}
#content > *:first-child
{
	margin-top: 0; /* Behave like IE behaves */
}




/* Side Menu */

#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: #515151;
	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: #808080;
}
#smenu a:hover 
{
	color: #000;
	background-color: #ccc;
}


#smenu div.search
{
	display: none; /* hide unwanted search box */
}


/*	Styling (Colours, backgrounds) */
body
{
	background: #fefefe;
	color: #002a52;
}
#wrap_body, #frontpage
{
	background-color: #f7f7f7;
}
#toplogo, #navigation, #wrap_content
{
	border-color: #f6f6f6;
}
#navigation
{
	color: #002a52;
	background-color: #8cc63f;
	/*background: #a7a7a7 url(images/menubg.png) repeat-x;*/
}
#wrap_content 
{
	background: #fefefe;
	color: #002a52;
}
#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: #999;
	color:  #000;
}
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;
	padding: 0;
}
#autoscroller-body
{
	line-height: 25px;
	background: #f6f6f6 url(images/autosbg.gif) repeat-x;
}
#scroller
{	
	background: #fff url(images/autos.png) no-repeat right top;
}
#scroller h2
{
	background: url(images/autos.png) no-repeat left top;
}
a, #content a:link
{
	color: #9f0023;
	text-decoration: none;
}
#content a:visited, #righblock a:visited
{
	color: #9f0023;
}
#content a:hover, #content a:active
{	
	text-decoration: underline;
}
#search input.searchwords
{
	background-color: #f6f6f6;
}
div.search input.button
{
	background-color: transparent;
/*	color: #fefefe;*/
	font-weight: bold;
/*}
#frontpage div.search input.button
{*/
	color: #002a52;
}
#toplogo div.shortcuts span
{
	color: #000;
}
	

/* Text styling (fonts) */


