#case_study h1 {
	width: 490px;
	height: 50px;
	text-indent: -9999px;
/*	background-image: url(/images/header-experience.gif);*/
}
#content-top h1 {
margin: 10px 0 25px 0;
}

#case_study h2, #case_study h3, #case_study h4, #case_study h5 {
	margin: 0;
}

#case_study h2 {
	margin: 31px 0 3px;
	color: #003366;
	font-size: 150%:
	line-height: 120%;
	text-transform: uppercase;
}

#case_study h3 {
	margin: 0 0 20px;
	color: #889db3;
	font-size: 125%;
	text-transform: capitalize;
}

#case_study h4 {
	color: #001b41;
	font-size: 110%;
	text-transform: uppercase;
}

#case_study h5 {
	color: #666;
	font-size: 120%;
	text-transform: capitalize;
}

#case_study p {
	margin: 0 0 20px;
}

#case_study ul {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

#case_study #photos li {
	float: left;
	margin: 0 1px 0 0;
}

#case_study #photos li.last {
	margin-right: 0;
}

#case_studies_list ul {
	float: left;
	width: 175px;
	margin: 0 10px 0 0;
}

#case_studies_list ul.last {
	margin-right: 0;
}

#right_sidebar {
	float: right;
	width: 281px;
	margin: 0 0 20px 20px;
}

#sidebar1_content ul.caseStudiesList {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

#video {
	margin: 0 0 10px;
}

#enlarge {
	display: block;
	float: right;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/icon-enlarge.gif);
	background-repeat: no-repeat;
}

#highlights {
	padding: 0 0 8px;
	width: 281px;
	background-image: url(../images/bg-highlights-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#highlights div {
	padding: 10px 15px 5px;
	background-image: url(../images/bg-highlights.gif);
	background-repeat: no-repeat;
}

#highlights h3 {
	color: #012852;
	font-size: 150%;
	line-height: 100%;
}

#highlights ul {
	margin: 0 0 0 15px;
	list-style: disc;
}

#highlights li {
	color: #3d5e82;
	font-weight: bold;
	line-height: 145%;
}

table.tableCaseStudies {
width:550px;
margin:0;
padding:0;
background-color:#CC6600;
}

/* CLEAR */
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}* html .clear{height:1%;}*:first-child+html .clear{min-height:1px;}