body
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 63.3%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
	line-height: 140%;
}
html,body
{
	height: 100%;
}
/*	Layout only	*/
#wrap
{
	width:756px;
	margin: 0px auto;
	padding:0 7px;
	border-left:1px solid;
	border-right:1px solid;
	min-height:100%;
}
*html #wrap
{
	height:100%;
}
#toplogo
{
	min-height: 50px;
}
#wrap_menu
{
	position:static;
}
	#navigation
	{
		height: 28px; /* 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 */
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:110%;
	}
#wrap_content
{
	clear: both;
}
	#frontpage #wrap_content
	{
		padding-top:30px;
	}
	#leftblock 
	{
		float: left;
		display: inline; /* IE hack */
		width: 176px; 
		padding: 14px 0 5px 8px;
		margin: 0;
	}
	#leftblock, #content
	{
		overflow: visible;
	}
	* html #leftblock, * html #content
	{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content {
		width: 540px;
		padding: 16px 0; /* left padding for FF tables */
		float: right;
		display: inline; /* IE6 hack */
		margin: 0 15px 15px 0;
	}
	#frontpage #content {
		width: 364px;
		margin-right:0;
		padding:0;
		float:left;
	}
	#teasers 
	{
		float: right;
		width: 316px; 
		padding: 0 0 0 0;
		margin: 40px 48px 40px 0;
		overflow: hidden;
		display: inline; /* IE hack */
	}
	#wrap_footer 
	{
		clear: both;
		text-align:center;
	}
	* html #wrap_footer
	{
		height: 1%; /* IE6 hack */
	}

/* Dropdown Menu */
.mainmenu, .submenu {
	text-decoration: none;
}
.mainmenu {
	line-height: 16px;
	padding: 0;
}
.submenu {
	line-height: 16px;
	padding-left: 5px;
	padding-right: 9px;
}
td.mainmenu{
	padding: 0px 5px;
}
 td.submenu {
	padding:0;
}
#menu0, ul.dropdownreplacement
{
	padding: 6px 0 !important; /* match with div.submenu margin */
	margin: 0; /* Firefox does not stretch container div */
	float: left;
	display: inline; /* IE6 hack */
}
div.submenu 
{
	border: 1px solid;
	margin-top: -6px; /* match with #menu0 padding */
}
div.submenu div.submenu
{
	margin-top: 0; /* reset it in menu items */
}


/* Blocks */

#toplogo img, #topbanner img
{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}
#breadcrumbs
{
	margin-bottom:20px;
}
/* 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: #000;
	background-color: #FF9933;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size:110%;
}
#smenu ul a{
	padding-bottom:5px;
}
#smenu ul ul a{
	padding-left: 10px;
	font-weight: normal;
	padding-bottom:2px;	
}
#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;
}
#smenu .current
{
	font-family:Verdana,Helvetica,Arial,sans-serif;	
	color:#494A3E;
	font-size:1.2em;
	font-variant:small-caps;
}
#current-smenu.current {
	background-color: #F3F3F3;
	font-weight:bold;
	color:#000;
	font-size:110%;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:normal;
	font-variant:normal;
}
#smenu a:hover 
{
	color: #9b0f22;
	background-color: #F3F3F3;
}
#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */

#teasers img
{
	border: 0;
	display: block;
}
div.teaser
{
	position: relative;
	width: 316px;
	height: 100px; 
	margin: 0 0 10px;
	border: none;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
}
.t_text
{
	padding-left:110px;
}
.t_text h3
{
	font-size:120%;
	margin:0;
	padding:0;
}
a.t_img img
{
	width: 100px;
	height: 100px;
	display: block;

}

/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage,#wrap_footer
{
	background-color: #95937F;
} 
#wrap_menu, #navigation
{
	background-color: #95937F;
}
#wrap_content,#wrap_logo
{
	background-color: #f93;
}
#wrap
{
	border-color:#fff;
}
#wrap_footer {
	color:  #fff;
}
a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}
div.submenu 
{
	border-color: #95937F;
}
.mainmenu, .submenu {
	color: #fff;
	background-color: #95937F;
}
ul.dropdownreplacement a:hover, .mainmenu.on, .submenu.on {
	color: #000;
	background-color: #fff;
}
div.submenu td.arrow {
	background-image: url(images/arrow_next.gif);
	background-position: 92% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
} /* False values for IE7+IE6 */
html:not([dummy]) div.submenu td.arrow {
	background-position: 99% 50%;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { div.submenu td.arrow {
	background-position: 99% 50%;
} } /* True values for Opera */
a
{
	color: #494A3E;
}
#wrap_footer a
{
	color:#fff;
}
a:hover,#wrap_footer a:hover
{
	color: #9B0F22;
}
#breadcrumbs a,#breadcrumbs a:hover
{
	text-decoration:none;
	color: #494A3E;
}
a img 
{ 
	border: none; 
}

