@import url(general.css);

body {
	background-image:  url("../img/backgrounds/home.gif");
	}
a, a:active, a:focus, a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #9a8078;
}

h1 {
	color: #FFFFFF;
	}

#subnav {
	color: #FFFFFF;
	}

#content1 {
	background-color: #6e5249;
	}

#content2 {
	background-color: #d0ae64;
	overflow:auto;
	height: 374px;
	scrollbar-base-color: #d0ae64;
	scrollbar-face-color: #6e5249;
	scrollbar-arrow-color: #b53966;
	}

#content3 {
	background-color: #b53966;
	}
/* MENU COLOUR STYLES */

#p7menubar a {
	color: #ffffff;
}

#p7menubar ul li a  {
	color: #ffffff;
}

#p7menubar li ul {
	background-color: #ad9586;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #ffffff;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	background-color: #ad9586;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #ffffff;
	background-color: #ad9586;
}

#p7menubar ul a:hover {
	background-color: #cbb3a3!important;
	color: #FFFFFF!important;
}
/* END MENU COLOUR STYLES */
#sitemap_content {
	position: absolute;
	top: 142px;
	width: 990px;
	z-index: 10;
	}
#sitemap_content h1{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	text-transform: capitalize;
	}
#sitemap_content ul{
	color: #666666;
	font-size: small;
	font-weight: normal;
	}
#sitemap_content a, #sitemap_content a:active, #sitemap_content a:focus, #sitemap_content a:visited{
	color: #666666;
}

#sitemap_content a:hover {
	color: #FF6600;
}