/* WPS Standard Template A */

body
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 80%; 
	margin: 0;
	padding: 0; /* Opera has a default padding */
	border-top:2px solid;
}

/*	Layout only	*/
#wrap_logo, #wrap_menu, #wrap_content {
	width: 949px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#wrap_logo
{
	padding-top:26px;
}
	#toplogo
	{
		min-height: 50px;
		position:absolute;
		top:3px;
		left:0;
	}
#wrap_menu
{
	z-index:2;
	margin-bottom:1px;
}
	#navigation
	{
		height: 45px; /* not necessary, ruins Opera height */
		position: static; /* needed for menu to display at the right place */
		overflow: visible; /* in case there are too much menus */
	}
#wrap_content
{
	clear: both;
}
	#leftblock, #frontpage #content {
		float: left;
		display: inline; /* IE hack */
		width: 249px; 
		padding: 14px 16px 0;
		margin: 0;
	}
	#leftblock, #content
	{
		overflow: visible;
	}
	* html #leftblock, * html #content
	{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content, #teasers {
		width: 636px;
		padding: 10px; /* left padding for FF tables */
		float: right;
		display: inline; /* IE6 hack */
		margin: 0;
		line-height:160%;
	}
	#teasers {
		width: 642px;
		padding:18px 0;
	}
	#wrap_footer 
	{
		clear: both;
		margin: 0;
		position: relative;
		height:53px;
	}
		#footer {
			padding: 6px 8px;
			text-align:right;
			width:652px;
			position:absolute;
			bottom:0;
			right:0;
		}


/* Blocks */

#toplogo img, #topbanner img
{
	border: 0;
	display: block;
}
#breadcrumbs
{
	margin-bottom: 1em;
}

/* Top nav */
#topmenu:after
{
	content:"";
	visibility:hidden;
	height:0;
	clear:both;
	display:block;
}
#topmenu
{
	zoom:1;
	padding-top:8px;
	padding-left:8px;
}
* 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-bottom: 0;
	z-index:3;
	text-align:left;
	background:#fff ;
}
#topmenu ul ul ul
{
	left: 100%;
	top:0;
}
#topmenu li
{
	float:left;
	margin: 0;
	padding:  0;
	position: relative; /* for submenu positioning */
}
#topmenu li:first-child
{
	border-left:0;
}
#topmenu a {
	display: inline-block; /* fix for Opera's no-width nested floats hover bug */
	text-decoration: none;
	color: #333 ;
	white-space: nowrap;
	height:100%;
	text-transform:capitalize;
	padding: 0 18px;
	line-height:36px;
}
#topmenu ul ul li {
	display: block;
	float: none;
	width: 14em;
	border-top:1px solid #fff;
	padding:0;
	
}
#topmenu ul ul li a {
	float: none;
	height: auto;
	white-space: normal;
	line-height: 20px;
	width: 90%;
	font-family:Verdana;
	font-size:91.7%;
	padding: 0 5%;
	background:#ff7000;
	color:#fff;
	
}
#topmenu ul ul li a {
	margin: 0;
}
* html #topmenu ul ul li a {
	width: 16em;
	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,#topmenu li:hover,#topmenu li.sfhover
{	
	background:url("images/item_bg.gif") no-repeat top center;
}
#topmenu li li a.current
{
	background:#ff7000;
}
#topmenu li li a:hover,#topmenu li li:hover,#topmenu li li.sfhover
{	
	background:#ffd600;
	color:#333;
}
/*-----------------------------shortcuts-------------------------*/

#shortcuts{ position:absolute; right:0; top:0px;}
#shortcuts ul{ margin:0; padding:0; font-size:91.7%; font-weight:700; font-family:Verdana;}
#shortcuts ul li{ float:left; list-style:none; padding:10px 15px 0 15px; background:url(images/dot1.gif) top center no-repeat;}
#shortcuts ul a{ background:none; text-decoration:none; color:#FF7000}

/*-----------------------------Side Menu ------------------------*/
#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu ul ul
{
	border-top: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a
{
	border-bottom: 1px solid;
}
#smenu a{
	text-decoration: none;
	display: block;
	color: #333;
	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: 20px;
}
#smenu ul ul ul ul a{
	padding-left: 30px;
}
#smenu ul ul ul ul ul a {
	padding-left: 40px;
}
#smenu ul ul ul ul ul ul a {
	padding-left: 50px;
}
#current-smenu2.current,#smenu a:hover
{
	background-color: #ff7000;
	color:#fff;
}
#smenu ul, #smenu a
{
	border-color: #aaa;
}

#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */
#teasers .block
{
	clear:left;
}
div.teaser
{
	float: left;
	clear: right;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 200px; 
	margin: 0px 0px 36px 19px;
	padding-top:80px;
	border: none;
}
div.teaser.first
{
	margin-left: 0;
}
div.t_text 
{
	min-height:8em;
}
*html div.t_text
{
	height:8em;
}
div.t_text h3
{
	font-size:1.17em;
	margin:8px 0;
}
div.t_text p
{
	margin:0;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
a.t_img img
{
	width: 198px;
	height: 78px;
	border:1px solid #ffcc01;
}

/* Teasers Colours */
div.t_text a{
	text-decoration:none;
}

/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #333;
}
#wrap_body, #frontpage
{
	background-color: #fff;
	border-color:#ff7000;
} 
#wrap_menu
{
	background:#FF7000 url("images/nav_bg.gif") repeat-x;
}
#navigation
{
	background: url("images/nav_right.gif") no-repeat top right;
}

#wrap_content 
{
	background: #fff url("images/bg.gif") repeat-y;
	color: #333;
}
#wrap_footer
{
	background:url("images/left_bg.gif") no-repeat bottom left;
}
#footer {
	color:  #fff;
	background: #8686b9;
}
#footer a { color:#fff; text-decoration: none;}
#footer a:hover { color:#fff; text-decoration: underline;background:none;}
a img 
{ 
	border: none; 
}
a
{
	color: #484896;
}
a:hover
{
	background-color:#ffd600;
}
#breadcrumbs a
{ 
	color:#484896;
	text-decoration:none;
}
#breadcrumbs a:hover
{
	background:none;
}
#leftblock h1,#leftblock h2
{
	text-align:right;
	color:#484896;
}
.calendar-list-date
{
	width:10em;
}




/*-------------------------*/
.printer-icon, .tipafriend-icon{ width:110px; height:40px; float:right; text-indent:-9999px; display:block; outline:none;}
.tipafriend-icon{ background:url(images/emailprint.gif) 0 0 no-repeat;}
.printer-icon{ background:url(images/emailprint.gif) 0 -40px no-repeat;}
.tipafriend-icon:hover{ background:url(images/emailprint.gif) 0 -80px no-repeat;}
.printer-icon:hover{ background:url(images/emailprint.gif) 0 -120px no-repeat;}
