body {
	background: #fff url(./site_design_images/body_repeat.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #888;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #3367cd;
}

a:visited {
	color: #213088;
}

a:hover, a:active {
	text-decoration: underline;
}

p {
	margin: 0 0 6px 0;
}

p.big_link {
	background-color: #efefef;
	color: #213088;
	font-size: 14px;
	padding: 5px 10px;
	margin-top: 10px;
	clear: both;
}

p.big_link a {
	color: #213088;
}

p.big_link a:hover {
	color: #bec1c0;
}

blockquote {
	background: #75adf7 url(../../site_design_images/texture_darker.jpg) top left no-repeat;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	padding: 12px 12px 8px;
	margin-top: 20px;
}

blockquote span {
	text-align: right;
}

h2, h3, h4 {
	font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Light,Helvetica Neue,Helvetica,arial,sans-serif;
}

h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
}

h2 {
	color: #213088;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 12px 0;
}

h3 {
	color: #213088;
	font-size: 16px;
	margin: 12px 0 0 0;
}

.people_holder h3 {
	font-size: 20px;}

h4 {
	color: #bec1c0;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-align: center;
}


/* -----  MAIN STRUCTURAL ELEMENTS -----*/

/* -----  HEADER -----*/

#header {
	position: relative;
	width: 960px;
	height: 120px;
	margin: 0 auto;
	background: transparent url(./site_design_images/header_bg.jpg) top left no-repeat;
}

#flourish {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 210px;
	background: transparent url(./site_design_images/header_overlay.png) top left no-repeat;
	z-index: 10;
}

h1 {
	position: absolute;
	bottom: 30px;
	left: 70px;
	width: 470px;
	height: 53px;
	z-index: 20;
	background: transparent url(./site_design_images/header_logo.png) top left no-repeat;
	text-indent: -9999px;
}

#header_sub {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	text-align: center;
	overflow: hidden;
}

#scroller {
    position: relative;
    overflow:hidden;
    width: 960px;
    height: 18px;
    margin: 0;
}

div.headline {
    position: absolute;
    left: 980px;
    top: 1px;
    height: 18px;
}

/* -----  CONTENT STRUCTURE -----*/

#content {
	width: 960px;
	margin: 40px auto 0;
	position: relative;
}

#content_sidebar {
	float: left;
	width: 290px;
	margin: 50px 20px 0 0;
}

#content_main {
	float: left;
	width: 290px;
	margin-right: 20px;
}

#content_main.full {
	float: left;
	width: 630px;
	margin-right: 20px;
}

#content_main.fixed {
	height: 540px;
	overflow: auto;
}

#content_right {
	float: left;
	width: 340px;
}

/* -----  NAVIGATION -----*/

#navigation_main {
	width: 290px;
}

#navigation_main li {
	width: 90px;
	height: 90px;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

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

#navigation_main li a {
	display: block;
	height: 90px;
	position: relative;
	background-image: url(./site_design_images/9_block_nav.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFF;
}

#navigation_main li a:visited {color: #FFF}

#navigation_main li.one a {background-position: 0 0}
#navigation_main li.two a {background-position: -100px 0}
#navigation_main li.three a {background-position: -200px 0}
#navigation_main li.four a {background-position: 0 -100px}
#navigation_main li.five a {background-position: -100px -100px}
#navigation_main li.six a {background-position: -200px -100px}
#navigation_main li.seven a {background-position: 0 -200px}
#navigation_main li.eight a {background-position: -100px -200px}
#navigation_main li.nine a {background-position: -200px -200px}

#navigation_main li a:hover {color: #FFF}

#navigation_main li.one a:hover {background-position: -300px 0}
#navigation_main li.two a:hover {background-position: -400px 0}
#navigation_main li.three a:hover {background-position: -500px 0}
#navigation_main li.four a:hover {background-position: -300px -100px}
#navigation_main li.five a:hover {background-position: -400px -100px}
#navigation_main li.six a:hover {background-position: -500px -100px}
#navigation_main li.seven a:hover {background-position: -300px -200px}
#navigation_main li.eight a:hover {background-position: -400px -200px}
#navigation_main li.nine a:hover {background-position: -500px -200px}

#navigation_main li a span {
	display: block;
	padding-top: 30px;
}

#navigation_main li a span.single {
	padding-top: 38px;
}

/* -----  SIDEBAR SUB -----*/

#sidebar_sub {
	width: 290px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.sub_inner {
	border-top: 1px solid #bec1c0;
	padding: 10px 0;
}

#sidebar_sub img {
	float: left;
	margin-top: 10px;
}

#navigation_sub {
	float: right;
	font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Light,Helvetica Neue,Helvetica,arial,sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #bec1c0;
}

#navigation_sub a {
	text-decoration: none;
	color: #bec1c0;
}

#navigation_sub a:visited {
	color: #bec1c0;
}

#navigation_sub a:hover {
	color: #3366CC;
}

/* -----  FOOTER -----*/

#footer {
	background-color: #3367cd;
	margin-top: 20px;
	clear: both;
}

p.legal {
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 3px 0;
}

p.legal a {
	color: #fff;
	text-decoration: underline;
}

p.legal a:visited {
	color: #ddd;
}

p.legal a:hover {
	color: #aaa;
}

/* -----  GALLERY & CASE STUDIES -----*/

#content_main .full {
	margin: 10px;
}

#content_main.full h3 {
	margin-bottom: 20px;
}

#content_main .full li {
	display: inline;
	float: left;
}

/* -----  GALLERY -----*/

.gallery_select {
	width: 600px;
	margin-bottom: 10px;
	border-top: 1px solid #bec1c0;
}

.hover {
	background-color: #efefef;
	cursor: pointer;
}

#content_main .gallery_select img {
	float: left;
	margin: 10px 20px 10px 10px;
}

#content_main .gallery_select img.thumb {
	display: inline;
	float: none;
}

#content_main .gallery_select h2 {
	font-size: 20px;
	margin: 0;
	padding: 10px 20px 0 0;
}

#content_main .gallery_select h2 a {
	color: #213088;
	text-decoration: underline;
}

#content_main .gallery_select h2 a:hover {
	color: #213088;
}

#content_main .gallery_select p {
	padding: 0 10px 0 0;
}

div.gallery {
	width: 600px;
	white-space: nowrap;
	overflow: auto;
	background-color: #eee;
}

/* ----- CASE STUDIES -----*/

#content_main .case_study_container {
	margin-top: 20px;
}

#content_main .case_study_container div {
	position: relative;
	display: inline;
}

#content_main .case_study_container div a img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#content_main .case_study_container div a:hover img {
	display: block;
}

#content_main .case_study {
	width: 160px;
	height: 160px;
	margin: 0 20px 20px 0;
	float: left;
}

#content_main .case_study a {
	background: #213088 url(./site_design_images/case_study_nav.jpg) top left no-repeat;
}

#content_main .one h2 a {background-position: 0 0;}
#content_main .two h2 a {background-position: -180px 0;}
#content_main .three h2 a {background-position: -360px 0;}
#content_main .four h2 a {background-position: 0 -180px;}
#content_main .five h2 a {background-position: -180px -180px;}
#content_main .six h2 a {background-position: -360px -180px;}
#content_main .seven h2 a {background-position: 0 -360px;}
#content_main .eight h2 a {background-position: -180px -360px;}
#content_main .nine h2 a {background-position: -360px -360px;}

#content_main .case_study h2 {
	color: #fff;
	font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Light,Helvetica Neue,Helvetica,arial,sans-serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	text-align: center;	
}

#content_main .case_study h2 a {
	color: #fff;
	display: block;
	height: 160px;
	padding: 0 10px;
}

#content_main .case_study h2 a:hover {
	background-image: none;
}

#content_main .case_study h2 span {
	position: absolute;
	display: block;
	width: 160px;
	top: 55px;
	left: 0;	
}

/*---------- FORMS ----------*/

form div.hiddenFields {
	padding: 0;
	margin: 0;
}

form {
	padding: 10px 0;
	background: #bcd7ff url(../../site_design_images/texture.jpg) top left no-repeat;
	clear: both;
	color: #555;
}

form fieldset {
	margin: 10px;
	padding: 10px;
}

form fieldset fieldset {
	margin: 10px 0 20px;
	background-color: #a1c7ff;
	border: 1px solid #fff;
	position: relative;
}

form fieldset fieldset legend span {
	position: relative;
	top: 20px;
	margin-bottom: 10px;
}

form label {  
	float: left;  
	width: 150px;  
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
}

form div { 
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 15px;
}

#page_content form div.hiddenFields {
	width: auto;
}

form input { 
	width: 425px;
	margin: 0;
}

form textarea { 
	width: 425px;
	height: 100px; 
}

form div.submit {   
	padding-bottom: 0; 
}

form input.submit { 
	margin-left: 150px;
	width: 120px; 
}

form fieldset.checkbox_set input, form fieldset.checkbox_set label {
	display: inline;
	width: auto;
	float: none;
}

form fieldset.checkbox_set div {
	float: left;
	clear: none;
	margin-right: 10px;
	width: 180px;
}

/*----- form validation -----*/

label.error {
	margin: 5px 0 0 155px;
	color: #CC0000;
	width: auto;
}

/*---------- CONTACT PAGE SPECIFIC ----------*/

img.contact {
	float: right;
	margin-left: 20px;
}

form#contact_form {
	margin-top: 65px;
	padding-top: 0;
}

/* -----  PEOPLE -----*/

.people_holder {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bec1c0;
}

.people_holder img {
	float: left;
	margin: 5px 20px 10px 0;
}

.people_holder div.block {
	float: right;
	width: 380px;
}

.people_holder h2 {
	margin: 0 0 2px 0;
}

.people_holder h3 {
	margin: 0 0 12px 0;
}

form#jobs_form label {  
	float: left;  
	width: 210px;  
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
}

form#jobs_form input { 
	width: 360px;
	margin: 0;
}

form#jobs_form textarea { 
	width: 365px;
	height: 100px; 
}

form#jobs_form input.submit { 
	margin-left: 210px;
	width: 120px; 
}


