@charset "utf-8";
/* CSS Document */

.tabs {
	position: relative;
	border-bottom: 6px solid #6c7124;
	height: 21px;
}
.tab {
	position: relative; float: left;
	background-color: #b5b891;
	margin-right: 2px;
	color: #584f47;
}
	.tab a {
		display: block;
		padding: 2px 16px 0px;
	}
	.tab a:link, .tab a:visited {
		background-color: #b5b891;
		color: #584f47;
		text-decoration: none;
	}
	.tab a:hover, .tab a:active {
		background-color: #6c7124;
		color: #fff;
		text-decoration: underline;
	}
.sel {
	background-color: #6c7124;
	color: #fff;
	padding: 2px 16px 0px;
}
.tab-content {
	clear: both;
	margin-top: 8px;
	margin-left: 12px;
}
.tab-content ul {
	margin-left: 0px;
}

	ul.news-links {
		list-style: none;
		padding-left: 0px;
	}
		ul.news-links li {
			border-bottom: 1px solid #dbd7d0;
			color: #584f47;
			font-weight: bold;
			padding: 10px 0px;
		}
		ul.news-links li.top-row {
			border-top: 1px solid #dbd7d0;
			margin-top: 30px;
		}
			ul.news-links li span {
				position: relative;
				float: left;
				height: 20px;
				padding-right: 20px;
				width: 135px;
			}
			ul.news-links li span.compact {
				width: 55px;
			}
			#events ul.news-links li span {
				height: 85px;
			}
			#awards ul.news-links li span {
			}
			#awards ul.news-links li div.compact {
				position: relative;
				float: left;
				padding-left: 8px;
				width: 55px;
			}
			#awards ul.news-links li div.wide {
				position: relative;
				float: left;
				padding-left: 8px;
				width: 135px;
			}
			#awards ul.news-links li div.block {
				position: relative;
				display: block;
				margin-left: 0px;
				font-weight: normal;
				width: 380px;
			}
			#awards ul.news-links li div.block2 {
				position: relative;
				display: block;
				margin-left: 150px;
				font-weight: normal;
				width: 340px;
			}
			#awards ul.news-links li div.block3 {
				position: relative;
				display: block;
				margin-left: 70px;
				font-weight: normal;
				width: 380px;
			}
			
		ul.news-links li a {
			line-height: 10pt;
		}
		ul.news-links li a:hover {
		}
		ul.news-links li a.event-title {
			font-size: 12pt;
			font-weight: bold;
			line-height: 14pt;
		}
		ul.news-links li span.event-title {
			float: none;
			font-size: 12pt;
			font-weight: bold;
			line-height: 14pt;
			padding: 0px;
		}
		ul.news-links li a.event-loc {
			line-height: 14pt;
		}
		ul.news-links li span.event-host, ul.news-links li span.event-loc {
			float: none;
		}
		.event-host, .event-host:link, .event-host:visited, .event-host:active, .event-host:hover {
			font-weight: bold;
			line-height: 12pt;
		}
		.left-col { 
			position: relative;
			float: left;
			width: 150px;
		}
		.right-col { 
			position: relative;
			margin-left: 150px;
		}
		#events .left-col { 
			width: 120px;
		}
		#events .right-col { 
			margin-left: 120px;
		}
		#events .right-col span {

		}


.pr h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14pt;
	font-weight: normal;
	line-height: 22px;
	text-transform: none;
	margin-top: 16px;
	padding-bottom: 6px;
}
	.pr h1.withSub {
	}
.pr h2 {
	color: #584f47;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	text-transform: lowercase;
}
	.pr h2.subHead {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		font-style: italic;
		line-height: 10pt;
		color: #9b8f7e;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 8px;
		text-transform: none;
	}
	.pr h2.subHeadLt {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: normal;
		font-style: italic;
		line-height: 10pt;
		color: #9b8f7e;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 8px;
		text-transform: none;
	}
.endOfContent {
	text-align: center;
	letter-spacing: .2em;
}
.backLink {
	float: right;
}
.col1 {
	float: left;
	position: relative;
}
.col2 {
	float: left;
	margin-left: 30px;
	position: relative;
}
.clear {
	clear: both;
	font-size: 1pt;
	height: 0px;
	line-height: 0px;
}
.tooltip { 
	display: none;
}
img.news-portrait {
	position: relative; float: left;
	padding-right: 12px;	
}