/* WPS Standard Template A */

body {
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Verdana,Helvetica,Arial,sans-serif black;
	/* font size is set in default.css */
	font-size: 68.75%; /* larger for Thai! */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}
/*	Layout only	*/

#wrap_banner, #wrap_menu, #wrap_content
{
	width: 756px;
	margin: 0px auto;
	border-left:7px solid;
	border-right:7px solid;
}
#topbanner
{
	border-top:8px solid;
}
#toplogo
{
	float:right;
}
#navigation
{
	height: 26px; /* not necessary, ruins Opera height */
	position: static; /* needed for menu to display at the right place */
}
#wrap_content
{
	clear: both;
}
#breadcrumbs
{
	margin-bottom: 1em;
}
#leftblock
{
	float: left;
	clear: left;
	display: inline; /* IE hack */
	width: 175px;
	padding:0;
	margin: 0;
}
#frontpage #leftblock
{
	width: 362px; /* total = 378px */
	padding: 5px 8px 8px 8px;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 360px; /* Total width should be 377px */
	padding: 5px 8px 8px 8px;
	margin: 0 0 0 -4px;  /* IE needs space, we trick it to think it has */
}
#content {
	width: 569px;
	padding:  16px 9px 3px 3px;
	text-align: left;
	float: right;
	margin: 0;
}
#leftblock, #rightblock, #content
{
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#leftbanner
{
	float: left;
	display: inline; /* IE hack */
	width: 377px;
	padding: 0 1px 0 0;
	margin: 2px 0;
	overflow: visible;
}
#teasers
{
	float: left;
	width: 340px;
	height: 290px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clear: right;
}
#wrap_footer
{
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
}
#footer {
	padding: 30px 5px 5px;
	text-align: right;
}

/* Dropdown Menu */
ul.dropdownreplacement li, ul.dropdownreplacement li.firstitem
{
	float: left;
	display: inline; /* IE6 hack */
	height: 16px;
	border: 0;
}
ul.dropdownreplacement a
{
	display: block;
}
.mainmenu, .submenu {
	text-decoration: none;
	font-size: 100%;
}
.mainmenu {
	line-height: 16px;
	padding: 0;
}
.submenu {
	line-height: 16px;
	padding-left: 3px;
	padding-right: 9px;
}
td.mainmenu, td.submenu {
	padding: 0px 4px;
}
#menu0, ul.dropdownreplacement
{
	padding: 5px 0 !important; /* match with div.submenu margin */
	margin: 0; /* Firefox does not stretch container div */
	float: left;
	display: inline; /* IE6 hack */
}
div.submenu 
{
	margin-top: -5px; /* match with #menu0 padding */
}
div.submenu div.submenu
{
	margin-top: 0; /* reset it in menu items */
}

/* Blocks */

#leftblock h2,#rightblock h2
{
	font-size: 1.08em;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 0.4em;
	font-family:Arial,Helvetice,Vardana,sans-serif;
}
#toplogo img, #topbanner img
{
	border: 0;
	display: block;
}
#topbanner img
{
	border-top:1px solid;
	border-bottom:1px solid;
}
iframe.autoscroller-border
{
	margin: 0 ;
	padding:5px;
	width: 340px; /* IE hack: should be width-(2*border_width) */
	border: 1px solid;
}
html>body iframe.autoscroller-border
{
	width: 340px;
}

/* Side Menu */

#smenu
{
	padding:16px 8px;
}
#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;;
}

#current-smenu.current, #smenu a:hover{
	background-color: #F3F3F3;
}

#smenu div.search
{
	display: none; /* hide unwanted search box */
}


/*	Teasers */
#teasers img
{
	border: 0;
	display: block;
}
div.teaser
{
	position: relative;
	width: 340px; /*188px; flexible */
	margin: 12px 10px 0 20px;
	min-height:5.3em;
}
*html div.teaser
{
	height:5.3em;
}
div.teaser.first
{
	margin-top: 40px;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
a.t_img img
{
	width: 65px;
	height: 65px;
	display: block;
}
div.t_text
{
	position: static;
	margin-left: 75px;
	font-size:90.9%;
/* note: you MUST NOT set height/width, coz IE sucks */
}
div.t_text h3
{
	font-weight: bold;
	font-size: 1em/*2px*/;
	padding: 0;
	margin: 0;
}
div.t_text p
{
	margin: 0;
	padding: 0;
	text-align: justify;
}
a.teaser-head
{
	font-weight:bold;
}

/*	Teasers Colours */
div.t_text h3, div.t_text h3 a
{
	color: #8B0002;
	background-color: #fff;
	text-decoration: underline;
}




/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #999;
}
#wrap_banner, #wrap_menu, #wrap_content
{
	border-color: #d4c43b;
}
#topbanner
{
	border-color: #8B0002;
}
#topbanner img
{
	border-color:#fff;
}
#wrap_content
{
	background:#fff;
}
#navigation, #wrap_footer {
	background-color: #8B0002;
	color:  #fff;
}
a.copyright { color:#fff;  font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}
.mainmenu, .submenu,ul.dropdownreplacement li a {
	color: #fff;
	background-color: #8B0002;
}
ul.dropdownreplacement a:hover, .mainmenu.on, .submenu.on {
	color: #8B0002;
	background-color: #fff;
}
div.submenu td.arrow {
	background-image: url(images/submenu_off.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

div.submenu td.arrow.on {
	background-image: url(images/submenu_on.gif);
}
.autoscroller-border, #autoscroller-body
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border
{
	border-color: #000;
}
a
{
	color: #336699;
}

.links
{
	padding: 8px 8px 3px 8px;
	clear:both;
}
#wrap_body .links
{
	margin-left:170px;
}
