/** General layout styles **/	


html, body{
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666666;
}

ul, li{
    list-style: none;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.5em;
	color: #990000;
	padding:0px;
	margin:0px;
}


h2 {
	font-size: 1.3em;
	color: #990000;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

h3 {
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
	line-height: 1.4em;
	padding:0px;
	margin:0px;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.4em;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a{
color: #990000;
text-decoration:underline;
}

a:visited{
color:#669999;
}


.clear {
	clear: both;
}

body {
	background: url(/images/background2.jpg) repeat-x;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.4em;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tenpixpad { padding:10px; clear:both;}


/** Start of Main menu style **/	

	


#nav li ul {
	display:none;
	position:absolute;
	top:30px;
	left:0;
	z-index:1000;
	}



#nav li ul li {
	width:220px;
	float:left;
	clear:both;
	text-align:left;
	z-index:20;
}


#nav li ul li a {
	text-align:left;
	z-index:20;
}

#nav li:hover ul, #nav li.over ul { display: block; }

#nav li:hover ul ul { display:none; }

#nav li li:hover ul { display: block; }

#nav {
	margin-top: 25px;
	width:100%;
	font-size:11px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	text-align:center;
	float:right;
	z-index:20;
	position: relative;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	z-index:20;
	position:relative;
}

 #nav ul li ul li ul{
	display:none;
	z-index:20;
}
/*
#nav li ul li a:hover{
	display:block;
}*/

#nav li ul li ul{
	display:none;
	position:absolute;
	top:0px;
	left:200px;
	margin:0px;
	padding:0px;
	list-style:none;
	z-index:20;
	}


#nav li, #nav li ul li {
	background: url(/images/menubackground-right.jpg) repeat-x right top;
	float:left;
	position:relative;
	margin:0;
	display: block;		
	white-space:nowrap;	
	padding: 0px 0px;	
	margin-right: 2px;
	z-index:20;
}


#nav li.menuSelected { 
    background: url(/images/menubackground-right-over.jpg) no-repeat right top; 
}

#nav li.menuSelected a { 
    background: url(/images/menubackground-left-over.jpg) no-repeat left top; 
	color:#000000;
}

#nav a:hover {
	color:#FFFF00;
}

#nav a {
	background: url(/images/menubackground-left.jpg) no-repeat left top;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size:11px;
	text-align:center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}



/** End of Main menu **/





/** Search box **/

#search-panel {
	margin-top:56px;
	width: 236px;
	height: 57px;
	float:right; z-index:50;
	position:relative;
}

#search-text {	
	background: url(/images/searchbackground.jpg) top left no-repeat;	
	width: 205px;
	height: 28px;
	float: left;
	margin-top: 20px;	
	padding: 4px;
}

#search-pic {	
	width: 20px;
	height: 20px;
	float: right;
	margin-right:0px;
	margin-top: 25px;	
}

#search-input{
  border: 0px;
  width: 190px;
  height: 20px;
  margin-left:0px;
  margin-right: 20px;
  z-index:50;
}

.lhsearch{ border:0px; width:180px;}



/** Content Panels **/

#wrapper {	
	margin: auto;
	width: 1000px;
}

#header {
	height: 190px;
	position: relative;
	z-index: 50;
}

#logoholder {
	position:absolute;
	width: 970px;
	height:107px;
	left: -140px;
	top: 0px;
	background-image: url(/images/logoandwave.png);
	background-repeat: no-repeat;
	z-index: 2;
}

/*
#content { position:relative; } */

#top-logo {
	margin-top:50px;
	width: 306px;
	height: 57px;
	float:left;
	z-index:100;
}



#content-left {
	float: left;
	width: 750px;
}

#content-right {
	float: right;
	width: 159px;
}

#text-panel {
  background: url(/images/panelbackground.jpg) repeat;
  margin-top: 20px;
  float:left;
  width:820px;
  color: #666666;
}

#text-panel h1{
padding:0px;
}

#text-panel-logo {
	float:right;
	width: 30px;
}

#panel-left-text {
	float:left;
}

#text-panel img{	
	float:right;
}

#text-panel-left {
	background: top right url(/images/body-logo.jpg) no-repeat;
	width: 250px;
    float:left;
}

#text-panel-left h2 {
	font-size: 12px;
}

#text-panel-middle {
	width: 250px;
	margin-left: 30px;
	margin-top:0px;
	float:left;
}


#text-panel-right {
	width: 250px;
	margin-left: 10px;
	margin-top:0px;
	float:left;
	padding-left: 20px;
}

#text-panel-right ul.arrow-list li {
	background: top left url(/images/arrow.jpg) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#panel-right-text {
	width: 250px;
}

#photo {
	float: left;
	width: 780px;
}

/** Footer**/

#footer {
	background: url(/images/footbackground.gif) repeat;		
}

#footer a {
    color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
}

#footer a:hover {
    color: #FFFFFF;
	text-decoration:underline;
	font-size: 11px;
}

#footer ul {	
	margin:0px;
	padding:0px;
}

#footer li {	
	margin:0;		
	padding: 0px 1px;	
}

#footer-top {	
	background: url(/images/footbackground-top.gif) repeat-x;
	height: 30px;	
	font-weight: bold;
	float:none;
}
#footer-bottom {		
	height: 200px;	
	float:none;
}

#footer-panel {	
	width: 1000px;
	margin:auto;
	margin-top: 30px;
}
#footer-logo {
	width: 254px;
	float:left;
}

#footer-nav-left {
	width: 230px;
	float:left;
	text-align:left;
	margin-left: 70px;
}

#footer-nav-right {
	width: 230px;
	float:left;
	text-align:left;
}

#footer-link {
	width: 150px;
	float:right;
}






/** Centre pages styles **/	

#centrepage-ltcol {
	width: 305px;
	float: left;
	height:430px;
}



#centrepage-midcol {
	float: left;
	width: 333px;
	margin-right: 20px;
	margin-left: 20px;
	/*padding-right: 25px; */
	padding-left: 10px;
}

#centrepage-rtcol {
	float: right;
	width: 312px;
	background-image: url(/images/centre_rtcol_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height:430px;
}

#centrepage-rtcol a{
	color: #FFFFFF;
	text-decoration:none;
}

#centrepage-rtcol a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}


.rtcolpad {
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;}

 #map {
    POSITION: absolute;  WIDTH: 1000px; HEIGHT: 478px; TOP: 50px; LEFT: 0px; z-index: 0;
    }
