/* baselines; based on Eric Meyer's reset:
   http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
 */

* {margin: 0; padding: 0;}

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	background: #fff;
	color: #333;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

abbr,
span.abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
	}
	
	a abbr {border: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: underline;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

iframe {
	margin: 0 0 10px 0;
	}
/* -------------------------------------------------------------
                                                end baselines */





/* typography
------------------------------------------------------------- */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	}

h1 {
	color: #003366;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 6px 0;
	}
	
	h1:last-child {margin: 0;}
	h1.last-child {margin: 0;}
	
	.redux h1 {
		color: #000;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -1px;
		}
	
h2 {
	color: #003366;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 8px 0;
	}
	
	p + h2,
	ol + h2,
	ul + h2,
	div.video + h2,
	div + div.qa h2:first-child {
		margin-top: 30px;
		}
	
/*
	.threecolumn h2 {
		text-align: center;
		}
*/
	
	.person h2 {
		color: #333;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		margin: 0 0 2px 0;
		}
	
	.redux .section h2 {
		color: #333;
		font-weight: bold;
		}

h3 {
	font-size: 13px;
	line-height: 18px;
	}
	
	.person h3 {
		font-size: 14px;
		}
	
	.redux .section h3 {
		font-size: 15px;
		line-height: 20px;
		margin: 0 0 6px 0;
		}
		
		.redux .section h3 span.study {
			display: block;
			color: #666;
			font-size: 12px;
			line-height: 14px;
			text-transform: uppercase;
			}
			
			.redux .section h3 span.study span {display: none;}
	
h4 {
	font-size: 12px;
	line-height: 18px;
	}

h5 {

	}

h6 {

	}
	
p {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 18px 0;
	}
	
	p.caption {
		color: #787878;
		font-size: 11px;
		font-style: italic;
		line-height: 15px;
		margin: 0;
		}
		
		.frame p.caption {padding: 5px 5px 0 5px;}
		.caption em {font-style: normal;}
	
	p.blurb {
		font-size: 12px;
		font-style: italic;
		}
	
	p.links {
		text-align: right;
		}
	
	#title p {
		font-size: 14px;
		margin: 0;
		}
		
		.redux #title p {
			color: #666;
			}
		
		.person#title p {
			font-style: italic;
			}
		
		#title #more p {
			margin: 18px 0 0 0;
			}
	
	.redux .section .study p {
		font-size: 12px;
		line-height: 18px;
		}
	
	#footer p {
		font-size: 12px;
		margin: 0;
		}
	
	p.last-child {margin-bottom: 0;}
	p:last-child {margin-bottom: 0;}
	
ol,
ul {
	margin: 9px 0 18px 36px;
	}
	
	ol:last-child, ul:last-child {margin-bottom: 0;}
	ol.last-child, ul.last-child {margin-bottom: 0;}
	
	li ol,
	li ul {
		margin: 10px 0 10px 18px;
		}

li {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 4px 0;
	}
	
	#title li {
		font-size: 14px;
		}
	
	li li,
	li p,
	li h4 {
		font-size: 100%;
		}

ol li {
	list-style: decimal;
	}
	
	li ol li {
		list-style: lower-alpha;
		}
		
		li li ol li {
			list-style: lower-roman;
			}
	
ul li {
	list-style: disc;
	}
	
	li ul li {
		list-style: circle;
		}
		
		li li ul li {
			list-style: square;
			}


dl {
	margin: 0 0 20px 0;
	}
	
	dt dl {
		margin-bottom: 0;
		}

dt {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	}
	
	dt dd {
		font-weight: normal;
		}
	
	dt dd,
	dt dt {
		font-size: 100%;
		}
	
	dt.optional {
		font-weight: normal;
		}

dd {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 10px 0;
	}
	
	dd.note {
		color: #666;
		font-size: 11px;
		line-height: 18px;
		margin-top: -8px;
		}

address {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px 0;
	}

code {
	color: #666;
	font-family: "Andale Mono", "Courier New", Courier;
	font-size: 100%;
	}

kbd,
samp,
tt {
	color: #000;
	font-family: "Courier New", Courier;
	font-size: 100%;
	}

pre {
	display: block;
	background: #f9f9f9;
	color: #666;
	font-family: "Andale Mono", "Courier New", Courier;
	font-size: 12px;
	line-height: 18px;
	margin: 9px 0;
	padding: 12px;
	overflow: auto;
	border: 1px solid #dedede;
	}

small {
	font-size: .8333em;
	}

sup {
	font-size: .91666em;
	line-height: 0;
	vertical-align: super;
	}
	
	* html sup {font-size: 1em;}
	*:first-child+html sup {font-size: 1em;}
	
sub {
	font-size: .91666em;
	vertical-align: sub;
	}
	
em.note {
	color: #999;
	font-style: normal;
	font-weight: normal;
	}
/* -------------------------------------------------------------
                                               end typography */





/* code examples
------------------------------------------------------------- */
code.html,
pre.html {color: #85147f;}
code .attr,
code.attr,
pre .attr {color: #9c450f;}
code .val,
pre .val {color: #2019a7;}
code .text,
pre .text {color: #000;}
pre .wrap {color: #666;}

.js {color: #222;}
.js .func {color: #0e3267;}
.js .num {color: #1a00fa;}
.js .key {color: #851650;}
.js .string {color: #731217;}
.js .comment {color: #276e28;}
/* -------------------------------------------------------------
                                            end code examples */





/* link styles
------------------------------------------------------------- */
a:link,
a:visited,
a:hover,
a:active {
	color: #003366;
	text-decoration: underline;
	}
	
a:hover {
	color: #003366;
	text-decoration: none;
	}

#title a.more {
	font-size: 12px;
	color: #999;
	}

.column a.more {
	display: block;
	font-size: 12px;
	text-align: center;
	}

h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	display: block;
	width: 100%;
	text-decoration: none;
	}
	
	h2 a:hover {
		text-decoration: underline;
		}

.person h3 a,
.video h3 a {
	display: block;
	width: 100%:
	}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #999;
	}

#footer a:hover {
	color: #003366;
	}
/* -------------------------------------------------------------
                                              end link styles */





/* table styles
------------------------------------------------------------- */

/* -------------------------------------------------------------
                                             end table styles */





/* form styles
------------------------------------------------------------- */
form {
	}

input,
select,
textarea {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	}
	
input {
	margin: 0;
	vertical-align: middle;
	}

label {
	cursor: pointer;
	}
	
	dt.error {
		color: #8a1f11;
		}
	
	label.error {
		color: #8a1f11;
		font-size: .8462em;
		padding-left: 1em;
		}
	
legend {
	display: none;
	}

input[type=password],
input[type=text],
input.file,
input.text {
	font-size: 1em;
	padding: .15385em;
	vertical-align: middle;
	}
	
	* html input.file,
	* html input.text {
		font-size: 1em;
		padding: .25em;
		vertical-align: middle;
		}

textarea {
	font-size: 1em;
	padding: 2px;
	}
	
input[type=checkbox] {
	margin: 0 4px 2px 0;
	}

input[type=radio] {
	margin: 1px 4px 2px 0;
	vertical-align: text-top;
	}
	
	* html .checks input,
	* html .radios input {
		margin: 0 0 0 -3px;
		}
	
	*:first-child+html input[type=checkbox],
	*:first-child+html input[type=radio] {
		margin: 0 0 0 -3px;
		vertical-align: middle;
		}

option {
	padding-right: 1em;
	}
/* -------------------------------------------------------------
                                              end form styles */





/* structure
------------------------------------------------------------- */
#wrap {
	width: 900px;
	margin: 0 auto;
	}

#content {
	min-height: 200px;
	}
	
	* html #content {height: 200px;}

#title {
	padding: 12px 15px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
	
	.redux #title {
		margin: 0 0 15px 0;
		padding: 0;
		background: none;
		border: none;
		text-align: center;
		}

.column {
	float: left;
	}
	
	.onecolumn {
		padding: 20px 16px;
		}
		
		.redux .section .onecolumn {
			padding: 0 10px;
			}
			
			.redux .section .onecolumn .column {
				width: 100%;
				}
	
	.twocolumn .main {
		width: 600px;
		padding: 20px 16px;
		}
		
	.twocolumn .sidebar {
		width: 232px;
		padding: 20px 16px;
		}
		
		.redux .section .twocolumn {
			background: url(../img/ui/gradients/sections/bg_section_divider.png) no-repeat 50% 50%;
			}
		
		.redux .section .twocolumn .left {
			float: left;
			width: 400px;
			padding: 0 24px 0 10px;
			}
		
		.redux .section .twocolumn .right {
			float: right;
			width: 420px;
			padding: 0 0 0 14px;
			}
			
			.redux .section div.study {
				padding-bottom: 20px;
				}
				
				.redux .section div.study:last-child {padding-bottom: 0;}
				.redux .section div.study.last-child {padding-bottom: 0;}
			
			.redux .section .study .video {
				float: right;
				margin: 2px 0 10px 10px;
				}
				
				.redux .section .study .video img {
					padding: 2px;
					border: 1px solid #ccc;
					}
				
				.redux .section .study .video em {
					display: block;
					padding: 3px 6px;
					color: #666;
					font-size: 11px;
					font-style: italic;
					line-height: 13px;
					}
	
	.threecolumn .column {
		width: 268px;
		padding: 20px 16px;
		}


.twocolumn .person {
	margin: 0 0 10px 0;
	}

.person .headshot,
.person .img {
	float: left;
	width: 120px;
	margin: 0;
	text-align: left;
	}
	
	.person .headshot {
		margin: 0 10px 10px 0;
		}
	
	.person .headshot img,
	.person .img img {
		padding: 1px;
		border: 1px solid #ccc;
		}

.person .copy {
	float: right;
	width: 470px;
	}



.video {
	margin: 10px 0;
	}

.video .thumb {
	float: left;
	width: 110px;
	margin: 0;
	}
	
	.video .thumb img {
		padding: 1px;
		border: 1px solid #ccc;
		}
		
		.person .img img:hover,
		.video .thumb img:hover {
			border-color: #003366;
			}

.video .excerpt {
	float: right;
	width: 485px;
	}




.services div.title {
	height: 48px;
	}




.img {
	margin: 0 0 20px 0;
	text-align: center;
	}



.sketch {
	margin: 0 0 10px 0;
	text-align: center;
	}
	


.frame {
	float: right;
	margin: 0 0 10px 10px;
	}
	
	.frame img {
		border: 1px solid #ddd;
		padding: 5px;
		}



.trust {
	clear: both;
	margin: 0 0 18px 0;
	}

.trust .sketch {
	float: left;
	width: 200px;
	margin: -10px 0 20px -30px;
	}

.trust .copy {
	float: right;
	width: 430px;
	margin: 0 0 0 0;
	}



.redux .container {
	background: #ececec url(../img/ui/gradients/sections/bg_container.png) repeat-y 0 0;
	}
	
	.redux .container .top {
		height: 10px;
		background: url(../img/ui/gradients/sections/bg_container_top.png) no-repeat 0 0;
		}
	
	.redux .container .btm {
		height: 20px;
		background: url(../img/ui/gradients/sections/bg_container_btm.png) no-repeat 0 0;
		}

.redux .section {
	padding: 8px 16px;
	}


.redux .clients .client {
	float: left;
	width: 212px;
	padding: 0 0 10px 0;
	color: #787878;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	}
	
	.redux .clients .client img {
		display: block;
		margin: 0 auto;
		padding: 10px 0;
		}


.redux .more {
	width: 868px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}

.redux .more .services {
	float: left;
	width: 200px;
	padding: 0 14px 0 10px;
	}

.redux .more .distribution {
	float: left;
	width: 345px;
	padding: 0;
	}

.redux .more .contact {
	float: right;
	width: 280px;
	padding: 0 0 0 14px;
	}


#header:after,
.person:after,
.trust:after,
.video:after,
.tabs:after,
.clients:after,
.more:after,
.onecolumn:after,
.twocolumn:after,
.threecolumn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
	* html #header,
	* html .person,
	* html .trust,
	* html .video,
	* html .tabs,
	* html .clients,
	* html .more,
	* html .onecolumn,
	* html .twocolumn,
	* html .threecolumn {height: 1%;}
	
	*:first-child+html #header,
	*:first-child+html .person,
	*:first-child+html .trust,
	*:first-child+html .video,
	*:first-child+html .tabs,
	*:first-child+html .clients,
	*:first-child+html .more,
	*:first-child+html .onecolumn,
	*:first-child+html .twocolumn,
	*:first-child+html .threecolumn {min-height: 1%;}
/* -------------------------------------------------------------
                                                end structure */





/* header
------------------------------------------------------------- */
#header {
	text-align: center;
	}

#logo {
	display: block;
	width: 100%;
	color: #000;
	font-size: 224px;
	font-weight: bold;
	letter-spacing: -5px;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	}

h4#vision {
	font-size: 18px;
	line-height: 1;
	margin: 0;
	}

p#logline {
	color: #666;
	font-size: 14px;
	width: 465px;
	margin: 20px auto;
	}
/* -------------------------------------------------------------
                                                   end header */





/* navigation
------------------------------------------------------------- */
#nav {
	text-align: center;
	margin: 20px auto;
	}

#nav li {
	display: inline;
	list-style: none;
	font-size: 14px;
	line-height: 18px;
	margin: 0 -3px;
	}
	
	#nav li.active {
		font-weight: bold;
		}

#nav li a:link,
#nav li a:visited,
#nav li a:hover,
#nav li a:active {
	padding: 13px;
	text-decoration: none;
	}

#nav li a:hover {
	text-decoration: underline;
	}
	
	#nav li.active a:hover {
		cursor: default;
		text-decoration: none;
		}


ul.nav {
	margin: 5px 0 20px 0;
	}

ul.nav li {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	list-style: none;
	}
	
ul.nav li a:link,
ul.nav li a:visited,
ul.nav li a:hover,
ul.nav li a:active {
	display: block;
	width: 210px;
	padding: 1px 0 2px 22px;
	background: url(../img/ui/bullets/sidebar_nav.png) no-repeat 0 -21px;
	color: #666;
	text-decoration: none;
	}
	
	.more ul.nav li a:link,
	.more ul.nav li a:visited,
	.more ul.nav li a:hover,
	.more ul.nav li a:active {
		width: 400px;
		padding-left: 0;
		background: none;
		}
	
	ul.nav li.active a:link,
	ul.nav li.active a:visited,
	ul.nav li.active a:hover,
	ul.nav li.active a:active {
		background-position: 0 -1px;
		color: #003366;
		font-weight: bold;
		cursor: default;
		}

ul.nav li a:hover {
	background-position: 0 -41px;
	color: #333;
	}



ul.tabs {
	margin: 0 5px -1px 5px;
	padding: 0 0 0 6px;
	}

ul.tabs li {
	float: left;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	list-style: none;
	}
	
	* html ul.tabs li {font-size: 11px;}
	*:first-child+html ul.tabs li {font-size: 11px;}
	
	ul.tabs li.active {
		background: url(../img/ui/gradients/tabs/bg_active.png) repeat-x 0 0;
		}

ul.tabs li img {
	width: 14px;
	height: 14px;
	margin: 0 2px 0 0;
	vertical-align: text-top;
/* 	display: none; */
	}

ul.tabs li a:link,
ul.tabs li a:visited,
ul.tabs li a:hover,
ul.tabs li a:active {
	float: left;
	display: block;
	color: #003366;
	text-decoration: none;
	}

ul.tabs li a span {
	float: left;
	display: block;
	padding: 10px 6px 8px 6px;
	}
	
	ul.tabs li.active a:link,
	ul.tabs li.active a:visited,
	ul.tabs li.active a:hover,
	ul.tabs li.active a:active {
		background: url(../img/ui/gradients/tabs/lr_border_active.png) no-repeat 0 0;
		}
	
	ul.tabs li.active a span {
		background: url(../img/ui/gradients/tabs/lr_border_active.png) no-repeat 100% 0;
		}
/* -------------------------------------------------------------
                                               end navigation */





/* footer
------------------------------------------------------------- */
#footer {
	color: #999;
	padding: 40px 0;
	text-align: center;
	}
/* -------------------------------------------------------------
                                                   end footer */








