body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0px;
}

a:hover { background-color: #efe4f1; padding: 2px 0; }

h1 { display: none; }

h2 { text-transform:uppercase; color: #666666; margin: 0 0 -0.3em 0; padding: 0; }
h3 { color: #000000; margin: 0 0 -0.8em 0; padding: 0; font-style: italic; }

em { background-color: #eeeeee; padding: 0px 3px 2px 3px; }


#container {
	width: 950px;
	margin: 20px auto 0px auto;
}

#navigation { 
	position: fixed; top: 14px;
	width: 950px;
	margin: 0px auto 50px auto;
	padding: 0px 0 0px 60px;  /* white space to the left of 1st navigation link */
	background-color: #ffffff;
	border-top: 5px solid #ffffff;
}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-size: 120%;
}

ul#navlist li {
	display: block;
	float: left;
	width: 130px;
	margin: 0;
	overflow: hidden;
}

ul#navlist li a {
	display: block;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
	width: 90px;
	height: 30px;
	padding: 0 0 0 60px; /* white space to the right of each navigation link */
	overflow: hidden;
}

ul#navlist li#active a {
	color: #000000;
	background: url("images/reed2.jpg") left bottom no-repeat;
}

ul#navlist li a:hover {
	color: #888888;
	background: url("images/reed2.jpg") left bottom no-repeat;
}

#top {
	position: fixed; top: 0px;
	width: 100%;
	background: url("images/top.jpg") repeat-x;
}

#bottom {
	position: fixed; bottom: 0px;
	height: 20px;
	width: 100%;
	background: url("images/bottom.jpg") repeat-x; 
}

#left-column  { width: 400px; padding: 60px 0 0 95px; float: left; }

/*
#right-column { width: 340px; padding-top: 60px; float: right; }
*/

#footer { 
	position: fixed; bottom: 18px;
	width: 950px;
	margin: 0px auto;
	border-top: 5px solid #cccccc;
	border-bottom: 2px solid #ffffff;
	padding: 2px 0;
	color: #cccccc;
	background-color: #ffffff;
}

#footer a { color: #cccccc; }

#footer a:hover { color: #000000; padding: 0; }

#container1 { position: fixed; bottom: 35px; width: 950px; height: 285px; margin: auto auto; z-index: -1; }

img#reed { float: right; clear: both; padding: 30px 90px 0 0; }

#slide-show { float: right; padding-right: 40px; }

#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:300px;
	height:152px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}

/*
.linked-img img { border: 1px solid #999999; }
.linked-img a:hover { background-color: #ffffff; padding: 0; }
*/

.black { color: #000000; }


/* User Stylesheet for Firefox:  from http://projectcerbera.com/web/articles/firefox-scrollbar  */
/* Visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. */
:root {  overflow-y: scroll !important; }