/* WPS Standard Template A */

body
{
	/* font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", Helvetica, Arial, sans-serif */
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}
body
{
	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	*/

#wrap_all {
	min-width: 980px; 
	max-width: 1240px;
	margin: 0px auto;
	border: 0;
}
	#toplogo
	{
		min-height: 100px;
	}
	#topbanner div
	{
		height: 107px; /* banner is 596x107 */
		padding: 12px 0 15px 185px;
		margin-right: 204px;
	}
		#topbanner div img, #topbanner div object, #topbanner div embed
		{
			width: 100%
		}
	#wrap_content
	{
		clear: both;
		float: left;
		display: inline; /*IE6*/
		width: 100%;
	}
		#leftblock 
		{
			float: left;
			display: inline; /* IE hack */
			width: 166px; 
			padding: 0;
			margin: -60px 0 0 -5%;
			min-height: 200px;	
		}
		#rightblock {
			float: right;
			display: inline; /* IE hack */
			width: 177px;
			padding: 0;
			margin: -60px 0px 0 0;
			min-height: 200px;	
		}
	/*	* html #leftblock, * html #rightblock
		{
			height: 200px;
		}*/
		#leftblock, #rightblock, #content
		{
			overflow: visible;
		}
		* html #leftblock, * html #rightblock, * html #content
		{
			overflow: auto; /* IE6 falls apart otherwise */
		}
		#wrap_center {
			float: left;
			margin-right: -95%;
			width: 100%;
		}
			#content {
				padding: 10px; /* left padding for FF tables */
				margin: 0 177px 0 167px;
			}
	#wrap_footer 
	{
		clear: both;
		margin: 0;
		position: relative;
	}
		#footer {
			padding: 6px;
		}

/*	Shortcuts or Search - Positioning and Layout */ 

#toplogo div.search, #toplogo div.shortcuts
{
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
#navigation div.shortcuts, #navigation div.search
{
	float: right;
	margin: 0 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;
/*	margin-top: 1px;*/
	line-height: 13px;
	height: 18px;
	padding: 0;
/*	font-size: 12px;*/
}
span.searchbuttonbox > input.button
{
	padding: 0 0.4em;
	/*display: inline;*/
}
div.search input.searchwords
{
	height: 16px;
	border: 1px solid;
	padding: 0 0.3em;
/*	font-size: 12px;*/
}

/* ShortCuts Menu Styling*/

div.shortcuts
{
}

div.shortcuts ul
{
	margin: 0 7px 0 0;
	padding: 0 0 0 16px;
}

div.shortcuts ul li
{
	line-height: 33px;
	display: inline;
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	display: inline;
}


div.shortcuts ul li a
{
	color: #000000;
	text-decoration: none;
}



/* Dropdown Menu */
div.topnav
{
	
}

div.topnav ul
{
	list-style-type: none;
}

div.topnav ul li
{
	float: left;
	padding: 0 0 0 20px;

}

div.topnav a
{
	text-decoration: none;
	display: block;
	float: left;
}

/* Blocks */

#leftblock h2, #rightblock h2
{
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	background: #4878ac url(images/title_bg.png) no-repeat scroll left top;
	color: #000;
}
#leftblock h2 span, #rightblock h2 span
{
	background: transparent url(images/title_bg.png) no-repeat scroll right top;
	padding: 3px 10px 8px 0;
	line-height: 25px;
	display: block;
}

#toplogo img, #topbanner img
{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}
#rightblock div.block
{
	padding: 0 9px 10px 10px;
}

span.dailytip 
{
	display: block;
	margin: 0px 0;
	padding: 0;
}

iframe.autoscroller-border 
{
	margin: 0;
	width: 155px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 155px;
}
form.vertical input.box
{
	display: block;
}
#acceptcards img {
	margin: 0 1px 1px 0;
}
#acceptcards
{
	margin: 0 8px 10px;
}

/* Side Menu */
/* 4878ac, 689aca */
#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
/*	background-color: red; /* TEST */
}
* html #smenu *
{ height: 1% } /* hasLayout */

#smenu ul ul
{
	position: absolute;
	z-index: 7;
	left: 100%;
	top: 0;
	border: 1px solid #fff;
}
* html #smenu ul ul
{
	margin-left: 1px;
}
/*#smenu ul ul ul
{
	left: 100%;
	top: 0;
}*/


#smenu li
{
	margin: 0;
	padding: 0;
	position: relative; /* for submenu positioning */
}
#smenu a {
	line-height: 21px;
/*	height: 21px;*/
	display: block;

	text-decoration: none;
	color: #fff;
	background-color: #4878ac;

	padding: 0 8px;
	margin: 0;
}
#smenu ul ul li {
	display: block;
	float: none;
	width: 150px;
	z-index: 8;
}
#smenu ul ul li a {
	display: block;

	width: 90%;
	padding: 0 5%;
	border-bottom: 0;
}
#smenu ul ul li a {
/*	display: inline-block; /* fix IE7 gap at bottom */
	margin: 0;
}
* html #smenu ul ul li a {
	width: 150px;
	display: inline-block;
}

#smenu ul ul, #smenu li:hover ul ul, #smenu li:hover ul ul ul,
#smenu li.sfhover ul ul, #smenu li.sfhover ul ul ul
{
	display: none;
}
#smenu li:hover ul, #smenu li li:hover ul, #smenu li li li:hover ul,
#smenu li.sfhover ul, #smenu li li.sfhover ul, #smenu li li li.sfhover ul
{
	display: block;
}
#smenu div p, #smenu form
{
	margin: 0; /* fix search form bg */
}



#smenu a.current {
/*	color: #FFBA00;
	background: #001842;*/
}
#smenu ul ul a.current, #smenu li:hover li a, #smenu li:hover li:hover a, #smenu div,
#smenu li.sfhover li a, #smenu li.sfhover li.sfhover a
{
	color: #fff;
	background: #4878ac;
}
#smenu li:hover a,
#smenu li.sfhover a {
	background: #689aca;
	color: #fff;
}
#smenu li:hover li a:hover,
#smenu li.sfhover li a:hover {
	background: #689aca;
	color: #fff;
	border-color: #fff;
}
#smenu li:hover ul a {
}
#smenu ul ul a.current {
}


/* arrow */
#smenu li.arrow a, #smenu li.arrow li.arrow a {
	background-image: url(images/arrow_next.gif);
	background-position: 99% 8px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#smenu li.arrow li a, #smenu li.arrow li.arrow li a {
	background-image: none;
}




/*	Styling (Colours, backgrounds) */
body
{
	background: #689ACA;
	color: #fff;
}
#wrap_body, #frontpage
{
	background-color: #CECBCE;
} 
#wrap_all
{
	background: #689ACA url("images/faux.gif") repeat-y scroll right top;
	color: #FFF;
}
#toplogo
{
	background: #689ACA url(images/logo_bg.jpg) no-repeat right top;
}
#topbanner
{
	background: #689ACA url(images/header_bg.gif) no-repeat right top;
}
#topbanner div
{
	background: transparent url(images/header_bg.gif) no-repeat left top;
}
#wrap_content 
{
	background: transparent url("images/faux.gif") repeat-y -10px 0;
}
#content
{
	background: #fff;
	color: #000;
}
#leftblock, #rightblock 
{
	color: #f9fbfe;
	background-color: #4878ac; /* For testing */
}
#wrap_footer
{
	color: #fff;
	background: #4878ac url("images/footer_bg.gif") no-repeat;
	padding-top: 6px;
}
#footer
{
	background: transparent url("images/footer_bg.gif") no-repeat left bottom;
	min-height: 33px;
}
div.copyright { float: right; display: inline; }
a.copyright { color:#fff; text-decoration: none; font-weight: bold; }
a.copyright:hover { color:#fff; text-decoration: underline;}
div.submenu 
{
	border-color: #666;
}
ul.dropdownreplacement li a
{
	color: #000;
}
ul.dropdownreplacement li
{
	border-color: #000;
}
.mainmenu, .submenu {
	color: #000;
	background-color: #ccc;
}
ul.dropdownreplacement a:hover, .mainmenu.on, .submenu.on {
	color: #000;
	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: #4878ac;
	padding: 0;
}
#scroller h2{
	/*background-color: #4878ac;*/
	background: #4878ac url("images/smenu.png") no-repeat;
	width: 172px;
	height:38px;
	
	margin: 0;
	line-height: 30px;
	color: #000;

}
#scroller h2 span
{
	padding: 0 0 0 50px;
}

#newscontainer
{
	color: #FFF;
}
a, #content a:link
{
	color: #4878ac;
}
#content a:visited, #righblock a:visited
{
	color: #4878ac;
}
#content a:hover, #content a:active
{
}
#searchwords, input.button
{
}
#toplogo div.shortcuts span
{
	color: #000;
}

/* Text styling (fonts) */

