/* Press Room Image Gallery Landing
----------------------------------- */
dl.even {
	background-color:	#e1e8c0;
}

dl.odd {
	background-color:	#fff;
}

dl.press-image {
	clear: both;
	width: 500px;
	padding: 10px;
}

dl.press-image dt a img {
	border: none;
	display: block;
}

dl.press-image,
dl.press-image dt,
dl.press-image dd.description,
dl.press-image dd.link {
	float: left;
}

dl.press-image dt {
	width: 62px;
	height: 62px;
	overflow: hidden;
}

dl.press-image dt a {
	width: 60px;
	height: 60px;
	display: block;
}

dl.odd dt a {
	border: 1px dashed #fff;
}

dl.even dt a {
	border: 1px dashed #e1e8c0;
}

dl.press-image dt a:hover {
	border-color: #6c9590;
}

dl.press-image dd.description {
	width: 308px;
	padding: 0 20px;
}

body.secondary #content dl.press-image dd.description p {
	margin: 0 ;
}

dl.press-image dd.link {
	width: 90px;
	text-align: center;
	line-height: 1.5em;
}

body.secondary #content dl.press-image dd.link a {
	color: #424341;
	text-decoration: none;
	font-size: 100%;
}


/* Download Instructions
----------------------------------- */
#download-instructions {
	width: 400px;
	clear: both;
	padding: 1.5em 10px;
}

#download-instructions h3 {
	margin: 1em 0 0.5em 0;
	font-size: 100%;
}

#download-instructions h4 {
	margin: 0.5em 0 0.25em 0;
	font-size: 100%;
}

body.secondary #content #download-instructions p {
	margin: 0;
}


/* Media Contacts
----------------------------------- */
#contacts {
	background-color: #ecf0ea;
	float: left;
	clear: both;
	margin: 1em 0;
	padding: 20px;
	line-height: 1.5em;
}

#contacts div.vcard {
	float: left;
	clear:both;
}

#contacts div#hcard-Branden-Blackmur {
	margin:0pt 30px 20px 0pt;
}


/* Press Releases Folder
----------------------------------- */
dl.press-release {
	float: left;
	clear: both;
	width: 450px;
	padding: 1em;
}

dl.press-release dt {
	float: left;
	width: 50px;
}

dl.press-release dd.description {
	float: left;
	width: 300px;
	font-style: italic;
}

dl.press-release dd.link {
	float: left;
	width: 100px;
	text-align: right;
}


