/* WPS Standard Template A */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68.75%; 
	margin: 0;
	padding: 0; /* Opera has a default padding */
}

/*	Layout only	*/

#wrap {
	width: 800px; 
	margin: 0px auto;
	border: 0;
	border:1px solid;
	padding-bottom:28px;
}
#toplogo
{
	min-height: 40px;
}
#wrap_menu
{
	position:static;
	padding-bottom:28px;
}
#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 */	
	border-top:1px solid;
	border-bottom:1px solid;
}
#wrap_content
{
	clear: both;
}
#leftblock 
{
	float: left;
	display: inline; /* IE hack */
	width: 140px; 
	padding: 0px 10px 5px 10px;
	margin: 0 0 0 5px;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 140px; /* Total width should be 180px */
	padding: 0 10px 5px;
	margin: 0 5px 0 0;
}
#leftblock, #rightblock, #content
{
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content
{
	overflow: auto; /* IE6 falls apart otherwise */
}
#content {
	width: 460px;
	padding: 0 0 10px; /* left padding for FF tables */
	float: right;
	display: inline; /* IE6 hack */
	margin: 0 5px 0 0;
}
#footer {
	text-align:center;
	padding:2px 0;
}
#wrap_content:after
{
	clear:both;
	height:0;
	content:"";
	visibility:hidden;
	display:block;
}
#wrap_content
{
	zoom:1;
}
/* Dropdown Menu */
ul.dropdownreplacement li
{
	float: left;
	display: inline; /* IE6 hack */
	height: 16px;
}
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: 9px;
	padding-right: 9px;
}
td.mainmenu,ul.dropdownreplacement li a 
{
	padding: 0px 9px;
}
td.submenu
{
	padding: 0;
}
#menu0, ul.dropdownreplacement
{
	padding: 2px 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 */

#leftblock h2, #rightblock h2
{
	font-size: 1.09em;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 0.4em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

#topbanner img
{
	border: 0;
	display: block;
	margin:0 auto;
}

span.dailytip 
{
	display: block;
	margin: 5px 0;
	padding: 4px 2px;
}

iframe.autoscroller-border 
{
	margin: 0;
	width: 140px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
}
html>body iframe.autoscroller-border 
{
	width: 140px;
}
form.vertical input.box
{
	display: block;
}
#breadcrumbs
{
	margin-bottom: 1em;
	font-style:italic;
}



/* Side Menu */

#smenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu li 
{ 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */
#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: #dfded6;
	padding-top: 2px;
	padding-bottom: 2px;
}
#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 {
	background-color: #ccc;
}
#smenu div.search
{
	display: none; /* hide unwanted search box */
}


/*	Styling (Colours, backgrounds) */
body
{
	background: #fff;
	color: #000;
}
#wrap_body, #frontpage
{
	background: #fff url("images/bg.gif") repeat;
} 
#toplogo
{
	background-color: #9C4225;
}
#topbanner
{
	background-color: #DFDED6;
}
#navigation
{
	background-color: #ccc;
	border-color: #000;
}
#wrap_menu
{
	background: #fff url("images/top_bg.gif") no-repeat  5px bottom;
}
#wrap
{
	border-color: #000;
	background: #fff url("images/btm_bg.gif") no-repeat  5px bottom;
}
#wrap_content 
{
	background: #fff url("images/faux.gif") repeat-y scroll 5px 0px;
	color: #000;
}
#leftblock, #rightblock, #rightblock h2 
{
	color: #000;
}
a.copyright { color:#000; text-decoration: none;  }
a.copyright:hover { color:#fff; text-decoration: underline;}
div.submenu, ul.dropdownreplacement li
{
	border-color: #666;
}
.mainmenu, .submenu , ul.dropdownreplacement li a {
	color: #000;
	background-color: #ccc;
}
 ul.dropdownreplacement a:hover, .mainmenu.on, .submenu.on {
	color: #000;
	background-color: #dfded6;
}
div.submenu td.arrow {
	background: url(images/arrow_next.gif) no-repeat 92% 50%;
}/* 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 */

 .autoscroller-border, #autoscroller-body 
{
	color: #000;
	background-color: #fff;
	padding: 0;
}
iframe.autoscroller-border 
{
	border-color: #ccc; 
}	
a
{
	color: #999;
}
#breadcrumbs a
{
	color:#9C4225;
}
.printer-icon,.tipafriend-icon
{
	color:#b94c27;
	font-weight:bold;
	text-decoration:none;
}
a img 
{ 
	border: none; 
}


h1 {
	font-size: 161.5%;
}

h2 {
	font-size: 123%;
}

h3 {
	font-size: 107.7%;
}

h4,h5 {
	font-weight: bold;
}


input {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}

input.box {
	width: 150px;
}

input.checkbox {
	border: 0px;
	background-color: #DFDED6;
}

input.button {
	font-size: 10px;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	cursor: hand;
	margin: 5px 0px 0px 0px;
}

