/* Layout */

body {
	background-color:#f4f4f4;
}

#container {
	overflow: hidden;
}

#header {
	background-image:url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-color: white;
	height:150px;
}

#contentWrapper{
	background-position: top;
	background-image: url(../img/bg-repeat.jpg);
	background-repeat: repeat-x;
	background-color: white;
	width:100%;
}

#mainContent{
	min-height:346px;
	background-color: white;
}


#footerCont {
	background-image:url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	background-color: #f4f4f4;
	min-height:130px;
	height:100%;
}

#footer{
	padding-top:40px;
	padding-left:80px;
}

#footer ul li {
	display:inline;
	list-style: none;
}

#logo {
	margin-top:18px;
}

#nav {
	margin-top:49px;
}

#nav a, #nav a:hover, #nav a:visited {
	text-decoration: none;
}

#nav ul li {
	display:inline;
	list-style: none;
	padding-right:24px;
	height:18px;
	overflow: hidden;
}

#secondaryBtn{
	height:27px;
	overflow:hidden;
}

.bodyCopy {
	margin-top:20px;
	margin-bottom:20px;
}

.bodyCopy p {
	width:320px;
}

.peopleCopy {
	margin-top:20px;
	margin-bottom:20px;
}

.peopleCopy p {
	width:160px;
}


.awardsCopy {
	margin-top:20px;
	margin-bottom:20px;
}

.awardsCopy p {
	width:420px;
}


.newsLinks {
	margin-top:20px;
	margin-bottom:20px;
}

.newsLinks p{
	width:280px;
}

.newsEntry {
	margin-top:20px;
	margin-bottom:20px;
}

.newsEntry p, .newsEntry h1{
	width:420px;
}

#hpfCont{
	position:absolute;
	left:50%;
	margin-top:99px;
}

#homepageFlash {
	position:relative;
	float:left;
	margin-left:-438px;
}

#processFlash {
	padding-left:10px;
}

#portfolioFlash {
	padding-left:10px;
}

#inBrief {
	width: 50px;
}

#ontheBoards {
	width: 50px;
	border-left:1px solid #dddddd;
	padding-left:16px;
}

#gsLogo {
	width: 54px;
	height:53px;
	padding-left:16px;
	overflow: visible;
}

#newsItem {
	border-left:1px solid #dddddd;
	padding-left:16px;
	padding-top:4px;
	width:140px;
	height:36px;
}


#boardsItem {
	border-left:1px solid #dddddd;
	padding-left:16px;
	padding-top:4px;
	width:120px;
	height:36px;
}

#boardsItemLast {
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	padding-left:16px;
	padding-top:4px;
	width:120px;
	height:36px;
}

.headline {
	margin-top:6px;
	margin-bottom:14px;
}

.headlineUl {
	margin-top:6px;
	margin-bottom:4px;
}


#peopleImg {
	font-family: "Lucida Sans", arial, Helvetica, sans-serif;
	color:#807e81;
	font-size:9px;
	
}

#peopleImg img{
	margin-bottom:5px;
}



.peopleHover img{
border: 1px solid #ffffff;
}

.peopleHover:hover img{
border: 1px solid #e76d24;
}

.peopleHover:hover{
color: #e76d24; /* Dummy definition to overcome IE bug */
}


/* TEXT */ 

p {
	color:#807e81;
	font-size:12px;
	font-family: Georgia, Times, serif;
	line-height:16px;
	margin-bottom:10px;
}

.twelve {
	color:#807e81;
	font-size:12px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height:16px;
	margin-bottom:10px;
}

.ten {
	color:#807e81;
	font-size:12px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height:16px;
	margin-bottom:10px;
}

.grey {
	color:#807e81;
	font-size:10px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height:16px;
	margin-bottom:10px;
}


h1 {
	color:#E76D24;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: Helvetica, Arial, san-serif;
	margin-bottom:10px;
}

h2 {
	color:#E76D24;
	line-height:20px;
	font-size:12px;
	font-family: Georgia, Times, serif;
	
}

h3 {
	color:#E76D24;
	line-height:20px;
	font-size:12px;
	font-weight:normal;
	font-family: Georgia, Times, serif;
	
}


a {
	color:#E76D24;
	text-decoration: none;
}

a:hover {
	color:#E76D24;
	text-decoration: underline;
}

a:visited {
	color:#E76D24;
	text-decoration: none;
}