/* WPS Standard Template A */

body {
	font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#toplogo, #wrap_menu, #topbanner, #wrap_content {
	width: 998px; 
	border: 0;
	position: relative;
	margin: 0 auto;
}
#toplogo
{
	min-height: 50px;
}
#navigation
{
	width: 100%;
	float: left;
}
#wrap_content
{
	clear: both;
	padding-top: 10px;
	position:static;
	line-height:130%;
}
	#leftblock 
	{
		float: left;
		display: inline; /* IE hack */
		width: 310px; 
		margin: 0 0 0 15px;
	}
	#wrap_body #leftblock 
	{
		width: 200px; 
	}
	#rightblock {
		float: right;
		display: inline; /* IE hack */
		width: 200px; /* Total width should be 180px */
		padding: 0;
		margin: 0 14px 0 0;
	}
	#leftblock, #rightblock, #content
	{
		overflow: visible;
	}
	* html #leftblock, * html #rightblock, * html #content
	{
		overflow: auto; /* IE6 falls apart otherwise */
	}
	#content {
		width: 530px;
		padding: 0 0 10px; /* left padding for FF tables */
		float: right;
		display: inline; /* IE6 hack */
		margin: 0 20px 0 15px;
	}
	#frontpage #content {
		width: 310px;
		margin-right: 0;
		float:left;
	}
	#teasers 
	{
		float: right;
		width: 660px; 
		margin: 0 0 5px;
		overflow: hidden;
		clear: right;
		display: inline; /* IE hack */
	}
	#wrap_footer 
	{
		clear: both;
		margin: 0;
		position: relative;
		padding-left:86px;
		height:32px;
	}
	#footer {
		padding: 5px 6px 6px 12px;
	}

/*	Search - Positioning and Layout */ 
#navigation div.search
{
	float: right;
	margin: 0;
	padding: 0;
	position:relative;
}


/* Search form */
div.search form
{
	margin: 0 3px;
	padding: 0 10px 0 8em;
}
div.search input.button
{
	border:0;
	line-height: 13px;
	height: 18px;
	padding: 0;
	text-align:left;
	text-transform:uppercase;
	background:#008641;
	font-family: inherit;
	color:#fff;
	position:absolute;
	left:0;	
	top:0;	
	width:8em;
}
div.search input.searchwords
{
	height: 16px;
	border: 1px solid #008641; /* invisible border */
	padding: 0 0.3em;
	width:100px;
}

/* Top nav */
div.topmenu ul
{
	float:left;
	width:100%;
	clear: left;
	border-top: 1px solid #fff;
}
* html div.topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul 
{
	border: 0;
	width: auto;
}
div.topmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.topmenu li
{
	float:left;
	margin: 0;
	padding: 0;
	line-height:20px;
	position:relative;
	display:inline;
}
#navigation a {
	text-decoration: none;
	white-space: nowrap;
	padding:2px 3px;
	margin: 0 12px;
	text-transform:capitalize;
	color: #fff;
}
div.topmenu ul ul li {
	float:none;
}
div.topmenu ul ul
{
	position: absolute;
	left: -12px;
	top: 20px;
	z-index:3;
	width:998px;
}
#navigation #topmenu a.current,#navigation #topmenu li a:hover {
	color:#ccc;
}
#navigation div.topmenu a.current,#navigation div.topmenu li a:hover {
	color:#62756D;
}
div.topmenu ul 
{
	background:#7fc2a0;
}
#topmenu ul
{
	background:#008641;
}
/* Blocks */

#rightblock img,#leftblock
{
	margin-bottom:9px;
}

#toplogo img
{
	border: 0;
	display: block;
}

/* Side 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,
table a.hover, table span.hover, table a.hover-current, table span.hover-current {
	text-decoration: none;
	display: block;
	color: #000;
	background-color: #f3f3f3;
	padding-top: 2px;
	padding-bottom: 2px;
}
#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;
}
#current-smenu.current,
table a.hover-current, table span.hover-current {
	background-color: #ccc;
}
#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: #ccc;
}

#smenu ul, #smenu a
{
	border-color: #666;
}

#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */
#teasers div.block
{
	clear: left;
}
div.teaser
{
	float: left;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 200px;
	margin: 0px 14px 20px 6px;
	border: none;
	padding:100px 0 8px;
}
.t_text
{
	min-height:90px;
	font-size:91.7%;
}
*html .t_text
{
	height:90px;
}
.t_text h3
{
	display:none;
}
.t_text p
{
	margin:0;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
a.t_img img
{
	width: 200px;
	height: 100px;
	display: block;
}

/* Teasers Colours */
div.teaser
{
	color: #6d6e71;
	background-color: #fff;
}
#banners
{
	clear:both;
	position:relative;
	top:-15px;
}
#banners img
{
	margin: 0px 14px 10px 6px;
	float: left;
	width:200px;
	height:62px;
}

/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #6d6e71;
}
#wrap_body, #frontpage
{
	background-color: #fff;
}
#navigation
{
	background-color: #008641;
}
#wrap_content 
{
	background: #fff;
	color: #6d6e71;
}
#footer {
	background: #008641;
}
#wrap_footer {
	color: #fff;
	background:#fff url("images/foot_logo.gif") no-repeat;
}
#wrap_footer a { color:#fff; text-decoration: none; }
#wrap_footer a:hover { color:#fff; text-decoration: underline;}

#wrap_content a
{
	color: #741472;
}
a img 
{ 
	border: none; 
}

