/* WPS Standard Template A */

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
}
html,body,#wrap_body,#frontpage
{
	height: 100%;
}
/*	Layout only	*/
#wrap_menu
{
	border: 1px solid;
	border-left: none;
	border-right: none;
}
#navigation
{
	height: 24px;
	position: static; 
}
* html #navigation {
	height: 1%
}
#wrap_content 
{
	min-height:100%;
	_height:100%;
	position:relative;
	display:block;
}
#inner_wrap_content
{
    width: 555px;
	float: left;
	margin-left: 175px;
	display: inline; /* IE6 hack */
	margin-bottom: 20px;
}
#leftblock 
{
	float: left;
	display: inline; /* IE hack */
	width: 173px; 
	padding: 10px 2px 30px 0;
	margin: 0 -175px 0 0;
	overflow: visible;
}

* html #content {
	width: 555px;
}
#content {
	overflow: visible;
	min-width: 555px;
	float: left;
	clear: left; /* fix FF's %-age width */
	padding: 0 15px 30px 15px;
}
#frontpage #content {
	width: 550px;
	margin-right: 5px;
	padding: 0 0 30px 0;
}
#topbanner
{
	float: left;
	width: 100%;
}
#frontpage #topbanner
{
	margin-left: 0;
}
#separator
{
	clear: both;
}
#wrap_footer 
{
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding:0;
}
* html #wrap_footer
{
	height: 1%; /* IE6 hack */
}

/*	Shortcuts or Search - Positioning and Layout */ 

#navigation div.shortcuts, #navigation div.search
{
	float: right;
	margin: 0;
	padding: 4px 0;
}

/* Search form */
div.search br
{
	display: none; /* Fixes buggy search module */
}
div.search form
{
	margin: -1px 0 0 0;
	padding: 0;
}
div.search > form
{
	margin-top: 0px;
}
div.search input.button
{
	vertical-align: text-top;
	border: 1px solid #666;
	margin-top: 1px;
	line-height: 13px;
	height: 18px;
	padding: 0;
	background-color: #ccc;
	color: #000;
}
span.searchbuttonbox > input.button, #submit1.button
{
	padding: 0 0.4em;
	display: inline;
}
div.search input.searchwords
{
	height: 16px;
	border: 1px solid #666;
	padding: 0 0.3em;
}

/* ShortCuts Menu Styling*/

div.shortcuts ul
{
	margin: 0;
}
div.shortcuts ul li
{
	margin: 0 10px;
	display: inline;
}
div.shortcuts ul li a
{
	color: #8e9295;
	text-decoration: none;
}
div.shortcuts ul li a:hover
{
	color: #fff;
}

/* Top Menu */

#topmenu ul
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

#topmenu li
{
	margin: 0;
	padding: 0;
	float: left;
	display: inline; /* IE6 */
	height: 24px;
	border-left: 1px solid #8e9295;;
}
#topmenu li:first-child
{
	border-left: 0;
}
#topmenu a
{
	display: block;
	line-height: 24px;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	color: #fff; /*8e9295;*/
	background-color: #4B67CA;
}
#topmenu a:hover, #current-topmenu.current
{
	color: #000;
	background-color: #fff;
}
/* Blocks */
#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;
}
#toplogo img, #topbanner img
{
	border: 0;
	display: block;
}
.blockHead {
	height: 18px;
	margin-bottom: 10px;
	background-image: url("images/dot3.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	color: #000;
	font-weight: bold;
}
.blockContent {
	margin-bottom: 16px;
}
span.dailytip 
{
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}
iframe.autoscroller-border 
{
	margin: 0 -5px;
	width: 186px; /* IE hack: should be width-(2*border_width) */
	border: 1px solid;
}
html>body iframe.autoscroller-border 
{
	width: 188px;
}
#rightblock form input.box
{
	display: block;
}
/* Static Menu */
#smenu ul
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid;
}
#smenu ul ul
{
	padding-left: 30px;
	border: 0;
}
#smenu ul ul ul
{
	padding-left: 7px;
}
#smenu li 
{
	display: block;
	list-style-type: none;
	border-top: 1px solid;
}
#smenu ul ul li 
{ 
	display: list-item;
	list-style-type: none;
	background-image: none;
	border: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */
#smenu a
{
	text-decoration: none;
	line-height: 20px;
	display: list-item;	/* level 1 bullets */
	list-style: disc inside;
	color: #8e9295;
	background-color: #001F8F;
	margin-left: 5px;
}
#smenu ul a {
	font-weight: bold;
}
#smenu ul ul a
{
	display: inline; /* no bullets level 2 onwards */
	margin-left: 0;
	font-weight: normal;
}
#smenu ul ul ul a
{
	font-style: italic;
}
#current-smenu.current
{
	color: #fff;
}
#smenu a:hover 
{
	color: #fff;
}
#smenu ul, #smenu li, #smenu a 
{
	border-color: #8e9295;
}
/*	Styling (Colours, backgrounds) */
body
{
	background: #fcf6e6;
	color: #000;
}
#wrap_logo, #toplogo
{
	background-color: #001f8f;
}
#wrap_menu, #navigation
{
	background-color: #0069B2/*4b67ca*/;
}
#wrap_menu
{
	border-color: #8e9295;
}
#navigation
{
	background: #4b67ca;
}
#frontpage, #wrap_body 
{
	background: #fcf6e6 url("images/faux.gif") repeat-y scroll left top;	
}
#content
{
	background-color: #fcf6e6;
	color: #000;
}
#leftblock, #rightblock 
{
	color: #000;
}
#teasers
{
}
#wrap_footer {
	background-color: #0069B2/*4b67ca*/;
	color:  #A7A9AC/*8e9295*/;
}
#footer {
	text-align: center;
}
a.copyright { 
	color:#fff; 
	text-decoration: none; 
	font-weight: bold;
}
	a.copyright:hover {
	color:#fff; 
	text-decoration: 
	underline;
}

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;
}

