/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 81.25%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 2px 0; /* Opera has a default padding */
}

/*	Layout only	*/
#wrap
{
	width: 780px; 
	margin: 0px auto;
	border: 0;
	border: 1px solid;
}
#frontpage #wrap {
	width: 770px;
}
	#toplogo
	{
		min-height: 54px;
		padding:15px 15px 27px 5px;
	}
		#toplogo img
		{
			display: block;
			margin: 0 0 0 auto;
		}
	#navigation
	{
		height: 23px; /* 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 */
		font-size: 92.31%;
	}
	#wrap_content
	{
		clear: both;
	}
		#leftblock 
		{
			float: left;
			display: inline; /* IE hack */
			width: 162px; 
			padding: 16px 0 5px 6px;
			margin: 0;
			font-size:92.31%;
		}
		#rightblock {
			float: right;
			display: inline; /* IE hack */
			width: 162px; /* Total width should be 180px */
			padding: 16px 6px 0;
			margin: 0;
		}
		#content {
			width: 585px;
			padding: 16px 5px 10px 15px;
			float: right;
			display: inline; /* IE6 hack */
			margin: 0 0px 0 0;
		}
			#frontpage #content {
				width: 409px;
				margin-right: 2px;
				padding-left: 5px;
			}
		#leftblock, #rightblock, #content
		{
			overflow: visible;
		}
		* html #leftblock, * html #rightblock, * html #content
		{
			overflow: auto; /* IE6 falls apart otherwise */
		}
			#topbanner
			{
				padding: 0 3px 0 3px;
				margin-bottom: 16px;
			}
			#frontpage #banner
			{
				margin-bottom: 23px;
			}
			#teasers 
			{
				padding: 0 3px 0 3px;
				margin: 0 0 5px 0;
				overflow: hidden;
			}
		#wrap_footer 
		{
			clear: both;
			height:0;
		}

#links {
	float: right;
	position: relative;
	top:0;
	font-size:108.33%;	
	background:#939598;
	line-height:23px;
	height: 23px; /* IE6 */
}
img.printer-icon {
	margin: 0px 3px 0px 10px;
}
a.printer-icon {
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}
#links div
{
	background:#939598;
	border-left:1px solid white;
	float:left;
	padding-right:6px;
}

/* Dropdown Menu */
ul.dropdownreplacement li
{
	float: left;
	display: inline; /* IE6 hack */
	height: 19px;
	border: 0;
}
ul.dropdownreplacement a
{
	display: block;
}
.mainmenu, .submenu {
	text-decoration: none;
	
}
.mainmenu {
	line-height: 19px;
	padding: 0;
	font-weight:bold;
}
.submenu
{
	line-height: 19px;
	padding-left: 6px;
	padding-right: 6px;
}
td.mainmenu
{
	padding: 0px 6px;
}
td.submenu
{
	padding: 0;
}
#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 */

#topbanner img,#leftbanner  img,#rightblock  img
{
	border: 0;
	display: block;
}
#topbanner img,#leftbanner  img,#rightblock  img
{
	border:1px solid #BCBEC0;
	margin:0 0 10px;
}


/* Side Menu */
#smenu
{
}
#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid;
	margin-bottom:30px;
}
#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: #000;
	padding-top: 2px;
	padding-bottom: 2px;
}
#smenu ul a,
a.smenu-section, span.smenu-section {
	font-weight: bold;
}
#smenu ul ul a,
a.smenu-item, span.smenu-item {
	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 {
	font-weight:bold;
}
#smenu a:hover
{
	background-color: #ccc;
}

#smenu ul, #smenu a
{
	border-color: #118E34;
}

#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */
div.teaser
{
	position: relative;
	min-height:85px;
	margin: 0px 0px 15px 0;
	border:1px solid;
}
* html div.teaser
{
	height: 85px;
}
.t_text
{
	margin-left:90px;
}
.t_text h3,.t_text p
{
	margin:0;
	padding:0;
	font-weight:normal;
}
.t_readmore
{
	position:absolute;
	bottom:2px;
	right:2px;
}
a.t_img
{
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
}
a.t_img img
{
	width: 85px;
	height: 85px;
	display: block;
	border:1px solid;
}

/* Teasers Colours */

div.teaser
{
	color: #000;
	background-color: #fff;
}
div.teaser,a.t_img img
{
	border-color:#BCBEC0;
}
/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_menu, #navigation
{
	background-color: #118e34;
}
#navigation
{
	border-top: 1px solid #71BC84;
}
#wrap
{
	border-color: #118e34;
}
#wrap_content
{
	background: url("images/bg.gif") repeat-y -246px 0;
}
#frontpage #wrap_content
{
	background-position: 174px 0;
}
div.submenu, ul.dropdownreplacement li
{
	border-color: #118e34;
}
.mainmenu, .submenu,ul.dropdownreplacement li a {
	color: #fff;
	background-color: #118e34;
}
ul.dropdownreplacement a:hover, .mainmenu.on, .submenu.on {
	color: #118e34;
	background-color: #fff;
}
div.submenu td.arrow {
	background: url(images/arrow_next.gif) no-repeat 92% 50%;
}/* 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 */
a
{
	color: #64727c;
}
a img 
{ 
	border: none; 
}
#topbanner img,#leftbanner  img,#rightblock  img
{
	border:1px solid #BCBEC0;
}
input.box {
	width: 130px;
	border: 1px solid #668187;
}

input.button {
	font-size: 10px;
	background-color: #D4DCC4;
	border: 1px solid #999;
	cursor: hand;
}



