/* ------------------------------------*/
/* << BEGIN COPY                       */
/* ------------------------------------*/

/* caption styling */

.caption-top, .caption-bottom {
	color: #333333;	
	padding: 1.2em;
	font-weight:bold;
	*font-weight:normal;
	font-size: 11px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #EEEEEE;
	background:#9DBA3A;
}
.caption-top {
   border-width: 0 0 3px 0;
}
.caption-bottom {
   border-width: 3px 0 0 0;
}
.caption-top a, .caption-bottom a {
	border: 0 none;
	text-decoration: none;
	color:#333333 !important;
	padding: 0.3em;
}
.caption-top a:hover, .caption-bottom a:hover {
	text-decoration:underline;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }



ul.display {
	float: left;
	width: 960px;
	margin: 0;
	padding: 0;
	list-style: none;
	background:none;
}
ul.display li {
	float: left;
	width: 754px;
	padding: 10px 0;
	margin: 0;
}
ul.display li a {
	text-decoration: none;
}
ul.display li .content_block h2, ul.display li .content_block h2 a {
	font-weight: normal;
	margin:0;
	padding:0 0 10px 0;
	font-size: 18px;
}
ul.display li .content_block p {
	margin: 0;
	padding:0;
	padding-left:220px;
	font-size: 12px;
	line-height:18px;
	color:#666666;
}
ul.thumb_view li{ width: 224px; margin-bottom:15px; }
ul.thumb_view li h2 { display: inline; }
ul.thumb_view li p{ display: none; }
ul.thumb_view li .content_block img { margin: 0 0 0 0; }
a.switch_thumb {
	width: 200px;
	height: 30px;
	line-height: 26px;
	padding: 0;
	margin: 10px 0;
	display: block;
	background: url(switcher.png) no-repeat bottom;
	outline: none;
	text-indent: -9999px;
}
a.swap { background-position: left top; }
a:hover.switch_thumb {
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.thumbnail {
	width:200px;
	float:left;
	overflow:hidden;
	height:100px;
	padding:3px;
	margin:0 10px 10px 0;
	_margin:0 5px 0 0;
	border:3px solid #CCCCCC;
	background-color:#EEEEEE;
	background-image:url(../../../_images/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	-moz-border-radius:3px;
}

.thumbnail:hover {
	border-color:#9DBA3A;
}



a.ext-site {
	padding:2px 0 2px 20px;
	font-size:11px !important;
	margin:8px 0 0 0;
	display:block;
	width:120px;
	float:left;
	background:url(../../../_images/iconography/action.png) no-repeat left center;
}

a.case-study {
	padding:2px 0 2px 20px;
	font-size:11px !important;
	margin:8px 0 0 0;
	display:block;
	width:150px;
	float:left;
	background:url(../../../_images/iconography/information.png) no-repeat left center;
}