html, body {
	font-family:arial;
	font-size:12px;
	margin:0px;
}

a {
	color:#5f2a26;
}

h1, h3, h3 { 
  font-family:arial black;
  font-weight:normal;
  font-size:14px;
}

h1 {
  margin-bottom:2px;
  text-transform: uppercase;
	color:#a9524e;
}

h2 {
  display:inline;
  color:#536b6f;
  margin-bottom:0px;
}

h3 { 
  display:inline;
  color:white;
  margin-bottom:0px;
}

#homepage {
	width:780px;
	border-top:1px solid white;
	margin:0px auto;
}

#header {
	height:166px;
	padding-left:20px;
	background: black url('/images/header.gif');
	border-top:5px solid #2c3031;
	margin-bottom:30px;
}

#members {
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	height:40px;
	border-top:5px solid #2c3031;
	background:#4b5253;
	line-height:40px;
	font-family:arial black;
	font-size:14px;
	color:white;
	text-align:center;
	border-bottom:1px solid white;
}

#header #members {
	padding:0px;
	margin:0px;
	border:0px;
	padding-top:78px;
	font-size:12px;
	color:white;
	background:transparent;
	text-align:right;
}

#members li {
	margin:0px 10px;
	display:inline;
}

#header #members li {
	margin:0px 7px;
}

#members li a {
	text-decoration:none;
	color:white;
}

#header #members li a {
	text-decoration:underline;
}

#members li.on a {
	text-decoration:underline;
}

#horizontal-menu {
	border-top:1px solid black;
	list-style:none;
	font-family:arial black;
	color:white;
	margin:0px;
	padding:0px;
	margin-top:23px;
	height:24px;
	line-height:24px;
	float:right;
}

#horizontal-menu li {
	float:left;
	color:white;
	margin:0px;
	padding:0px 10px;
}

#horizontal-menu li.on {
	background:white;
	color:#a9524e;
}

#horizontal-menu li a {
	color:white;
	text-decoration:none;
}

#logo {
	float:left;
	height:354px;
	width:531px;
}

#library-info {
	width:248px;
	height:349px;
	float:left;
	background:#d3d9dc;
	border-left:1px solid white;
	border-top:5px solid #7c8081;
}

#library-info div {
	height:329px;
	width:228px;
	position:absolute;
	background:#d3d9dc;
	padding:10px;
	display:none;
}

#library-info div.on {
	display:block;
}

#library-info img {
	background:white;
	padding:2px;
	border:1px solid black;
}

#homepage-content {
	float:left;
	clear:both;
	margin-top:1px;
	border-top:5px solid #728c92;
	border-bottom:5px solid #728c92;	
	width:100%;
	padding-top:1px;

}

#menu {
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
	width:175px;
	float:left;
}

#menu li {
	background:#92a4ab;
	padding-left:5px;
	font-family:arial black;
	font-size:14px;
	line-height:30px;
	margin-bottom:1px;
	border-left:5px solid transparent;
}

#menu li:hover {
	border-left:5px solid black;
}

#menu li a {
	color:white;
	text-decoration:none;
}

#menu li:hover a {
	color:black;
}

#box1 h1, #box2 h1 {
	margin:0px;
}

#box1, #box2 {
	float:left;
	width:287px;
	padding:15px;
}

#box2 {
	padding-left:0px;
	padding-right:0px;
}

#box1 div, #box2 div {
	background:#e2e8ed;
	border:1px solid #cad3dd;
	padding:10px;
	height:160px;
}

#box2 div {
	background:#cfd9e0 url('/images/reflection') repeat-x bottom left;
	
}

#box1 div div, #box2 div div {
	background:transparent;
	padding:0px;
	margin:0px;
	border:0px;
	height:120px;
}

#box1 div div {
	display:none;
}

#box1 div.on {
	display:block;
}

#box2 img {
	float:right;
}

#box2 div.footer {
	height:48px;
	line-height:48px;
	color:#72859b;
}

#box1 ul.navigation {
	list-style:none;
	padding:0px;
	margin:0px;
	float:right;
	padding-top:20px;
}

#box1 ul.navigation li {
	float:left;
	width:20px;
	height:20px;
	line-height:20px;
	margin-left:5px;
	background:#cad3dd;

	text-align:center;

	cursor:default;
}

#box1 ul.navigation li.on {
	background:black;
	color:white;
}

#box1 p, #box2 p {
	margin-top:0px;
}

table.gallery {
	margin:10px auto;
}

table.gallery td {
	text-align:center;
	padding:10px;
	padding-top:20px;
}

table.gallery img {
	border:1px solid black;
	background:white;
	padding:2px;
}

#documents-welcome {
	background:#f5f7f8;
	padding:20px;
	border:1px solid #dae1e4;
}

#documents-welcome img {
	padding-right:10px;
}

table.documents {
	width:100%;
}

table.documents tr{
	background:#edf5ff;
}

table.documents tr.r2{
	background:#d8e8fc;
}

table.documents th {
	background:white;
	text-align:left;
}

table.documents td, table.documents th {
	padding:5px;
}

table.feedback {
	float:left;
}

table.feedback td, table.feedback th {
	padding:5px;
	text-align:right;
}

table.feedback input[type="text"], table.feedback textarea{
	width:350px;
}

#contact-info {
	float:right;
}

#contact-info a {
	font-size:16px;
}

#footer {
	float:left;
	height:5px;
	width:100%;
	margin-bottom:1px;
	margin-top:20px;
	background:#728c92;
}