@charset "utf-8";
/* CSS Document */
#press_content {
	float: left;
	display: block;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

	#press_content p {
		padding-left: 15px;
	}
	
	#press_content #main_header {
		background-image: url(../_images/_backgrounds/left_mainheader_black.png);
		background-repeat: no-repeat;
		background-position: left top;
		height: 59px;
		min-height: 59px;
		max-height: 59px;
		width: 561px;
		min-width: 561px;
		max-width: 561px;
		margin-bottom: 10px;
		margin-left: 15px;
	}
	
		#press_content #main_header #main_header_content {
			padding-top: 36px;
			padding-left: 10px;
			font-size: 100%;
			color: #ffffff;
			letter-spacing: -0.25px;
			font-weight: bold;
		}

	#press_content #listing_row {
		clear: both;
		padding-top: 10px;
		margin-left: 45px;
		margin-right: 15px;
	}

		#press_content #listing_row a {
			text-decoration: none;
		}
	
		#press_content #listing_row #listing_right {
			float: right;
			width: 460px;
			min-width: 460px;
			max-width: 460px;
			height: 224px;
			min-height: 224px;
			max-height: 224px;
			cursor: pointer;
		}

		#press_content #listing_row #listing_left {
			float: left;
			width: 460px;
			min-width: 460px;
			max-width: 460px;
			height: 224px;
			min-height: 224px;
			max-height: 224px;
			cursor: pointer;
		}
		
		#press_content #listing_row #listing_photo {
			float: left;
			width: 134px;
			min-width: 134px;
			max-width: 134px;
			height: 184px;
			min-height: 184px;
			max-height: 184px;
			margin-right: 5px;
			background-repeat: no-repeat;
			background-position: center top;
		}

		#press_content #listing_row #listing_data_regular {
			float: right;
			background-image: url(../_images/_backgrounds/press_item.png);
			background-repeat: no-repeat;
			background-position: center top;
			width: 314px;
			min-width: 314px;
			max-width: 314px;
			height: 224px;
			min-height: 224px;
			max-height: 224px;
		}

		#press_content #listing_row #listing_header {
			font-size: 93%;
			font-weight: bold;
			padding-top: 5px;
			padding-left: 5px;
		}

		#press_content #listing_row #listing_dateadded {
			font-size: 77%;
			font-weight: normal;
			font-style: italic;
			color: #000000;
			padding-left: 5px;
			padding-bottom: 5px;
		}

			#press_content #listing_row #listing_dateadded strong {
				font-weight: bold;
				font-style: italic;
			}

		#press_content #listing_row #listing_description {
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 5px;
			padding-bottom: 10px;
			font-size: 93%;
			line-height: 1em;
		}

		#press_content #listing_row #listing_pdf {
			padding-left: 5px;
		}
		
strong {
	font-weight: bold;
}