
/* Catchall definition */

body{
	font-size: 68.75%;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

/*	Layout only	*/

 #navigation, #topbanner, #wrap_content {
	width: 770px; 
	margin: 0px auto;
	border: 0;
	position: relative;
	border-left:1px solid;
	border-right:1px solid;
}
#topbanner
{
	overflow:hidden;
	border-bottom:1px solid;
	border-right:0;
}
#wrap_menu
{
	position:static;
}
#navigation
{
	height: 20px; /* 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;
	border-top:1px solid;
}
#leftblock 
{
	float: left;
	display: inline; /* IE hack */
	width: 175px; 
	padding: 14px 0 120px 0;
	margin: 0;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 205px; /* Total width should be 180px */
	padding: 0;
	margin: 0 15px 0 0;
}
#leftblock, #rightblock, #content
{
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#content {
	width: 590px;
	padding:0 0 8px; /* left padding for FF tables */
	float: right;
	display: inline; /* IE6 hack */
	margin: 0 0 0 5px;
}
#frontpage #content {
	width: 354px;
	margin-right: 8px;
	padding:0 8px 0 5px;
}
#teasers 
{
	float: right;
	width: 585px; 
	padding: 0 0 0 0;
	margin: 30px 0 5px 0;
	overflow: hidden;
	clear: right;
	display: inline; /* IE hack */
}
#leftbtm
{
	position:absolute;
	top:-120px;
	left:0;
	text-align:center;
	width:175px;
}
#wrap_footer 
{
	clear: both;
	margin: 0;
	position: relative;
	border-top:1px solid;
	min-height:60px;
}
* html #wrap_footer 
{
	height:60px;
}
#footer {
	padding: 5px 0;
}

/* Dropdown Menu */
ul.dropdownreplacement li, ul.dropdownreplacement li.firstitem
{
	float: left;
	display: inline; /* IE6 hack */
	height: 16px;
	border: 0;
}
ul.dropdownreplacement a
{
	display: block;
}
.mainmenu, .submenu {
	text-decoration: none;
	font-size: 100%;
}
.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: 2px 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: -2px; /* match with #menu0 padding */
}
div.submenu div.submenu
{
	margin-top: 0; /* reset it in menu items */
}


/* Blocks */
#rightblock #autoscroller
{
	background: transparent url(images/left_nav_borderH.gif) repeat-x left bottom;
	padding-bottom:2px;
	margin-bottom:25px;
}
#rightblock h2
{
	font-size: 1.18em;
	font-weight: bold;
	padding: 0  0 5px 8px;
	margin: 0.4em 0 ;
}
#rightblock .block
{
	padding:0 0 0 8px;
}
 #topbanner img
{
	border: 0;
	display: block;
}

iframe.autoscroller-border 
{
	margin: 0;
	width: 180px; /* IE hack: should be width-(2*border_width) */
	padding:3px;
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 180px;
}
form.vertical input.box
{
	display: block;
}
#breadcrumbs
{
	margin: 1em 0;
	font-style:italic;
}



/* Side Menu */

#smenu ul
{
	margin: 0 1px 0 0;
	padding: 0;
	list-style-type: none;
	background:url(images/left_nav_border-w-tp.gif) repeat-x left top;
}
#smenu ul ul
{
	background: none;
}
#smenu li {
	margin:0;
}
#smenu a {
	background:url(images/left_nav_border-w-tp.gif) repeat-x left bottom;
}
* html #smenu a
{ height: 1% } /* hasLayout */
#smenu a,
table a.hover, table span.hover, table a.hover-current, table span.hover-current {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 3px 0 4px 5px;
}
#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
{
	background-color:#fff;
	color:#007783;
}
#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */

#teasers img
{
	border: 0;
	display: block;
}
div.teaser
{
	float: left;
	clear: right;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 162px;
	margin: 0px 0px 10px 7px;
	padding:68px 0 15px;
	border:1px solid #ccc;
}
div.teaser.first
{
	margin-left:35px;
}
div.t_text
{
	padding: 1px 8px;
	background: #fff url("images/dot3.gif") repeat-x;
	min-height:6.3em;
}
* html div.t_text
{
	height:6.3em;
}
div.t_text h3
{
	font-weight: bold;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	color: #007783;
}
div.t_text h3 a
{
	text-decoration: none;
	color: #007783;
}
div.t_text p
{
	margin: 0;
	position: relative;
	z-index: 2;
	line-height: 1.25em;
}
div.t_readmore
{
	position: absolute;
	bottom:2px;
	right:8px;
	line-height: 1.25em;
	z-index: 3;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
a.t_img img
{
	width: 162px;
	height: 68px;
	display: block;
}

/* Teasers Colours */

div.teaser
{
	color: #000;
	background-color: #fff;
}
div.t_readmore a
{
	text-decoration:none;
	background: url("images/tridot.gif") no-repeat right center;
	padding-right:10px;
}

	
	
	
/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #fff;
} 
#wrap_menu, #navigation
{
	background-color: #007783;
}
 #navigation, #topbanner, #wrap_content 
{
	border-color: #007783;
}
#topbanner
{
	border-bottom-color:#fff;
}
#wrap_content 
{
	background: #fff url("images/bg.gif") repeat-y;
	color: #000;
	border-top-color:#fff;
}
#rightblock h2 
{
	color:#000;
}
#frontpage #content
{
	background: #fff url("images/bg1.gif") repeat-y right 0;
}
#wrap_footer {
	color:#fff;
	background: #007783  ;
}
a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}
div.submenu 
{
	border-color: #007783;
}
.mainmenu, .submenu,ul.dropdownreplacement li a {
	color: #fff;
	background-color: #007783;
}
ul.dropdownreplacement a:hover, .mainmenu.on, .submenu.on {
	background-color: #fff;
	color:#007783;
}
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 */

span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}	
a {
	color: #007783;
}
input.box {
	width: 150px;
	border: 1px solid #DFD7D0;
}

input.button {
	font-size: 10px;
	background-color: #D4DCC4;
	border: 1px solid #999;
	cursor: hand;
}
a img 
{ 
	border: none; 
}
#wrap_footer a
{
	color:#fff;
}
hr 
{
	height: 2px;
	border: 1px solid #009999;
}
