
/************************************

	COLOR
	—
	YELLOW:			color: #ffd600;
	BLUE:			color: #72b8b4;
	DARK BLUE:		color: #549a96;
	ORANGE:			color: #e76f00;
	DARK BROWN:		color: #46402d;
	MED BROWN:		color: #7c796c;
	LIGHT BROWN:	color: #c0bfb9;

	ORANGE			color: rgb(231,111,0);
	DUSTY RED		color: rgb(146,84,81);
	YELLOW			color: rgb(236,194,0);

************************************/


/************************************
	RESET
************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


/************************************
	GLOBALS
************************************/
body {
	background-color: rgb(114,184,180);
	color: rgb(255,255,255);
	font: 10px/18px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	text-shadow: 0 0 1px rgb(74,144,140);
}
html { overflow-y: scroll; }
.clearfix:after { content: " "; display: block; font-size: 0; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
a { border-bottom: 1px dotted rgb(231,111,0); color: rgb(231,111,0); text-decoration: none; }
a:hover { border-bottom: none; color: rgb(34,104,100); text-decoration: none; }
h1, h2, h3, h4, h5, h6 { position: relative; }
h1 { font-size: 2.4em; }
h2 { color: rgb(74,144,140); font-size: 3.2em; font-weight: bold; letter-spacing: -.05em; line-height: 32px; text-transform: uppercase; top: -11px; width: 66%; }
h3 { font-size: 2em; font-weight: bold; line-height: 16px; top: 1px; }
h4 { font-size: 1.6em; font-weight: bold; line-height: 16px; padding-bottom: 3px; text-transform: uppercase; top: 3px; }
h5 { font-size: 1.2em; font-weight: bold; line-height: 18px; text-transform: uppercase; }
h6 { font-size: 1.2em; font-weight: bold; line-height: 18px; text-transform: uppercase; }
p { color: rgb(210,240,240); font-size: 1.3em; margin-top: 18px; position: relative; }
p:first-child { margin-top: 0; }
sup,
sub { font-size: .8em; height: 0; line-height: 1; vertical-align: baseline; position: relative; }
sup { bottom: 1ex; }
sub { top: .5ex; }


/************************************
	COLUMNS
************************************/
div.col { float: left; position: relative; }
div.colspan1 { width: 12.5%; }
div.colspan2 { width: 25%; }
div.colspan3 { width: 37.5%; }
div.colspan4 { width: 50%; }
div.colspan5 { width: 62.5%; }
div.colspan6 { width: 75%; }
div.colspan7 { width: 87.5%; }
div.col h1, h2, h3, h4, h5, h6, p { padding-right: 20px; }


/************************************
	GRID
************************************/
div#grid {
	background: transparent url('../_images/_css/grid.png');
	display: none;
	height: 400%;
	left: 50%;
	margin-left: -480px;
	position: absolute;
	top: 0;
	width: 960px;
	z-index: 1000;
}
div#grid.show { display: block; }


/************************************
	WRAPPER
************************************/
div#wrapper {
	text-align: left;
}
div#wrapper div.centered {
	margin: 0 auto;
	max-width: 96em;
	min-width: 76em;
	padding: 18px 10px;
/*	position: relative;*/
}


/************************************
	MASTHEAD
************************************/
div#masthead {
	border-bottom: 1px dotted rgb(255,255,255);
}
div#masthead div.centered {
	padding: 29px 10px 13px 10px;
}
div#masthead div.number {
	font-size: 2.4em;
	margin-top: 24px;
}
div#masthead div.location {
	color: rgb(210,240,240);
	line-height: 16px;
}
div#masthead h1 {
	height: 65px;
	width: 181px;
}
div#masthead h1 a {
	background: transparent url('../_images/_css/csssprite.png') no-repeat left -737px;
	border: none;
	display: block;
	height: 65px;
	text-indent: -9999px;
	width: 181px;
}
div#masthead div.location a {
	border-bottom: 1px dotted rgb(240,240,240);
	color: rgb(210,240,240);
}
div#masthead div.location a:hover {
	border-bottom: none;
}


/************************************
	HEADER
************************************/
div#header {
	background: url('../_images/_css/grid.gif') center top;
	line-height: 0;
	overflow: hidden;
/*	min-height: 251px;*/
	position: relative;
	width: 100%;
}
div#header div#flashbanner {
/*	height: 251px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;*/
}
div#header div#linegraph {
/*	background: url('../_images/_css/linegraph.gif') no-repeat center 20px;*/
/*	left: 0;*/
	line-height: 0;
/*	min-height: 251px;
	position: absolute;
	top: 0;*/
	width: 100%;
/*	z-index: 2;*/
}
div#header div.centered {
	padding: 18px 10px 17px 10px;
}
div#header h1 {
	color: rgb(255,255,255);
	font-size: 4.4em;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
	top: 2px;
}
div#header div.cta {}
div#header div.cta a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgb(166,212,211);
	border: none;
	color: rgb(255,255,255);
	display: block;
	float: left;
	font-size: 2em;
	font-weight: bold;
	line-height: 36px;
	padding: 4px;
	text-shadow: 0 0 1px rgb(231,11,0);
	text-transform: none;
}
div#header div.cta a span.contactus {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: rgb(231,111,0) url('../_images/_css/icon-unlock.gif') no-repeat 10px center;
	display: block;
	padding: 5px 15px 5px 45px;
}
div#header div.cta a:hover {
	background-color: rgb(255,255,255);
}


/************************************
	INTERIORHEADER
************************************/
div#interiorheader {
	line-height: 0;
}
div#interiorheader div.centered {
	padding: 18px 10px 17px 10px;
}
div#interiorheader h1 {
	color: rgb(255,255,255);
	font-size: 4.4em;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
	top: 2px;
	width: 50%;
}
div#interiorheader a.back {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgb(166,212,211);
	border: none;
	color: rgb(255,255,255);
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	padding: 4px;
	text-shadow: 0 0 1px rgb(231,11,0);
	text-transform: none;
}
div#interiorheader a.back span {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: rgb(231,111,0);
	display: block;
	line-height: 18px;
	padding: 5px 12px;
}
div#interiorheader a.back:hover {
	background-color: rgb(255,255,255);
}
div#interiorheader a.back span:before {
	content: " ← ";
}


/************************************
	OVERVIEW
************************************/
div#overview {
	border-top: 1px dotted rgb(255,255,255);
}
div#overview div.centered {
	padding: 18px 10px 13px 10px;
}


/************************************
	TABS
************************************/
div#glancetabs {}
div#glancetabs div.centered {
	padding: 2px 10px 0 10px;
}
div#glancetabs div.centered ul#navigation {}
div#glancetabs div.centered ul#navigation li {
	float: left;
	padding-bottom: 17px;
	width: 25%;
}
div#glancetabs div.centered ul#navigation li:first-child {
	margin-left: 25%;
}
div#glancetabs div.centered ul#navigation li a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgb(166,212,211);
	border: none;
	color: rgb(255,255,255);
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	padding: 4px;
	text-shadow: 0 0 1px rgb(231,11,0);
	text-transform: none;
}
div#glancetabs div.centered ul#navigation li a span {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: rgb(231,111,0);
	display: block;
	padding: 5px 12px;
}
div#glancetabs div.centered ul#navigation li a span:after {
	content: " →";
}
div#glancetabs div.centered ul#navigation li a:hover {
	background-color: rgb(255,255,255);
}
div#glancetabs div.centered ul#navigation li.selected {
	padding-bottom: 0;
}
div#glancetabs div.centered ul#navigation li.selected a,
div#glancetabs div.centered ul#navigation li.selected a span {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	background-color: rgb(245,245,245);
	color: rgb(231,111,0);
}
div#glancetabs div.centered ul#navigation li.selected a span {
	font-weight: bold;
	padding-bottom: 23px;
	text-shadow: 0 0 1px rgb(255,255,255);
}
div#glancetabs div.centered ul#navigation li.selected a span:after {
	content: " ←";
}


/************************************
	GLANCE EXPANDED: GLOBALS
************************************/
div#glanceexpanded {
	background-color: rgb(245,245,245);
	border-bottom: 1px dotted rgb(114,184,180);
	color: rgb(112,111,105);
	height: 0;
	overflow: hidden;
	text-shadow: 0 1px 0 rgb(255,255,255);
}
div.glanceopened {
	height: auto !important;
}
div#glanceexpanded div.centered {
	padding: 0 10px;
	position: relative;
}
div#glanceexpanded div.centered div.innercontent {
	display: none;
}
div#glanceexpanded div.centered div.selected {
	display: block;
}
div#glanceexpanded ul {}
div#glanceexpanded ul li {
	list-style: square outside;
	padding-right: 30px;
}
div#glanceexpanded img.icon {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 0 5px rgb(182,181,175);
	-webkit-box-shadow: 0 0 5px rgb(182,181,175);
	background: rgb(255,255,255) url('../_images/_css/csssprite.png') no-repeat ;
	height: 36px;
	margin: 14px 25px 0 0;
	width: 36px;
}
div#glanceexpanded ul + img.icon {
	margin-top: 13px;
}
div#glanceexpanded img.icon:first-child {
	margin-top: 31px;
}
div#glanceexpanded img.gift { background-position: -108px 0; }
div#glanceexpanded img.linegraph { background-position: -216px 0; }
div#glanceexpanded img.notepad { background-position: -252px 0; }
div#glanceexpanded img.eq { background-position: -72px 0; }
div#glanceexpanded img.boxes { background-position: -180px 0; }
div#glanceexpanded a.download {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgb(220,220,220);
	border: none;
	color: rgb(255,255,255);
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	margin: 9px 0 4px 0;
	padding: 4px;
	text-shadow: 0 0 1px rgb(231,11,0);
	text-transform: none;
}
div#glanceexpanded a.download span {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: rgb(231,111,0);
	display: block;
	padding: 5px 12px;
}
div#glanceexpanded a.download span:after {
	content: " ↓";
}
div#glanceexpanded a.download:hover {
	background-color: rgb(231,111,0);
}
div#glanceexpanded a.download:hover span {
	background-color: rgb(255,255,255);
	color: rgb(231,111,0);
	text-shadow: 0 0 1px rgb(255,255,255);
}


/************************************
	GLANCE EXPANDED: SERVICES
************************************/
div#services {
	padding: 36px 0 35px 0;
}
div#services h2 {
	color: rgb(74,144,140);
	font-size: 3.4em;
	font-weight: normal;
	line-height: 29px;
	margin-bottom: 21px;
	text-transform: none;
	top: -11px;
	width: 66%;
}
div#services h4 {
	color: rgb(74,144,140);
	font-size: 1.8em;
	left: -2px;
	line-height: 15px;
	top: 3px;
}
div#services h5 {
	color: rgb(92,91,85);
}
div#services p {
	color: rgb(112,111,105);
	font-size: 1.2em;
	padding-right: 30px;
	top: 4px;
}
div#services p.intro {
	color: rgb(74,144,140);
	font-size: 1.4em;
	font-weight: bold;
	line-height: 16px;
	margin-top: 0;
	top: 0;
}
div#services p.intro + p {
	margin-top: 15px;
}
div#services p + h5 {
	margin: 22px 0 0 0;
}
div#services h5 + p + h5 {
	margin: 18px 0 0 0;
}
div#services h4 + p + h5 {
	margin: 19px 0 0 0;
}
div#services h2 + p {
	margin-top: 0;
}
div#services h5 + p {
	margin-top: 0;
	top: 0;
}
div#services h5 + p + p {
	margin-top: 14px;
}
div#services h4 + p {
	margin: 0;
	top: 1px;
}


/************************************
	GLANCE EXPANDED: CASE STUDIES
************************************/
div#casestudies {
	padding: 36px 0 35px 0;
}
div#casestudies h2 {
	clear: left;
	color: rgb(74,144,140);
	font-size: 3.4em;
	font-weight: normal;
	line-height: 29px;
	margin-top: 18px;
	text-transform: none;
	top: -11px;
	width: 100%;
}
div#casestudies h3 {
/*	color: rgb(74,144,140);
	font-size: 1.6em;
	line-height: 16px;
	margin: 7px 0 0 0;
	top: -5px;*/
}
div#casestudies h5 {
	color: rgb(92,91,85);
}
div#casestudies p {
	clear: left;
	color: rgb(112,111,105);
	font-size: 1.2em;
	padding-right: 30px;
	top: 4px;
}
div#casestudies img.clientlogo {
	margin-bottom: 18px;
	position: relative;
}
div#casestudies img.clientlogo.buy {
	margin-bottom: 7px;
	top: -4px;
}
div#casestudies img.clientlogo.mumboe {
	margin-bottom: 4px;
	top: -7px;
}
div#casestudies img.clientlogo.andra {
	margin-bottom: 12px;
}
div#casestudies div.clientquote {
	border-bottom: 1px solid rgb(220,220,220);
	margin-bottom: 13px;
	padding: 0 0 11px 0;
	position: relative;
	top: -5px;
}
div#casestudies div.clientquote blockquote {}
div#casestudies blockquote.clientquote {}
div#casestudies blockquote.clientquote p {
	clear: both;
/*	color: rgb(236,194,0);*/
	font-size: 2em;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-indent: -.45em;
	top: -1px;

	font-size: 2em;
	line-height: 27px;
}
div#casestudies blockquote.clientquote p span.source {
	font-weight: bold;
}
div#casestudies blockquote.clientquote.auto-width {
	margin: 18px 0;
}
div#casestudies blockquote.clientquote.auto-width p {
	clear: none;
	color: rgb(74,144,140);
	font-size: 1.8em;
	line-height: 22px;
}
div#casestudies blockquote.clientquote p span.source {
	font-size: .9em;
}
div#casestudies p {
	clear: none;
}
div#casestudies p.pullquote {
	font-size: 1.2em;
	padding: 7px 0;
	width: 240px;
}
div#casestudies p.pullquote.left {
	border-right: 3px solid rgb(231,111,0);
	float: left;
	margin: 15px 18px 36px 0;
	padding-right: 15px;
}
div#casestudies p.pullquote.right {
	border-left: 3px solid rgb(231,111,0);
	float: right;
	margin: 15px 0 36px 18px;
	padding-left: 15px;
}
div#casestudies p.pullquote.wide {
	border-bottom: solid 2px rgb(222,221,215);
	border-top: solid 2px rgb(222,221,215);
	color: rgb(74,144,140);
	font-size: 1.8em;
	margin: 18px 0;
	padding: 18px 36px;
	text-align: center;
	width: auto !important;
}
div#casestudies p.pullquote span.source {
	display: block;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
}
div#casestudies div.headerbar {
	border-bottom: 1px solid rgb(220,220,220);
	border-top: 1px solid rgb(220,220,220);
	margin-bottom: 18px;
	padding: 18px 0 10px 0;
	position: relative;
	top: -2px;
}
div#casestudies div.headerbar div.header {
	float: left;
	width: 50%;

	width: 66%;
}
div#casestudies div.headerbar div.cta {
	margin-left: 66.7%;
}
div#casestudies p + h5 {
	margin: 22px 0 0 0;
}
div#casestudies h5 + p + h5 {
	margin: 18px 0 0 0;
}
div#casestudies h5 + p {
	margin-top: 0;
	top: 0;
}
div#casestudies h5 + p + p {
	margin-top: 14px;
}
div#casestudies p + p {
	margin-top: 18px;
}
div#casestudies h3 + p {
	margin-top: 10px;
}
div#casestudies div.chartgraphic {
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 0 10px rgb(182,181,175);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 0 10px rgb(182,181,175);
	background-color: rgb(255,255,255);
	margin: 18px 12.5% 22px 0;
	padding: 21px 10px 18px 10px;
	text-align: center;
}
div#casestudies div.chartgraphic.nopad {
	padding: 10px 10px 5px 10px;
}
div#casestudies div.chartgraphic.full {
	margin: 18px 0 22px 0;
}
div#casestudies div.chartgraphic.right {
	float: right;
	margin: 18px 0 22px 22px;
}
div#casestudies div.chartgraphic.left {
	float: left;
	margin: 18px 22px 22px 0;
}
div#casestudies div.table {
	padding: 9px 10px;
}
div#casestudies div.chartgraphic h4 {
	color: rgb(231,111,0);
	padding: 0 0 10px 0;
}
div#casestudies div.chartgraphic p {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div#casestudies div.chartgraphic p span.label_orange {
	color: rgb(231,111,0);
	padding-right: 5px;
}
div#casestudies div.chartgraphic p span.label_blue {
	color: rgb(104,174,170);
	padding-left: 5px;
}
div#casestudies div.chartgraphic table {
	border-left: 1px dotted rgb(200,200,200);
	border-top: 1px dotted rgb(200,200,200);
	width: 100%;
}
div#casestudies div.chartgraphic table tbody tr td {
	border-right: 1px dotted rgb(200,200,200);
	border-bottom: 1px dotted rgb(200,200,200);
	font-size: 1em;
	padding: 5px 5px 0 5px;
	vertical-align: middle;
}
div#casestudies div.chartgraphic table tbody tr td:first-child {
	width: 1%;
}
div#casestudies div.chartgraphic table tbody tr td img {}
div#casestudies div.about p {
	font-size: 1.1em;
}
div#casestudies ul#casestudynav {
	background: transparent url('../_images/_css/bg-casestudynav.gif') no-repeat right bottom;
	border-top: 1px solid rgb(225,225,225);
	margin-right: 12.5%;
	padding: 0 0 100px 0;
	position: relative;
	top: -2px;
}
div#casestudies ul#casestudynav li {
	list-style: none;
	padding: 0;
}
div#casestudies ul#casestudynav li a {
	background: transparent url('../_images/_css/csssprite.png') no-repeat 11px -204px;
	border-bottom: 1px solid rgb(225,225,225);
	border-left: 1px solid rgb(245,245,245);
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 21px 25px 14px 35px;
	text-shadow: 0 0 1px rgb(255,255,255);
	text-transform: uppercase;
}
div#casestudies ul#casestudynav li a:hover {
	background-color: rgb(245,245,245);
	background-position: 11px -96px;
	color: rgb(82,81,75);
}
div#casestudies ul#casestudynav li a span {
	color: rgb(132,131,125);
	display: block;
	font-size: .7em;
	font-weight: normal;
	text-transform: none;
}
div#casestudies ul#casestudynav li.selected {
	background: rgb(234,234,234) url('../_images/_css/bg-casestudynavgradient.gif') repeat-y right center;
}
div#casestudies ul#casestudynav li.selected a {
	background-color: transparent;
	background-position: 11px -96px;
	border-left-color: rgb(225,225,225);
	color: rgb(82,81,75);
}
div#casestudies div.casestudy {
	display: none;
}
div#casestudies div.csopened {
	display: block;
}
div#casestudies div.casestudy div.colspan4 {
	width: 66.7%;
}
div#casestudies div.casestudy div.colspan5 {
	width: 75%;
}
div#casestudies div.casestudy div.colspan6 {
	width: 100%;
}
div#casestudies div.casestudy div.colspan2 {
	width: 33%;
}


/************************************
	GLANCE EXPANDED: PROFILE
************************************/
div#companyprofile {
	padding: 36px 0 35px 0;
}
div#companyprofile div.profileheader {
	padding-bottom: 20px;
}
div#companyprofile div.profilephoto {
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 0 5px rgb(182,181,175);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 0 5px rgb(182,181,175);
	background-color: rgb(255,255,255);
	line-height: 0;
	margin-right: 8.3%;
	max-width: 440px;
	padding: 10px;
}
div#companyprofile h2 {
	color: rgb(74,144,140);
	font-size: 4.4em;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	text-transform: none;
	top: -8px;
	width: 100%;
}
div#companyprofile h4 {
	margin-top: 18px;
	padding: 0 0 2px 0;
	top: 5px;
}
div#companyprofile h6 {
	color: rgb(74,144,140);
	font-weight: bold;
	text-transform: none;
}
div#companyprofile p {
	color: rgb(112,111,105);
	font-size: 1.2em;
	padding-right: 30px;
	top: 4px;
}
div#companyprofile p.intro {
	color: rgb(132,131,125);
	font-size: 1.3em;
	line-height: 18px;
	margin-top: 18px;
	padding: 0;
	top: -7px;
}
div#companyprofile div#teammembers {
	position: relative;
	top: 13px;
}
div#companyprofile div.teammember {
	border-top: 1px dotted rgb(204,204,204);
	padding: 8px 0 9px 0;
}
div#companyprofile div.teammember:hover {
	background-color: rgb(235,235,235);
}
div#companyprofile div.teammember div.headshot {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-box-shadow: 0 0 5px rgb(182,181,175);
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-box-shadow: 0 0 5px rgb(182,181,175);
	background-color: rgb(255,255,255);
	float: left;
	line-height: 0;
	margin-left: 2.5%;
	padding: 5px;
	width: 24%;
}
div#companyprofile div.teammember div.details {
	margin-left: 33.33%;
}
div#companyprofile div.teammember div.details div.closed {
	display: none;
}
div#companyprofile div.teammember div.details div.open {
	display: block;
}
div#companyprofile div.teammember div.details h5 {
}
div#companyprofile div.teammember div.details p {
	font-size: 1.1em;
	padding-right: 10px;
	margin: 0;
	text-indent: 2em;
	top: 0;
}
div#companyprofile div.teammember div.details h6 + p {
	text-indent: 0;
}
div#companyprofile div.teammember div.details a.readmorelink,
div#companyprofile div.teammember div.details a.readlesslink {
	color: rgb(231,111,0);
	display: none;
	font-weight: bold;
}
div#companyprofile div.teammember div.details a.shown {
	display: inline;
}
div#companyprofile div.teammember div.details a.readmorelink:after {
	content: " ↓";
}
div#companyprofile div.teammember div.details a.readlesslink:after {
	content: " ↑";
}
div#companyprofile blockquote.staffquote p {
	color: rgb(74,144,140);
	font-size: 1.4em;
	letter-spacing: -.05em;
	line-height: 16px;
	margin: 18px 0 0 0;
	padding: 0;
	text-indent: -.45em;
	top: -1px;
}
div#companyprofile blockquote.staffquote p span.source {
	font-weight: bold;
}
div#companyprofile p + blockquote.staffquote {
	margin-top: 21px;
}
div#companyprofile div.culture {
	background-color: rgb(235,235,235);
	border: 10px solid rgb(192,191,185);
	margin-right: 30px;
	padding: 8px 15px 15px 15px;
}
div#companyprofile div.culture h4 {
	margin-top: 0;
}
div#companyprofile div.culture p {
	padding: 0;
}
div#companyprofile div.culture ul.culturelist {
	margin-top: 18px;
}
div#companyprofile div.culture ul.culturelist li {
	color: rgb(236,194,0);
	font-size: 1.4em;
	font-weight: bold;
	list-style: none;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 2px;
}
div#companyprofile div.culture ul + h4 {
	margin: 16px 0 22px 0;
}


/************************************
	LARGE GRAPHICS
************************************/
div#glanceexpanded div.graphic {
	position: absolute;
}
div#glanceexpanded div.graphic ul {
	color: rgb(216,174,0);
	float: right;
	margin: 0;
	padding: 19px 0 0 0;
	width: 140px;
}
div#glanceexpanded div.graphic ul li {
	font-size: 1.1em;
	list-style: none;
	padding: 0;
	text-align: right;
	text-indent: -20px;
}
div#glanceexpanded div.graphic ul li b {
	color: inherit;
	display: block;
	text-transform: uppercase;
}
div#glanceexpanded div.flashlight {
	background: transparent url('../_images/_css/graphic-makitaflashlight.png') no-repeat right top;
	padding-top: 471px;
	right: 30px;
	width: 260px;
}


/************************************
	QUOTE
************************************/
div#quote {
	background-color: rgb(255,255,255);
	border-bottom: 1px dotted rgb(114,184,180);;
	position: relative;
}
div#quote div.centered {
	padding: 25px 10px 24px 10px;
}
div#quote blockquote {}
div#quote blockquote p {
	color: rgb(84,154,150);
	line-height: 36px;
	margin: 0;
}
div#quote blockquote p.quote {
	font-size: 3em;
	letter-spacing: -.05em;
	text-indent: -.45em;
}
div#quote blockquote p.source {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 4px;
	text-indent: 0;
	text-transform: uppercase;
}


/************************************
	CASE STUDIES
************************************/
div#casestudies {
	border-bottom: 1px dotted rgb(255,255,255);
}
div#casestudies div.centered {
	padding: 18px 10px 14px 10px;
}
div#casestudies h3 {
	color: rgb(74,144,140);
	font-size: 1.8em;
	line-height: 16px;
	margin-top: 0;
	top: 2px;
}
div#casestudies h4 {
	color: rgb(54,124,120);
	font-size: 1.6em;
	left: -1px;
	line-height: 15px;
	padding-bottom: 1px;
	text-transform: none;
	top: 1px;
}
div#casestudies p {
	font-size: 1.2em;
	margin-top: 0;
	top: 1px;
}
div#casestudies a {
	border-bottom: 1px dotted rgb(54,124,120);
	color: rgb(54,124,120);
	font-size: 1.1em;
	font-weight: normal;
	text-shadow: 0 0 1px rgb(114,184,180);
}
div#casestudies a:hover {
	border-bottom-color: rgb(255,255,255);
	color: rgb(255,255,255);
}
div#casestudies img.screenshot {
	-moz-box-shadow: 0 0 5px rgb(182,181,175);
	-webkit-box-shadow: 0 0 5px rgb(182,181,175);
	border: 1px solid rgb(200,200,200);
}
div#casestudies p.caption {
	color: rgb(54,124,120);
	font-weight: bold;
	padding: 9px 0 0 0;
	text-align: center;
}
div#casestudies div.flash-chart {
	-moz-box-shadow: 0 0 5px rgb(182,181,175);
	-webkit-box-shadow: 0 0 5px rgb(182,181,175);
	background-color: white;
	border: 1px solid rgb(200,200,200);
	margin: 0 30px 18px 0;
	padding: 0 10px;
}
div#casestudies p + div.flash-chart {
	margin-top: 18px;
}

/************************************
	NEWS & PRESS
************************************/
div#newsandpress {
	border-bottom: 1px dotted rgb(255,255,255);
}
div#newsandpress div.centered {
	padding: 18px 10px 0 10px;
}
div#newsandpress h3 {
	margin-bottom: 15px;
}
div#newsandpress ul.newsitems {}
div#newsandpress ul.newsitems li {
/*	list-style-type: square;*/
	padding: 0 12.5% 17px 0;
}
div#newsandpress ul.newsitems li:last-child {
	padding-bottom: 16px;
}
div#newsandpress ul.newsitems li.link {
/*	list-style-image: url('../_images/_css/bg-link.gif');*/
}
div#newsandpress ul.newsitems li.pdf {
/*	list-style-image: url('../_images/_css/bg-pdf.gif');*/
}
div#newsandpress ul.newsitems li a {
	border: none;
	display: block;
}
div#newsandpress ul.newsitems li a span {
	display: block;
	line-height: 18px;
	position: relative;
}
div#newsandpress ul.newsitems li a span.date {
	color: rgb(255,255,255);
	top: 4px;
}
div#newsandpress ul.newsitems li a span.title {
	color: rgb(54,124,120);
	font-size: 1.6em;
	font-weight: bold;
	line-height: 15px;
	padding-bottom: 1px;
	text-transform: none;
	top: 3px;
}
div#newsandpress ul.newsitems li a span.details {
	color: rgb(210,240,240);
	font-size: 1.2em;
	top: 3px;
}
div#newsandpress ul.newsitems li a span.link {
	border-bottom: 1px dotted rgb(54,124,120);
	color: rgb(54,124,120);
	display: inline;
	top: 3px;
}
div#newsandpress ul.newsitems li a:hover span.link {
	border-bottom: 1px dotted rgb(255,255,255);
	color: rgb(255,255,255);
}


/************************************
	GET IN TOUCH
************************************/
div#getintouch {}
div#getintouch div.centered {
	padding: 18px 10px 27px 10px;
}
div#getintouch h4 {
	color: rgb(64,134,130);
	margin-top: 15px;
}
div#getintouch h4 + p {
	margin-top: 0;
}
div#getintouch h2 + p {
	margin-top: 3px;
}
div#getintouch a {
	border-bottom: 1px dotted rgb(54,124,120);
	color: rgb(54,124,120);
	text-shadow: 0 0 1px rgb(114,184,180);
}
div#getintouch a:hover {
	border-bottom-color: rgb(255,255,255);
	color: rgb(255,255,255);
}
div#getintouch p {
	font-size: 1.2em;
	top: 1px;
}
div#getintouch p.contactinfo {
	font-size: 1.1em;
}
div#getintouch fieldset {}
div#getintouch fieldset legend {
	display: none;
}
div#getintouch fieldset label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 18px;
	padding: 4px 3px 0 3px;
	text-transform: uppercase;
}
div#getintouch fieldset label span.required {
	font-size: .75em;
	line-height: 0;
}
div#getintouch fieldset span.input {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid rgb(94,164,160);
	display: block;
	line-height: 0;
	padding: 1px 3px 1px 1px;
	position: relative;
}
div#getintouch fieldset span.input span.errorMessage {
	background: url('../_images/_css/bg-inputerror.gif') no-repeat left .8em;
	display: block;
	line-height: 12px;
	padding-left: 12px;
	position: absolute;
	right: -29.5%;
	top: 0;
	width: 25%;
}
div#getintouch fieldset span.input + label {
	margin-top: 4px;
}
div#getintouch fieldset span.input input[type=text] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: rgb(230,230,230);
	border: 1px solid rgb(94,164,160);
	color: rgb(92,91,85);
	font: 13px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	padding: 3px 0;
	width: 100%;
}
div#getintouch fieldset span.input input[type=text]:focus {
	background-color: rgb(255,255,255);
}
div#getintouch fieldset span.input input[type=text].error {
	background-color: rgb(231,111,0);
	border: 1px solid rgb(255,255,255);
	color: rgb(255,255,255);
}
div#getintouch fieldset span.input textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: rgb(230,230,230);
	border: 1px solid rgb(94,164,160);
	color: rgb(92,91,85);
	font: 13px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	height: 100px;
	padding: 3px 0;
	width: 100%;
}
div#getintouch fieldset span.input textarea:focus {
	background-color: rgb(255,255,255);
}
div#getintouch fieldset span.submit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgb(166,212,211);
	border: none;
	color: rgb(255,255,255);
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 21px;
	padding: 4px;
	text-shadow: 0 0 1px rgb(231,11,0);
	text-transform: none;
}
div#getintouch fieldset span.submit:hover {
	background-color: rgb(255,255,255);
}
div#getintouch fieldset span.submit input[type="submit"] {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: rgb(231,111,0);
	color: rgb(255,255,255);
	cursor: pointer;
	display: block;
	padding: 5px 12px;
}
div#getintouch fieldset span.submit input[type="submit"].disabled {
	background-color: rgb(200,200,200);
}
div#getintouch fieldset p.smallabel {
	font-size: 1.1em;
	margin: 0 0 4px 0;
	padding: 0 5px;
	top: 0;
}
div#getintouch ul#contactmessage li h2 {
	width: 100%;
}
div#getintouch ul#contactmessage li h4 + h2 {
	margin-top: 33px;
}
div#getintouch ul#contactmessage li h2.yes {}
div#getintouch ul#contactmessage li h2.no {}
div#getintouch ul#contactmessage li.errors {
	font-size: 1.2em;
	list-style: circle;
}


/************************************
	JOBS
************************************/
div#jobsintro {
	border-top: 1px dotted rgb(255,255,255);
}
div#jobsintro div.centered {
	padding: 18px 10px 17px 10px;
}
div#jobsintro div.centered h2 {
	width: auto;
}
div#jobsintro div.centered p {
	padding-right: 16.66%;
	top: 3px;
}
div#jobsintro div.centered ul.positions {}
div#jobsintro div.centered ul.positions li {
	font-size: 1.5em;
	list-style: square outside;
}
div#jobsintro div.centered ul.positions li a {
	border-bottom: 1px dotted rgb(255,255,255);
	color: rgb(255,255,255);
	text-shadow: 0 0 1px rgb(74,144,140);
}
div#jobsintro div.centered ul.positions li a:hover {
	border-bottom: none;
}


/************************************
	JOB
************************************/
div#job {
	background-color: rgb(245,245,245);
	border-top: 1px dotted rgb(114,184,180);
	color: rgb(112,111,105);
}
div#job div.job {
	border-top: double rgb(230,230,230);
	padding-top: 36px !important;
}
div#job div.job:first-child {
	border-top: none;
	padding-top: 18px;
}
div#job div.centered {
	padding: 18px 10px 32px 10px;
}
div#job div.centered h2 {
	width: auto;
}
div#job div.centered h3 {
	font-size: 1.8em;
	line-height: 12px;
	margin-top: 3px;
}
div#job div.centered p {
	color: rgb(112,111,105);
	font-size: 1.2em;
	padding-right: 12.5%;
	text-shadow: 0 0 1px rgb(255,255,255);
	top: 1px;
}
div#job div.centered p + h3,
div#job div.centered ul + h3 {
	margin-top: 18px;
}
div#job div.centered ul {
	margin-top: 18px;
}
div#job div.centered ul li {
	color: rgb(112,111,105);
	font-size: 1.3em;
	list-style: square outside;
	padding-right: 12.5%;
	position: relative;
	text-shadow: 0 0 1px rgb(255,255,255);
}


/************************************
	PRIVACY INTRO
************************************/
div#privacyintro {
	border-top: 1px dotted rgb(255,255,255);
}
div#privacyintro div.centered {
	padding: 18px 10px 17px 10px;
}
div#privacyintro div.centered h2 {
	width: auto;
}
div#privacyintro div.centered p {
	padding-right: 0;
	top: 3px;
}


/************************************
	PRIVACY POLICY
************************************/
div#privacy {
	background-color: rgb(245,245,245);
	border-top: 1px dotted rgb(114,184,180);
	color: rgb(112,111,105);
}
div#privacy div.centered {
	padding: 18px 10px 32px 10px;
}
div#privacy div.centered h2 {
	width: auto;
}
div#privacy div.centered h3 {
	color: rgb(74,144,140);
	font-size: 1.8em;
	line-height: 12px;
	margin: 3px 0 15px 0;
}
div#privacy div.centered h4 {
	margin-top: 0;
}
div#privacy div.centered p {
	color: rgb(112,111,105);
	font-size: 1.2em;
	padding-right: 0;
	text-shadow: 0 0 1px rgb(255,255,255);
	top: 1px;
}
div#privacy div.centered p + h3,
div#privacy div.centered ul + h3 {
	margin-top: 18px;
}
div#privacy div.centered h4 + p {
	margin-top: 0;
}
div#privacy div.centered p + h4 {
	margin-top: 15px;
}
div#privacy div.centered ul {
	margin-top: 18px;
}
div#privacy div.centered ul li {
	color: rgb(112,111,105);
	font-size: 1.3em;
	list-style: square outside;
	padding-right: 12.5%;
	position: relative;
	text-shadow: 0 0 1px rgb(255,255,255);
}


/************************************
	FOOTER
************************************/
div#footer {
	border-top: 1px dotted rgb(255,255,255);
}
div#footer div.centered {
	padding: 22px 10px 31px 10px;
}
div#footer div.centered ul {}
div#footer div.centered ul li {
	float: left;
	margin-right: 20px;
}
div#footer div.centered ul li a {
	border-bottom: 1px dotted rgb(54,124,120);
	color: rgb(54,124,120);
	font-size: 1em;
	font-weight: normal;
	text-shadow: 0 0 1px rgb(114,184,180);
}
div#footer div.centered ul li a:hover {
	border-bottom-color: rgb(255,255,255);
	color: rgb(255,255,255);
}


/************************************
	BADGES
************************************/
div#badges {
	background-color: rgb(245,245,245);
	border-top: 1px dotted rgb(114,184,180);
	color: rgb(114,184,180);
	text-shadow: 0 0 1px white;
}
div#badges div.centered {
	padding: 22px 10px 31px 10px;
}
div#badges div.centered ul {}
div#badges div.centered ul li {
	float: left;
	margin-right: 20px;
}
div#badges div.centered ul li a {
	border-bottom: 1px dotted rgb(54,124,120);
	color: rgb(54,124,120);
	font-size: 1em;
	font-weight: normal;
	text-shadow: 0 0 1px rgb(114,184,180);
}
div#badges div.centered ul li a:hover {
	border-bottom-color: rgb(255,255,255);
	color: rgb(255,255,255);
}
