/* WPS Standard Template A */

body {
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#toplogo, #navigation, #wrap_content {
	width: 770px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#navigation
{
	height: 22px;
	position: static; /* needed for menu to display at the right place */
	overflow: visible; /* in case there are too much menus */
}
#wrap_content
{
	clear: both;
}
#leftblock 
{
	float: left;
	display: inline; /* IE hack */
	width: 180px; 
	padding: 0;
	margin: 0;
	overflow: visible;
}
* html #leftblock
{
	overflow: auto; /* prevent IE6 falling apart of content expanding */
}
#content {
	overflow: auto;
	width: 580px;
	padding: 5px 5px 5px 1px; /* left padding for FF tables */
	float: right;
	margin: 0;
}
#frontpage #content {
	width: auto;
	padding:5px 15px;
	margin: 0;
	float: none;
}
#teasers 
{
	width: 740px; 
	padding: 0 0 0 15px;
	margin: 0;
	overflow: hidden;
	clear: right;
}
#wrap_footer 
{
	clear: both;
	margin: 0;
	position: relative;
}
#footer {
	padding: 1px 6px;
}

/*	Shortcuts or Search - Positioning and Layout */ 
#navigation div.search
{
	float: right;
	margin: 1px 0 0 0;
	padding: 0;
	/*display: inline;*/
	/*background-color: #f00; /* for testing */
}

/* Search form */
div.search form
{
	margin: -1px 3px 0 3px;
	padding: 0 0 1px 0;
} /* False values for IE7+IE6 */
html:not([dummy]) div.search form {
	margin-top: 0px;
} /* True values for Safari and Firefox */
@media all and (min-width: 0px) { div.search form {
	margin-top: 0px;
} } /* True values for Opera */


div.search input.button
{
	vertical-align: text-top;
	border: 1px solid;
	line-height: 13px;
	height: 18px;
	padding: 0;
}
span.searchbuttonbox > input.button
{
	padding: 0 0.4em;
}
div.search input.searchwords
{
	height: 16px;
	border: 1px solid;
	padding: 0 0.3em;
}

/* 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: 3px 4px;
}
#menu0, ul.dropdownreplacement
{
	padding: 0px 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: 0px; /* match with #menu0 padding */
}
div.submenu div.submenu
{
	margin-top: 0; /* reset it in menu items */
}


/* Blocks */
#toplogo img, #topbanner img
{
	border: 0;
	display: block;
}
#frontpage .article-title
{
	margin-left:10px;
}
/* Static Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff !important;
	border-bottom: 1px solid #fff;
}
#smenu ul ul
{
	border-bottom: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu a
{
	margin-top: 1px;
}
#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: #ccc;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 9px solid;
}
#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: #fff;
	background-color: #666;
	border-color: #008d8e;
}

#smenu a
{
	border-color: #f39301;
}
#smenu *:focus  { outline: 0; }
/* Teasers */

#teasers img
{
	border: 0;
	display: block;
}
#teasers h2, #teasers h2 span {
	height: 18px;
	display: block;
}
#teasers h2 
{
	margin: 0 5px 10px 0;
	padding: 0px 10px 0px 0px;
	font-size: 1em;
	background: #f3f3f3 url(images/title_bg.gif) no-repeat scroll right top;
}
#teasers h2 span {
	padding: 1px 0px 0px 21px;
	height: 17px;
	background: transparent url(images/title_bg.gif) no-repeat scroll left top;
	font-weight: bold;
	vertical-align: bottom;
	color: #505860/*#444a55*/; 
}
div.teaser
{
	float: left;
	clear: right;
	display: inline; /* IE float padding hack */
	position: relative;
	width: 166px;
	height: 126px; 
	margin: 0px 0px 0px 7px;
	border: none;
}
div.teaser.first
{
	margin-left: 19px;
}
a.t_frame
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(images/teaser_border.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
	top: 0;
	left: 0;
}
a.t_img
{
	display: block;
	position: absolute;
	top: 2px;
	left: 3px;
	z-index: 1;
}
a.t_img img
{
	width: 159px;
	height: 119px;
	display: block;
}

/* Teasers Colours */

div.teaser
{
	color: #000;
	background-color: #fff;
}


/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #666;
} 
#navigation
{
	background-color: #f39301;
}
#wrap_content 
{
	background: #fff url("images/faux.gif") repeat-y scroll left top;
	color: #000;
}
#wrap_content,#toplogo
{
	background: #fff;
}
#wrap_footer {
	background-color: #f39301;
	color:  #fff;
}
a.copyright { color:#000; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}
div.submenu 
{
	border-color: #666;
}
.mainmenu, .submenu,ul.dropdownreplacement li a {
	color: #fff;
	background-color: #f39301;
}
ul.dropdownreplacement a:hover, .mainmenu.on, .submenu.on {
	color: #fff;
	background-color: #008d8e;
}
div.submenu td.arrow {
	background-image: url(images/arrow_next.gif);
	background-position: 92% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
} /* 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, #content a:link
{
	color: #208;
}
#content a:visited, #righblock a:visited
{
	color: #602;
}
