/* colors */



/* typography */

p, li, blockquote, .gendhing {
	font: small/120% "Lucida Grande", Lucida, Verdana, sans-serif;	
	color: #633;
	line-height: 150%
}

caption {
    font-style: italic;
    text-align: left;
}

p.headline {
	font-size: large;
}

p.signature {
	font-style: italic;
	text-align: right;
}

p.date_location {
	font-weight: bold;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
}

a {
	color: #339;
	text-decoration: none;
	font-weight: bold;
}

a img {
	border: 0;
}

a:hover {
	color: #4d4dec;
}

#vertmenu ul li {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#vertmenu ul li.event,
#vertmenu ul li.event_current {
	font-size: x-small;
}

/* layout */

ol, ul {
	padding-left: 1.5em;
	padding-right: 0;
}

li {
	margin-top: 0;
}

li.no_bullet {
	list-style-type: none;
}

li.home {
	margin-top: 0;
}

blockquote {
	line-height: 100%;
}

table {
	border-collapse: collapse;
}

body {
	background-color: #fdf5e7;
}

td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

td.navigation {
	background-color: #f4dcba;
	margin: 0;
	padding: 0;
	border-right: 1px solid #8a6161;
}

#wrapper {
	background-color: #ffebd0;
	width: 740px;
	margin: 0 auto;
	padding: 0;
}

#banner {
	padding-left: 10px;
	padding-top: 5px;
}

#site_navigation {
	margin: 0;
	padding: 0;
	background: #d2b48c url(nav_bg.jpg) 0 0 repeat-x;
	width: 100%;
	float: left;
	border-bottom: 1px solid #8a6161;
}

#site_navigation li {
	display: inline;
	padding: 0;
	margin: 0;
}

#site_navigation a:link,
#site_navigation a:visited {
	background: #d2b48c;
	float: left;
	width: auto;
	text-decoration: none;
	font: bold 1em/1em Arial, Helvetica, sans-serif;
	padding: 8px 40px 8px 10px;
}

#site_navigation a:hover {
	color: #fff;
	background: #8a6161;
}

#site_navigation a.current {
	color: #fff;
	background: #633;
}

#vertmenu {
	background-color: ##d2b48c;
	width: 160px;
	height: 600px;
	padding: 0px;
	margin: 20px 0 0px 10px;
}

#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#vertmenu ul.event {
	border-bottom: 1px solid #8a6161;	
}

#vertmenu li.year {
	background-color: #d2b48c;
	
}

#vertmenu ul li.event_current {
	font-size: x-small;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
}

#vertmenu a {
	display: block;
	border: none;
	text-decoration: none;
}

#vertmenu a.year {
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
}

#vertmenu a.year_current {
	font-weight: bold;
	color: #fff;
}

#vertmenu li.year_current {
	color: #fff;
	background: #633;
	margin: 5px 0 0;
	padding: 5px;
	font-style: inherit;
	font-weight: bold;
	list-style-type: none;
}

#vertmenu a.year:hover {
	border: none;
	text-decoration: none;
	color: #fff;
	background-color: #8a6161;
}

#vertmenu a.event {
	font-weight: bold;
	padding: 5px 0px 2px 4px;
	margin: 0;
	border-top: 1px solid #fae4c6;
	border-bottom: 1px solid #fae4c6;
	border-left: 1px solid #fae4c6;
}

#vertmenu a.event:hover {
	border: none;
	background-color: #fae4c6;
	border-top: 1px solid #fae4c6;
	border-bottom: 1px solid #fae4c6;
	border-left: 1px solid #fae4c6;
	
}

#vertmenu ul li.event_current {
	font-weight: bold;
	color: black;
	background-color: #ffebd0;
	border-top: 1px solid #8a6161;
	border-bottom: 1px solid #8a6161;
	border-left: 1px solid #8a6161;
}

#vertmenu ul li.event a:hover, 
#vertmenu ul li.event a:focus {
}

#main_content {
	clear: left;
	padding: 0;
	margin: 0;
}

#main_content_home {
	padding: 20px;
	clear: left;
}

#photograph {
	padding: 0;
	margin-right: 20px;
	margin-left: 20px;
	
}

#introduction {
	padding: 0;
	margin-right: 20px;
	margin-left: 20px;
}

#program {
	float: left;
	width: 45%;
	padding-left: 20px;
}

#people {
	float: right;
	width: 45%;
	padding-right: 20px;
}

#search {
	border-top: 1px solid #8a6161;
	margin: 20px;
}
