/* WPS Standard Template A */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 77%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}
/*	Layout only	*/

#wrap_logo, #wrap_menu, #shortcutsblock, #toplogo, #topbanner, #wrap_content, #separator, #wrap_footer, #wrap_content_wide {
	width: 938px;
	margin: 0px auto;
	border: 0;
	position: relative;
}
#toplogo {
	min-height:150px;
}
#wrap_menu {
	text-align:center;
	z-index:10;
}
#navigation {
	height: 23px; /* not necessary, ruins Opera height */
	overflow: visible; /* in case there are too much menus */
	position:relative;
	padding:3px;
	z-index:100;
}
#toparticle {
	color:#DEDB00;
	height:23px;
	padding:3px 0;
	font-weight:700;
}
#separator {
	display: none;
}
#wrap_content {
	clear: both;
	position: relative;
	width: 934px;
	margin: 10px auto;
	overflow: hidden;
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	border-bottom:2px solid #CCC;
	border-right:2px solid #CCC;
	background:#FFF url(images/contentbg.png) top repeat-x;
}
#leftblock {
	float: left;
	display:inline;
	width: 165px;
	margin:18px 20px;
	left: 0px;
	position: relative;
	z-index:2;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}
#rightblock {
	float: right;
	display:inline;
	width: 182px;
	padding:18px;
	position: relative;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
	background:#E0CFBF url(images/rightbg.png) top repeat-x;
}
#rightblock .block {
	margin-bottom:15px;
}
#subrightblock {
	display:inline;
	position: relative;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
	background:#E0CFBF url(images/rightbg.png) top repeat-x;
	float: right;
	padding:18px;
	width:142px;
	border-left:1px solid #CCC;
}
#leftblock, #rightblock, #content, #content_wide {
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content {
	overflow: hidden; /* IE6 falls apart otherwise */
}
#content {
	float: left;
	width: 532px;
	display:inline;
	left: 0;
	position: relative;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}
#frontpage #content {
	width: 695px;
	padding:0 10px;
	border-right:1px solid #CCC;
}
#wrap_body #content #article {
	width: 492px;
	padding:20px;
	margin:18px 0;
	background:#FFF url(images/articlebg.png) bottom repeat-x;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}
#teasers {
	width: 695px;
	padding: 0 0px 10px 0;
	margin: 0;
	display:block;
	overflow: hidden;
}
#teasers:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #teasers {
	height: 1%;
}
#teasers h2 {
	margin-left: 6px;
	margin-bottom: 2px;
}
#wrap_footer {
	clear: both;
	position: relative;
	text-align:center;
}
#footer {
}
/*	Shortcuts or Search - Positioning and Layout */ 

#toplogo div.search, #toplogo ul.shortcuts {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	margin: 0;
}
div.search {
	min-width: 200px;
}
#navigation ul.shortcuts, #navigation div.search {
	float: right;
	margin: 0 0 0 0;
	padding: 0;/*display: inline;*//*background-color: #f00; /* for testing */
}
/* Search form */
.searchform {
	position:relative;
}
.searchform .searchwords {
	background:url(images/searchbg.jpg) 0 0 no-repeat;
	height:20px;
	width:130px;
	border:0;
	padding:4px 0 0 4px;
	padding-right:50px;
}
.searchform .button {
	background:none;
	border:none;
	color:#2876B3;
	position:absolute;
	font-weight:700;
	right:3px;
	_right:20px;
	top:2px;
}
/* ShortCuts Menu Styling*/

ul.shortcuts {
	margin:0 auto;
	padding:6px 0;
	text-align:center;
}
ul.shortcuts li {
	line-height: 16px;
	display: inline;
	margin: 0;
	list-style-type: none;
}
ul.shortcuts li:first-child {
	background: url(images/topmenu5.gif) left no-repeat;
	padding-left:3px;
}
ul.shortcuts li a {
	color: #000;
	font-weight:bold;
	padding:0 18px 0 15px;
	background: url(images/topmenu5.gif) right no-repeat;
	text-decoration: none;
}
ul.shortcuts li.print {
	padding: 2px 2px 2px 17px;
}
ul.shortcuts li.search 	/* not used */ {
	background-image: url(images/search_w.gif);
	background-position: 3px 50%;
	background-repeat: no-repeat;
	padding: 2px 3px 2px 17px;
}
/* Dropdown Menu */

/* Blocks */
#rightblock h2 {
	font-size:116.7%;
	color:#83B817;
	font-weight:700;
}
#rightblock h3 {
	color:#83B817;
}
#toplogo img, #topbanner img {
	border: 0;
	display: block;/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}
div.breadcrumbs {
	margin-bottom: 1em;
}
/* Side Menu */

#smenu, #smenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu li li {
	margin-top:2px;
}
#smenu li:hover > ul {
	display:block;
}
#smenu {
	margin-bottom:20px;
	background:#FFF url(images/smenu1.gif) top no-repeat;
	padding-top:15px;
}
#smenu li {
	margin: 0;
	position:relative;
}
* html #smenu a {
	height: 1%
} /* hasLayout */
#smenu a {
	text-decoration: none;
	display: block;
	color: #FFF;
	height:auto;
	padding:4px 0 4px 22px;
	font-weight: bold;
	font-size:100%;
	margin-top:2px;
	background:url(images/smenubg.gif) 0 0;
}
#smenu ul a {
	margin:0;
	padding:0;
	padding-left: 25px;
	height:20px;
	font-weight: normal;
	line-height:20px;
	border-bottom:0;
	font-size:100%;
	display:list-item;
	overflow:none;
	background:#4F80BC url(images/smenu2.gif) 0 0 repeat-x;
}
#smenu ul a:hover {
	background:#EDE4DA url(images/dot1.gif) 15px 6px no-repeat;
}
#smenu ul ul a {
	padding-left:35px;
	font-style: italic;
}
#smenu ul ul a:hover{
	background:#EDE4DA url(images/dot1.gif) 25px 6px no-repeat;
}
#smenu a:hover,#smenu .current,#smenu #current-smenu.current {
	color: #000;
	background:url(images/smenubg.gif) -165px 0;
}
#smenu, #smenu a {
	border-color: #666;
}
#smenu div.search {
	display: none; /* hide unwanted search box */
}
* html #smenu li.sfhover ul {
	display:block;
}
* html #smenu li.sfhover ul ul {
	display:none;
}
* html #smenu li li.sfhover ul {
	display:block;
}
* html #smenu li li.sfhover ul ul {
	display:none;
}
* html #smenu li li li.sfhover ul {
	display:block;
}
/* Teasers */

/* Teasers Colours */

#firstteaser {
	width:647px;
	background:url(images/firstteaserbg1.png) 0 0 no-repeat;
	padding-top:12px;
	margin:15px 0 15px 26px;
	_background:url(images/firstteaserbg1.gif) 0 0 no-repeat;
}
#firstteaser div.block {
	width:625px;
	background:url(images/firstteaserbg2.png) 0 bottom no-repeat;
	min-height:285px;
	display:block;
	/*padding:0 10px 5px 405px;*/
	padding: 0 11px 5px;
	position:relative;
}
* html #firstteaser div.block {
	height:285px;
	background:url(images/firstteaserbg2.gif) 0 bottom no-repeat;
}

#firstteaser .teaser p {
	margin-top:5px;
}
#firstteaser .teaser img {
	border:0;
	position:absolute;
	top:5px;
	left:25px;
	width:368px;
	height:270px;
}
#firstteaser div.teaser h3, #firstteaser h1 {
	margin:0;
	padding:0;
	font-size:200%;
}
#firstteaser .teaser h3 a, #firstteaser h1, #firstteaser h1 a {
	color:#83B817;
	text-decoration:none;
	font-weight:normal;
}
#teasers {
	margin:20px 0 0 0;
}
#teasers .teaser {
	width:220px;
	background:url(images/teaserbg2.png) 0 bottom no-repeat;
	height:67px;
	display:inline;
	float:left;
	padding:105px 0 5px 0;
	position:relative;
	margin:10px 0 10px 10px;
	_background:url(images/teaserbg2.gif) 0 bottom no-repeat;
}
#teasers .teaser .t_text {
	height:66px;
	overflow:hidden;
}
#teasers .teaser p {
	margin:0;
	padding:0 10px;
	line-height:100%;
	font-size:91.7%;
}
#teasers .teaser img {
	position:absolute;
	border:0;
	background:url(images/teaserbg1.png) 0 0 no-repeat;
	padding:12px 11px 0 10px;
	top:-12px;
	left:0;
	width:198px;
	height:100px;
	_background:url(images/teaserbg1.gif) 0 0 no-repeat;
}
#teasers .teaser h3 {
	margin:0;
	font-size:100%;
	padding:0 10px;
}
/* html #teasers .teaser h3 {
	overflow:hidden;
	height:16px;
}*/
#teasers .teaser h3 a {
	color:#0B66AC;
	text-decoration:none;
}
#teasers .teaser .t_readmore {
	position:absolute;
	bottom:11px;
	right:11px;
}
#teasers .teaser .t_readmore a {
	color:#0B66AC;
	background:#FFF;
	text-decoration:none;
}
/*	Styling (Colours, backgrounds) */
body {
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage {
	background: #FFF url(images/bodybg.jpg) center top no-repeat;
}
#wrap_logo, #toplogo {
	background-color: #f3f3f3;
}
#wrap_menu, #navigation {
	background:url(images/topmenubg.png) no-repeat;
}
#wrap_menu {
}
#toplogo, #navigation, #topbanner, #wrap_content, #separator {
}
div.search {
	background-color: #fff;
	color: #000;
}
#wrap_content {
	color: #000;
}
#wrap_content_wide {
	background-color: #fff;
	color: #000;
}
#content {
/*	background-color: Yellow; /* For testing */
}
#teasers {
/*	background-color: Lime; /* For testing */
}
#wrap_footer {
	color:  #666;
	padding:0 0 20px 0;
}
#wrap_footer {
}
a {
	color: #0B66AC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#searchwords, input.button {
}
#toplogo ul.shortcuts span {
	color: #000;
}
#autoscroller-body {
	padding:5px;
	background:none;
	color:#DEDB00;
	line-height:23px;
	font-weight:700;
	margin:0 auto;
}
#autoscroller-body a{
	color:#DEDB00;
	text-decoration:none;
}
#newscontainer {
	width:930px;
	text-align:center;
}

div.poll-basecolumn{
	width:150px;
}
.captcha{
	display:block;
	clear:both;
}
/* Text styling (fonts) */

/* Top nav */

* html #topmenu * {
	height: 1%
} /* hasLayout */
#topmenu {
	height:23px;
	padding:0;
	margin:0 auto;
	text-align:center;
}
#topmenu ul {
	position: absolute;
	display:none;
	left:0;
	top: 100%;
}
#topmenu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu a {
	line-height:23px;
	height: 23px;
	font-size:116.7%;
	font-weight:bold;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	padding: 0 15px 0 12px;
	margin: 0;
	background:url(images/menubg3.gif) center right no-repeat;
}
#topmenu li:first-child {
	background: url(images/menubg3.gif) 0 1px no-repeat;
	padding-left:3px;
}
/*
#topmenu ul ul {
	left: 100%;
	top: -1px;
}
#topmenu li li{
	
}
#topmenu li li a{
	margin:0;
	width:140px;
	text-align:left;
	display:block;
	height:auto;
	font-size:100%;
	padding-left: 20px;
	font-weight: normal;
	line-height:22px;
	border-right:0;
	border-bottom:0;
}

#topmenu ul ul li a {
	margin: 0;
}
* html #topmenu ul ul li a {
	width: 160px;
	display: inline-block;
}
#topmenu ul, #topmenu ul ul, #topmenu li:hover ul ul, #topmenu li:hover ul ul ul {
	display: none;
}
#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul {
	display: block;
}

#topmenu li.arrow li.arrow li a, #topmenu li.arrow li.arrow li.arrow li a {
	background-image: none;
}
#topmenu a.current, #topmenu li:hover a {
	color: #FFF;
}
#topmenu ul ul a.current, #topmenu li:hover li a, #topmenu li:hover li:hover li a {
	color: #FFF;
	background:#4F80BC url(images/smenu2.gif) 0 0 repeat-x;
}
#topmenu li:hover li a:hover {
	color: #000;
	background-color: #ffffff;
}
#topmenu li:hover ul a {
}
#topmenu li:hover > ul{
	display:block;
}


#topmenu li:hover li a:hover,#topmenu li:hover li li a:hover{
	color:#000;
	background:#EDE4DA url(images/dot1.gif) 10px 6px no-repeat;
}

#topmenu ul ul a.current {
}
 */
div.greenborder {
	border: 1px solid green;
}
div.blueborder {
	border: 1px solid blue;
}
#greendouble {
	border: 3px double green;
}
#bluedouble {
	border: 3px double blue;
}
