/* WPS Standard Template A */

body{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#wrap_all {
	margin: 10px auto;
	border: 0;
	position: relative;
	width: 980px; 
}
  #toplogo
  {
    height: 120px;
    overflow: hidden;
  }
  #leftblock
  {
    float: left;
    display: inline; /* IE hack */
    width: 180px;
    padding: 20px 0 20px 8px;
    overflow: auto;
    margin-right: 12px; /* add to 20px with #content left padding */
  }

  #rightblock {
    float: right;
    display: inline; /* IE hack */
    width: 184px;
    padding: 0;
    margin: 20px 8px 20px -12px; /* negative to let IE6 breathe */
    overflow: auto;
  }
  #content {
    overflow: auto;
    width: 560px;
    padding: 20px 8px 20px 8px; /* left padding for FF tables */
    float: left;
    display: inline; /* IE6 hack */
    margin: 0;
  }
  #frontpage #content {
    width: 100%px;
    margin: 0 auto 0 auto;
    float: none;
    display: block;
    clear: both;
  }
  #frontbanners, #frontblocks
  {
    clear: both;
  }
  #frontblocks, #frontbanners div
  {
    padding-top: 20px;
  }
  .link_off {
    opacity: .7;
    filter: alpha(opacity = 70);
    -moz-opacity: 0.7;
  }


  #wrap_footer
  {
    clear: both;
    margin: 0 auto 4px;
    position: relative;
    text-align: center;
  }

/*	Shortcuts or Search - Positioning and Layout */
#toplogo img
{
	display: block;
	border: 0;
}


/* Top nav */
#topmenu:after
{
	content:"";
	visibility:hidden;
	height:0;
	clear:both;
	display:block;
}
#topmenu
{
	zoom:1;
	height:24px;
}
* html #topmenu *
{ height: 1% } /* hasLayout */
#topmenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
#topmenu ul ul
{
	position: absolute;
	left: 0;
	top: 100%;
	border: 1px solid #02254B;
	border-bottom: 0;
	z-index:3;
	text-align:left;
	background:#fff ;
}
#topmenu ul ul ul
{
	left: 100%;
	top:0;
}
#topmenu li
{
	float:left;
	margin: 0;
	padding:  0;
	position: relative; /* for submenu positioning */
	border-left:1px solid #fff;
}
#topmenu li:first-child
{
	border-left:0;
}
#topmenu a {
	display:block;
	float:left;
	text-decoration: none;
	color: #fff ;
	font-weight:bold;
	background-color:#02254B;
	white-space: nowrap;
	padding: 0 6px;
	line-height:24px;
}
#topmenu ul ul li {
	display: block;
	float: none;
	width: 14em;
	border-bottom: 1px solid #02254B;
	border-left:0;
	padding:0;
}
#topmenu ul ul li a {
	display: block;
	float: none;
	height: auto;
	white-space: normal;
	font-weight:normal;
	line-height: 20px;
	padding: 0 6px;
}
#topmenu ul ul li a {
	margin: 0;
}
* html #topmenu ul ul li a {
	width: 16em;
	display: inline-block;
}

#topmenu ul ul, #topmenu li:hover ul ul, #topmenu li:hover ul ul ul,
#topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul{
	display: none;
}  
#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul,
#topmenu li.sfhover ul,#topmenu li li.sfhover ul, #topmenu li li li.sfhover ul
{
	display: block;
}

#topmenu a.current, #topmenu li a:hover
{
	background-color: #fff;
	color:#02254B;
}


/* Blocks */
#frontbanners *
{
	display: block;
}
#frontblocks div.leftpos
{
	margin-left: 8px;
	width: 636px;
}
#frontblocks div.rightpos
{
	margin-right: 8px;
	width: 308px;
}
div.leftpos, div.rightpos, div.centerpos
{
	width: 33%;
	float: left;
	display: inline; /* IE6 */
	padding-top: 0;
	overflow: hidden;
}
div.centerpos
{
	width: 34%;
}
div.rightpos
{
	float: right;
	margin-left: -1px;
}
#frontbanners div.leftpos *
{
	margin: 0 auto 0 8px;
}
#frontbanners div.centerpos *
{
	margin: 0 auto;
}
#frontbanners div.rightpos *
{
	margin: 0 8px 0 auto;
}
#wrap_all #frontbanners a
{
	margin: 0; /* prevent double margin on banner images */
}

#leftblock h2, #rightblock h2
{
	background: transparent url(images/dot3.gif) repeat-x scroll left bottom;
	font-size: 1.08em;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 0.4em;
}
#leftblock h2 span, #rightblock h2 span
{
	background: transparent url(images/arrow.gif) no-repeat scroll 6px 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 */
}
span.dailytip
{
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}

iframe.autoscroller-border
{
	margin: 0;
	width: 628px; /* IE hack: should be width-(2*border_width) */
	border: 2px solid;
}
html>body iframe.autoscroller-border
{
	width: 632px;
}



/* Static Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu ul ul
{
	border-top: none;
}
#smenu li
{
	margin: 0;
}
* html #smenu li {
	display: inline-block; /* remove margin change on hover IE6 */
}
* html #smenu a
{ height: 1% } /* hasLayout */

#smenu ul a{
	background: #3E4A69 url(images/bg_line_left.gif) no-repeat scroll left bottom;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 0 6px 5px;
	margin-bottom: 1px;
	text-transform: uppercase;
}
#smenu ul ul a{
	padding-left: 15px;
	font-weight: normal;
	background: #fff url(images/menu_bullet.gif) no-repeat 4px 50%;
	color: #000;
	text-transform: none; /* reset from upcase */
}
#smenu ul ul ul a{
	padding-left: 25px;
	font-style: italic;
	background-position: 14px 50%;
}
#smenu ul ul ul ul a{
	padding-left: 35px;
	font-style: italic;
	background-position: 24px 50%;
}
#smenu ul ul ul ul ul a {
	padding-left: 45px;
	font-style: italic;
	background-position: 34px 50%;
}
#smenu ul ul ul ul ul ul a {
	padding-left: 55px;
	font-style: italic;
	background-position: 44px 50%;
}
#current-smenu.current{
/*	color: #fff;
	background-color: #5A5F72;*/
	font-weight: bold;
}
#smenu a:hover
{
	color: #000;
	background-color: #ccc;
}

#smenu ul, #smenu a
{
	border-color: #fff;
}





/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background-color: #02254b;
}
#toplogo
{
	background-color: #3e4a69;
}
#topmenu, #wrap_footer
{
	background-color: #02254b;
	color: #fff;
}
#wrap_all
{
	background: #fff url(images/bg_line.gif) no-repeat scroll 100% 40px;
	color: #000;
}
#frontpage #content
{
	background-image: none;
}
#leftblock, #rightblock, #rightblock h2
{
	color: #000;
}
a.copyright { color:#fff; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}

span.dailytip, .autoscroller-border, #autoscroller-body
{
	color: #000;
	background-color: #f0f5f8;
	padding: 0;
}
iframe.autoscroller-border
{
	border-color: #b0b5b8;
}
	a, #content a:link
{
	color: #208;
}
	#content a:visited, #righblock a:visited
{
	color: #602;
}


/* Text styling (fonts) */
#rightblock
{
	font-family: Arial,Helvetica,sans-serif;
}
