@charset "utf-8";
/* sIFR styles */
/* sIFR styles */
@media screen {
	.sIFR-active h1 {
		font-family: Futura, sans-serif;
		font-size: 26pt !important;
		max-width: 450px;
	}
	.sIFR-active h2 {
		font-family: Futura, sans-serif;
		font-size: 16pt !important;
		position: relative;
		padding-bottom: 0px !important;
		top: -12px;
	}
}

#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;
	}
		
#mettle {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	min-width: 660px;
	max-width: 660px;
}

	#mettle h1 {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 197%;
		color: #a62f2b;
		letter-spacing: -2px;
		font-weight: bold;
		line-height: 50px;
	}

	#mettle h2 {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 123.1%;
		color: #000000;
		letter-spacing: -1px;
		line-height: 12px;
		padding-bottom: 20px;
		font-weight: normal;
	}

	#mettle p {
		font-size: 93%;
		margin-bottom: 10px;
	}

	#mettle strong {
		font-weight: bold;
	}

	#mettle em {
		font-style: italic;
	}

	#mettle ul {
		margin-left: 15px;
		margin-bottom: 10px;
	}

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

#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;
			}
		
	
