body, html {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", sans-serif;
	color: #d7d1c7;
	font-size: 12px;
}

body {
	background: url('images/bodybg.jpg') repeat-x #776441;
}

td.top {
	display: block;
	height:87px;
	margin:0px;
	padding:0px;
	background: url('images/top.jpg') no-repeat #776441;
	vertical-align: top;
}

td.menu {
	display: block;
	height: 36px;
	width: 834px;
	background: url('images/menubg.jpg') no-repeat transparent;
	padding: 0px;
	margin: 0px;
}

td.content {
	background: url('images/contentbg.jpg') repeat-y #776441;
}

/* MENU 

#cssdropdown {
padding: 0 0 0 10px;
margin: 0;
list-style: none;
}

#cssdropdown ul {
padding: 0 0 0 0; 
margin: 0;
list-style: none;
position: relative; /* Fix the Stupid IE6 Bug *//*
}

#cssdropdown li {
float: left;
}

ul li.mainitems a{
padding: 10px 16px 10px 18px;
text-decoration: none;
color:#d06f1a;
font-weight:bold;
background-color: transparent;
height:26px;
/*display: block; FIREFOX*/ /*
font-size: 13px;
line-height: 35px; /*IE*//*
}

ul li.mainitems a:hover{
padding: 10px 16px 10px 18px;
text-decoration: none;
color:#d7d1c7;
font-weight:bold;
background-color: #d06f1a;
height:26px;
/*display: block; FIREFOX*//*
line-height: 35px; /*IE*//*
}

.subuls{
display: none;
width: 12em;
position: absolute;
/*top: 1.2em; FIREFOX*//*
top: 36px; /*IE*//*
left: -40px;

border-bottom: 2px solid #d06f1a;
}

.subuls li.mainitems{
width: 100%;
}

ul.subuls li a{
text-decoration: none;
display:block;
background-color:#c1bbb0;
font-size: 12px;
height: 20px;
line-height: 16px; /*IE*//*
padding: 4px 16px 4px 18px; /*IE*//*

}

ul.subuls li a:hover{
text-decoration: none;
display:block;
background-color:#d7d1c7;
color:#d06f1a;
height: 20px;
line-height: 16px; /*IE*//*
padding: 4px 16px 4px 18px; /*IE*//*
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left *//*
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items *//*
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*//*
clear: left;
}

*/
#navContainer {width: auto;display:block;clear:both;}

 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header_menu {position: absolute; margin-left: 20px;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 1.68em;
	padding:0 0 0 3px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 14px; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; margin:0px 0 0 3px; text-align: center; font-weight: bold;}
#nav ul li a {
	display:block;
	padding: 8px 16px 10px 18px;
	text-decoration: none;
	font-weight: bold;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus, #nav ul li a:active {
	background-color:#d06f1a;
	color:#d7d1c7;
}

#nav li a:active, #nav ul li a.active {color: #d06f1a;}

/* Current page Customisations*/
#nav li.menu-current a		{color: #d06f1a;}
#nav li.menu-current a		{font-weight: bold;} 

#nav li.menu-expand a:active {color: #d7d1c7;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 184px; margin: 0; display: none; text-transform: none; font-size: 12px; border-bottom:solid 2px #d06f1a;}
#nav .menu li ul li {width: 150px; text-align: left; font-weight: normal; margin: 0px; padding:0;}
#nav .menu li ul a {width: 150px; margin: 0px; padding: 8px 16px 10px 18px; background: #d7d1c7; color: #d06f1a;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #d06f1a; background: #c1bbb0;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

/* */
td.search {
	padding-right: 7px;
}

td.search input {
	background-color: #c5c0b9;
	border:1px solid #d06f1a;
	width:150px;
	color:#d06f1a;
	font-weight:bold;
}

td.login input {
	background-color: #d06f1a;
	color:#d7d1c7;
	border:1px solid #d06f1a;
}

td.topcontent p {
	padding: 0 0 0 6px;
	margin:0px;
	background: url('images/contentbg.jpg') repeat-y #776441;
}

td.searchcontent {
	padding: 0px 20px 20px 20px;
	margin:0px;
	background: url('images/contentbg.jpg') repeat-y #776441;
}

p.pagetitle {
	color:#d06f1a;
	text-transform: uppercase;
	font-weight: bold;
	padding-left:15px;
	font-size:16px;
	padding-top: 5px;
}

p.pagetitle2 {
	color:#d06f1a;
	text-transform: uppercase;
	font-weight: bold;
	font-size:16px;
	padding-top: 5px;
}

div.maincontent {
	padding-left: 40px;
	padding-right: 20px;
}

td.footer {
	background: url('images/footerbg.jpg') no-repeat transparent;
	line-height: 50px;
	padding-left:15px;
}

a {
	color:#d06f1a;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color:#d7d1c7;
}

table.fotos {
	background-color: #D8D1C7;
	border:2px solid #D06F1A;
	color: #D06F1A;
}

table.fotos a {
	color:#d06f1a;
}

.footer{
	text-align: right;
	padding-right: 25px;
	color: #FFFFFF;
	font-size: 10px;
	}
	
td.footer a{
	color: #FFFFFF;
	}
	
td.footer a:hover{
	color: #000000;
	}
	
.crumbs{
	font-weight: bold;
	padding-left:15px;
	font-size:12px;
	padding-top: 5px;
	}
div #map{
	margin-left: 260px;
	margin-top: -315px;
	padding: 0px;
	}
