/* WPS Standard Template A */

body
{
	font-family:Arial,Verdana,  Helvetica, sans-serif;
	font-size: 70%; /* 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_footer,#wrap_content{
	width: 756px; 
	margin: 0px auto;
	border-left: 7px solid #0782BB;
	border-right: 7px solid #0782BB;
}
#toplogo{
	min-height:50px;
}
#wrap_menu{
	position:relative;
	z-index:100;
}
#navigation{
	height: 20px; 
	padding:3px 0;
	position: static; 
	overflow: visible; 
	border-top:#fff solid 1px;
	border-bottom:#fff solid 1px;
}
#shortcuts{
	margin-top:3px;
	float:right;
	width:50px;
}
#separator{
	position: absolute;
	width: 100%; height: 7px;
	left: 0px; top: 0px;
	font-size: 1px;
	background: transparent url("images/bg-top.png") repeat-x scroll 0px 0px;
	z-index: -1;
}
#wrap_content
{
	clear: both;
}
#leftblock 
{
	float: left;
	display: inline; /* IE hack */
	width: 180px; 
	padding:0;
	margin: 6px;
}

* html #leftblock, * html #content, #wrap_content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#topblock,#bottomblock{
	clear:both;
	display:block;
}
#bottomblocks_left{
	width: 325px;
	padding:8px;
	float:left;
	display: inline;
}
#teasers1,#teasers2{
	margin:0 20px 0 0;
	width:335px; 
	float:right;
	display:inline;
}
#content {
	width: 560px;
	float: right;
	display: inline;
	margin:10px 0;
}
#topleftblock {
	width: 380px;
	float: left;
	display: inline;
}
#wrap_footer 
{
	clear: both;
	text-align:left;
	position: relative;
	font-size:91%;
}
#footer {
	padding: 10px 0;
}

/*	Shortcuts or Search - Positioning and Layout */ 

/* Dropdown Menu */


/* Blocks */

#bottomblocks_left h2, #bottomblocks_right h2{
	font-size:100%;
}
#bottomblocks_left label{
	display:block;
	font-weight:bold;
}


#toplogo img
{
	border: 0;
	display: block;
}
div.breadcrumbs
{
	margin-bottom: 1em;
}
iframe.autoscroller-border 
{
	margin: 0;
	width: 339px; /* IE hack: should be width-(2*border_width) */
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 339px;
}
/* Side Menu */

#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: #0782BB;
	background-color:#FFF;
	padding:4px 0;
}
#smenu ul a {
	padding-left: 5px;
	color:#333;
	font-variant:small-caps;
	}
#smenu ul ul a {
	color: #0782BB;
	padding-left: 5px;
	font-weight:100;
	font-variant:normal;
}
#smenu ul ul ul a {
	padding-left: 15px;
}
#smenu a:hover,#smenu #current-smenu.current{
	background-color: #F3F3F3;
}
#smenu #current-smenu.current{
	font-weight: bold;
}
/* Teasers */

div.teaser
{
	display:block;
	clear:both;
	position:relative;
	margin: 0 0 0 145px;
	_height:82px;
	min-height:82px;
}

div.teaser h3{ font-size:100%; margin:0; padding:0; font-weight:bold;}
div.teaser p{ margin:0; padding:0;}
#teasers1{ margin:25px 20px 0 20px;}
#teasers2{ padding:8px 0;}
#teasers2 h2{ font-size:100%; margin:5px 0; padding:0; font-weight:bold;}
a.t_img
{
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
	margin-left:-145px;
	z-index: 1;
}
a.t_img img
{
	width:134px;
	height: 70px;
	display: block;
	border:2px solid #0782BB;
}

/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage{
	background-color: #999;
} 
#wrap_logo, #wrap_menu, #navigation, #wrap_footer{
	background-color: #0782BB;
}
#wrap_content,#wrap_logo{
	background-color:#FFF;
}
#footer {
	color:#FFF;
}
a.copyright {
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
}
a.copyright:hover{
	text-decoration: underline;
}

a, #content a{
	color: #0782BB; text-decoration:underline;
}
a img { 
	border: none; 
}


/* Top nav */
/* Top nav */
#topmenu{
	float:left;
	display:inline;
	width:700px;
}
* 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-top: 0;
	padding:0;
}
#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-align:center;
	font-weight:700;
	text-decoration: none;
	color: #FFF;
	background:#0782BB;
	padding: 0 6px;
	margin: 0;
}
#topmenu ul ul li {
	display: block;
	float: none;
	width: 200px;
	border-right:0;
}
#topmenu ul ul ul li:first-child{
	border-top:none;
	margin-top:1px;
}
#topmenu ul ul ul li{
	border-left:#FFF 1px solid;
}
#topmenu ul ul li a {
	background-image:none;
	display: block;
	float: none;
	height: auto;
	text-align:left;
	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: 200px;
	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;
}
/* arrow for 4 levels! do not touch! */
#topmenu li li.arrow a, #topmenu li.arrow li.arrow li.arrow a {
	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 {
}
#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, #topmenu li.sfhover a {
	color:#0782BB;
	background-color: #FFF;
}
#topmenu ul ul a.current, #topmenu li:hover li a, #topmenu li:hover li:hover a,#topmenu li.sfhover li a {
	color: #fff;
	background-color: #0782BB; /* reset for submenus */
}
#topmenu li:hover li a:hover,#topmenu li.sfhover li a:hover{
	color: #0782BB;
	background-color: #FFF;
}

.search{
	background-color:#0782BB;
	width:150px;
	color:#FFF;
}
