/* WPS Standard Template A */

body {
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Arial,Helvetica,sans-serif;
	/* font size is set in default.css */
	font-size: 80%;
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#toplogo, #navigation, #topbanner, #wrap_content, #separator {
	width: 770px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#toplogo
{
	min-height: 50px;
}
#navigation
{
	height: 18px;
	position: static; /* needed for menu to display at the right place */
}
#topbanner
{
	display: block;
}
#separator
{
	display: none;
}
#leftblock 
{
	float: left;
	display: inline; /* IE hack */
	width: 158px;
	padding: 5px 15px 5px 16px;
	margin: 0;
}
#rightblock { 
	float: right;
	display: inline; /* IE hack */
	width: 158px;
	padding: 5px 16px 5px 15px;
	margin: 0;
}
#frontpage #rightblock img 
{
	margin: 5px 0 0 0;
}
#frontpage #leftblock img
{
	margin: 0 0 5px 0;
}
#leftblock, #rightblock, #content
{
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#content {
	overflow: auto;
	width: 510px;
	padding: 5px 5px 15px 5px;
	text-align: left;
	float: left;
	margin: 5px 0 0 20px;
}
#frontpage #content {
	width: 353px;
	float: right;
	margin: 5px 9px 0 0;
}
#teasers 
{
	float: right;
	width: 521px;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	overflow: hidden;
	clear: right;
	display: inline; /* IE hack */
}
#wrap_footer 
{
	clear: both;
}
#footer {
	padding: 3px 6px;
	text-align: right;
}

/*	Shortcuts or Search Layout */ /* not used */

#toplogo div.search, #toplogo div.shortcuts
{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0;
}
#toplogo div.search
{
	margin: 0 3px 3px 0;
	padding: 3px;
}
#toplogo div.search form
{
	display: inline;
}
#toplogo input.searchwords
{
	width: 100px;
}
#navigation div.shortcuts
{
	float: right;
	margin: 0;
	padding: 0;
	/*display: inline;*/
}


/* Dropdown */
ul.dropdownreplacement
{
	padding: 1px 0 0 0;
}
ul.dropdownreplacement a
{
	display: inline;
}
.mainMenuOff, .subMenuOff, .mainMenuOn, .subMenuOn, ul.dropdownreplacement li a {
	text-decoration: none;
	margin: 0;
	font-size: 100%;
	line-height: 14px;
}
td.mainMenuOff, td.mainMenuOn, ul.dropdownreplacement li a, ul.dropdownreplacement li.firstitem a {
	padding: 2px 9px;
	border: 5px solid;
	border-top: 0;
	border-bottom: 0;
}
td.subMenuOff, td.subMenuOn {
	padding: 2px 3px !important;
	border: 5px solid;
	border-top: 0;
	border-bottom: 0;
}
div.mainMenuOff, div.subMenuOff 
{
}


/* Blocks */

#toplogo img,#topbanner img
{
	border: 0;
	display: block;
}

#teasers h2 {
	height: 18px;
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: bold;
}
span.dailytip /* not used */
{
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}
#searchwords /* not used */
{
	margin: 0 5px;
}
iframe.autoscroller-border 
{
	margin: 0;
	width: 154px; /* IE hack: should be width-(2*border_width) */
}
#rightblock > iframe.autoscroller-border 
{
	width: 156px;
}


/* Side Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid;
}
#smenu ul ul
{
	border:0;
}
#smenu li 
{ 
	margin: 0;
	border-top: 1px solid;
}
* 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: #000;
	background-color: #d2d2d2;
	border: 5px solid #d2d2d2;
	border-top:0;
	border-bottom:0;
}
#smenu ul a,
a.smenu-section, span.smenu-section {
	padding-left: 5px;
	font-weight: bold;
}
#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;
}
#smenu a:hover,
table a.hover:hover, table span.hover:hover, 
table a.hover-current:hover, table span.hover-current:hover 
{
	color: #000;
	background-color: #d6d4c3;
	border-color: #fff;
}

#smenu ul, #smenu li
{
	border-color: #9c9d9f;
}

#smenu div.search
{
	display: none; /* hide unwanted search box */
}


/* Teasers */

div.teaser
{
	float: right;
	clear: left;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 150px;
	height: 125px;
	margin: 0 0 0 22px;
}
div.t_frame
{
	display: none;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
a.t_img img
{
	width: 150px;
	height: 125px;
	display: block;
	border: 0;
}
div.t_text /* not used */
{
	position: absolute;
	top: 64px;
	left: 0px;
	padding: 0px 2px 0px 4px;
	z-index: 2;
	overflow: hidden;
}
div.t_text h3 /* not used */
{
	font-weight: bold;
	font-size: 100%;
	padding: 0 0 2px 0;
	margin: 0;
}
div.t_text p /* not used */
{
	margin: 0;
	padding: 0;
}
div.t_readmore /* not used */
{
	position: absolute;
	bottom: 3px;
	right: 4px;
	z-index: 2;
}
div.teaser.w_text div.t_readmore /* not used */
{
	padding: 0px 0px 0px 7px;
	background-image: url("images/arrow_next.gif");
	background-position: 0px 50%;
	background-repeat: no-repeat;
}
div.t_readmore a /* not used */
{
	text-decoration: none;
}
div.t_readmore img /* not used */
{
	display: block;
	border: 0;
}

/* Teasers Colours */

div.teaser
{
	color: #fff;
	background-color: #666;
}
div.t_text h3 /* not used */
{
	color: #008bc9;
	background-color: #fff;
}
div.t_readmore a /* not used */
{
	color: #666;
}

/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #666;
} 
#wrap_menu
{
	background-color: #aaa;/*#d6d4c3;*/
	border-bottom: 1px solid #fff;
}
#topbanner, #wrap_logo
{
	background-color: #fff; /*#E6E3D1; /*d2d2d2;*/
	border-bottom: 1px solid #fff;
}
#wrap_content {
	background: #fff url("images/faux.gif") repeat-y scroll left;
}
#content
{
	color: #000;
	/*background-color: Yellow; /* For testing */
}
#leftblock, #rightblock 
{
	color: #000;
	/*background-color: Pink; /* For testing */
}
#leftblock img, #rightblock img
{
	border: 1px solid #9c9d9f;
}
#leftblock td img
{
	border: 0;
}
#teasers
{
	/*background-color: Lime; /* For testing */
}
#teasers h2
{
	color: #000;
	background-color: #e7e4d2;
}
#wrap_footer, #footer {
	background-color: #aaa;/*#d6d4c3; /* Both must be set for IE */
	color:  #000;
}
.mainMenuOff, .subMenuOff {
	color: #000;
	background-color: #aaa;
}
.mainMenuOn, .subMenuOn, ul.dropdownreplacement li a:hover {
	color: #000;
	background-color: #e7e4d2;
}
td.mainMenuOff,  td.subMenuOff, ul.dropdownreplacement li a, ul.dropdownreplacement li.firstitem a
{
	border-color: #aaa;
}
td.mainMenuOn,  td.subMenuOn, ul.dropdownreplacement li a:hover
{
	border-color: #fff;
}
div.subMenuOff 
{
	border: 1px solid #000;
}
span.dailytip, .autoscroller-border, #autoscroller-body /* not used */
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border /* not used */
{
	border: 1px solid #9c9d9f; 
}	
a, #content a:link, #content a:visited
{
}
#content a:hover, #content a:active
{
}
div.search
{
	border: 2px solid #03c;
}
#searchwords, input.button
{
	vertical-align: text-top;
	border: 0;
	line-height: 14px;
	background-color: #fff;
}
#searchwords 
{
	border-left: 5px solid #d6d4c3;
}
* html #Submit1
{
	height: 17px;
	position: relative;
	top: -1px;
}

a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#000; text-decoration: underline;}
