/*
-----------------------------------------------
McDonnellHaynes.com screen style
author: Jay Kerr / JAK MEDIA
version: May 11, 2009, 9:54 AM
----------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}


/* Page Structure
----------------------------------------------- */
body {
	margin: 30px 0;
	background: #fbfbfa;
	font: 13px/18px "Gill Sans", Arial, sans-serif;
	color: #848589;
}	

#header, #content, #footer {
	margin: 0 auto;
  	width: 960px;
  	background: transparent;
	text-align: left;
}

#content {
	margin: 30px auto;
}

#dogger {
	margin: 0 auto;
	width: 800px; height: 650px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
	clear: both; height: 1px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


/* Header
----------------------------------------------- */
#header {
  	height: 33px;
}

#logo {
	float: left;
	width: 180px;
	background: transparent;
	text-align: left;
}

#globalnav {
	float: right;
	padding: 21px 0 0 0;
	width: 779px;
	background: transparent;
}


/* Navigation
----------------------------------------------- */
.navbar {
	width: 779px;
	font-size: 14px; line-height: 14px;
	text-align: right;
}

#globalnav a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
	padding-left: 30px;
	text-transform: uppercase;
}

#globalnav a:hover {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#globalnav a.selected {
	font-weight: bold;
	color: #000;
}


/* Homepage
----------------------------------------------- */
#homepage-flash {
	width: 744px;
}

#homepage-news {
	float: right;
	width: 215px;
	font-size: 12px; line-height: 16px;
	color: #666;
}

.homepage-news-wrapper {
	padding: 30px 0 0 30px;
}

.pow-1 {
	margin: 0;
	font: bold 64px/18px "Gill Sans", Arial, sans-serif;
	color: #3573b9;
}

.pow-2 {
	margin: 4px 0 0 0;
	font: bold 18px/22px "Gill Sans", Arial, sans-serif;
	color: #c5bea9;
}


/* Content
----------------------------------------------- */
#section {
	width: 744px;
	height: 1%;
}

#section-work {
	width: 960px;
	height: 1%;
}

.section-name	{
	float: left;
	margin: 0;
	font: bold 36px/90px "Gill Sans", Arial, sans-serif;
	color: #777;
}

.section-more	{
	float: right;
	margin-top: 45px;
	text-align: right;
}

.news-copy {
	float: left;
	width: 534px;
}

.news-photo	{
	float: right;
	width: 180px;
	padding: 30px 0 15px 30px;
}

#content-left {
	float: left;
	width: 744px;
}

#layout-2-columns-left {
	float: left;
	width: 480px;
}

#layout-2-columns-right {
	float: right;
	width: 480px;
}

.process-right-wrapper {
	padding: 0 0 0 30px;
}

.process-col-a {
	float: left;
	padding: 5px 26px 5px 0;
}

.process-col-b {
	float: left;
	padding: 5px 26px;
	border-left: 1px dotted #c9c9c8;
	border-right: 1px dotted #c9c9c8;
}

.process-col-c {
	float: left;
	padding: 5px 0 5px 26px;
}

#flash-people {
	margin-bottom: 30px;
}

#layout-3-columns {
	margin-top: 30px;
	width: 744px;
	background: url(/images/bg-3-col-248.gif) repeat-y;
}

#layout-3-columns-alt {
	width: 744px;
	background: url(/images/bg-3-col-248.gif) repeat-y;
}

.col-1 {
	float: left;
	width: 226px; padding-right: 15px;
}

.col-2 {
	float: left;
	width: 231px; padding: 0 15px;
}

.col-3 {
	float: left;
	width: 226px; padding-left: 15px;
}

.hlist {
	margin: 0; padding: 0;
	list-style-type: none;
	overflow: auto;
}

.hlist li {
	background: #fff;
	border: 1px solid #c9c9c8;
	float:left;
	padding: 10px;
	margin: 0 30px 30px 0;
	width: 278px; height: 230px;
}

.hlist li.column-3 {
	margin: 0 0 30px 0;
}

.hlist li.hover {
	background: #f9f9f9;
	border-color: #999;
	cursor: pointer;
}

#portfolio {
	margin: 0; padding: 0;
	list-style-type: none;
	overflow: auto;
}

#portfolio li {
	margin: 0; padding: 0;
}

#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:480px;
		height:600px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}					


/* Sidebar
----------------------------------------------- */
#sidebar {
	float: right;
	width: 215px;
	font-size: 12px; line-height: 16px;
	color: #666;
}

.sidebar-wrapper {
	padding: 0 0 0 30px;
}

#oldernews h3	{
	margin: 0 0 13px 0;
}



/* Footer
----------------------------------------------- */
.footer-wrapper {
	font-size: 11px; line-height: 16px;
	color: #999;
	text-align: center;
}


/* Links
----------------------------------------------- */
a { 
	color: #3573b9;
	text-decoration: none;
	background: transparent;
}

a:hover { 
	color: #000;
	text-decoration: underline;
	background: transparent;
}

#footer a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #000;
}

.backtotop {
	margin-bottom: 15px;
	font-size: 12px;
	text-align: right;
}


/* Typography
----------------------------------------------- */
h1	{
	margin: 0;
	font: bold 36px/90px "Gill Sans", Arial, sans-serif;
	color: #777;
}

h2	{
	margin: 0 0 6px 0;
	font: bold 21px/27px "Gill Sans", Arial, sans-serif;
	color: #777;
}

h3	{
	margin: 0 0 6px 0;
	font: bold 15px/18px "Gill Sans", Arial, sans-serif;
	color: #777;
}

h4	{
	margin: 10px 0 5px 0;
	font: bold 13px "Gill Sans", Arial, sans-serif;
	color: #777;
}

p {
	margin: 0 0 18px 0;
}

.services {
	margin: 18px 0 18px 0;
}

.selected {
	color: #666;
	font-weight: bold;
}

.indent-15 {
	margin-left: 15px;
}

.date, .footnote {
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #999;
}

.breathe {
	margin: 9px 0;
	clear: both;
}

.title { 
	color: #3573b9;
	font-weight: bold;
}

.description {
	font-size: 14px;
}

.rule-dotted-960, .rule-dotted {
	height: 1px;
	background: url(/images/rule-dotted.gif) repeat-x;
}

.rule-dotted-960 {
	margin: 7px auto;
	width: 960px;
}

.rule-dotted {
	margin: 14px 0;
}

ul {
	margin-top: 5px;
	padding: 0;
}

ul li {
	line-height: 1.5em;
	margin-left: 20px;
}

ol {
	list-style: decimal;
	margin-left: 25px;
	padding: 0;
}

ol li {
	line-height: 20px;
	margin-bottom: 8px;
}



/* Form elements
----------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input {
	font: 14px "Tahoma", Arial, sans-serif;
	margin: 0;
	padding: 2px;
}
		
textarea, input.feedback {
	font: 14px "Tahoma", Arial, sans-serif;
	margin: 0;
	padding: 2px;
	width: 75%;
}

.feedback {
	font: 14px "Tahoma", Arial, sans-serif;
	vertical-align: bottom;
}

.buttonsubmit {
	font: 14px "Tahoma", Arial, sans-serif;
	vertical-align: bottom;
}

#search {
	width: 260px;
	background: #FBFAF4;
	border: 2px solid;
	border-color: #999 #D9D9D9 #D9D9D9 #999;
}

#search, #submit {
	vertical-align: bottom;
}



/* Images
----------------------------------------------- */
img {
	display: block;
	border: 0;
}

.inline {
	display: inline;
	border: 0;
}

.imgfloatleft {
	float: left;
	margin: 0 15px 18px 0;
}

.imgfloatright {
	float: right;
	margin: 0 0 15px 18px;
}

img.photo {
	padding: 4px;
}

img.centred {
	margin: 0 auto;
}

.thumbfloatleft {
	float: left;
	margin: 0 11px 0 0;
}