﻿@charset "utf-8";
/* Styles for only the "Our Work" section of the website. */

@import url(/CSS/BELM08/GlobalStyles.css);

h1,
#PrimaryNavigationRegion ul li ul li a.navActive,
h2, h3, h4 {
	color: #f6961d;
}

#ContentRegion {
	border-top: solid 2px #f6961d;
	padding-top: 20px;
}
#FooterRegion {
	border-top: solid 2px #f6961d;
}
#BodyContentRegion ul#CaseStudyPreview {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#BodyContentRegion ul#CaseStudyPreview li {
	width: 250px;
	position: relative;
	float: left;
	clear: none;
	margin-right: 30px;
	font-size: 9.5pt;
	display: block;
	padding: 0px;
	height: 250px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#BodyContentRegion ul#CaseStudyPreview li h3 {
	font-size: 11pt;
	margin-top: 0px;
} 
#BodyContentRegion ul#CaseStudyPreview li h3 a {
	color: #f6961d;
	padding-top: 100px;
	display: block;
	background-repeat: no-repeat;
	width: 250px;
	background-position: top;
	margin: 0px;
	text-decoration: none;
}
#BodyContentRegion ul#CaseStudyPreview li h3 a:hover {
	color: #FFF;
	text-decoration: underline;
}
#BodyContentRegion ul#CaseStudyPreview li ul {
	margin: 0px;
	padding: 0px;
}
#BodyContentRegion ul#CaseStudyPreview li ul li {
	margin: 0px;
	padding: 0px;
	clear: left;
}
/*
	DLB:
	From here down are the styles used for rendering the background images for case studies.  Each new case study will
	require a LI class, with styles for the anchor and anchor:hover (containing the images).  Placement, sizing, etc. is all set above.
	
*/
#BodyContentRegion ul#CaseStudyPreview li.ASTHO {
	background-image: url(/userfiles/image/CaseStudyImages/ListingImages/ASTHO_Recharged_Through_Rebranding-over.jpg);
	background-repeat: no-repeat;
}
#BodyContentRegion ul#CaseStudyPreview li.ASTHO h3 a {
	background-image: url(/userfiles/image/CaseStudyImages/ListingImages/ASTHO_Recharged_Through_Rebranding.jpg);
}
#BodyContentRegion ul#CaseStudyPreview li.ASTHO h3 a:hover {
	/* background-image: url(/userfiles/image/CaseStudyImages/ListingImages/ASTHO_Recharged_Through_Rebranding-over.jpg); */
	background-image: none;
}
#BodyContentRegion ul#CaseStudyPreview li.BritishEmbassy {
	background-image: url(/userfiles/image/CaseStudyImages/ListingImages/British_Embassy_Initiative_Brand-over.jpg);
	background-repeat: no-repeat;
}
#BodyContentRegion ul#CaseStudyPreview li.BritishEmbassy h3 a {
	background-image: url(/userfiles/image/CaseStudyImages/ListingImages/British_Embassy_Initiative_Brand.jpg);
}
#BodyContentRegion ul#CaseStudyPreview li.BritishEmbassy h3 a:hover {
	background-image: none;
}
#BodyContentRegion ul#CaseStudyPreview li.DAV {
	background-image: url(/userfiles/image/CaseStudyImages/ListingImages/StandUp4Vets_Branded_Advocacy_Campaign-over.jpg);
	background-repeat: no-repeat;
}
#BodyContentRegion ul#CaseStudyPreview li.DAV h3 a {
	background-image: url(/userfiles/image/CaseStudyImages/ListingImages/StandUp4Vets_Branded_Advocacy_Campaign.jpg);
}
#BodyContentRegion ul#CaseStudyPreview li.DAV h3 a:hover {
	background-image: none;
}
#BodyContentRegion ul#CaseStudyPreview li.PSI {
	background-image: url(/userfiles/image/CaseStudyImages/ListingImages/PSI_Rebrand-over.jpg);
	background-repeat: no-repeat;
}
#BodyContentRegion ul#CaseStudyPreview li.PSI h3 a {
	background-image: url(/userfiles/image/CaseStudyImages/ListingImages/PSI_Rebrand.jpg);
}
#BodyContentRegion ul#CaseStudyPreview li.PSI h3 a:hover {
	background-image: none;
}
#BodyContentRegion ul#CaseStudyPreview li.FOS {
	background-image: url(/userfiles/image/CaseStudyImages/ListingImages/USArmy_Branding_Theme-over.jpg);
	background-repeat: no-repeat;
}
#BodyContentRegion ul#CaseStudyPreview li.FOS h3 a {
	background-image: url(/userfiles/image/CaseStudyImages/ListingImages/USArmy_Branding_Theme.jpg);
}
#BodyContentRegion ul#CaseStudyPreview li.FOS h3 a:hover {
	background-image: none;
}
#BodyContentRegion ul#CaseStudyPreview li.COC {
	background-image: url(/userfiles/image/CaseStudyImages/ListingImages/COC_Branding_Campaign-over.jpg);
	background-repeat: no-repeat;
}
#BodyContentRegion ul#CaseStudyPreview li.COC h3 a {
	background-image: url(/userfiles/image/CaseStudyImages/ListingImages/COC_Branding_Campaign.jpg);
}
#BodyContentRegion ul#CaseStudyPreview li.COC h3 a:hover {
	background-image: none;
}

.listItems, a.listItems { 
	width:300px;
	height: 18px;
	font: 12px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color: #b1b1b1;
	display: block;
	margin-top: 6px;
	margin-left: 0; 
	padding-bottom: 2px;
	padding-left: 17px; 
	background-image: url(/userfiles/image/common/listArrows/listArrow_orange.png);
	}
	
.listItems a { 
	color: #b1b1b1;
	display: block; 
	text-decoration: none;
	}
	
.listItems a:hover { 
	color: #ffffff;
	display: block; 
	text-decoration: underline;
	}
	

	