body
{
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	width: 100%; /*HAL: Need change this value for different contrasts*/
	background: #fff;
	min-width: 1000px; /* Minimum width of layout - remove line if not required - The min-width property does not work in old versions of Internet Explorer */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0.2em 0;
	margin: 0.2em 0;
}

ol li {
	margin-bottom: 15px;
}

/* Header styles */
#header
{
	clear: both;
	width: 100%; /*HAL: Need change this value for different contrasts*/
	background: url(../images/header_background.gif) repeat-x top #f6f6f6;
}

#header span
{
	position: absolute;
	left: -20000px;
}

#logo_holder
{
	float: left;
	width: 26%;
	margin-top: 0.5em;
}

#logo
{
	background: url(../images/logo.png) no-repeat;
	width: 125px;
	height: 133px;
	margin: auto;
}

#nav
{
	width: 74%;
	float: left;
}

#header p, #header h1, #header h2
{
	padding: .4em 15px 0 15px;
	margin: 0;
}

#header ul
{
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
#header ul li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#header ul li a
{
	display: block;
	float: left;
	margin: 0 5px 0 5px;
	padding: 0 10px;
	text-align: center; /*HAL: Need change this value for different contrasts*/
	color: #000;
	text-decoration: none;
}

#header ul li a:hover
{
	/*HAL: Need change this value for different contrasts*/
	background: #369; /*HAL: Need change this value for different contrasts*/
	color: #fff;
}
#header ul li a.active, #header ul li a.active:hover
{
	color: #fff;
	background: #000;
	font-weight: bold;
}
#header ul li a span
{
	display: block;
}

/*************** These are for the tabs ** The height will need adjusting for Firefox ******************/

/***HAL: Definition separate class for size of menu functionality***/
#nav ul#sizemenu.buttons li
{
	height: 41px; /*This is needed for firefox */
	margin-top: 50px;
}

#nav ul.buttons li a
{
	margin: 0 10px 0 0;
	padding: 0;
}

#nav ul.buttons li a img
{
	border: 0;
	margin: 0;
	padding: 0;
}

#nav ul.buttons li a:hover
{
	background: none;
}


#search {
	background: url(../images/home_header.jpg) repeat-x #f49e65 top;
	height: 43px;
	clear: both;
}


/************************ Footer style *********************************/
/* Footer styles */
#footer
{
	clear: both;
	float: left;
	width: 98%; /*HAL: Need change this value for different contrasts*/
	background: url(../images/footer_background.gif) repeat-x top #e9e9e9;
	padding: 1em 1% 1em 1%;
}

#footer-left
{
	width: 40%;
	float: left;
}

#footer-middle
{
	width: 40%;
	float: left;
}

/***HAL: Changed from # to .***/
.footer-right
{
	width: 19%;
	float: right;
	text-align: right;
	margin-right: 1%;
}

.footer-right a img {
	padding: 0;
	margin: 0;
	}

#footer ul
{
	margin: 0;
	padding: 1em 0 2em 0;
}

#footer ul li
{
	float: left;
	list-style: none;
	margin-right: 0.5em;
}

#footer ul li a
{
	padding-right: 0.5em;
}

#footer p
{
	clear: both;
}

/***HAL: Changed from # to .***/
.footer-right a img
{
	border: 0;
}
/************************ End Footer style *********************************/


