/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family:"Trebuchet MS",Verdana,"Lucida Grande","Bitstream Vera Sans",Geneva,sans-serif;
	font-size: small; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#toplogo, #wrap_content, #separator {
	width: 997px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#toplogo
{
	min-height: 152px;
}
#separator
{
	display: none;
}
#wrap_content
{
	clear: both;
}
#leftblock 
{
	float: left;
	display: inline; /* IE hack */
	width: 264px; 
	padding: 160px 0 5px 0;
	margin: 0;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 231px; /* Total width should be 180px */
	padding:15px 0 0 0;
	margin: 0;

}
#leftblock, #rightblock, #content
{
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#content {
	width: 690px;
	padding: 60px 35px 50px 0; /* left padding for FF tables */
	float: right;
	display: inline; /* IE6 hack */
	margin: 0 5px 0 0;
}
#frontpage #content {
	width: 460px;
	border-right:1px solid #999;
}
#teasers
{
	margin-top:130px;
}
#wrap_footer 
{
	clear: both;
	margin: 0;
	position: relative;
	height:111px;
}
#footer {
	padding: 75px 0 0 27px;
}
/* Search form */
#search form
{
	margin: 0 3px;
	padding: 0 0 1px 0;
	text-align:center;
}

#search input.button
{
	vertical-align: text-top;
	border:none;
/*	margin-top: 1px;*/
	line-height: 18px;
	height: 18px;
	padding: 0;
	background:none;
	font-weight:bold;
/*	font-size: 12px;*/
}
span.searchbuttonbox > input.button
{
	padding: 0 0.4em;
	/*display: inline;*/
}
#search input.searchwords
{
	height: 16px;
	border: 1px solid #ccc;
	padding: 4px 0.3em;
	
/*	font-size: 12px;*/
}

/* Blocks */

 #rightblock h2
{
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 0.8em;
	text-align:center;
}
 #rightblock h2 span
{
	padding: 0;
}

#toplogo img
{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}



/* Side Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */
#smenu a,
table a.hover, table span.hover, table a.hover-current, table span.hover-current {
	text-decoration: none;
	color: #000;

}
#smenu ul li {
	background: #fff url("images/menu_icon.gif") no-repeat 24px 0 ;
	padding-left:60px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#smenu ul ul li {
	background: none ;
	padding:3px 0;
}
#smenu ul a,
a.smenu-section, span.smenu-section {
	font-weight: bold;
	font-size:1em;
	border-bottom:3px solid #fff;
	
}
#smenu ul ul a,
a.smenu-item, span.smenu-item {
	padding:0;
	margin-left: 10px;
	font-weight: normal;
	font-size:0.9em;
}
#smenu a:hover,
table a.hover:hover, table span.hover:hover, 
table a.hover-current:hover, table span.hover-current:hover 
{
	border-color:#f60;
}
#smenu div.search
{
	display: none; /* hide unwanted search box */
}

/* Teasers */

#teasers img
{
	border: 0;
	display: block;
}
.t_text p 
{
	display:none;
}
.t_text h3 
{
	font-size:1em;
	font-weight:normal;
	text-align:center;
	padding:3px 0;
	margin:0;
}
div.teaser
{
	position: relative;
	width: 170px;
	padding-top:125px;
	margin: 0px 0px 10px 30px;
	border: none;
}
a.t_img img
{
	width: 170px;
	height: 125px;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

/* Teasers Colours */

div.teaser
{
	color: #000;
	background-color: #fff;
}


/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #666;
} 
#wrap_logo
{
	background-color: #000;
}
#toplogo
{
	background: #000 url("images/top.jpg") no-repeat;
}
#wrap_content 
{
	background: #fff url("images/cbg.gif") repeat-x;
	color: #000;
}
#content
{
/*	background-color: Yellow; /* For testing */
}
 #rightblock h2 
{
	color: #000;
/*	background-color: Pink; /* For testing */
}
#leftblock
{
	background: #fff url("images/smenu_bg.jpg") no-repeat; 
}
#wrap_footer {
	color:  #fff;
	background: #000 url("images/footer.jpg") no-repeat;
}
a.copyright { color:#fff; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#000; text-decoration: underline;}
a:link, a:visited
{
	color:#FF6600;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a img 
{ 
	border: none; 
}
#content a:visited, #righblock a:visited
{
	color: #602;
}
#content a:hover, #content a:active
{
}
#toplogo div.shortcuts span
{
	color: #000;
}

h1.article-title
{
	font-size:xx-large;
}
.t_text h3 a
{
	text-decoration:underline;
}




