@import url('reset.css');

body {
	background: #d8d8d8 url('/assets/ui/body-bg.png') 0 0 repeat-x;
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 62.5%;
	padding-bottom: 30px;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

/*
@Header
=================================================================
*/

#header {
	border-bottom: 10px solid #2d2d2d;
	position: relative;
	height: 129px;
}

#header #nav-global {
	position: absolute;
	top: 30px;
	right: 13px;
	list-style-type: none;
}

#header #nav-global li {
	float: left;
	font-size: 1.3em;
	color: #535353;
}

#header #nav-global li a {
	color: #535353;
	text-decoration: none;
}

#header #nav-global li a:hover {
	text-decoration: underline;
}

#header #nav-global li span {
	margin: 0 5px;
}

#header #nav-primary {
	position: absolute;
	top: 84px;
	right: 13px;
	list-style-type: none;
}

#header #nav-primary li {
	float: left;
	color: #000;
	font-size: 1.6em;
}

#header #nav-primary li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

#header #nav-primary li.selected a,
#header #nav-primary li a:hover {
	color: #00b8d2;
}

#header #nav-primary li span {
	margin: 0 9px;
	float: left;
}

/*
@ Content
=================================================================
*/

#content {
	overflow: hidden;
	padding: 0 0 10px 0;
	border-bottom: 10px solid #2d2d2d;
}

#primary {
	float: left;
	width: 600px;
	padding: 15px;
	position: relative;
}

#secondary {
	float: left;
	width: 260px;
	margin: 15px 0 0 50px;
}

/*
@ Footer
=================================================================
*/

#footer {
	overflow: hidden;
	margin: 26px 0 10px 0;
	background: url('/assets/ui/footer-bg.png') 0 0 repeat-y;
	padding: 23px 20px;
}

#footer .panel {
	float: left;
}

#footer .about {
	width: 320px;
}

#footer .services {
	margin: 0 0 0 81px;
	width: 241px;
}

#footer .subscribe {
	margin: 0 0 0 36px;
	width: 221px;
}

#footer .panel h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #02afc9;
	font-family: Futura, Arial, sans-serif;
	margin: 0 0 17px 0;
}

#footer .panel p {
	font-size: 1.2em;
	color: #fff;
	line-height: 1.2em;
}

#footer .panel ul {
	list-style-type: disc;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #fff;
	margin: 0 0 0 10px;
}

#footer .panel ul li {
	margin: 0 0 4px 0;
}

#footer .panel ul a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer .panel ul a:hover {
	text-decoration: underline;
}

#footer .subscribe a {
	background: url('/assets/ui/icon-rss.gif') 0 100% no-repeat;
	display: block;
	height: 23px;
	color: #ccc;
	padding: 0 0 0 30px;
	line-height: 2.6em;
	font-size: 1.2em;
}

#footer .subscribe a:hover {
	color: #fff;
}

p#nav-footer {
	font-size: 1.2em;
}

p#nav-footer a {
	color: #444;
	text-decoration: none;
	margin: 0 5px;
	text-decoration: underline;
}

/*
@ Generic styles
=================================================================
*/

a {
	color: #333;
}

a.cta {
	display: block;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
}

a.cta:hover {
	text-decoration: underline !important;
}

h1 {
	font-family: Futura, Arial, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	color: #02b0ca;
	margin: 0 0 0.2em 0;
}

h2 {
	font-size: 1.8em;
	font-family: Futura, Arial, sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

hr {
	border: none;
	background: #868686;
	height: 1px;
	padding: 0;
	margin: 15px 0;
}

p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 1em 0;
}

blockquote {
	margin: 0 20px;
}

blockquote p {
	font-size: 1.6em;
	line-height: 1.4em;
}

blockquote div.quote {
	margin-left: -20px;
	float: left;
	font-size: 4em;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 4px solid #b8b4b4;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 4px solid #b8b4b4;
}

img.full {
	border: 4px solid #b8b4b4;
	width: 592px;
}

div#primary ul {
	margin: 1em;
	font-size: 1.2em;
	line-height: 1.2em;
	list-style-type: disc;
}

ul#breadcrumb {
	overflow: hidden;
	margin: 7px 0;
	font-size: 1.2em;
}

ul#breadcrumb li,
ul#breadcrumb li a,
ul#breadcrumb li span {
	float: left;
}

ul#breadcrumb li span {
	margin: 0 3px;
}

ul#nav-section {
	overflow: hidden;
	margin: 20px 15px 5px 15px;
	padding-bottom: 10px;
	background: url('/assets/ui/dotted-horizontal.gif') 0 100% repeat-x;
}

ul#nav-section li {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
}

ul#nav-section li a {
	text-decoration: none;
	float: left;
}

ul#nav-section li.selected a,
ul#nav-section li a:hover {
	color: #02b0ca;
}

ul#nav-section li span {
	float: left;
	margin: 0 5px;
}

a.rss {
	display: block;
	float: right;
	background: url(/assets/ui/icon-rss-light.gif) 100% 50% no-repeat;
	font-size: 1.2em;
	line-height: 2.2em;
	padding: 0 30px 0 0;
	color: #777;
}

/* Generic image/text block */
div.image-text-block {
	overflow: hidden;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #a0a0a0;
	clear: both;
	position: relative;
}

div.image-text-block img {
	border: 4px solid #b8b4b4;
	background: #c0bdbd;
	float: left;
}

div.image-text-block div.description {
	float: left;
	width: 377px;
	margin-left: 20px;	
}

div.no-image div.description {
	float: none;
	width: auto;
	margin: 0;
}

div.image-text-block div.description h3 {
	font-size: 1.6em;
	color: #02b0ca;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0;
}

div.image-text-block div.description h3 a {
	color: #02b0ca;
	text-decoration: none;
}

div.image-text-block div.description h3 a:hover {
	color: #333;
}

div.image-text-block div.description h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

div.image-text-block div.description p {
	font-size: 1.2em;
	line-height: 1.25em;
	margin: 6px 0;
}

div.image-text-block div.description p.last {
	padding: 0 0 15px 0;
	background: url('/assets/ui/dotted-horizontal.gif') 0 100% repeat-x;
}

div.image-text-block a.cta {
	font-family: Futura, Arial, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	background: url('/assets/ui/icon-arrow-blue.gif') 0 55% no-repeat;
	padding-left: 13px;
	float: right;
	height: auto;
	text-indent: 0;
	margin-top: 4px;
}

/* Pagination */
ul.pagination {
	text-align: right;
	float: right;
	width: 575px;
	padding-top: 15px;
}

ul.pagination li {
	display: inline;
	color: #777;
}

ul.pagination li a {
	display: inline;
	padding: 3px 7px;
	text-decoration: none;
	color: #777;
}

ul.pagination li.disabled a {
	color: #bbb;
}

ul.pagination li.selected a.page {
	background: #02B0CA;
}

ul.pagination li a.page {
	background: #777;
	color: #fff;
}

ul.pagination li.label {
	margin-right: 5px;
}

/*
@ Promos
=================================================================
*/

div.promo {
	width: 260px;
	margin: 0 0 30px 0;
}

div.promo div.top {
	background: url('/assets/ui/promo-top-short.png') 0 0 no-repeat;
	padding: 12px 18px 9px 18px;
	color: #fff;
	overflow: hidden;
}

div.promo h2 {
	font-family: Futura, Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1;
	margin: 0 0 28px 0;
}

div.promo p {
	margin: 10px 0;
}

div.promo ul {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 0 10px;
	list-style-type: disc;
}

div.promo ul li {
	margin-bottom: 10px;
}

div.promo p,
div.promo .item {
	background: url('/assets/ui/dotted-horizontal-white.gif') 0 100% repeat-x;
	padding-bottom: 10px;
}

div.promo .item p {
	background: none;
	padding: 0;
}

div.promo .first p {
	margin-top: 0;
}

div.promo .last {
	background: none;
	padding-bottom: 0;
}

div.promo img {
	border: 4px solid #99c1cd;
}

div.promo a.cta {
	font-family: Futura, Arial, sans-serif;
	color: #dcedf3;
	font-size: 1.2em;
	text-decoration: none;
	background: url('/assets/ui/icon-arrow-onblue.gif') 0 55% no-repeat;
	padding-left: 12px;
	float: right;
	height: auto;
	text-indent: 0;
}

div.promo span.bottom {
	background: url('/assets/ui/promo-bottom.png') 0 0 no-repeat;
	display: block;
	height: 8px;
}

div#secondary div.services img.decor {
	float: left;
	border: none;
	margin: 0 15px 5px 0;
}

div#secondary div.document img.document-icon {
	border: none;
	float: left;
	margin: 0 15px 0 0;
}

div#secondary div.document p {
	overflow: hidden;
}

div#secondary div.recent .item {
	overflow: hidden;
}

div#secondary div.recent p strong {
	display: block;
}

div#secondary div.recent p img {
	float: left;
	margin: 0 15px 5px 0;
}

/*
@ Page Specific
=================================================================
*/

/* HOME */

body#home h1 {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

body#home #primary {
	width: 630px;
	padding: 0;
}

body#home div.introduction {
	padding: 7px 15px 30px 15px;
	border-bottom: 3px solid #333;
}

body#home div.introduction p.first {
	color: #02b0ca;
	font-size: 3.2em;
	line-height: 1.1em;
}
body#home div.introduction p.first strong,
body#home div.introduction p.first em {
	color: #2d2d2d;
	font-weight: normal;
	font-style: normal;
}

body#home div.introduction p {
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 0;
}

body#home div.introduction p {
	border-bottom: 1px solid #a3a3a3;
	padding: 12px 0;
}

body#home div.introduction a.what-we-do {
	width: 125px;
	background: url('/assets/ui/button-what-we-do.gif') 0 0 no-repeat;
	margin: 30px 0 0 0;
}

body#home div.featured {
	padding: 20px 15px;
}

body#home div.featured div.case-study {
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 15px;
}

body#home div.featured a.more-case-studies {
	width: 148px;
	background: url('/assets/ui/button-more-case-studies.gif') 0 0 no-repeat;
	margin: 20px 0 0 0;
}








/* Case Studies */

body#case-studies {
	
}


/* Who we are */

div.introduction p {
	font-size: 1.6em;
}

body#who-we-are.profile div.introduction p {
	font-size: 1.2em;
}

body#home div.introduction {
	position: relative;
}

div#cms {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 165px;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px 10px 0 10px;
	z-index: 999;
    
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-left: 3px solid #02b0ca;
	border-bottom: 3px solid #02b0ca;
	
	-moz-box-shadow: -1px 1px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
}

div#cms.hidden {
	width: 60px;
	height: 12px;
}

div#cms.hidden h2,
div#cms.hidden ul {
	display: none;
}

div#cms h2 {
	font-size: 1.2em;
	color: #fff;
}

div#cms ul {
	font-size: 1.2em;
	margin: 5px 5px 15px 13px;
}

div#cms ul li {
	list-style-type: disc;
	color: #fff;
	margin: 0 0 4px 0;
	line-height: 1.2em;
}

div#cms a {
	color: #fff;
	text-decoration: none;
}

div#cms a.toggle {
	position: absolute;
	color: #fff;
	font-size: 1.1em;
	top: 5px;
	right: 10px
}

div#cms a:hover {
	text-decoration: underline;
}

form {
	margin: 15px;
}

form label {
	display: block;
	font-size: 1.2em;
	margin: 0 15px 0 0;
	float: left;
}

form label input {
	width: 170px;
}

form label span {
	font-weight: bold;
	display: block;
	margin: 0 0 5px;
}

form label.wide {
	width: auto;
	clear: both;
	margin-top: 15px;
	padding-bottom: 15px;
}

form label input,
form label textarea {
	border: 1px solid #aaa;
	padding: 2px;
	font-family: Arial;
	font-size: 1.2em;
}

form label textarea {
	width: 560px;
}

form input.submit {
	clear: both;
}

form label.invalid span {
	
}

form label.invalid input,
form label.invalid textarea {
	background-color: #02b0ca;
	color: #fff;
}

div.validation-summary {
	margin: 15px;
}

div.validation-summary p {
	font-weight: bold;
}
