/* WPS Standard Template A */

body
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:75%; 
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/
#wrap_logo, #wrap_menu, #topbanner, #wrap_content {
	width: 940px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
    #toplogo
    {
        min-height: 50px;
    }
#wrap_menu
{
	border-bottom: 1px solid;
	z-index:2;
	overflow:hidden;
	margin-bottom:6px;
}
    #navigation
    {
        position: static; /* needed for menu to display at the right place */
        overflow: visible; /* in case there are too much menus */
    }
#wrap_content
{
	clear: both;
}
	#leftblock 
	{
		float: left;
		display: inline; /* IE hack */
		width: 180px; 
		padding: 10px 0;
		margin: 0;
	}
	#leftblock,  #content
	{
		overflow: visible;
	}
	* html #leftblock, * html #content
	{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content {
		width: 735px;
		padding:10px 0; /* left padding for FF tables */
		float: right;
		display: inline; /* IE6 hack */
		margin: 0;
		line-height:1.8em;
		min-height:360px;
	}
	.fronttop{
		width:700px;
		float:left;
		height:200px;
		margin-bottom:10px;
		line-height:1.8em;
	}
	#wrap_content > .fronttop{
		height:auto;
		min-height:200px;
	}
	.fronttopr{
		width:220px;
		float:right;
	}
	#teasers 
	{
		float: left;
		width: 100%; 
		padding: 0 0 20px;
		margin: 0;
		overflow: hidden;
		clear: both;
	}
	#wrap_footer 
	{
		clear: both;
		margin: 0;
		position: relative;
		border-top:1px solid;
	}
	#footer {
		padding:6px 0;		
	}

/*	Shortcuts or Search - Positioning and Layout */ 
#navigation div.search
{
	float: right;
	margin: 0;
	padding: 0;
}

/* Search form */
div.search form
{
	margin: 0 3px;
	padding: 5px 10px 0 0;
	position:relative;
	width:17em;
}
div.search input.button
{
	border:0;
	height: 1.2em;
	padding:1px 0 0;
	overflow:hidden;
	text-align:left;
	text-transform:uppercase;
	background:#fef9e5;
	font-family: inherit;
	color:#7eacdd;
	cursor:pointer;
}
div.search input.searchwords
{
	float:right;
	height: 1.2em;
	border: 1px solid #7eacdd; /* invisible border */
	padding:0 0.3em;
	width:116px;
}

/* Blocks */
.fronttopr .block{
	border:1px solid #d7ac01;
	margin-bottom:10px;
	background-color:#fff;
	overflow:hidden;
}
#toplogo img, #topbanner img,.fronttopr .block img
{
	border: 0;
	display: block;
}
iframe.autoscroller-border 
{
	margin: 0;
	padding:5px;
	width: 208px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 208px;
}
form.vertical input.box
{
	display: block;
}

/* Top nav */

* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float:left;
}
#topmenu li
{
	float:left;
	margin: 0;
	padding:5px 0;
	position: relative; /* for submenu positioning */
}
#topmenu a {
	display: inline; /* fix for Opera's no-width nested floats hover bug */
	text-decoration: none;
	color: #7eacdd;
	white-space: nowrap;
	padding: 0 6px;
	text-transform:uppercase;
	border-left:1px solid #7eacdd;
}
#topmenu li:first-child a
{
	border-left:0;
}
#topmenu a.current, #topmenu li a:hover
{
	background-color: #7eacdd;
	color:#fff;
}


/* Side Menu */
#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu ul ul
{
	border-top: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */
#smenu a{
	text-decoration: none;
	display: block;
	color: #7eacdd;
	padding-top: 4px;
	padding-bottom: 4px;
}
#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;
}

#smenu a:hover,#current-smenu.current
{
	color: #fff;
	background-color: #7eacdd;
}
#smenu ul, #smenu a
{
	border-color: #666;
}

#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: 300px; 
	margin: 0 0 0 20px;
	border: none;
}
div.teaser.first
{
	margin-left: 0;
}
div.t_text 
{
	min-height:14em;
}
*html div.t_text
{
	height:14em;
}
div.t_text h3{
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 1px;
}
div.t_text p
{
	margin:0;
}
a.t_img img
{
	width: 300px;
	height: 100px;
}

/* Teasers Colours */
div.teaser
{
	color: #000;
	line-height:1.5em;
	background-color: #fef9e5;
}
div.teaser h3 a{
	text-decoration:none;
	color:#fff;
	padding-right:40px;
	background:#7eacdd url("images/t_header.gif") no-repeat 100% 100%;
}
/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #6d6e71;
}
#wrap_body, #frontpage
{
	background-color: #fef9e5;
} 

#wrap_menu, #navigation
{
	background-color: #fef9e5;
}
#wrap_menu, #wrap_footer
{
	border-color: #7eacdd;
}
#wrap_content 
{
	background: #fef9e5 url("images/faux.gif") repeat-y scroll 4px 0px;
	color: #6d6e71;
}
#wrap_footer {
	color:  #7eacdd;
	background: #fef9e5 url("images/faux_inv.gif") repeat-y scroll 4px 0px;
}
#wrap_footer a { color:#7eacdd; text-decoration: none; }
#wrap_footer a:hover { color:#7eacdd; text-decoration: underline;}
span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #6d6e71;
	background-color: #fff;
	padding: 0;
}d
a img 
{ 
	border: none; 
}
a, #content a:link
{
	color: #208;
}
#content a:visited, #righblock a:visited
{
	color: #602;
}
#content a:hover, #content a:active
{
}
#breadcrumbs a
{ 
    color:#B10F15;
}
	



