
/* 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: 68.75%; /* 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, #topbanner, #wrap_content {
	width: 770px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#wrap_menu
{
	border: 1px solid;
	border-left: none;
	border-right: none;
}
#navigation
{
	height: 20px; /* 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:109.09%;
	width:969px;
}
#wrap_content
{
	clear: both;
}
#leftblock 
{
	float: left;
	display: inline; /* IE hack */
	width: 173px; 
	padding: 14px 0 5px 0;
	margin: 0 0 0 3px;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 205px; /* Total width should be 180px */
	padding: 0;
	margin: 0 8px 0 0;
}
#leftblock, #rightblock, #content
{
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#content {
	width: 550px;
	padding:15px 0; /* left padding for FF tables */
	float: right;
	display: inline; /* IE6 hack */
	margin: 0 21px 0 0;
}
#frontpage #content {
	width: 337px;
}
#wrap_footer 
{
	clear: both;
	margin: 0;
	position: relative;
}
#footer {
	padding: 1px 6px 1px 200px;
}


/* Dropdown Menu */
ul.dropdownreplacement li, ul.dropdownreplacement li.firstitem
{
	float: left;
	display: inline; /* IE6 hack */
	height: 20px;
	border: 0;
}
ul.dropdownreplacement a
{
	display: block;
}
.mainmenu, .submenu {
	text-decoration: none;
	font-size: 100%;
}
.mainmenu {
	line-height: 20px;
	padding: 0;
}
.submenu {
	line-height: 20px;
	padding-left: 5px;
	padding-right: 9px;
}
td.mainmenu{
	padding: 0px 5px;
}
 td.submenu {
	padding:0;
}
#menu0, ul.dropdownreplacement
{
	padding: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 */

#rightblock h2
{
	background: transparent url(images/dot3.gif) repeat-x scroll left bottom;
	font-size: 1.08em;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin:0 0 0.4em;
}
#rightblock h2 span
{
	background: transparent url(images/arrow.gif) no-repeat scroll 4px 50%;
	padding: 0 0 0 18px;
}

#toplogo img, #topbanner img
{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}
iframe.autoscroller-border 
{
	margin: 0;
	width: 168px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 168px;
}
#breadcrumbs
{
	margin-bottom: 1em;
	font-style:italic;
}



/* Side Menu */

#smenu
{
	background:url(images/left_nav_borderH.gif) repeat-x left top;
	padding-top:1px;
}
#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu li {
	margin:0;
}
#smenu a {
	background:url(images/left_nav_borderH.gif) repeat-x left bottom;
}
#smenu a,
table a.hover, table span.hover, table a.hover-current, table span.hover-current {
	text-decoration: none;
	display: block;
	color: #285E8B;
	background-color: #f3f3f3;
	padding-top: 4px;
	padding-bottom: 4px;
}
#smenu ul a,
a.smenu-section, span.smenu-section {
	padding-left: 10px;
	font-weight: bold;
}
#frontpage #smenu ul a,#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,
table a.hover-current, table span.hover-current {
	background-color: #ccc;
	color: #000;
}
#smenu a:hover,
table a.hover:hover, table span.hover:hover, 
table a.hover-current:hover, table span.hover-current:hover 
{
	background-color: #ccc;
}

#smenu ul, #smenu a
{
	border-color: #666;
}

#smenu div.search
{
	display: none; /* hide unwanted search box */
}



/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #000;
} 
#wrap_logo, #toplogo
{
	background-color: #036;
}
#wrap_menu, #navigation
{
	background-color: #285E8B;
}
#wrap_menu
{
	border-color: #86AAC9;
}
#wrap_content 
{
	background: #fff url("images/faux.gif") repeat-y scroll 2px 0px;
	color: #000;
}
#wrap_footer {
	color:  #fff;
	background: #285E8B url("images/faux_inv.gif") repeat-y scroll 2px 0px;
}
a.copyright { color:#fff; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}
div.submenu , ul.dropdownreplacement li
{
	border-color: #86AAC9;
}
.mainmenu, .submenu,ul.dropdownreplacement li a {
	color: #fff;
	background-color: #285E8B;
}
 ul.dropdownreplacement a:hover,.mainmenu.on, .submenu.on {
	color: #285E8B;
	background-color: #fff;
}
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 */

span.dailytip, .autoscroller-border, #autoscroller-body 
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}	
a
{
	color: #f93;
}
#breadcrumbs a
{
	color:#036;
	text-decoration:none;
}
#breadcrumbs a:hover
{
	text-decoration:underline;
}
a img 
{ 
	border: none; 
}

input {
	background-color: #ffff;
	border: 1px solid #DFD7D0;
}

input.box {
	width: 150px;
}

input.checkbox {
	border: 0px;
	background-color: #F0F2E4;
}

input.button {
	font-size: 10px;
	background-color: #ddd;
	border: 1px solid #000;
	cursor: hand;
}


#leftblock ,#navigation,#breadcrumbs
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
}


