/* General styles */

* {
	margin: 0;
	padding:0;
}
html, body {
	height: 100%;
	background:#fff;
}

.clear {
	clear:both;
}

img {
	border:none;
}

#wrapper {
	min-height: 100%;
	margin: 0 auto -540px; /* the bottom margin is the negative value of the footer's height */
	width:820px;
}

#heroWrapper {
	height:315px;
	margin-bottom:20px;
}

#innerWrapper {
	margin-bottom:35px;
}

#footerWrapper, .push {
	height: 540px; 
}

#footer {
	width:100%;
	height: 540px; 
	background:#ebf3f7;
}

#footerInnerWrapper {
	width:820px;
	padding-top:45px;
	margin:0 auto;
}

#panel {
	background:#ebf3f7;
	height: 490px;
	display: none;
}

.missing {
	color:#ff0000;
}

.caseStudyContainer {
	width:820px;
	margin:0 auto;
	padding-top:30px;
}

.caseStudyColumn {
	float:left;
	margin-left:20px;
	width:190px;
}

.caseStudyRow {
	clear:both;
	height:20px;
}

.caseStudyColumnFirst {
	margin-left:0;
	clear:both;
}

.caseStudy2Column {
	float:left;
	width:400px;
}

.caseStudyList {
	list-style-type: decimal;
	margin-left:15px;
	padding:0;
	font-family:helvetica, arial, sans;
	font-size:0.75em;
	line-height:1.2em;
}

.caseStudyListCol1 {
	float:left;
	width:190px;
}

.caseStudyListCol2 {
	float:left;
	margin-left: 20px;
	width:190px;
}

.caseStudyList li {
	margin-top:10px;
	list-style-type: decimal;
}

.caseStudyList li a {
	font-weight:normal;
	color:#000;
	
}

#header {
	height:110px;
	margin-bottom:20px;
}


#logo {
	width:240px;
	height:110px;
	margin-right:20px;
	background:url('../images/logo.gif') no-repeat;
	float:left;
}

#logo a {
	display: block; 
	width:240px;
	height:110px;
}

#logo a:hover {
	border:none;
}

.breadcrumbLink a:hover {
	border-bottom:none;
}

#logo span {
	display:none;
}

#contact {
	width:220px;
	height:110px;
	margin-right:20px;
	background:url('../images/address.gif') no-repeat;
	float:left;
}

#contact span {
	display:none;
}

#navContainer {
	width:320px;
	height:110px;
	float:left;
}


ul#nav {
	width: 320px;
	list-style: none;
}

ul#nav li { display: inline; }
	
ul#nav li a {
	display: block; 
	float: left; 
	height:110px;
	text-indent: -9999px;
}

ul#nav li a.news {
	width: 120px;
	background-image: url(../images/menu_sprite.jpg); 
	background-position: 0 0;
}

ul#nav li a.news:hover, ul#nav li a.news:focus {
	background-position: 0 -110px;	
}

ul#nav li a.portfolio {
	width: 200px;
}

.portfolioPanel:hover {
	background-position: -120px -110px;
}	

.portfolioPanel {
	background-position: -120px 0;
	background-image: url(../images/menu_sprite.jpg); 
}	

.portfolioPanelOut {
	background-position: -120px -220px;
	background-image: url(../images/menu_sprite.jpg); 
}	

.portfolioPanelOut:hover {
	background-position: -120px -220px;
	background-image: url(../images/menu_sprite.jpg); 
}



/* Text styles */

h1 {
	font-weight:300;
	color:#005695;
	padding-bottom:0px;
	margin-bottom:10px;
	font-size:1.8em;
	border-bottom:1px solid #b9babc;
}

h2 {
	font-weight:400;
	color:#333;
	padding-bottom:3px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:1.2em;
	line-height:0.8em;
	border-bottom:1px dotted #666;
}

h3 {
	font-weight:400;
	color:#666;
	padding-bottom:3px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:1.2em;
	line-height:0.8em;
	border-bottom:1px dotted #666;
}


p {
	font-family:helvetica, arial, sans;
	font-size:0.8em;
	line-height:1.2;
	color:#333;
	margin-bottom:1em;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#005695;
}

a:hover {
	border-bottom:1px dotted #333333;
}

.projectHeader {
	color:#005695;
	font-size:2em;
	line-height:0.9em;
}

.projectSubHeader {
	color:#666;
	font-size:1em;
	line-height:0.9em;
	padding-top: 5px;
	margin-bottom: 5px;
	border-top:1px dotted #999;	
}

.projectSubProjectHeader {
	color:#666;
	font-size:1em;
	line-height:0.9em;
	margin: 5px 0;
	border-bottom:1px dotted #999;	
}

.genericHeader {
	font-size:1.3em;
	margin-bottom:7px;
}

/* Page elements */

.col1 {
	width:400px;
	float:left;
	margin-right:20px;
}
.col2 {
	width:400px;
	float:left;
}

.genericCol1 {
	width:240px;
	float:left;
}

.genericCol2 {
	width:560px;
	margin-left:20px;
	float:left;
}



/* Hero panel */

#heroPanel { 
	width: 820px; 
	height:315px;
}

.heroNav { 
	font-family:helvetica, arial, sans;
	font-size:0.7em;
	line-height:1.2;
	z-index: 50; 
	position: absolute; 
	right: 10px; 
	bottom: 20px; 
}

.heroNav a { 
	padding:15px;
	padding-right:10px;
	text-decoration:none;
	border:none;
	color:#005695;
	background: url('../images/hero/navBG_off.png') no-repeat 6px 9px;
}

.heroNav a.activeSlide { 
	color:#ffffff;
	background: url('../images/hero/navBG_on.png') no-repeat 6px 9px;
}

.heroNav a:focus { 
	outline: none; 
}

#nav a:hover {
	border-bottom:none;
	color:#005695;
}

.heroText {
	z-index: 50; 
	width:250px;
	position: absolute; 
	left: 40px; 
	top: 40px; 
}

.heroText P {
	font-size:0.9em;
	line-height:1.3;
	color:#fff;
}

/* Footer form */

#contactDetails li {
	font-family:helvetica, arial, sans;
	font-size:0.8em;
	line-height:1.2;
	color:#333;
}


#contactFormWrapper {
	margin-top:20px;
}

div#username, div#email, div#message  {
	position:relative;
	float:left;	
	color:#333;
	font-family:helvetica, arial, sans;
	font-size:0.8em;
}

input#name-field, input#email-field, textarea#message-field {
	width:400px;
	padding:10px;
	margin-bottom:10px;
	border-bottom:1px solid #737a80;
	border-top:1px solid #fff;
	border-left:1px solid #c4c6c8;
	border-right:1px solid #c4c6c8;
	font-family:helvetica, arial, sans;
	font-size:1em;
}

label.overlabel {
	color:#999;
}

label.overlabel-apply {
	position:absolute;
	top:11px;
	left:10px;
	z-index:1;
	color:#999;
}

/* Footer elements */

.infoList {
	font-weight:300px;
	font-size:0.9em;
	list-style-type:none;
	margin-top:20px;
}

.infoList a {
	font-weight:300px;
	text-decoration:none;
	color:#333;
}

.infoList a:hover {
	border-bottom:none;
	color:#005695;
}

.infoListItem {
	list-style-type:none;
	margin-bottom:8px;
	padding-bottom:6px;
	border-bottom:1px dotted #6b86a8;
}

#contactDetails {
	list-style-type:none;
	margin-top:20px;
	margin-bottom:30px;
}

.contactListItem {
	list-style-type:none;
	margin-bottom:5px;
	padding-bottom:4px;
	border-bottom:1px dotted #6b86a8;
}

.lastItem {
	border-bottom:none;
}

.copyright {
	margin-top:80px;
	padding-top:3px;
	border-top:1px dotted #bccddb;
	font-size:0.7em;
	color:#a1abb3;
}

/* Homepage elements */

.articles {
	background:url('../images/home/article_numerals.gif') no-repeat left top;
	padding-left:70px;
}

.article {
	margin-bottom:15px;
	height:45px;
}

.article1 {
	background:url('../images/home/article_1.gif') no-repeat left top;
	padding-left:70px;
	margin-bottom:15px;
	height:45px;
}

.article2 {
	background:url('../images/home/article_2.gif') no-repeat left top;
	padding-left:75px;
	margin-bottom:20px;
}

.article3 {
	background:url('../images/home/article_3.gif') no-repeat left top;
	padding-left:75px;
	margin-bottom:20px;
}

.article4 {
	background:url('../images/home/article_4.gif') no-repeat left top;
	padding-left:75px;
	margin-bottom:20px;
}

.folioEntry {
	margin-bottom:10px;
	width:400px;
	float:left;
	clear:both;
}

.folioPic {
	float:left;
	margin-right:15px;
}

a.homeTitles  {
	font-weight:300;
}

a.homeTitles:hover  {
	border:none;
}

/* Breadcrumb */

#breadcrumbWrapper {
	width:820px;
	background-color:#f7f7f7;
	height:28px;
	margin-bottom:20px;
}

.bc0 {
	float:left;
}

.bc1 {
	float:left;
	background:url('../images/bc1.gif') #005695 no-repeat right;
	height:28px;
}

.bc2 {
	float:left;
	background:url('../images/bc2.gif') #669abf no-repeat right;
	height:28px;
}

.bc3 {
	float:left;
	background:url('../images/bc3.gif') #99bbd5 no-repeat right;
	height:28px;
}

.bc1End {
	float:left;
	background:url('../images/bc1End.gif') #005695 no-repeat right;
	height:28px;
}

.bc2End {
	float:left;
	background:url('../images/bc2End.gif') #669abf no-repeat right;
	height:28px;
}

.bc3End {
	float:left;
	background:url('../images/bc3End.gif') #99bbd5 no-repeat right;
	height:28px;
}

.breadcrumb {
	padding:9px 25px 0 5px;
	color:#fff;
	font-size:0.9em;
	line-height: 0;
}



/* Case study page*/

.caseCol1 {
	width:320px;
	margin-bottom: 30px;
	margin-right:20px;
	float:left;
}

.caseCol2 {
	width:220px;
	margin-right:20px;
	float:left;
}

.caseCol3 {
	width:240px;
	float:left;
	background:#ebf3f7;
}

.detailsHeader {
	padding:7px 15px 5px 15px;
	background:#a4c8db;
	color:#fff;
}

.detailsBody {
	padding:12px 15px;
}

.casePDF {
	margin-top:20px;
	background:url('../images/pdfIcon.gif') no-repeat left top;
	padding:18px 0 10px 75px;
}

.infoPDF {
	margin-top:20px;
	border-top:1px solid #d7eaf3;
	background:url('../images/pdfIcon.gif') no-repeat left 8px;
	padding:20px 0 15px 75px;
}

a.breadcrumbLink {
	color:#fff;
	border:none;
}

a.breadcrumbLink:hover {
	border:none;
}


/* Information pages */
.infoHeader {
	margin-bottom:10px;
}

.introSection {
	margin:30px 0;
}
