﻿/* CSS layout */
.footer {
	width:100%;
	clear:both;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
	color: #60481A;
	
}
.welcome1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #60481A;
}
.welcome {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	color: #60481A;
	text-align: center;
}
.style2 {
	margin-left: 160px;
	margin-top: 77px;
}
body{
	background: url('images/newbackground2.png');
	background-repeat: no-repeat;
	float: left;
}
.links {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #60481A;
}
a:link {color: #60481A;
}
a {text-decoration:none
} 
a:visited {color:#60481A;
}
a:hover {color: #6FBBC8;
}

.content {
	padding: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #60481A;
	background-image: url('images/slideshow-background.png');
	background-repeat: repeat-y;

}
.give {
	border-width: 0px;
}
.elk {
	border-width: 0px;
}
.medium {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #60481A;
}
#menu {
	width: 12em /* set width of menu */;
}

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font: bold medium/16px "century gothic", arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding:2px 3px 
	color: #60481A;
}
#menu h2 {
	color: #60481A;
	text-transform: uppercase;
}
#menu a {
	padding: 2px;
	margin: 0px 0px 0px 5px;
	color: #60481A;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: medium;
}
#menu a:hover {
	color: #6FBBC8;
}
#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #60481A;
}
#menu ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}
div#menu ul ul,
div#menu ul li:hover ul
{
	display: none;
	background-color:#EFCB80;
	width: auto
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display:block}







