body {
	margin: 0; padding: 0;
	background: #3e3e3e; color: #fff;
	font-size: small;
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	overflow-y: scroll; overflow-x: hidden;

}

a, li a, navlinks li a {
	text-decoration: none;
}

a.maillink {
	text-decoration: underline;
	color: #f4f7d9;
}
a img {
	border: 0;
}

#masthead {
	margin-bottom: 1.75em; padding-top: 1px;
}

#homelink {
	display: block;
	margin: 1em 2em 2em; padding: 2em 0 0.5em 1em;
	background: url() 100% 100% no-repeat;
}

#nav, 
#nav ul {padding:0; margin:0; list-style:none; font: 11px lucida grande, tahoma, verdana, arial, sans-serif; position:relative; z-index:100;}
#nav {
	height:23px;
	width:100%;
	padding:0.5em 3em;
	background:#2a2a2a;
	border-bottom: 1px solid #3e3e3e;
	border-top: 1px solid #3e3e3e;
}

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#fff; height:23px; padding:0 15px 0 15px; line-height:22px; text-decoration:none; white-space:nowrap; font-weight:bold; border-left:1px solid #fff;}
#nav li li a {height:21px; line-height:20px; float:none; padding:6px 15px 2px 15px; background:#2a2a2a;}

#nav li:hover {position:relative; z-index:100;}
#nav a:hover {position:relative; z-index:100; color:#2a2a2a; border-left:1px solid #fff;}
#nav li:hover > a {border-left:1px solid #fff; color:#a4cfbe;}

#nav :hover  ul {left:0; top:23px; z-index:300;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {color:#a4cfbe; border-left:1px solid #a4cfbe;}

#nav li a:hover ul li a:hover {background:#2a2a2a;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

#container {
	white-space: nowrap; margin-top: 1.5em;
}

#imgList {
	list-style-type: none;
	list-image-type: none;
	margin: 3.5em 0 0.5em 0;
	padding:0;
	overflow-x: scroll;
	background-color: #FFF;
}

#imgList li {
	display: inline;
	height: 400px; margin-right: -.2em;
}

#galleryjumplinks {
	text-align: center;
	padding: 2em 3em; margin: 0 3em 0 7em;
	
}

#galleryjumplinks li {
	display: inline;
	margin-right: 1em; padding-right: 1.2em;
	border-right: 1px solid #fff;
}

#galleryjumplinks li a:link, #galleryjumplinks li a:visited {
	color: #fff;
}

#galleryjumplinks li a:hover, #galleryjumplinks li a:active {
	color: #a4cfbe;
}

#galleryjumplinks li a.current, #galleryjumplinks li a.current:hover, #galleryjumplinks li a.current:active, #galleryjumplinks li a.current_last, #galleryjumplinks li a.current_last:hover, #galleryjumplinks li a.current_last:active {
	color: #a4cfbe;
	cursor: default;
}

#galleryjumplinks li.last, #galleryjumplinks li.current_last {
	border-right: 0;
}

#footer {
	border-top: 1px solid #a4cfbe;
	clear: both;
	padding: 2em 3em; margin: 5em 3em 0 3em;
	text-align: center;
	font-size: xx-small;
	line-height: 1.5em;
 }

#footer p {
	margin: 0;
}

#footer a {
	color: #fff;
	text-decoration: underline;
	margin-right: 1em;
}

#footer a:hover {
	color: #a4cfbe;
}

#footer a.current {
	cursor: default;
}

#footer a.current:hover {
	color: #fff;
}
