@charset "utf-8";
/* sIFR styles */
@media screen {
	.sIFR-active h1 {
		font-family: Futura, sans-serif;
		font-size: 26pt !important;
		max-width: 540px;
	}
}

#featured {
	float: right;
	min-width: 309px;
	max-width: 309px;
	padding-top: 20px;
	margin-right: 10px;
}

	#featured #featured_header {
		clear: both;
		color: #000000;
		border-top: 2px #000000 dotted;
		padding-top: 3px;
		padding-bottom: 3px;
		background-color: #cfc8ae;
		letter-spacing: -0.05em;
	}

		#featured #featured_header strong {
			font-weight: bold;
		}
		
		#featured #featured_header em {
			color: #a62f2b;
			font-weight: bold;
		}
	
	#featured #featured_image {
		min-width: 309px;
		max-width: 309px;
	}

	#featured #featured_footer {
		border-top: 2px #000000 dotted;
		border-bottom: 2px #000000 dotted;
		background-color: #a62f2b;
		color: #ffffff;
		line-height: 1.0em;
		font-size: 85%;
		text-align: left;
		padding: 10px;
		letter-spacing: -0.05em;
	}

/* page styles */
#grid {
	clear: both;
	margin-left: 4px;
}

	#grid .module {
		background-color: #ffffff;
		float: left;
		margin-top: 10px;
		margin-left: 5px;
		min-width: 160px;
		max-width: 160px;
		min-height: 252px;
		max-height: 252px;
	}
	
		#grid .module a {
			text-decoration: none;
		}

		#grid .module .module_more_wrapper {
			position: relative;
		}

		#grid .module .module_more {
			position: absolute;
			top: 231px;
			left: 113px;
			min-width: 49px;
			max-width: 49px;
			min-height: 21px;
			max-height: 21px;
		}
		
		#grid .module .module_image {
			background-position: center top;
			background-repeat: no-repeat;
			float: left;
			min-width: 160px;
			max-width: 160px;
			min-height: 58px;
			max-height: 58px;
		}
		
		#grid .module .module_content {
			clear: both;
			border-top: 2px #E3DDCF solid;
			padding: 8px;
		}
		
			#grid .module .module_content h6 {
				font-size: 108%;
				font-weight: bold;
				letter-spacing: -0.05em;
				color: #a6a6a6;
			}

			#grid .module .module_content p {
				line-height: 1.25em;
				letter-spacing: -0.05em;
				font-size: 85%;
				color: #a6a6a6;
				margin-top: 10px;
			}
		
#pages {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	min-width: 560px;
	max-width: 560px;
	line-height: 1.25em;
}

	#pages h1 {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 197%;
		color: #a62f2b;
		letter-spacing: -2px;
		font-weight: bold;
		line-height: 50px;
	}
	
	#pages #bios_link {
		float: right;
		padding-top: 10px;
	}
	
	#pages p {
		font-size: 93%;
		margin-bottom: 10px;
	}

	#pages strong {
		font-weight: bold;
	}

	#pages em {
		font-style: italic;
	}
	
	#pages ul {
		margin-left: 15px;
		margin-bottom: 10px;
	}

		#pages ul li {
			font-size: 93%;
			list-style: disc;
			list-style-type: disc;
		}
	

