
#header { 	background-color: #847C4E;
position: relative;
	background-image: url(/mysite/images/menu/teepeered.png);
	background-repeat: no-repeat;
	background-position: 20px 22px;

}

#header h1
{
	font-size: 2.5em;
	color: #1D1C12;
	font-weight: bold;
	margin: 0 0 0 90px;
	padding-top: 5px;
	font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
}

/* top navigation */

/* unordered lists */
#header ul {
position: absolute;
bottom: 0;
	text-align: left;
	margin: 0;
	padding:0;
	list-style-type: none;
	background-color: transparent;
font-size: .9em;

}
#header li {
	margin: 0;
		padding: 0;
		float: left;
		display: block;
position: relative;
background-image: url("/mysite/images/menu/back.png");
	background-repeat: no-repeat;
	background-position: 0 30px;
}

#header li.section {background-position: 0 -30px;  }


#header li a.pos0 {	background-image: url("/mysite/images/menu/teepeeblue.png");
background-position: 20px 80px;
}
#header li a.pos1 {	background-image: url("/mysite/images/menu/hat.gif");
}
#header li a.pos2 {	background-image: url("/mysite/images/menu/viv.gif");
}
#header li a.pos3 {	background-image: url("/mysite/images/menu/beggs.gif");
}
#header li a.pos4 {	background-image: url("/mysite/images/menu/lockwood.gif");
}
#header li a.pos5 {	background-image: url("/mysite/images/menu/leask.gif");
}

#header a
{
	display: block;
	width: 110px;
height: 32px;
	padding: 45px 5px 0px 5px;
line-height: 1.2em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;

}


#header a:hover, #header a:focus { background-position: 0 -40px;  }
#header a.pos0:hover, #header a.pos0:focus { background-position: 21px -6px; }

.searchdiv {
float: right;
width: 220px;;
text-align: right;
}

div.searchdiv div.middleColumn{
margin: 0;
}

div.searchdiv div.middleColumn input.text{
	width: 150px;
}

div.searchdiv div.field {
float: left;
}

div.searchdiv div.action {
float: right;
width: 50px;
}


.articlepic {
float: right;
text-align: right;
margin-left: 5px;
}


/* side navigation */
#secondary h2 {
	margin: 0;
	padding: 5px 8px;
}
#secondary h2 a
{
	color: #fff;
	background-color: #847C4E;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
}

/*
#secondary h2 a  { color: #fff; }
#secondary h2 a:visited { color: #fff; }
#secondary h2 a:hover { color: #fff; }
*/
#secondary  h3 {
	margin: 0;
	padding: 3px 8px;
	color: #fff;
	background-color: #847C4E;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
}


/* unordered lists */
#secondary ul {
	text-align: left;
	margin: 10px 0;
	padding:0px 0 6px 0;
	list-style-type: none;
	background-color: #fff;
}
#secondary li {
	margin: 0;
	padding: 0px 8px;
}

#secondary a
{
	display: block;
	padding: 6px 5px 6px 15px;
	text-decoration: none;
/*
	border-top: 1px #417109 solid;
	border-right: 0;
	border-bottom: 1px #417109 solid;
	border-left: 0;
	color: #183302;
	margin-top: -1px;
*/
}

#secondary a.current
{
	background-image: url("/mysite/images/current.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

 #secondary a:visited { color: #666;} 
 #secondary h2 a:visited { color: #fff;} 
#secondary a:hover, #secondary a:focus
{
	background-color: #C0B57F;
	color: #000;
}


 #secondary ul.secondLevel,  #secondary ul.thirdLevel,  #secondary div.WidgetHolder ul
 {
 	text-align: left;
 	margin: 0px 10px 0px 20px;
 	padding: 6px 6px 6px 6px;
 	list-style-type: none;
 }

#secondary ul.thirdLevel {
margin: 0px 0px 0px 10px;
padding: 6px 0px 0px 0px;
}

#secondary ul.secondLevel li {
padding: 0;
}
#secondary ul.secondLevel li a, #secondary ul.thirdLevel li a,  #secondary div.WidgetHolder li a
{
border: 0;
}



