/* WPS Standard Template A */

body /* override for default.css */
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: 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 */
}

/*	Layout only	*/

#toplogo, #navigation, #topbanner, #wrap_content, #separator {
	width: 749px; 
	margin: 0 auto;
	border: 0;
	position: relative;
}
#toplogo
{
	height: 54px;
}

#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 */
	border-bottom: 1px solid;
}
#separator
{
	display: none;
}
#wrap_content
{
	clear: both;
}
	#leftblock 
	{
		float: left;
		display: inline; /* IE hack */
		width: 173px; 
		padding: 5px 7px;
		margin: 0;
	}
	#rightblock {
		float: right;
		display: inline; /* IE hack */
		width: 170px; /* Total width should be 180px */
		padding: 5px;
		margin: 0 0px 0 0;
	}
	#leftblock, #rightblock, #content
	{
		overflow: visible;
	}
	* html #leftblock, * html #rightblock, * html #content
	{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content {
		width: 540px;
		padding: 10px; /* left padding for FF tables */
		float: right;
		display: inline; /* IE6 hack */
		margin: 0 0 0 -5px;
	}
	#teasers 
	{
		float: right;
		width: 548px; 
		padding: 0 0 0 0;
		margin: 0 7px 5px 0;
		overflow: hidden;
		clear: right;
		display: inline; /* IE hack */
	}
	#wrap_footer 
	{
		clear: both;
		margin: 0 0 0 187px;
		position: relative;
	}
		#footer {
			padding: 1px 6px;
		}

/*	Shortcuts or Search - Positioning and Layout */ 

#toplogo #search, #toplogo #shortcuts
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	margin: 0;
}
#navigation #shortcuts, #navigation #search
{
	float: right;
	margin: 0 0 0 0;
	padding: 1px 0 0 0;
	/*display: inline;*/
	/*background-color: #f00; /* for testing */
}

/* Search form */
#search form
{
	margin: 0 3px;
	padding: 0;
}

#search input.button
{
	vertical-align: text-top;
	border: 1px solid #7a8694;
	background-color: #465463;
	color: #fff;
/*	margin-top: 1px;*/
	line-height: 13px;
	height: 18px;
	padding: 0;
	font-size: 12px;
}
#search input.searchwords
{
	height: 16px;
	border: 1px solid #7a8694;;
	padding: 0 0.3em;
	font-size: 12px;
	width: 80px;
	margin-right: 2px;
}

/* ShortCuts Menu Styling*/

#shortcuts
{
}

#shortcuts ul
{
	margin: 0 7px 0 0;
	padding: 0 0 0 16px;
	background-image: url("images/mainlinks-in.gif");
	background-position: 7px 50%;
	background-repeat: no-repeat;
}

#shortcuts ul li
{
	line-height: 33px;
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url("images/mainlinks-sep.gif");
	background-position: 7px 50%;
	background-repeat: no-repeat;
	list-style-type: none;
	display: inline;
}


#shortcuts ul li a
{
	color: #000000;
	text-decoration: none;
}

#shortcuts li.print	/* not used */
{
	background-image: url(images/printer_w.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 17px;
}

#shortcuts li.search 	/* not used */
{
	background-image: url(images/search_w.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding: 2px 3px 2px 17px;
}



/* Dropdown Menu */
ul.dropdownreplacement li
{
	float: left;
	display: inline; /* IE6 hack */
	height: 16px;
}
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: 3px;
	padding-right: 9px;
}
td.mainmenu, td.submenu {
	padding: 0px 4px;
}
#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 */

#leftblock h2, #rightblock h2, #teasers h2
{
	background: #026899;
	font-size: 1.08em;
	font-weight: bold;
	padding: 0 2px 0px 2px;
	margin-bottom: 0.4em;
	border: 1px solid #000;
	color: #fff;
}

#toplogo img, #topbanner img
{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}

span.dailytip 
{
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}

iframe.autoscroller-border 
{
	margin: 0;
	width: 173px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 173px;
}
form.vertical input.box
{
	display: block;
}



/* Static Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid;
}
#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: #fff;
	background-color: #transparent;
	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: 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;
}
#current-smenu2.current {
	background-color: #ccc;
}
#smenu a:hover {
	color: #000;
	background-color: #ccc;
}

#smenu ul, #smenu a
{
	border-color: #fff;
}

#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: 149px;
	height: 125px; 
	margin: 0px 0px 0px 25px;
	border: none;
}
div.teaser.first
{
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
a.t_img img
{
	width: 149px;
	height: 125px;
	display: block;
}

/* Teasers Colours */

div.teaser
{
	color: #000;
	background-color: #fff;
}


/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #026899;
} 
#navigation
{
	background-color: #011422;
	border-color: #fff;
}
#toplogo, #navigation, #topbanner, #wrap_content, #separator
{
	border-color: #ccc;
}
#wrap_content 
{
	background: #fff url("images/faux.gif") repeat-y scroll left top;
	color: #000;
}
#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 {
	color:  #fff;
	background: #011422;
}
a.copyright { color:#fff; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}
div.submenu 
{
	border-color: #666;
}
ul.dropdownreplacement li a
{
	color: #000;
}
ul.dropdownreplacement li
{
	border-color: #000;
}
.mainmenu, .submenu {
	color: #fff;
	background-color: #011422;
}
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 */

span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}	
a, #content a:link
{
	color: #208;
}
#content a:visited, #righblock a:visited
{
	color: #602;
}
#content a:hover, #content a:active
{
}
#searchwords, input.button
{
}
#toplogo #shortcuts span
{
	color: #000;
}
	

/* Text styling (fonts) */

#navigation a, #rightblock 
{
}
