/* global */
* { margin: 0; padding: 0; }
a img, fieldset { border: 0 none; }
code, samp, kbd, pre, tt { font-size: 115%; font-family: "courier new", courier, monaco, monospace; }
pre code, code pre { font-size: 100%; }
acronym, abbr { border-bottom: 1px dotted #999; cursor: help; }
dfn { font-style: italic; }
ol, ul { list-style: none; }
th, caption { text-align: center; }
legend { font-weight: bold; }
input, select, textarea { font-size: 100%; font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, sans-serif; }
label { cursor: pointer; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
hr { display: none; }
p, ul { padding-bottom: 15px; }
	
.clear { clear: both; font-size: 0; height: 0; line-height: 0; position: relative; }
.h { display: block; font-size: 1px; height: 1px; left: 0; overflow: hidden; position: absolute; text-indent: -9990px; top: -9900px; width: 1px; }
.right { text-align: right; }
.left { text-align: left; }
.fleft { float: left; padding-right: 12px; padding-bottom: 12px; }
.fright { float: right; padding-left: 12px; padding-bottom: 12px; }
.center { text-align: center; margin: 0 auto; }
.strong { font-weight: bold; }
.italic { font-style: italic; }
.upper { text-transform: uppercase; }
.lower { text-transform: lowercase; }
	
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block; }
	
/* Hides from IE-mac \*/ 
* html .clearfix {
	height: 1%; }

.clearfix {
	display: block; }
/* End hide from IE-mac */

a:link, a:visited, a:active { text-decoration: underline; color: #5c371c; background: transparent; }		
a:hover { text-decoration: underline; color: #000; }

body {
	background: #8d694c url(../images/bg-wood.jpg);
	color: #452705;
	font: 100% Arial, Tahoma, Verdana, Helvetica, Geneva, sans-serif;
	text-align: center; }

/* structure */
div.container {
	margin: 0 auto;
	width: 979px;
	padding: 20px 0;
	text-align: left; }
	
div.header {
	background: url(../images/bg-top.png) no-repeat top left;
	height: 178px;
	overflow: hidden; }
	
div.content {
	background: url(../images/bg-con.gif) repeat-y top left; }
	
	div.con {
		font-size: 90%;
		line-height: 140%;
		padding: 0 50px 25px; }
		
		div.col1 {
			float: left;
			overflow: hidden;
			width: 575px; }
			
		div.col2 {
			float: right;
			overflow: hidden;
			width: 275px; }
			
		div.col1homepage {
			width: 495px;
		}
		
		
		div.col2homepage {
			width: 355px;
		}
	
		div.subcol1 {
			width: 375px; 
			float: left; }
			
		div.subcol2 {
			width: 200px; 
			float: left; }
			
div.footer {
	background: url(../images/bg-btm.png) no-repeat top left;
	height: 178px;
	overflow: hidden; }
	
/* logo */
div.logo {
	margin: 36px 0 0 0;
	text-align: center; }
	
/* navigation */
#nav {
	background: url(../images/nav.gif) no-repeat top center;
	height: 114px;  
	margin: 0 auto;
	text-align: center; }
	
	#nav ul {
		text-align: center;
		margin: 0 auto; 
		padding: 38px 0 0 130px; }
		
		#nav li { 
			float: left;
			margin: 0 12px; }
			
			#nav li ul { /* second-level lists */
				position: absolute;
				background: #d5c179 url(../images/bg-nav.gif) repeat-y;
				border: 1px solid #faf5ea;
				text-align: left;
				font-size: 80%;
				width: 16em;
				padding: 0;
				left: -999em; }
				
			#nav ul ul {
				padding: 0;
				width: 16em !important; }
				
			#nav ul ul a,
			#nav ul ul a:link,
			#nav ul ul a:visited,
			#nav ul ul a:active {
				text-align: left; 
				border-bottom: #faf5ea; 
				padding: 5px 10px; }
				
			#nav ul ul li { 
				width: 16em;
				margin: 0;
				border-bottom: 1px solid white; }
		
		#nav ul a,
		#nav ul a:link,
		#nav ul a:visited,
		#nav ul a:active {
			display: block; 
			padding: 0 2px 2px;  
			text-align: center; 
			color: #894b0c; 
			text-decoration: none;  
			font-weight: bold; 
			font-family: Georgia, "Times New Roman", Times, serif; }
			
		#nav ul a.current,
		#nav ul a.current:link,
		#nav ul a.current:visited,
		#nav ul a.current:active {
			color: #000000;
			border-bottom: 1px solid black;
			font-weight: bold; }
			
		#nav ul ul a.current,
		#nav ul ul a.current:link,
		#nav ul ul a.current:visited,
		#nav ul ul a.current:active {
			color: #000000;
			border-bottom: 0 none;
			font-weight: bold; }

		#nav ul a:hover {
			color: #000000; }

		#nav li:hover ul, 
		#nav li.sfhover ul {
			left: auto; }
			
/* blog */
div.entry {
	background: url(../images/divider.gif) no-repeat bottom center;
	padding-bottom: 50px;
	margin-bottom: 20px; }
	
div.col1homepage div.entry  {
background: url(../images/divider2.gif) no-repeat bottom center; }
		
p.meta {
	font-size: 80%;
	padding: 0 0 14px !important; 
	color: #866e54;
	text-align: center; }
	
/* headers */
/* h1 {
	font-size: 160%;  
	padding-bottom: 6px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px; }	*/
	
/* h2 {
	font-size: 120%;  
	padding-bottom: 5px;
	margin-bottom: 7px;
	border-bottom: 1px solid #5c371c;
	font-weight: bold;  
	color: #5c371c;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px; } */
	
h1.center {
	border: 0 none; }
	
h1 {
	font-size: 160%;  
	padding-bottom: 5px;
	margin-bottom: 7px;
	border-bottom: 1px solid #5c371c;
	font-weight: bold;  
	color: #5c371c;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px; }
	
h2 {
	font-size: 130%;  
	padding-bottom: 5px;
	margin-bottom: 7px;
	padding-left: 1px; 
	letter-spacing: 2px;
	border-bottom: 1px solid #695033;
	font-family: Georgia, "Times New Roman", Times, serif; }
	
/* footer newsletter form */
form.newsletter {
	font-size: 70%; 
	font-weight: bold;  
	padding: 0 0 0 55px;
	text-align: center; }
	
	form.newsletter h2 {
		font-size: 150%; 
		padding-bottom: 7px;
		margin: 0;
		border: 0 none;
		text-transform: none;
		letter-spacing: 0;
		text-align: left;
		font-family: Georgia, "Times New Roman", Times, serif; }
	
	form.newsletter div.formf { 
		margin-right: 32px;
		text-align: left;
		width: 165px;
		padding-bottom: 10px;
		float: left; }
		
	form.newsletter div.formflast {
		margin-right: 0; }
		
	form.newsletter div.formf label {
		display: block;
		padding-bottom: 3px; }
		
	form.newsletter input,
	form.newsletter select,
	form.newsletter textarea { 
		font-weight: normal;
		padding: 2px;
		width: 100%; 
		background: white url(../images/input.gif) no-repeat top left;
		color: #452705;
		border-right: 1px solid #d5c179;
		border-bottom: 1px solid #d5c179;
		border-left: 1px solid #894b0c;
		border-top: 1px solid #894b0c; }
		
	form.newsletter textarea {
		font-size: 120%; 
		width: 215px; }
		
	form.newsletter input.subscribe {
		width: 75px;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		cursor: pointer; }
		
	form.newsletter div.formflong {
		width: 280px; 
		margin-right: 0 !important; }
		
	form.newsletter div.formflong input,
	form.newsletter div.formflong select {
		float: left; }
		
	form.newsletter div.formflong select {
		width: 172px;
		margin-right: 26px; }
		
		
/* brief list */
ul.brieflist li {
	padding: 6px 0; }
	
ul.brieflist a,
ul.brieflist a:link,
ul.brieflist a:visited,
ul.brieflist a:active {
	background: url(../images/star.png) no-repeat center left;
	padding: 6px 30px;
	text-decoration: none;
	color: #5c371c;
	font-weight: bold; }
	
ul.brieflist a:hover {
	text-decoration: underline; }

ul.brieflist {
	padding-bottom: 34px; }
	
	
/* links page */
dl.links dt a,
dl.links dt a:link,
dl.links dt a:visited,
dl.links dt a:active {
	background: url(../images/star.png) no-repeat center left;
	padding: 6px 30px;
	text-decoration: none;
	color: #5c371c;
	font-weight: bold; }
	
dl.links dt a:hover {
	text-decoration: underline; }
	
dl.links dd {
	padding-left: 30px;
	padding-bottom: 15px; }
	
dl.links {
	padding-bottom: 25px; }
	
	
/* press page */
form.pressform {
	text-align: left;
	padding-left: 9px;
	padding-bottom: 34px; }
	
form.pressform div {
	clear: left;
	margin-bottom: 10px; }
	
form.pressform label {
	font-size: 120%; 
	text-align: right;
	margin-right: 8px;
	display: block;
	float: left;
	width: 15.5em; }
	
form.pressform input {
	float: left;
	font-size: 120%;
	width: 19em; }
	
form.pressform p { 
	padding-left: 27.2em; }
	
ul.biolist,
ul.photolist {
	padding-bottom: 34px; }
	
ul.photolist {
	padding-left: 12px; }
	
ul.biolist li {
	padding: 6px 0; }
	
ul.biolist li a,
ul.biolist li a:link,
ul.biolist li a:visited,
ul.biolist li a:active {
	background: url(../images/star.png) no-repeat center left;
	padding: 6px 0 6px 30px;
	text-decoration: none;
	color: #5c371c;  
	font-weight: bold; }
	
ul.biolist li a:hover {
	text-decoration: underline; }
	
ul.photolist li {
	float: left;
	margin: 0 10px; }
	
ul.photolist li a img,
ul.photolist li a:link img,
ul.photolist li a:visited img,
ul.photolist li a:active img {
	border: 2px solid #5c371c;
	margin-bottom: 10px; }
	
ul.photolist li a:hover img {
	border-color: #000000; }
	
/* contact page */	
div.subcol1 form input {
	width: 18em; }
	
div.subcol1 form label {
	width: 8em;
	font-size: 130%; }
	
div.subcol1 form {
	padding: 3px 0 0 0; }
	
div.subcol1 form p {
	padding-left: 17.6em;
	float: none; }
	
div.contactform {
	padding-bottom: 34px;
	padding-top: 15px; }
	
div.subcol2 img {
	vertical-align: middle; }
	
/* events */
table.eventstable {
	padding: 20px 0 34px; }
	
table.eventstable th {
	text-transform: uppercase;
	text-align: left; }
	
table.eventstable td {
	padding: 20px 5px;
	border-bottom: 1px solid #5c371c; }
	
table.eventstable tr.last td {
	border: 0 none; }
	
div.entry h2 {
	text-align: center;
	padding: 0 0 3px;
	margin: 0;
	border: 0 none;
	letter-spacing: 1px; }
	
div.entry p {
	padding: 0 0 12px;
	line-height: 120%;
	margin: 0; }
	
div.entry img { 
	margin: 5px 12px 5px 0;
	border: 1px solid #5c371c; }
	
div.col2 ul.photolist li img {
	border: 1px solid #5c371c; }
	
div.entry table img {
	margin: 0; }
	
div.entry h3 {
	font-weight: bold; }
	
p.big {
	padding-top: 10px;
	font-size: 110%; }
	
div.linksleft {
	width: 550px;
	margin-right: 30px;
	float: left; }
	
div.linksright {
	width: 235px; 
	text-align: right; 
	float: right; }
	
div.linksright img {
	margin: 10px 0 30px;
	border: 1px solid #5c371c; }
	
img.biopic {
	border: 1px solid #5c371c;
	margin: 5px 10px; }
	
dl.announcing {
	padding-bottom: 10px; }
	
dl.announcing dd {
	padding-left: 20px;
	padding-bottom: 30px; }
	
dl.career {
	padding-left: 20px; }
	
dl.career dd {
	padding-bottom: 10px; }
	
dl.career dt {
	font-weight: bold; }
	
dl.career {
	padding-bottom: 20px; }
	
	dl.career dd {
		padding-left: 20px; }
	
h3 {
	padding: 5px 0 2px;
	font-weight: bold;
	font-size: 110%; }
	
ul.references li {
	padding-bottom: 20px; }
	
dl.highlights dd {
	padding-bottom: 10px; }
	
cite {
	display: block;
	color: #866e54;
	font-size: 80%; }
	
p.thumbnails img {
	margin: 5px; }
	
p.thumbnails a img {
	border: 2px solid #5c371c; }
	
p.thumbnails a:hover img {
	border: 2px solid #000; }