@charset "UTF-8";


/* STRUCTURE
================================================== */

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#wrap {
	position: relative;
	min-height: 100%;
	width: 100%;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8 {
	float: left;
	padding: 0 20px;
}

.col8 { float: none; }

.col1 { width: 80px; background-color: #cf9; }
.col2 { width: 200px; }
.col3 { width: 320px; }
.col4 { width: 440px; }
.col5 { width: 560px; }
.col6 { width: 680px; }
.col7 { width: 800px; }
.col8 { width: 920px; }

.col2.norpad {
	padding-right: 0;
	width: 220px;
}

.col3.nolpad {
	padding-left: 0;
	width: 340px;
}

.col4.nolpad {
	padding-left: 0;
	width: 460px;
}

.col6.nolpad {
	padding-left: 0;
	width: 700px;
}

.col8.nolpad {
	padding-left: 0;
	width: 940px;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

#content {
	padding-bottom: 40px;
}


/* TYPE
================================================== */

body {
	font: 14px/1.5 Arial, Helvetica, sans-serif;
	color: #777;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dl,blockquote {
	margin: 0 0 21px 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,blockquote {
	line-height: 1.2;
	color: #000;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h1.page-title {
	height: 60px;
	margin: -100px -20px 40px;
	padding: 0 0 2px 67px;
	line-height: 60px;
	color: #fff;
	background-image: url(../images/template/page_title_bg.png);
	background-repeat: no-repeat;
}

h1.page-title span { display: block; float: left; height: 55px; border-bottom: 5px solid #fff; }

h3 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
}

strong.h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #000;
}

h4 {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

blockquote {
	font-weight: bold;
	font-style: oblique;
}

small, p.small {
	font-size: 11px;
}

a { color: #167cd3; }

a img { border: 0; }

ul.plain {
	list-style: none;
}

ul { margin-left: 3em; }

ul.floater	{display:block;float:left;width:140px;margin-left:35px;margin-right:0px;padding:0px;}
ul.floater li	{font:12px "arial","helvetica","verdana";color:#999;line-height:18px;}
ul.floater li.title {font-weight:bolder;color:#777;}
ul.floater:first-child {margin-left:0px;margin-right:15px;}


.weak { font-weight: normal; }

.keep { white-space: nowrap; }

.hr {
	height: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.img-heading {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.img-heading.small {
	padding-bottom: 8px;
}

.img-heading img {
	display: block;
}

a.more {
	display: block;
	height: 30px;
	width: 118px;
	padding-left: 28px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	background-image: url(/images/blog/more_bg.png);
	background-repeat: no-repeat;
}

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


/* HEADER
================================================== */

#header {
	margin-bottom: 50px;
	padding-bottom: 10px;
	background-image: url(../images/template/header/header_bot_bg.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

.home #header {
	padding-bottom: 0;
	background: none;
	border-bottom: 2px solid #c1c1c1;
}

#header .container {
	position: relative;
	height: 191px;
	padding: 0 2px;
	background-image: url(../images/template/header/header_bg.png);
	background-repeat: no-repeat;
	z-index: 100;
}

#header-inner {
	height: 191px;
	background-image: url(../images/template/header/doodles.png);
}

.home #header .container {
	height: 92px;
}

.home #header-inner {
	height: 591px;
	background: none;
}

#header-border {
	position: absolute;
	bottom: 0;
	top: 183px;
	height: 10px;
	width: 100%;
	background-image: url(../images/template/red_divider.png);
	background-repeat: no-repeat;
	background-position: center 0;
}

.home #header-border { display: none; }

#header a { text-decoration: none; }

#logo,
#logo img {
	display: block;
	height: 39px;
	width: 202px;
}

#logo {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 10px;
}

#tagline {
	position: absolute;
	top: 20px;
	right: 47px;
	display: block;
	height: 12px;
	width: 287px;
}

#nav {
	position: absolute;
	top: 39px;
	left: 305px;
	height: 43px;
	width: 655px;
	margin: 0;
	padding: 0 0 2px;
	list-style: none;
}

#nav li {
	float: left;
	padding: 0 15px;
	line-height: 42px;
}

#nav a { color: #999; }
#nav a:hover { color: #fff; }

#sm-nav {
	position: absolute;
	top: 17px;
	left: 333px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
}

#sm-nav li {
	float: left;
	margin-right: 20px;
	background-image: url(../images/template/header/sm_nav_icons.png);
	background-repeat: no-repeat;
}

#sm-nav a {
	padding-left: 18px;
	color: #333;
}

#sm-nav a:hover { text-decoration: underline; }

#sm-nav-01 { background-position: 0 0; }
#sm-nav-02 { background-position: 0 -14px; }

#banner-rotation {
	position: absolute;
	top: 0;
	left: 0;
	height: 531px;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	background-color: #000;
}

.banner {
	height: 531px;
	width: 100%;
}

.banner-inner {
	background-image: url(../images/banners/divider_bg.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

.banner-content {
	height: 439px;
	min-width: 960px;
	padding-top: 92px;
	background-repeat: no-repeat;
	background-position: center 0;
}

.banner-content a {
	display: block;
	height: 439px;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
}

#banner-lmc {
	background-image: url(../images/banners/lifemark_careers_bg.png);
	background-repeat: repeat-y;
	background-position: center 0;
}

#banner-lmc .banner-content {
	background-image: url(../images/banners/lifemark_careers.jpg);
}

#banner-honda { background-color: #fff; }

#banner-honda .banner-content {
	background-image: url(../images/banners/honda.jpg);
}

#banner-dreamin-auto {
	background-image: url(../images/banners/dreamin_auto_bg.png);
	background-repeat: repeat-y;
	background-position: center 0
}

#banner-dreamin-auto .banner-content {
	background-image: url(../images/banners/dreamin_auto.jpg);
}

#banner-bbyg {
	background-image: url(../images/banners/bbyg_bg.png);
	background-repeat: repeat-y;
	background-position: center 0
}

#banner-bbyg .banner-content {
	background-image: url(../images/banners/bbyg.jpg);
}

#prev-arrow {
	position: absolute;
	top: 200px;
	left: 10px;
	z-index: 1000;
	cursor: pointer;
}

#next-arrow {
	position: absolute;
	top: 200px;
	right: 10px;
	z-index: 1000;
	cursor: pointer;
}

#portfolio-nav {
	position: absolute;
	top: 531px;
	left: 0;
	height: 60px;
	width: 100%;
	background-image: url(../images/template/home/portfolio_nav_bg.png);
	background-repeat: repeat-x;
}

#portfolio-nav ul {
	height: 60px;
	width: 885px;
	margin: 0 auto;
	list-style: none;
}

#portfolio-nav ul li {
	float: left;
}

#portfolio-nav ul li a {
	display: block;
	height: 60px;
	padding: 0 15px;
	background-image: url(../images/template/home/portfolio_nav.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#pn-online { width: 51px; background-position: -5px 0; }
#pn-tv { width: 78px; background-position: -75px 0; }
#pn-outdoor { width: 68px; background-position: -173px 0; }
#pn-packaging { width: 85px; background-position: -262px 0; }
#pn-print { width: 59px; background-position: -366px 0; }
#pn-events { width: 58px; background-position: -446px 0; }
#pn-strategy { width: 72px; background-position: -525px 0; }
#pn-photo { width: 93px; background-position: -618px 0; }
#pn-logo { width: 51px; background-position: -731px 0; }

#pn-online:hover { background-position: -5px -60px; }
#pn-tv:hover { background-position: -75px -60px; }
#pn-outdoor:hover { background-position: -173px -60px; }
#pn-packaging:hover { background-position: -262px -60px; }
#pn-print:hover { background-position: -366px -60px; }
#pn-events:hover { background-position: -446px -60px; }
#pn-strategy:hover { background-position: -525px -60px; }
#pn-photo:hover { background-position: -618px -60px; }
#pn-logo:hover { background-position: -731px -60px; }


/* HOME
================================================== */

.home #content {
	padding-bottom: 30px;
}

#home-page-intro {
	line-height: 1.4;
}

#guiding-principles-head {
	margin-top: -18px;
}

#guiding-principles {
	margin-bottom: 40px;
	background-image: url(../images/template/home/dotted_divider.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.principle-col.left {
	float: left;
	width: 197px;
}

.principle-col.right {
	float: right;
	width: 187px;
}

.principle-col h2 {
	display: block;
	height: 108px;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-right: 90px;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 18px;
	line-height: 22px;
	color: #da1921;
}

.principle-col.left h2 { background-image: url(../images/template/home/tie.png); }
.principle-col.right h2 { background-image: url(../images/template/home/brush.png); }

.principle-col a {
	color: #da1921;
	text-decoration: none;
}

.principle-col a:hover { text-decoration: underline; }

.principal-info {
	height: 73px;
	margin-bottom: 26px;
	font-size: 11px;
	line-height: 130%;
}

.principal-info img {
	float: left;
	margin-right: 15px;
}

.principal-info strong {
	font-size: 12px;
	color: #000;
}

.principle-col blockquote {
	height: 97px;
	width: 149px;
	margin-left: -5px;
	padding: 14px 0 0 30px;
	background-image: url(../images/template/home/pullquote_bg.jpg);
	background-repeat: no-repeat;
}

#contact-map {
	margin: 40px 0;
}

#contact-map h4 {
	margin-bottom: 2px;
	line-height: 1.3;
}

#map {
	float: left;
	height: 138px;
	width: 238px;
	margin-top: 4px;
	margin-right: 30px;
	background-color: #f3efe9;
	border: 1px solid #ccc;
}

#services-list {
	padding-top: 15px;
	margin-right: -10px;
}

#services-list h4 {
	color: #da1921;
}

#services-list h4.dark {
	margin-bottom: 20px;
	line-height: 1.3;
	color: #000;
}

#services-list ul {
	margin: 5px 0 0 14px;
	list-style: square;
	font-size: 11px;
}

.service-list {
	float: left;
	width: 193px;
	margin: 0 10px 10px 0;
	padding: 15px 10px 25px;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
}

#fresh-perspective {
	margin-bottom: 40px;
	padding-top: 40px;
	background-image: url(../images/template/home/fresh_bucket_bg_top.png);
	background-repeat: no-repeat;
	color: #666;
}

#fp-inner {
	padding: 0 35px 20px 40px;
	background-image: url(../images/template/home/fresh_bucket_bg.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

#fresh-perspective h3 {
	font-weight: bold;
	font-style: oblique;
	color: #167cd3;
}

#fresh-perspective strong { color: #167cd3; }
#fresh-perspective strong.red { color: #da1921; }

/* BLOG FEATURES
================================================== */

#blog-feature {
	padding: 0px;
	height: 141px;
	width: 437px;
	background-image: url(../images/template/home/blog-feature/paper_bg.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.blog-feature-logo {
	padding: 0px;
	margin-top: 25px;
	margin-left: 15px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

.blog-feature-p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	padding: 0px;
	float: left;
	width: 320px;
	margin-top: 40px;
	margin-left: 20px;
}

.blog-feature-a {
	color: #EF4024;
	font-weight: bolder;
}

/* TWITTER FEED
================================================== */

#feed-area {
	height: 418px;
	background-image: url(../images/template/twitter_feed/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

#feed-area .container {
	padding-top: 70px;
}

#feed-area h4 {
	float: left;
	font-size: 15px;
	line-height: 24px;
}

#feed-area a { text-decoration: none; }
#feed-area a:hover { text-decoration: underline; }

#follow-link {
	float: right;
	display: block;
	height: 24px;
	padding-right: 140px;
	background-image: url(../images/template/twitter_feed/twitter_logo.png);
	background-repeat: no-repeat;
	background-position: right 0;
	font-size: 12px;
	line-height: 24px;
	font-style: oblique;
}

#twitter-feed {
	margin-left: 0;
	padding-top: 30px;
	list-style: none;
}

#twitter-loading {
	padding-bottom: 20px;
	padding-left: 25px;
	background-image: url(/images/template/twitter_feed/loading.gif);
	background-repeat:no-repeat;
	background-position: 0 2px;
}

.tweet {
	clear: left;
	height: 52px;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 50px;
	color: #333;
	background-image: url(../images/template/twitter_feed/tweet_bg.png);
	background-repeat: no-repeat;
	background-position: right 0;
}

.tweet a {
	font-style: oblique;
}

.tweet span {
	float: left;
	margin-right: 10px;
}

.tweet-menu {
	float: left;
	margin-left: 0;
	list-style: none;
	font-size: 11px;
	font-style: oblique;
	color: #ccc;
}

.tweet-menu li {
	float: left;
	margin-right: 5px;
}

.tweet-menu a {
	display: block;
	height: 12px;
	margin-top: 19px;
	background-image: url(../images/template/twitter_feed/tweet_menu_icons.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.tm-retweet a {
	width: 20px;
	background-position: 0 0;
}

.tm-reply a {
	width: 14px;
	background-position: -30px 0;
}

.tm-retweet a:hover { background-position: 0 bottom; }
.tm-reply a:hover { background-position: -30px bottom; }

.tm-status.hover { color: #167cd3; }

#all-tweets-btn {
	display: block;
	height: 30px;
	width: 131px;
	padding-left: 30px;
	background-image: url(../images/template/twitter_feed/all_tweets_btn.png);
	background-repeat: no-repeat;
	line-height: 30px;
	color: #fff;
}


/* FOOTER
================================================== */

#footer {
	padding-top: 45px;
	background-color: #000;
	font-size: 13px;
	color: #999;
	background-image: url(../images/template/footer/bg.png);
	background-repeat: repeat-x;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-col {
	float: left;
	width: 160px;
	margin-right: 30px;
}

.footer-col.last { margin-right: 0; }

.foot-img-head {
	margin-top: 21px;
}

.foot-img-head.two-lines {
	margin-top: 0;
}

.sitemap-list {
	margin: 30px 0;
	list-style: none;
	font-size: 12px;
	line-height: 1.3;
}

.sitemap-list li {
	padding: 9px 0;
	border-top: 1px solid #222;
}

#connect-nav {
	margin: 18px 0 25px;
	list-style: none;
}

#connect-nav a {
	display: block;
	padding: 5px 0 5px 20px;
	background-image: url(../images/template/footer/connect_nav_bg.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

#connect-nav a:hover {
	text-decoration: none;
	background-position: 0 -92px;
}

#red-express img {
	display: block;
	margin-bottom: 20px;
}

#red-express a { color: #fff; }
#red-express a:hover { text-decoration: underline; }

#footer-footer {
	font-size: 11px;
	line-height: 50px;
	color: #555;
}

#footer-footer a {
	margin-right: 15px;
	text-decoration: underline;
}

#footer-footer a:hover { color: #999; }


/* PORTFOLIO
================================================== */

#clients-list-bucket {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.client-logos {
	float: left;
	margin-left: 0;
	margin-right: 17px;
	margin-bottom: 18px;
	padding-top: 1px;

	position: relative;
	height: 93px;
	width: 157px;
	overflow: hidden;
}

.client-logos.first { margin-left: 1px; }

.client-logos.last { margin-right: 0; }

.client-logos li {
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
}

.client-logos img {
	display: block;
	margin: -1px 1px 1px -1px;
}

#clients-list {
	margin-left: 0;
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 17px;
}

#clients-list li {
	width: 145px;
	padding-left: 10px;
}

#clients-list .top { margin-top: -136px; }

#clients-list .col-2 { margin-left: 175px; }
#clients-list .col-3 { margin-left: 349px; }
#clients-list .col-4 { margin-left: 523px; }

.portfolio-section {
	margin-bottom: 30px;
}

.portfolio-section.no-expand {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.portfolio-section .img-heading {
	padding-top: 30px;
	margin-bottom: 40px;
}

.portfolio-tns,
.gallery-tns,
.video-tns {
	padding-top: 1px;
	margin: 0 -21px 40px 1px;
}

.portfolio-tns.closed,
.gallery-tns.closed,
.video-tns.closed {
	height: 176px;
	overflow: hidden;
}

.portfolio-tns li,
.gallery-tns li,
.video-tns li {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
}

.portfolio-tns img,
.gallery-tns img,
.video-tns img {
	display: block;
	margin: -1px 1px 1px -1px;
}

.portfolio-expand {
	display: none;
	height: 30px;
	margin-bottom: 0;
	padding-top: 6px;
	border-top: 1px solid #ddd;
}

.portfolio-expand a {
	display: block;
	float: right;
	height: 30px;
	width: 118px;
	padding-left: 28px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	background-image: url(../images/portfolio/more_less_btn.png);
	background-repeat: no-repeat;
}

.portfolio-expand a:hover { text-decoration: underline }

.portfolio-expand a.less {
	background-position: 0 -30px;
}

#fancybox-title-main a { color: #ccc; text-decoration: none; }
#fancybox-title-main a:hover { color: #fff; text-decoration: underline; }


/* LAWS OF MARKETING
================================================== */

.shadow {
	-moz-box-shadow: 2px 2px 0 #ccc;
	-webkit-box-shadow: 2px 2px 0 #ccc;
	box-shadow: 2px 2px 0 #ccc;
}

#laws-intro {
	padding-top: 15px;
}

#laws-book {
	position: relative;
	height: 734px;
	margin: 40px 0 40px -20px;
	background-image: url(../images/laws/book_bg.jpg);
	background-repeat: repeat-y;
}

#laws-book ul {
	position: absolute;
	top: 40px;
	left: 11px;
	margin: 0;
	list-style: none;
}

#laws-book ul a {
	display: block;
	height: 55px;
	width: 476px;
	margin-bottom: 5px;
	background-image: url(../images/laws/nav.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#law-01 a { background-position: 0 0; }
#law-02 a { background-position: 0 -60px; }
#law-03 a { background-position: 0 -120px; }
#law-04 a { background-position: 0 -180px; }
#law-05 a { background-position: 0 -240px; }
#law-06 a { background-position: 0 -300px; }
#law-07 a { background-position: 0 -360px; }
#law-08 a { background-position: 0 -420px; }
#law-09 a { background-position: 0 -480px; }
#law-10 a { background-position: 0 -540px; }
#law-11 a { background-position: 0 -600px; }

#law-01 a:hover { background-position: -952px 0; }
#law-02 a:hover { background-position: -952px -60px; }
#law-03 a:hover { background-position: -952px -120px; }
#law-04 a:hover { background-position: -952px -180px; }
#law-05 a:hover { background-position: -952px -240px; }
#law-06 a:hover { background-position: -952px -300px; }
#law-07 a:hover { background-position: -952px -360px; }
#law-08 a:hover { background-position: -952px -420px; }
#law-09 a:hover { background-position: -952px -480px; }
#law-10 a:hover { background-position: -952px -540px; }
#law-11 a:hover { background-position: -952px -600px; }

#law-01.active a { background-position: -476px 0; }
#law-02.active a { background-position: -476px -60px; }
#law-03.active a { background-position: -476px -120px; }
#law-04.active a { background-position: -476px -180px; }
#law-05.active a { background-position: -476px -240px; }
#law-06.active a { background-position: -476px -300px; }
#law-07.active a { background-position: -476px -360px; }
#law-08.active a { background-position: -476px -420px; }
#law-09.active a { background-position: -476px -480px; }
#law-10.active a { background-position: -476px -540px; }
#law-11.active a { background-position: -476px -600px; }

#law-title {
	position: absolute;
	top: 38px;
	left: 547px;
	height: 175px;
	width: 310px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent: -9999px;
	overflow: hidden;
}

#law-msg-hierarchy #law-title {
	background-image: url(../images/laws/titles/law_of_message_hierarchy.png);
}

#law-external-teams #law-title {
	background-image: url(../images/laws/titles/law_of_external_marketing_teams.png);
}

#law-word-of-mouth #law-title {
	background-image: url(../images/laws/titles/law_of_word_of_mouth_marketing.png);
}

#law-timing #law-title {
	background-image: url(../images/laws/titles/law_of_timing.png);
}

#law-product-awareness #law-title {
	background-image: url(../images/laws/titles/law_of_product_awareness.png);
}

#law-pillars-growth #law-title {
	background-image: url(../images/laws/titles/3_pillars_of_business_growth.png);
}

#law-naming #law-title {
	background-image: url(../images/laws/titles/law_of_naming.png);
}

#law-inspire-action #law-title {
	background-image: url(../images/laws/titles/law_of_inspiring_action.png);
}

#law-proper-metrics #law-title {
	background-image: url(../images/laws/titles/law_of_proper_metrics.png);
}

#law-positioning-value #law-title {
	background-image: url(../images/laws/titles/law_of_positioning_and_value.png);
}

#law-successful-campaign #law-title {
	background-image: url(../images/laws/titles/2_signs_of_a_successful_campaign.png);
}

#law-body {
	position: absolute;
	top: 240px;
	left: 547px;
	width: 310px;
}

#law-body .intro { color: #000; }

#laws-prev-next {
	position: absolute;
	bottom: 70px;
	right: 10px;
	width: 450px;
	padding-left: 10px;
	text-align: center;
	color: #ccc;
}

#laws-prev-next.blog-feature {
	padding-top: 40px;
	background-image: url(../images/laws/blog_feature.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#book-offer {
	margin-left: -20px;
	padding-bottom: 20px;
	text-align: right;
}

#book-offer-link {
	display: block;
	margin-top: -18px;
}


/* CHOOSING THE RIGHT AGENCY
================================================== */

#right-agency-intro {
	padding: 24px 40px 0 0;
}

#ra-why-cm-cta {
	height: 185px;
	width: 290px;
	margin-top: -15px;
	padding-left: 40px;
	background-image: url(../images/right_agency/why_clearmotive_cta_bg.png);
	background-repeat: no-repeat;
}

#ra-why-cm-cta-link {
	display: block;
	padding: 40px 0 20px;
}

#right-agency-content {
	padding-top: 20px;
	padding-bottom: 40px;
}

#right-agency-nav {
	height: 106px;
	margin-left: 0;
	margin-bottom: 80px;
	list-style: none;
}

#right-agency-nav li {
	float: left;
	margin-right: 10px;
}

#right-agency-nav li.last { margin-right: 0; }

#right-agency-nav a {
	display: block;
	height: 106px;
	width: 106px;
	background-image: url(../images/right_agency/nav.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#ra-nav-results a { background-position: 0 0; }
#ra-nav-process a { background-position: -117px 0; }
#ra-nav-frankly a { background-position: -235px 0; }
#ra-nav-purpost a { background-position: -352px 0; }
#ra-nav-budget a { background-position: -470px 0; }
#ra-nav-support a { background-position: -587px 0; }
#ra-nav-guiding a { background-position: -705px 0; }
#ra-nav-revenue a { background-position: -822px 0; }

#ra-nav-results a:hover { background-position: 0 -116px; }
#ra-nav-process a:hover { background-position: -117px -116px; }
#ra-nav-frankly a:hover { background-position: -235px -116px; }
#ra-nav-purpost a:hover { background-position: -352px -116px; }
#ra-nav-budget a:hover { background-position: -470px -116px; }
#ra-nav-support a:hover { background-position: -587px -116px; }
#ra-nav-guiding a:hover { background-position: -705px -116px; }
#ra-nav-revenue a:hover { background-position: -822px -116px; }

.ra-statement {
	position: relative;
	min-height: 258px;
	padding: 60px 0 0 260px;
	border-bottom: 1px solid #ddd;
}

.ra-statement h1 { margin-bottom: 10px }

.ra-statement img {
	position: absolute;
	top: 40px;
	left: 0;
	display: block;
}


/* CASE STUDIES
================================================== */

#cs-landing-intro {
	padding-top: 30px;
}

#cs-laws-cta {
	position: relative;
	height: 173px;
	margin-bottom: 40px;
	background-image: url(../images/case_study/laws_cta_bg.png);
	background-repeat: no-repeat;
	background-position: 30px 0;
	font-size: 12px;
}

#cs-laws-cta p {
	margin-bottom: 10px;
}

#cs-laws-cta .inner {
	position: absolute;
	top: 58px;
	left: 263px;
	width: 150px;
}

.cs-tile {
	padding-bottom: 30px;
}

.cs-tile h2 {
	margin: 20px 0 5px;
}

.cs-tile h2 a { text-decoration: none; }
.cs-tile h2 a:hover { text-decoration: underline; }

.cs-banner {
	display: block;
	margin-bottom: 40px;
	padding: 0 1px 1px 0;
}

#quote {
	width: 942px;
	margin: 40px 0;
}

#quote-inner {
	padding: 5px 45px 20px;
	background-color: #f1f8ff;
	border-left: 1px solid #d7e7f7;
	border-right: 3px solid #d7e7f7;
}

#quote-lcol {
	float: left;
	width: 410px;
	padding-top: 12px;
}

#quote-rcol {
	float: right;
	width: 400px;
}

#quote p {
	font-size: 18px;
	line-height: 2;
	font-style: oblique;
}

#quote cite {
	display: block;
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.3;
	font-style: normal;
	color: #000;
}

#quote #photo-caption {
	margin: 12px 0 10px;
	font-size: 10px;
	line-height: 1.4;
	font-style: normal;
	color: #7d97b1;
}

#quote .shadow {
	-moz-box-shadow: 3px 3px 0 #d7e7f7;
	-webkit-box-shadow: 3px 3px 0 #d7e7f7;
	box-shadow: 3px 3px 0 #d7e7f7;
}

#quote-logo {
	float: right;
	display: block;
	margin: 10px 0 0 60px;
}

#cs-services-list {
	margin: 0 0 60px 30px;
	list-style: inside;
	line-height: 36px;
}

#cs-services-list li {
	width: 185px;
	border-bottom: 1px solid #ccc;
}

#cs-services-list .top {
	margin-top: -185px;
}

#cs-services-list .col-2 {
	margin-left: 235px;
}

#cs-services-list .col-3 {
	margin-left: 470px;
}

#cs-services-list .col-4 {
	margin-left: 705px;
}

#cs-services-list.cols3 li { width: 260px; }
#cs-services-list.cols3 .col-2 { margin-left: 310px; }
#cs-services-list.cols3 .col-3 { margin-left: 620px; }

#bbyg-package-ba {
	position: relative;
	height: 276px;
	background-image: url(../images/case_study/bbyg/packaging.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
	font-size: 12px;
}

#bbyg-package-ba .before {
	position: absolute;
	top: 53px;
	right: 92px;
	text-align: right;
	color: #000;
}

#bbyg-package-ba .after {
	position: absolute;
	top: 106px;
	right: 32px;
	width: 140px;
}

#bbyg-package-ba .spacer {
	float: right;
	height: 70px;
	width: 50px;
}


/* WHY CLEARMOTIVE
================================================== */

#why-cm-intro {
	padding: 20px 0 40px;
}

#why-cm-process {
	margin-bottom: 50px;
}

#why-cm-process-l {
	float: left;
	width: 420px;
}

#why-cm-process-r {
	float: right;
	width: 200px;
}

#why-cm-process-r img {
	display: block;
	margin: 0 auto 18px;
}

#why-cm-process-r p,
#why-cm-leadership-l p {
	margin-bottom: 14px;
	font-size: 12px;
}

#why-cm-leadership-l {
	float: left;
	width: 240px;
	margin-bottom: 40px;
}

#why-cm-leadership-r {
	float: right;
	width: 400px;
	margin-bottom: 40px;
}

#why-cm-leadership-l img {
	display: block;
	margin: 0 0 18px auto;
}

#why-cm-team {
	min-height: 127px;
	padding: 40px 170px 0 0;
	background-image: url(../images/why_clearmotive/ad.png);
	background-repeat: no-repeat;
	background-position: right 0;
}

#why-cm-cs-cta {
	height: 320px;
	padding-left: 40px;
	margin-right: -20px;
	margin-bottom: 60px;
	background-image: url(../images/why_clearmotive/case_studies_cta_bg.png);
	background-repeat: no-repeat;
}

#why-cm-cs-cta-link {
	display: block;
	padding-top: 200px;
	margin-bottom: 20px;
}

#why-cm-cs-cta-link img { display: block; }

.col2 #services-list h4.heading {
	margin-bottom: 21px;
	color: #000;
}

.col2 #services-list {
	padding-top: 0;
	margin-right: 0;
}

.col2 #services-list ul {
	margin: 0 0 0 20px;
	font-size: 12px;
}

.col2 .service-list {
	float: none;
	width: auto;
	margin-right: 0;
	padding: 10px 10px 25px 20px;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
}


/* CONTACT
================================================== */

.error,
.contact .error,
#error-msg,
.reqd {
	color: #c00;
}

.reqd {
	padding-left: 2px;
}

#form-intro {
	margin-bottom: 40px;
}

form.contact {
	margin-left: 20px;
}

.form-row {
	margin-bottom: 20px;
}

.contact label {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	color: #333;
}

.contact input.text,
.contact textarea {
	padding: 5px;
	border: 1px solid #ccc;
}

.contact input.text {
	width: 200px;
}

.contact textarea {
	height: 75px;
	width: 340px;
}

.form-row.inline {
	position: relative;
}

.form-row.inline input {
	margin-left: 140px;
}

.form-row.inline label {
	position: absolute;
	width: 120px;
	padding: 5px 0 0;
}

.contact #contact-map {
	margin: 0 0 40px;
}

.contact #map {
	float: none;
	height: 180px;
	width: 320px;
	margin: 0 0 20px;
}

#careers-cta {
	padding: 28px 30px 30px;
	border: 1px dashed #ccc;
}

#careers-cta ul {
	margin-top: -10px;
	margin-bottom: 15px;
	font-size: 12px;
}


/* CAREERS
================================================== */

#apply-resume-row {
	padding-bottom: 15px;
}

#apply-resume-row label {
	padding-top: 1px;
}

.form-row.inline label small {
	display: block;
	margin-top: -2px;
	font-weight: normal;
	color: #999;
}
