/* 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;
	font-size: 75%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#wrap_logo, #wrap_menu, #wrap_content {
	width: 979px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
	#toplogo
	{
		width:255px;
		height:168px
	}
	#toplogo img
	{
		margin-top:2px;
	}
	#topbanner
	{
		position:absolute;
		left:255px;
		top:0;
	}
#wrap_menu
{
	height:28px;
	z-index:2;
}
#navigation
{
	position: static; /* needed for menu to display at the right place */
	overflow: visible; /* in case there are too much menus */
	font-weight:bold; 
	margin-left:264px;
	padding-top:4px;
}
#wrap_content
{
	clear: both;
	z-index:1;
}
	#leftblock 
	{
		float: left;
		display: inline; /* IE hack */
		width: 257px; 
		padding: 0;
		margin: 0;
		font-weight:bold;
	}
	#rightblock {
		float: right;
		display: inline; /* IE hack */
		width: 210px; /* Total width should be 180px */
		padding: 6px 0 0;
		margin: 0;
	}
	#leftblock, #rightblock, #content
	{
		overflow: visible;
	}
	* html #leftblock, * html #rightblock, * html #content
	{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content {
		width: 694px;
		padding: 10px; /* left padding for FF tables */
		float: right;
		display: inline; /* IE6 hack */
	}
	#frontpage #content {
		width: 470px;
		border-bottom:2px solid;
		margin: 0 12px 12px 0;
	}
	#wrap_footer 
	{
		margin: 0;
		position: relative;
		padding: 5px 6px 5px 22px;
		clear: both;
	}
/* Blocks */
#rightblock img
{
	margin-bottom:8px;
    display:block;
}
#topbanner img
{
	border: 0;
	display: block;
}
iframe.autoscroller-border 
{
	margin: 0;
	width: 230px; /* IE hack: should be width-(2*border_width) */
}
html>body iframe.autoscroller-border 
{
	width: 230px;
}
#blocks,#news
{
	padding: 0 20px 8px 7px;
}
	#news h2
	{
		font-size: 1.67em;
		font-weight: bold;
		padding: 0;
		margin: 0.4em 0 0;
		height:30px;
		text-indent:-9999px;
		background: #d00c33 url("images/events.jpg") no-repeat left center;
	}
	#news .block
	{
		padding-top:8px;
		background: #d00c33 url("images/line.gif") repeat-x left top;
	}
	#news p
	{
		margin:12px 8px;
	}
	.teaser-head
	{
		color:#fff;
		text-decoration:none;
	}
	#search
	{
		height:108px;
	}
		#search div
		{
			margin:0;
			padding:10px 0 0 7px;
		}
		#search .searchdesc
		{
			line-height:180%;
		}


/* Side Menu */
#smenu
{
	padding: 0 20px 15px 7px;
}
#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */
#smenu a{
	text-decoration: none;
	display: block;
	color: #fff;
	background: #d00c33 url("images/line.gif") repeat-x left bottom;
	padding-top: 6px;
	padding-bottom: 14px;
}
#smenu ul a,
a.smenu-section, span.smenu-section {
	padding-left: 5px;
	font-weight: bold;
}
#smenu ul ul a,
a.smenu-item, span.smenu-item {
	padding-left: 10px;
	font-weight: normal;
}
#smenu ul ul ul a,
a.smenu-subitem, span.smenu-subitem {
	padding-left: 15px;
	font-style: italic;
}
#smenu ul ul ul ul a,
a.smenu-subitem3, span.smenu-subitem3 {
	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,#smenu a:hover
{
	color: #d00c33;
	background-color: #fff;
}
#smenu div.search
{
	display: none; /* hide unwanted search box */
}



/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #fff;
} 
#wrap_logo
{
	background-color: #fff;
}
#toplogo
{
	background: #d00c33 url("images/logo_bg.gif") no-repeat;
}
#wrap_menu, #navigation
{
	background: #d00c33 url("images/nav_bg.gif") repeat-x;
}
#frontpage #content
{
	border-color: #d00c33;
}
#wrap_content 
{
	background: #fff url("images/faux.gif") repeat-y -242px 0px;
	color: #000;
}
#frontpage #wrap_content 
{
	background-position: 260px 0px;
}
#leftblock
{
	background: #d21034 url("images/left_bg.gif") repeat-y;
	color:#fff;
}
#search
{
	background: #fff url("images/search.gif") no-repeat left bottom;
}
#wrap_footer {
	color:  #fff;
	font-weight: bold; 
	background: #d00c33;
}
a.copyright { color:#fff;  }
span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #fff;
	background-color: #d21034;
	padding: 0;
}
a
{
	color: #d21034;
}
a:hover
{
	color: #fff;
	background:#d21034;
}
a img 
{ 
	border: none; 
}

/* Top nav */
#topmenu:after
{
	content:"";
	visibility:hidden;
	height:0;
	clear:both;
	display:block;
}
#topmenu
{
	zoom:1;
}
* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
#topmenu ul ul
{
	position: absolute;
	left: 0;
	top: 100%;
	border: 1px solid;
	border-bottom: 0;
	z-index:3;
	text-align:left;
	background:#d00c33 ;
}
#topmenu ul ul ul
{
	left: 100%;
	top:0;
}
#topmenu li
{
	float:left;
	margin: 0;
	padding:  0;
	position: relative; /* for submenu positioning */
	border-left:2px solid #fff;
}
#topmenu li:first-child
{
	border-left:0;
}
#topmenu a {
	display: inline; /* fix for Opera's no-width nested floats hover bug */
	text-decoration: none;
	color: #fff ;
	white-space: nowrap;
	padding: 0 3px;
	margin: 0 4px;
	line-height:14px;
}
#topmenu ul ul li {
	display: block;
	float: none;
	width: 140px;
	border-bottom: 1px solid;
	border-left:0;
	padding:0;
}
#topmenu ul ul li a {
	display: block;
	float: none;
	height: auto;
	white-space: normal;
	text-align:center;
	line-height: 20px;
	width: 90%;
	padding: 0 5%;
}
#topmenu ul ul li a {
	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 a.current, #topmenu li a:hover
{
	background-color: #fff;
	color:#d00c33;
}


