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

/* page styles */
#grid {
	float: right;
	max-width: 620px;
	min-width: 620px;
	width: 620px;
	padding-top: 10px;
}

	#grid #grid_container {
		clear: both;
	}
	
		#grid #grid_container .grid_item {
			float: left;
			background-color: #ffffff;
			min-width: 305px;
			max-width: 305px;
			width: 305px;
			min-height: 205px;
			max-height: 205px;
			height: 205px;
			margin-bottom: 5px;
			margin-left: 5px;
		}

			#grid #grid_container .grid_item .grid_more_button_wrapper {
				position: relative;
			}
			
			#grid #grid_container .grid_item .grid_more_button {
				position: absolute;
				top: 184px;
				left: 256px;
				min-width: 49px;
				max-width: 49px;
				width: 49px;
				min-height: 21px;
				max-height: 21px;
				height: 21px;
			}
			
			#grid #grid_container .grid_item .grid_image {
				background-repeat: no-repeat;
				background-position: center top;
				min-width: 305px;
				max-width: 305px;
				width: 305px;
				min-height: 58px;
				max-height: 58px;
				height: 58px;
			}

			#grid #grid_container .grid_item .grid_content {
				border-top: 2px #E3DDCF solid;
				padding: 8px;
			}

				#grid #grid_container .grid_item .grid_content h6 {
					font-size: 108%;
					font-weight: bold;
					letter-spacing: -0.05em;
					color: #a6a6a6;
				}

				#grid #grid_container .grid_item .grid_content p {
					line-height: 1.0em;
					letter-spacing: -0.05em;
					font-size: 85%;
					color: #a6a6a6;
					margin-top: 10px;
				}
	
#home {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	min-width: 360px;
	max-width: 360px;
	width: 360px;
}

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

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

	#home ul {
		list-style: disc;
		list-style-type: disc;
		padding-left: 15px;
	}

		#home ul li {
			list-style: disc;
			list-style-type: disc;
			padding-left: 10px;
			font-size: 93%;
		}

	#home p {
		font-size: 93%;
		margin-bottom: 10px;
	}
	
	#home #featured {
		clear: both;
		margin-top: 15px;
		max-width: 366px;
		min-width: 366px;
		width: 366px;
	}

		#home #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;
		}
	
			#home #featured #featured_header strong {
				font-weight: bold;
			}
			
			#home #featured #featured_header em {
				color: #a62f2b;
				font-weight: bold;
			}
		
		#home #featured #featured_image {
			min-width: 366px;
			max-width: 366px;
			width: 366px;
		}

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