#header {
	color: white;
	padding: 0;
	margin: 0;
	z-index: 1;
	height: 135px;
}

#header ul {
	list-style-type:none;
	height:26px;
	display: block;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 133px;
	padding: 0px;
	z-index: 300;
}


#header ul li {
	display: block;
	float: left;
	margin: 0 2px;
	padding: 0px;
	height: 26px;
}

#header ul li a:link, #header ul li a:visited {
	float: left;
	color: black;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 26px;
	padding: 0px 8px 0px 29px;
	line-height: 26px;
	margin-top: 0px;
	background-repeat: no-repeat;
}

#header ul li a {
		background-position: 7px 4px;
}

#header ul li a.contact:link, #header ul li a.contact:visited, #header ul li a.contact:hover, #header ul li a.contact:active {
	background-image: url('../images/icons/email-icon.png');
}

#header ul li a.home {
	background-image: url('../images/icons/home-icon.png');	
}

#header ul li a.about {
	background-image: url('../images/icons/about-icon.png');	
}

#header ul li a.where {
	background-image: url('../images/icons/where-icon.png');	
}

#header ul li a:hover, #header ul li a:active {
	text-decoration: underline;
	color: black;
}

#header ul li a.current:link, #header ul li a.current:visited, #header ul li a.current:hover, #header ul li a.current:active {
	text-decoration: none;
	border-top: none;
	height: 26px;
	line-height: 26px;
	padding: 0px 7px 0px 28px;
	margin-top: -1px;
	background-position: 6px 5px;
	position: relative;
	z-index: 310;
}

#header #main-home-link a{
	position: absolute;
	display: block;
	width: 141px;
	height: 104px;
	top: 20px;
	left: 43px;
}

#side {
	margin: 0px;
}

#side ul {
	display: block;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	list-style: none;
	text-align: right;
	width: 170px;
}

#side ul li {
	padding: 0px;
	margin: 0px;
	display: block;
	border: 1px solid white;
	width: 170px;
}

#side ul li a
{
color: black;
display: block;
margin: 1px 0px 0px 0px;
line-height: 1em;
padding: 5px 2px 1px 0px;
text-decoration: none;
border-bottom: 1px solid #fff;
width: 168px;
}

#side ul.small_links {
	margin-top: 5px;
	font-size: 0.95em;
}

#footer {
	font-size: 0.9em;
	padding: 5px 10px;
}

#lower_links_main {
	float: left;
	padding: 0px;
}

#lower_links_other {
	clear: left;
	float: left;
	padding: 3px 0px;
}

#lower_links_other a {
	color: #444;
}

.copy {
	display: block;
	width: 250px;
	text-align: right;
	position: absolute;
	right: 20px;
}
