@media screen,projection  {
	body {
		font: bold 1em 'Helvetica Condensed', 'Arial Narrow', Helvetica, sans-serif;
	}
	#case-study-wrap {
		background: #e3e3ba url(/images/bg-case-study-wrap.gif) repeat-x 0 100%;
		text-align: center;
	}
	#case-study {
		position: relative;
		width: 907px;
		height: 312px;
		padding: 18px 0 42px;
		margin: 0 auto;
		background: #e3e3ba url(/images/bg-case-study.gif) no-repeat 0 100%;
	}
		#case-study a {
			display: block;
		}
	.current-study {
		position: absolute;
		left: 0;
		width: 907px;
	}
		.current-study img {
			width: 907px;
			height: 312px;
		}
	#choices {
		width: 907px;
		padding: 15px 0 35px;
		margin: 0 auto;
		color: #92928e;
		color: #ccc; /* temporary color until we can get tag clouds working */
		background: #fff;
		overflow: hidden;
		text-align: left;
	}
		#choices h2 {
			width: 561px;
			float: right;
			margin-bottom: 4px;
		}
		#choices q {
			color: #999; /* temporary color until we can get tag clouds working */
			line-height: 140%;
		}
	#case-studies {
		width: 321px;
		border-right: 1px dashed #fdbe57;
		margin-right: 14px;
		overflow: hidden;
		list-style-type: none;
	}
		#case-studies li {
			position: relative;
			width: 94px;
			height: 62px;
			margin: 0 13px 4px 0;
			background: #fff url(/images/home/cs-link-frame-sprite.png) no-repeat 0 -62px;
			float: left;
		}
		#case-studies a {
			position: relative;
			display: block;
			width: 80px;
			height: 48px;
			padding: 6px 6px 4px;
			margin: 0 1px;
		}
		#case-studies a:hover,
		#case-studies a:active,
		#case-studies a:focus,
		#case-studies a.active {
			background: url(/images/home/cs-link-frame-sprite.png) no-repeat 0 0;
		}
		#case-studies img {
			position: relative;
			display: block;
			width: 100%;
			height: 100%;
			padding: 0;
			border: none;
			margin: 0;
			background: #ccc;
		}
	#tag-cloud {
		width: 561px;
		float: right;
		list-style-type: none;
		overflow: hidden;
	}
	h2 span {
		color: #CECE98;
	}
}

@media only screen and (max-device-width: 480px) {
	#case-study,
	#study-image,
	.current-study,
	.current-study img {
		position: relative;
		width: auto;
		height: auto;
		max-width: 480px;
	}	
}