/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 75%;
	margin-left: 1%;
	margin-right: 1%;
	color: #000;
}

/* --- Divs used for page structure ---*/

#headerdiv
{
	margin: 0;
	text-align: center;
	color: #FFF;	
}

#quickbar
{
	text-align: right;
	color: #000;
}

#quickmenudiv
{
	float: right; 	
	width: 60%;	
	background-color: #fff;	
}

#quicksearchdiv
{
	height: 2.9em;	
	color: #000;
}

#topmenu
{
	padding: 0em 0em 0em 0em;		
}

#topmenudiv
{ 
	background-color: #FFF;
	text-align: left;
	display: block;
	height: 4.75em;	
	width: 100%;	
	/*float: left; */
	clear:both;
	margin-bottom: 20px;
}

*html #topmenudiv
{
	margin-bottom: 10px;	
}

#topmenucontrol
{	
	height: 4.75em;
	background-color: #CADEF4;
	width: 100%;
	float: left;
	/*position: relative;*/
}

* html #topmenucontrol {
	float: none;
	position: static;
}

#breadcrumb
{
	float: left;
	min-height: 2em; /* 21/02/06 */
	position: relative;
	/* 02/02/06 changed width from 50% to stop it wrapping */
	width: 80%;
	top: 3px;
	margin-bottom: 0.5em;
	margin-left:0;	
}


*html #breadcrumb
{
	height: 2em; /* 21/02/06 */
	top: 10px;
}

#breadcrumb a
{
	background-image: none;
	padding-left: 0px;
}

#breadcrumb a:visited
{
	color: #124475
}


/* This wrapper is used to hold the left and centre columns */	
#wrapper 
{
	position: relative;
	text-align: left;
	width: 100%;
	float: left;
}

/* This wrapper is used to hold an additional right-hand column */	
#wrapper2 
{
	position: relative;
	text-align: left;
	float: left;	
	width: 100%;
}

#leftmenudiv
{
	position:relative;
	float:left;
	width:185px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:185px; /* actual value */
	z-index:100;	
}

#contentdiv
{
	position:relative;
	float: left;	
	margin-left: 1em;
	width: 47%;
	width: 75%;
	margin-right: -220px;
	
	
}

#contentdiv #voicearea 
{
	padding-right: 198px;
	}

#rightmenudiv
{
	position:relative;
	float:right;
	width:200px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 0 0;	
	z-index:99;	
	
}

#contentdiv2col
{
	float: left;
	width: 70%;
	text-align: left;
	margin-left: 1em;
}


#rightListingBox
{
	border: solid #F0E5CE 0.1em;
	background-color: #F0F0F0;
}

#footerdiv
{
	background: #FFF;
	width: 100%;	
	vertical-align: bottom;	
	clear: both;
}

div.footerleftcornerdiv
{
	background-image: url(../images/corner_left_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 0.5em;
	height: 2.1em;
	float: left;
}

div.footerrightcornerdiv
{
	background-image: url(../images/corner_right_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 0.5em;
	height: 2.1em;
	float: right;
}

#cookielink
{
	border-width: 0.1em 0em;
	border-style: solid;
	border-color: #ddd;
	padding: 0.5em 0em;
	margin-top: 1em;
	display: block;
}
/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img
{
	border: 0;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 0.5em;
}
div.description
{
	float: left;
	width: 20%;
}
.normalwidth
{
	width: 100%;
}

.fullwidth
{
	width: 100%;
	float: left;
/*	border: 1px solid #f00;*/
}

/* Footer alignment fix - 23/01/06 */
html>body #footerdiv div.rightfloating img {
	margin-top: -20px;
}

* html #footerdiv div.rightfloating img {
	margin-top: -7px;
} 