a {
	color: black;
	}

a:hover {
	cursor: pointer;
	}

body {
	background-color: #741F00;
	margin: 0;
	text-align: left; 
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	color: #2E526B;
	padding: 10px 0;
	line-height: 22px;
}


h1 {
	font-size: 210%;
	color: #2E526B;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 2px solid #4F8CB8;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	}

h2 {
	color: #27245B;
	font-size: 105%;
	letter-spacing: 1px; 
	
	}
	
li {
	list-style: none;
	}
	
table {
	border-collapse: collapse;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	margin-bottom: 10px;
	text-align: left;
	font-size: 90%;
}

textarea, textbox {
	width: 90%;
}

td {
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 5px;
}

th {
	background-color: #DDDDEE;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
}

thead {
	background-color: #E2E6F6;
	color: #932F3A;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}	

ul.images li {
	border: 1px dotted #ccc;
	padding: 4px;
	}
	
ul.images li a {
	font-size: 80%;
	line-height: 100%;
	color: gray;
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none;
}

.author, .date {

}

/* -------------------------------------------------------------------- */
/* Project Landing Pages */

.project_quick_list{
	background-color: #E9E9E9;
	padding: 10px;
	line-height: normal;
	font-size: 95%;
	width: 200px;
	float: right;
	margin-left: 10px;
	margin-top: 0px;
}

.project_quick_list dt {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 110%;
	border-bottom: 1px solid gray;
	}

.project_quick_list dd {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	line-height: 150%;
	}

/* -------------------------------------------------------------------- */
.short_event {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	line-height: normal;
	border-bottom: 1px solid gray;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#clearer {clear: left; line-height: 0; height: 0;}


	
.leftcolumn {
	float: left;
	width: 150px ;
	margin: 5px;
	}



.sub_header {
	background-color: #8A966D;
	color: white;
	width: 190px;
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: 1px;
	}

.title {
	margin-top: 0;
	} 
 	
.wrapper { 
	width: 775px; 
	background-color: white;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-bottom: 0;
	border: 1px solid white;
}


#banner {
	width: 100%;
	height: 130px;
	padding: 0;
	margin: 0;
	background-position: top left;
	}
	
#contents {
	margin-left: 250px;
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 55px;
	}

#contents h2 {
	border-left: 10px solid #D09C51;
	padding-left: 10px;
	}

#footer {
	background-color: #858585;
	margin-top: 0;
	color: white;
	text-align: left;
	padding: 10px;
	clear: both;
	height: 75px;
}

#footer a {
	color: white;
	}

	
#header {
	background-color: #8D8837;
	background-repeat: no-repeat;
	text-align: right;
	border-left: 12px solid #8D8837;
	padding: 0;
	margin: 0;
	height: 134px;

	}


	
#nav_container {
	height: 20px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #6B5C2E;
	background-color: #8AAA5F;
	}
 
#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	overflow: hidden;
	}
	
#nav li {
	margin: 1px 0px 0px 0px; 
	padding: 5px 0px;
	display: inline;
	list-style-type: none;
	border-right: 1px solid gray;
	}

/* highlight state */	
#nav li.active {
	padding: 5px 0px;
	color: #ffffff;
}

/* remove the border from the last menu item */
#nav li.list_search {
	border-right: none; }

#nav a {
	padding: 5px 8px;
	margin: 0 0 0 0;
	color: black;
	text-decoration: none;
	font-size: 95%;
	background-color: #8AAA5F;
	}

/* highlight state */
#nav a.active, #nav a:hover {
	color: white;
	background-color: #2E526B;
	}

/* these two style the search box in the menu */	
.search_input {
	height: 16px;
	font-size: 10px;
	border: 1px solid #aaaaaa;
  	width: 80px;
	padding: 1px 0px;
 	margin: 0;	
	}
.search_button {
	height: 18px;
	font-size: 10px;
	border: 1px solid #aaaaaa;
  	width: 50px;
	padding: 1px 0px 1px 0px;
 	margin: 0 0 0 0;	
	}
	

#sidebar {
	float: left;
	width: 225px;
	padding: 0;
	margin: 0;
	color: #6B5C2E;
	border-top: 1px solid gray;
	background-color: #EAEAEA;

	}

#sidebar a {
	color: black;
	text-decoration: underline;
	} 
	
#sidebar h2 {
	padding: 15px 10px 0 10px;
	color: black;
	font-size: 120%;
	font-weight: normal;
	background-color: #D8D8D8;
	letter-spacing: normal;
	border-bottom: 1px solid gray;
	margin-top: 0;
	}
	

#submenu {
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	}


#submenu li {
	border-bottom: 1px solid #A7A4A5;
	padding: 6px 10px;
	}

#submenu li a {
	background: url(/images/sub_bullet.gif) top left no-repeat;
	padding-left: 25px;
	color: black;
	text-decoration: none;
	font-size: 115%;
	}

#submenu a:hover {
	text-decoration: underline;
	}

#third_nav {
	width: 130px;
	background-color: white;
	float: right;
	border-left: 2px solid #4F8CB8;
	padding: 5px;
	padding-left: 10px;
	}


#title {
	padding-top: 35px;
	}

/* Project listings */

.project_listing {
	border-bottom: 1px solid #cccccc;}

.project_listing h3{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	}

.project_listing h4{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	}

.block .content{
	padding-left: 10px;}

/* Drupal Interface Cleanup */
.form-text {
	width: 65%
}

#forum ul li a {
	display: none;
}