/* WPS Standard Template A */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}
ul{ padding-top:0; margin-top:0;}
p{ margin:15px 0 0 0;}
/*	Layout only	*/
#page {
	width:960px;
	background:url(images/page_bg.jpg) 0 0 no-repeat;
	margin:32px auto 0 auto;
	padding:16px 16px;
}
#wrap_logo, #navigation, #topbanner, #wrap_content, #separator {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
#wrap_logo {
	background:url(images/header_bg.jpg) 0 0 no-repeat;
	height:30px;
}
#toplogo {
	height: 30px;
	padding:0 5px;
	width:200px;
	float:left;
}
#toplogo img {
	float:left;
}
#loginlink {
	float:right;
	width:50px;
}
#navigation {
	height: 25px; /* 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 */
	float:right;
	display:inline;
	width:750px;
}
#wrap_content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #wrap_content {
	height: 1%;
}
#wrap_content {
	zoom: 1;
	display: block;
}
#wrap_body #content {
	width:795px;
	padding:20px 0 20px 20px;
	float:right;
	display:inline;
}
#breadcrumbs{ margin-bottom:10px;}
#separator {
	display: none;
}
#wrap_content {
	clear: both;
}
#wrap_leftblock {
	background:url(images/smenu_bg.png) bottom right no-repeat;
	padding-bottom:10px;
	float: left;
	display: inline; /* IE hack */
	width: 142px;
	padding-bottom:5px;
	margin:5px 0;
}
#leftblock {
	background:#00215B url(images/smenu_bg.png) 0 0 no-repeat;
	padding-top:5px;
}
#leftblock, #rightblock, #content {
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content {
	overflow: auto; /* IE6 falls apart otherwise */
}
#wrap_footer {
	clear: both;
	margin: 0;
	position: relative;
	height:31px;
	font-size:91.7%;
	padding:0 6px;
}
#footer {
}
/*	Shortcuts or Search - Positioning and Layout */ 

#toplogo div.search, #toplogo div.shortcuts {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	margin: 0;
}
#navigation div.shortcuts, #navigation div.search {
	float: right;
	margin: 0 0 0 0;
	padding: 0;/*display: inline;*//*background-color: #f00; /* for testing */
}
/* Search form */
div.search {
	float:right;
	width:150px;
}
div.search form {
	margin: -1px 3px 0 3px;
	padding: 0 0 1px 0;
} /* False values for IE7+IE6 */
html:not([dummy]) div.search form {
 margin-top: 0px;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) {
div.search form {
 margin-top: 0px;
}
} /* True values for Opera */
div.search input.button {
	vertical-align: text-top;
	/*	margin-top: 1px;*/
	line-height: 13px;
	height: 18px;
	padding: 0;
	display:none;/*	font-size: 12px;*/
}
span.searchbuttonbox > input.button {
	padding: 0 0.4em;/*display: inline;*/
}
div.search input.searchwords {
	height: 16px;
	border: 0;
	margin:4px 2px 0 0;
	padding: 3px 0 0 22px;
	background:url(images/search_bg.gif);
	width:118px;
	height:18px;/*	font-size: 12px;*/
}
/* ShortCuts Menu Styling*/

/* Dropdown Menu */

/* Blocks */
#frontpage #content h1 {
	font-size:200%;
}
#leftblock h2, #rightblock h2 {
	background: transparent url(images/dot3.gif) repeat-x scroll left bottom;
	font-size: 1.08em;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 0.4em;
}
#leftblock h2 span, #rightblock h2 span {
	background: transparent url(images/arrow.gif) no-repeat scroll 6px 50%;
	padding: 0 0 0 18px;
}
span.dailytip {
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}
iframe.autoscroller-border {
	margin: 0;
	width: 168px; /* IE hack: should be width-(2*border_width) *//*border: 1px solid;*/
}
html>body iframe.autoscroller-border {
	width: 168px;
}
form.vertical input.box {
	display: block;
}
/* Side Menu */

#smenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left:3px;
}
#smenu li {
	margin: 0;
}
* html #smenu a {
	height: 1%
} /* hasLayout */
#smenu a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
#smenu ul a {
	padding-left: 10px;
	font-weight: bold;
	background:url(images/smenu_dot.gif) 3px -42px no-repeat;
}
#smenu ul a:hover {
	background:url(images/smenu_dot.gif) 3px 8px no-repeat;
	color:#FFF;
}
#smenu ul a.current {
	background:url(images/smenu_dot.gif) 3px -92px no-repeat;
}
#smenu ul ul a {
	padding-left: 18px;
	font-weight: normal;
	background:url(images/smenu_dot.gif) 0 -149px no-repeat;
}
#smenu ul ul a:hover, #smenu ul ul a.current {
	background:url(images/submenubg.gif) 2px 0px no-repeat;
	color:#000;
}
#smenu ul ul ul a {
	padding-left: 25px;
	font-style: italic;
}
#smenu ul ul ul ul a {
	padding-left: 20px;
	font-style: italic;
}
#current-smenu.current {
}
#smenu ul, #smenu a {
	border-color: #666;
}
#smenu div.search {
	display: none; /* hide unwanted search box */
}
/* Teasers */

#teasers {
	padding: 0 0 0 0;
	margin:5px 0 5px 0;
	overflow: hidden;
	clear: right;
	display:block; /* IE hack */
}
#teasers img {
	border: 0;
	display: block;
}
#teasers h3, #teasers h2 {
	height:19px;
	margin:0;
	padding:0px 5px 4px;
	font-size:130%;
	font-weight:normal;
	font-family:Verdana;
}
#teasers h3 a, #teasers h2 {
	color:#FFF;
	text-decoration:none;
}
a.t_img img {
	width: 233px;
	height: 86px;
	display: block;
	margin-left:1px;
}
#teaser1, #teaser2, #teaser3, #teaser4 {
	width: 235px;
	float:left;
	display:inline;
	position:relative;
	margin-right:6px;
}
#teaser1 {
	background:url(images/teaser_bg.gif) -705px 0 repeat-y;
}
#teaser1 h3 {
	background:url(images/teaser_bg.gif) 0 0 repeat-y;
}
#teaser1 .teaser {
	background:url(images/teaser_bg.gif) -1410px bottom no-repeat;
	min-height:240px;
}
*html #teaser1 .teaser {
	height:240px;
}
#teaser2 {
	background:url(images/teaser_bg.gif) -940px 0 repeat-y;
}
#teaser2 h3 {
	background:url(images/teaser_bg.gif) -235px 0 repeat-y;
}
#teaser2 .teaser {
	background:url(images/teaser_bg.gif) -1645px bottom no-repeat;
	min-height:240px;
}
*html #teaser2 .teaser {
	height:240px;
}
#teaser3 {
	background:url(images/teaser_bg.gif) -1175px 0 repeat-y;
}
#teaser3 h3 {
	background:url(images/teaser_bg.gif) -470px 0 repeat-y;
}
#teaser3 .teaser {
	background:url(images/teaser_bg.gif) -1880px bottom no-repeat;
	min-height:240px;
}
*html #teaser3 .teaser {
	height:240px;
}
#teaser4 {
	background:url(images/teaser_bg.gif) -705px 0 repeat-y;
	margin-right:0;
}
#teaser4 h2 {
	background:url(images/teaser_bg.gif) -0 0 repeat-y;
}
#teaser4 .block {
	background:url(images/teaser_bg.gif) -1410px bottom no-repeat;
	min-height:217px;
}
*html #teaser4 .block {
	height:217px;
}
div.teaser p, div.block p {
	padding:5px;
	margin:0;
}
a.teaser-head {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
div.teaser {
	color: #000;
	padding:0 0px;
}
.t_readmore {
	position:absolute;
	bottom:3px;
	right:3px;
	width:83px;
	height:20px;
	background:url(images/readmore_bg.gif) no-repeat;
	float:right;
}
.t_readmore a {
	height:20px;
	display:block;
	padding:2px 0 0 15px;
	color:#FFF;
	text-decoration:none;
	font-size:91.7%;
}
/*	Styling (Colours, backgrounds) */
body {
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage {
	background: #FFF url(images/body_bg.jpg) top repeat-x;
}
#wrap_logo, #toplogo {
}
#wrap_menu, #navigation {
}
#wrap_menu {
	border-color: #666;
}
#toplogo, #navigation, #topbanner, #wrap_content, #separator {
	border-color: #ccc;
}
#wrap_content {
	background:url(images/waterm.png) bottom right no-repeat;
}
*html #wrap_content {
	background:none;
}
#content {
/*	background-color: Yellow; /* For testing */
}
#leftblock, #rightblock, #rightblock h2 {
	color: #000;/*	background-color: Pink; /* For testing */
}
#teasers {
/*	background-color: Lime; /* For testing */
}
#wrap_footer {
	background:url(images/footer_bg.png) 0 0 no-repeat;
	color:  #FFF;
}
#footer a {
	color:#FFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color:#fff;
	text-decoration: underline;
}
#copyright{ color:#666; text-align:center; padding:10px;}
div.submenu {
	border-color: #666;
}
ul.dropdownreplacement li a {
	color: #000;
}
ul.dropdownreplacement li {
	border-color: #000;
}
.mainmenu, .submenu {
	color: #000;
	background-color: #ccc;
}
iframe.autoscroller-border {
	border-color: #ccc;
}
a, #content a:link {
	color: #00215B;
}
a:hover, #content a:hover {
	color:#EF4035;
}
/* Text styling (fonts) */
#topmenu {
	float:right;
}
#topmenu ul {
	margin:0;
	padding:0;
}
#topmenu ul li {
	float:left;
	margin:3px 0 0 3px;
	text-align:center;
	list-style:none;
}
#topmenu ul a {
	width:84px;
	height:24px;
	line-height:24px;
	color:#FFF;
	display:block;
	background:url(images/menu_bg.png) 0 0 no-repeat;
	text-decoration:none;
}
#topmenu ul a:hover {
	background:url(images/menu_bg.png) 0 -24px no-repeat;
}
#loginlink a {
	width:39px;
	margin:3px 0 0 4px;
	height:24px;
	line-height:24px;
	color:#FFF;
	display:block;
	background:url(images/menu_bg.png) 0 -48px no-repeat;
	text-indent:-9999px;
}
#loginlink a:hover {
	background:url(images/menu_bg.png) 0 -72px no-repeat;
}
