/* WPS Standard Template A */

body
{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 68.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 {
	width: 973px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#toplogo
{
	min-height: 50px;
}
#navigation
{
	position: relative; /* needed for menu to display at the right place */
	height:18px;
	z-index:2;
	overflow: visible; /* in case there are too much menus */
}
#wrap_content
{
	padding:0;
	clear:both;
}
#wrap_content:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html #wrap_content {height: 1%;}
#wrap_content {zoom: 1; display: block;}

#frontpage #wrap_content{
	border-top:18px solid #000;
	margin-bottom:20px;
	padding-top:10px;
}
	#leftblock 
	{
		float: left;
		display: inline; /* IE hack */
		width: 185px; 
		padding: 0 0 5px 0;
		margin: 0;
		position:relative;
	}
	#rightblock {
		float: right;
		display: inline; /* IE hack */
		width: 185px; /* Total width should be 180px */
		margin: 0;
		padding: 0 0 5px 0;
	}
	#wrap_body #rightblock img{
		margin-bottom:5px;
	}
	#leftblock, #rightblock, #content
	{
		overflow: visible;
	}
	* html #rightblock
	{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content {
		width:564px;
		padding:0; /* left padding for FF tables */
		float: right;
		display: inline; /* IE6 hack */
		margin: 0 20px 0 0;
	}
	#frontpage #content
	{
		width:566px;
		margin-right:18px;
	}
	#frontbottom{
		overflow:hidden;
		height:270px;
		margin-top:10px;
	}
	#wrap_footer 
	{
		clear: both;
	}
	#footer {
		padding: 5px 6px;
		text-align:center;
	}
		#footer p
		{
			margin:0;
		}
/* Top nav */
#topmenu:after
{
	content:"";
	visibility:hidden;
	height:0;
	clear:both;
	display:block;
}
#topmenu
{
	zoom:1;
	padding-top:2px;
}
* 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 #615f5f;
	border-bottom: 0;
	z-index:3;
	text-align:left;
	background:#000 ;
}
#topmenu ul ul ul
{
	left: 100%;
	top:0;
}
#topmenu li
{
	float:left;
	margin: 0;
	padding:  0;
	position: relative; /* for submenu positioning */
	border-left:1px solid #000;
}
#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 3px;	
	line-height:16px;
	font-weight:bold;
}
#topmenu ul ul li {
	display: block;
	float: none;
	width: 140px;
	border-bottom: 1px solid #000;
	border-left:0;
	padding:0;
}
#topmenu ul ul li a {
	display: inline-block;
	float: none;
	width:134px;	
	white-space: normal;
	line-height: 20px;
}
#topmenu ul ul li a {
	margin: 0;
}

#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: #d7e0ef;
	color:#000;
}


/* Blocks */
#news{
	width:180px;
	height:252px;
	padding-top:18px;
	float:right;
	display:inline;
	overflow:auto;
}

	#news h2{
		font-size:1.27em;
		margin:0 0 10px; 
		background-color:#D7E0EF;
		padding:3px 0;
	}
#leftblock .block, #rightblock .block
{
	margin-bottom:10px;
}
#toplogo img, #topbanner img
{
	border: 0;
	display: block;
	margin:0;
}
#breadcrumbs{
	padding:28px 0 20px;
	display:block;
	background:#FFF;
	height:11px;
}



/* Side Menu */
#smenu 
{
	margin:10px 10px 0;
	padding-bottom:270px;
}
#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: #000;
	font-weight:bold;
	margin-bottom:1px;
	padding:1px 8px;
}
#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: 25px;
	font-style: italic;
}
#smenu ul ul ul ul a,
a.smenu-subitem3, span.smenu-subitem3 {
	padding-left: 35px;
	font-style: italic;
}
#smenu ul ul ul ul ul a {
	padding-left: 45px;
	font-style: italic;
}
#smenu ul ul ul ul ul ul a {
	padding-left: 55px;
	font-style: italic;
}
#current-smenu.current{
	background-color: #f4f3f8;
}
#smenu a:hover
{
	background-color: #f4f3f8;
}
#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */
#teasers{
	float:left;
	display:inline;
}
#teasers img
{
	border: 0;
	display: block;
}
#teasers h2{
	font-size:1.13em;
	margin:2px 5px;
}
div.teaser
{
	position: relative;
	width: 300px; 
	padding:0 0 8px 65px;
}
div.t_text 
{
	height:55px;
	overflow:hidden;
}
div.t_text h3
{
	font-size:1em;
	margin:0;
}
div.t_text p
{
	margin:0;
	display:inline;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 2px;
	left: 3px;
	z-index: 1;
}
a.t_img img
{
	width: 55px;
	height: 55px;
}

/* Teasers Colours */
div.teaser
{
	color: #000;
	background-color: #fff;
}
div.t_text h3 a{
	color:#1A145A;
	text-decoration:none;
}

/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #fff;
} 
#navigation,#topmenu
{
	background-color: #000;
}
#frontbottom,#topbanner{	
	border:2px solid #d6e1ee;
}

#wrap_body #leftblock
{
	background-color:#d7e0ef;
}
#wrap_content 
{
	background: #fff;
	color: #000;
}
#wrap_body #wrap_content { background:#FFF url(images/sidebarbg.gif) 0 60px repeat-y;}
#footer {
	color:  #fff;
	background: #000;
}
a.copyright { color:#fff; text-decoration: none; font-weight: bold; }
a.copyright:hover {text-decoration: underline;}
a
{
	color: #615f5f;
}
#breadcrumbs a
{ 
	text-decoration:none;
}
a img 
{ 
	border: none; 
}
#content p{
	font-size:11px;
	font-weight:normal;
}

