@charset "UTF-8";

/* STERLINGKLOR GLOBAL STYLES */
/* Created: 26 AUG 2009 */
/* Modified: 14 DEC 2009 */
/* Copyright 2009 SterlingKlor Communications Inc. */


/* ==========[ GLOBAL TAGS ]========== */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Myriad-Roman, "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 80%;
	text-align: center;
	width: 100%;
	min-width: 980px;
	color: #bbb;
	background-color: #424242;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: normal;
}

p {
	line-height: 1.25em;
}

img {
	border: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


/* ==========[ GLOBAL LINKS ]========== */
a {
	text-decoration: none;
	color: #83aad2;
}

a:hover {
	text-decoration: underline;
}

a.linkDkBlue {
	text-decoration: none;
	color: #0072bc;
}

a.linkDkBlue:hover {
	text-decoration: underline;
}

a.linkLtBlueArrow {
	font-size: 12px;
	font-weight: bold;
	color: #83aad2;
	text-decoration: none;
	padding-right:12px;
	background-image: url(../images/arrow-ltblue.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

a.linkLtBlueArrow:hover {
	text-decoration: underline;
}

#containerFooter a {
	text-decoration: none;
	color: #83aad2;
}

#containerFooter a:hover {
	text-decoration: underline;
}


/* ==========[ GLOBAL PAGE STRUCTURE ]========== */
#preload { 
	display: none; 
}

#globalContent {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#call2Action {
	padding: 10px 0 10px 0;
	margin: 20px 0 20px 0;
	border-top: dotted 1px #aaa;
	border-bottom: dotted 1px #aaa;
}

#c2aAudit {
	background-color: #212121;
	padding: 20px;
	border: solid 1px #aaa;
}

#containerMain {
	text-align: center;
	width: 980px;
}

#containerLeft {
	text-align: left;
	width: 580px;
	margin: 30px 0 0 0;
}

#containerRight {
	text-align: left;
	width: 240px;
	margin: 30px 0 0 0;
}

#containerLeft p, 
#containerRight p, 
#containerPortfolio p, 
#containerCase p, 
#containerShowRight p, 
#homeContent p {
	line-height: 1.5em;
}

#containerLeft h1, 
#containerRight h1, 
#containerPortfolio h1, 
#containerCase h1, 
#containerShowRight h1, 
#homeContent h1, 
#servicesTitle h1, 
#title h1 {
	font-size: 6em;
	font-weight: bold;
	line-height: 0.75em;
	text-transform: uppercase;
	color: #aaa;
}

#containerLeft h2, 
#containerRight h2, 
#containerPortfolio h2, 
#containerCase h2, 
#containerShowRight h2, 
#homeContent h2 {
	font-size: 2em;
}

#containerLeft h3, 
#containerRight h3, 
#containerPortfolio h3, 
#containerCase h3, 
#containerShowRight h3, 
#servicesTitle h3, 
#homeContent h3 {
	font-size: 1.5em;
}

#containerLeft h4, 
#containerRight h4, 
#containerPortfolio h4, 
#containerCase h4, 
#containerShowRight h4, 
#homeContent h4 {
	font-size: 1.2em;
	font-weight: bold;
}

#containerLeft h5, 
#containerRight h5, 
#containerPortfolio h5, 
#containerCase h5, 
#containerShowRight h5, 
#homeContent h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
}

#containerLeft h6, 
#containerRight h6, 
#containerPortfolio h6, 
#containerCase h6, 
#containerShowRight h6, 
#homeContent h6 {
	font-size: 1em;
	line-height: 1.5em;
}

#containerLeft ul, 
#containerLeft ol {
	line-height: 1.5em;
	padding: 0 0 0 40px;
}

#containerRight ul, 
#containerRight ol {
	padding: 0 0 0 25px;
}

#containerFooter {
	text-align: left;
	border-top: dotted 1px #aaa;
	font-size: .9em;
	line-height: 1.5em;
	margin: 40px 0 10px 0;
	padding: 14px 0 14px 0;
}

#headerBar {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	background-color: #000;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
}

#footerCopyright {
	width: 470px;
	margin: 0 20px 0 0;
}

#footerLinks {
	width: 240px;
	margin: 0 10px 0 0;
}

#footerLinks p {
	line-height: 1.5em;
}

.articlesList {
	font-weight: bold;
	line-height: 1em;
	padding: 0 0 5px 0;
}

.footnote {
	font-size: .9em;
	line-height: 1em;
}

.paragraphHeader {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

.sectionHeader {
	border-bottom: dotted 1px #aaa;
	padding: 0 0 5px 0;
}


/* ==========[ TOP NAV ]========== */
#navMenu {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 10px 0 20px 0;
	height: 38px;
	background-color: #000;
}

a.navMenu, 
a.navMenu:link, 
a.navMenu:visited {
	display: block;
	padding: 10px 20px 10px 20px;
	border-right: solid 2px #424242;
	text-decoration: none;
	color: #83aad2;
	font-weight: bold;
	float: left;
	background-color: #000;
}

a.navMenu:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

a.selected {
	display: block;
	padding: 10px 20px 10px 20px;
	border-right: solid 2px #424242;
	text-decoration: none;
	font-weight: bold;
	float: left;
	color: #fff;
	background-color: #212121;
}

#services #servicesLink,
	#insight #insightLink,
	#strategy #strategyLink,
	#creative #creativeLink,
	#metrics #metricsLink,
	#audit #auditLink,
	#articles #articlesLink,
#clients #clientsLink,
	#cases #casesLink,
	#portfolio #portfolioLink,
#about #aboutLink,
	#work #workLink,
	#team #teamLink,
	#jobs #jobsLink,
#contact #contactLink {
	font-weight: bold;
	color: #fff;
	background-color: #212121;
}


/* ==========[ SUB NAV ]========== */
#subMenu {
	line-height: 18px;
	text-align: left;
	margin: -20px 0 20px 0;
	height: 38px;
	background-color: #212121;
}

a.subMenu, 
a.subMenu:link, 
a.subMenu:visited {
	display: block;
	padding: 10px 20px 10px 20px;
	color: #aaa;
	text-decoration: none;
	float: left;
}

a.subMenu:hover {
	text-decoration: underline;
}


/* ==========[ HOME PAGE ]========== */
#homeContent {
	text-align: left;
	width: 440px;
	padding: 24px 50px 0 0;
}

#homePostit {
	font-size: 12px;
	color: #4b4b4b;
	text-align: left;
	width: 131px;
	background-image: url(../images/bg-postit.jpg);
	background-repeat: no-repeat;
	padding: 0 15px 0 16px;
}

#homePostit h2 {
	font-size: 18px;
	font-weight: normal;
}


/* ==========[ SERVICES SECTION ]========== */
#mainTopics {
	width: 118px;
	margin: 0 20px 0 0;
	padding: 5px;
	border: solid 1px #aaa;
}

#servicesAudit {
	background: url(../images/woman.jpg) no-repeat;
	height: 260px;
	padding: 40px 0 0 20px;
	margin: -28px 0 0 0;
}

#servicesPillars {
	text-align: left;
	width: 400px;
}

#servicesTitle {
	text-align: left;
	width: 580px;
	padding: 75px 0 0 0;
}

.auditHead {
	font-size: 4em;
	color: #f68c1f;
	line-height: 1em;
}

.auditSubhead {
	font-size: 2em;
	color: #000;
	line-height: 1.1em;
}


/* ==========[ PORTFOLIO SECTION ]========== */
#containerPortfolio {
	text-align: left;
	width: 700px;
	margin: 30px 0 0 0;
}

#containerPortfolio img {
	margin: 0 27px 20px 0;
}

#containerCase {
	text-align: left;
	padding: 0 140px 0 0;
	margin: 40px 0 0 0;
}

#containerShow {
	text-align: left;
	width: 738px;
	margin: -18px 0 0 0;
}

#containerShowRight {
	text-align: left;
	width: 200px;
	height: 455px;
	margin: -18px 0 0 0;
	padding: 20px;
	background-color: #212121;
}

#containerShowRight span {
	font-size: 1.2em;
	font-weight: bold;
}

#containerThumbs {
	height: 72px;
	padding: 18px 0 0 20px;
	background-color: #000;
}

#containerThumbs img {
	margin: 0 20px 0 0;
}

#containerThumbs img.a {
	border: solid 2px #83aad2;
}

#containerThumbs img.a:hover {
	border: solid 2px #fff;
}

#caseLabels {
	width: 150px;
}

#casePostit {
	width: 240px;
	margin: 40px 0 0 0;
}


/* ==========[ COMPANY SECTION ]========== */
#containerCompany {
	text-align: left;
	width: 605px;
}

#memberProfile {
	margin: 20px 0 10px 0;
}

#memberPic {
	width: 133px;
	margin: 20px 20px 0 0;
}

.memberDivider {
	border-bottom: dotted 1px #aaa;
}


/* ==========[ CONTACT SECTION ]========== */
#contactOffices {
	width: 173px;
	padding: 0 20px 0 0;
}

#form p{
	padding: 10px 0 0 0;
	line-height: 1em;
}

.formButton {
	font-family: Myriad-Roman, "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 2px;
}

.formTextField {
	font-family: Myriad-Roman, "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 5px;
	margin: 5px 0 5px 0;
	width: 320px;
	border: none;
}
