@charset "UTF-8";


html {background-color: white;}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	line-height:16px;
	
	/* Settings for footer */
	padding:0px;
	margin: 0px;
	width: 100%;
}
body.subpage{
	background: #f7f6f3;
}


a {
	color:black;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #8a8a8a;
}

p{
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}
strong {
	font-weight: bold;
}

hr {
	border: none;
	border-bottom: black solid 1px;
	padding: 0;	
	margin: 10px 0;
}

h1 {
	font-family: "MuseoSlab500", "Courier New", Courier, monospace;	
	font-size: 40px;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	padding: 0 0 15px 0;	
	
}

h2, h3, h4, h5 {
	font-family: "MuseoSlab500", "Courier New", Courier, monospace;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 25px;
	margin-bottom: 15px;
}

.fixed-size {
	width: 940px;
	margin: 0 auto;	
	position: relative;
}

.modal-close {
	float: right;
	padding: 10px;
	cursor: pointer;
}
.colour-image-border {
	border: solid 5px #eeeeea;
}
a.link-button {
	display: block;
	background: #eeeeea;
	padding: 10px 20px;
	width: 90px;
	
	color: #121212;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

a.button-back {
	background: url(../cssImages/btn-back.gif) no-repeat;
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	color: #555;
	padding: 15px 0 15px 60px;
	margin-top: 20px;
	display: block;
}
a.button-back:hover {
	color: #8a8a8a;
}


#container {
   min-height:100%;
   min-width: 960px;
   position:relative;
}


header {
	background:#333333;
	position: relative;
	z-index: 50;
   
}
header img {
	float: right;	
	padding-top: 10px;
}


#feature {
	background: #eeeeea;	
	padding: 50px 0 40px 0;
}
#feature p {
	font-family: "MuseoSlab100", "Courier New", Courier, monospace;
	font-size: 16px;
	line-height: 18px;
	
	width: 600px;
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
}
#feature strong {
	font-family: "MuseoSlab500", "Courier New", Courier, monospace;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}
#feature.home {
	padding: 0;
}
#feature.home p {
	font-family: "MuseoSlab500", "Courier New", Courier, monospace;
	font-size: 30px;
	line-height: 36px;
	
	width: 790px;
	padding: 36px 74px;
}




#main {
   padding-top: 40px;
   padding-bottom:80px;   /* Height of the footer + padding */
}
#main.subpage {
	background: #f7f6f3 url(../cssImages/bg-content-subpages.gif) repeat-x;
}
/*
#main img.feature-image {
	border: solid 5px #eeeeea;
	width: 450px; 
	height: 330px;
}
*/

#main.generic div.copy {
 	float: left; 
	width: 400px;
	margin-right: 80px;
}
#main.generic div.feature-image {
	border: solid 5px #eeeeea;
	position: relative;
	float: right;
	/*right: 0;
	top: 0;*/
	/*width: 450px; 
	height: 330px;*/
}
#main div.copy ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style-image: url(../cssImages/bullet-list.gif)
}



footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:white;
   border-top: solid 1px #aaa;
   
}
footer div.links {
	float: left;
	padding: 20px 0;
}



nav {
	position:relative;
	float: left;
	min-height:0; /*IE7 haslayout*/
	height: 14px;
	padding: 33px 0 25px 0;
	font-family: "MuseoSlab100", "Courier New", Courier, monospace;
	font-size: 14px;
	color: white;
	z-index: 20;
}

nav ul {
	
}
nav ul li {
	float: left;
	height: 49px;
	left: auto;
	padding-left: 2px;
}

nav ul li a {
	font-family: "MuseoSlab100", "Courier New", Courier, monospace;	
	color: white;
}


.current {
	background: url(../cssImages/nav-current.png) center no-repeat;
}


nav#sub-nav {
	position: absolute;
	top: 72px;
	left: -10px;
	background: white;
	width: 940px;
	height: 13px;
	padding: 11px 10px 11px 10px;
	color: #333;
}
nav#sub-nav ul li a {
	color: #333;
}

/* DROP MENUS */
nav ul li ul {
	position: absolute;
	display: none;
	width: 940px;
	height: 13px;
	padding: 11px 10px 11px 10px;
	top: 72px;
	left: -10px;
	background: white;
	color: #333;
	z-index: 30;
}
nav ul li ul li {
	height: 24px;
}

nav ul li ul li a.nav-subscribe {
	position: absolute;
	right: 10px;	
}
nav ul li ul li a {
	color: #333;
}
#current-subnav-arrow {
	position: absolute;
	display: none;
	top: 62px;
	left: 40px;	
}

.hover-dropmenu-current,
.leave-open-current {
	background: url(../cssImages/nav-hover-dropmenu.png) center no-repeat;	
}

.sub-nav li.current {
	background: url(../cssImages/nav-sub-current.gif) center no-repeat;
	margin-top: -1px;
	padding-bottom: 1px;
	
}
.sub-nav li.current a {
	font-family: "MuseoSlab500", "Courier New", Courier, monospace;	
}


nav ul li:hover ul {
	display:block; /* show drop menu! */
}

.leave-open {
	display:block;
	z-index: 10;
}





/* -- SECONDARY NAV (FOR LANDING PAGES) -- */
ul.secondary-nav {
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul.secondary-nav li {
	float: left;
	padding-right: 17px;
	padding-bottom: 17px;
}
ul.secondary-nav li p, 
ul.secondary-nav li a.readmore {
	font-size: 14px;
	font-style: italic;
	color: #333;
	
	width: 300px;
	padding-top: 20px;
}
ul.secondary-nav li a.readmore {
	margin-bottom: 30px;
}
ul.secondary-nav li a.readmore:hover {
	color: #8a8a8a;
	text-decoration: underline;
}
ul.secondary-nav li.last {
	padding-right: 0px;
}
.button-bw,
.project-button,
.project-button-current {
	position:relative;
	display:block;
	width: 300px;
	height: 185px;
	border: solid 1px #8d8d8d;
	cursor: pointer;
}
.project-button,
.project-button-current {
	width: 220px;
	height: 160px;
	border: none;
}

.project-button .video-icon {
	position: absolute;
	left: 78px;
	top: 25px;
}


.button-bw div,
.project-button div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #333;
	padding: 14px 10px;
	height: 19px;
	width: 280px;
	
	font-family: "MuseoSlab500", "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: normal;
	color: white;	
}
.button-bw div.hover,
.project-button div.hover,
.project-button div.current,
.project-button-current div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../cssImages/bg-black-transparent.png);
	padding: 14px 10px;
	height: 19px;
	width: 280px;
	
	font-family: "MuseoSlab500", "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: normal;
	color: white;
	
}
.project-button div,
.project-button div.hover,
.project-button div.current,
.project-button-current div,
.project-button-current div.hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 200px;
	height: 20px;
	padding: 10px;
}

#feature.project-open-line {
	background: #eeeeea url(../cssImages/bg-stroke.gif) no-repeat center bottom;
}













/* -- KEY PEOPLE -- */
ul#key-people {
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul#key-people li {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 214px;
	cursor: pointer;
}
ul#key-people li.last {
	padding-right: 0;
}
ul#key-people li p {
	padding: 15px 0 20px 0;
	font-size: 11px;
}
ul#key-people li strong {
	font-size: 16px;
}
.key-people-thumbs {
	position:relative;
	display:block;
	border: solid 3px #eeeeea;
	cursor: pointer;
}

#key-people-detail {
	position: absolute;
	top: 0px;
	width: 940px;
	background: white;
	border: solid 3px #eeeeea;
	padding: 0;
	margin: 0;
	display: none;
	z-index: 10;
}
#key-people-detail ul {
	list-style: none;
	width: 800px;
	margin: 0;
	padding: 0;	
}
#key-people-detail ul li {
	width: 800px;
	display: none;
	margin: 0;
	padding: 0;	
}
#key-people-detail div.profile {
	float:left; 
	width: 292px;
	border-right: solid 3px #eeeeea;
	margin-right: 20px;
}
#key-people-detail h2 {
	padding-top: 20px;
	font-size: 30px;
}
#key-people-detail h3 {
	font-family: "MuseoSlab100", "Courier New", Courier, monospace;
	font-size: 18px;
	padding-bottom: 20px;
}

.overlay {
	background: url(../cssImages/bg-white-transparent.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}




/* -- PROJECT PAGES -- */

ul.project-detail {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.project-detail li {
	display: none;
}

#feature ul.project-detail li p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#feature ul.project-detail li h2 {
	font-family: "MuseoSlab100", "Courier New", Courier, monospace;
	font-size: 24px;
	padding-bottom: 20px;
}
#feature ul.project-detail li a {
	font-size: 14px;
	font-style: italic;
}
/* gallery button for lightbox */
.project-detail img {
	position: absolute;
	top: 80px;
	right: 40px;
}





/* -- Testimonials -- */
ul.testimonials {
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul.testimonials li {
	float: left;
	padding-right: 22px;
	padding-bottom: 40px;
	width: 290px;
}
ul.testimonials li .thumbnail {
	position: relative;
	display:block;
	width: 290px;
	border: solid 5px #eeeeea;
}
ul.testimonials li .pull-out-copy {
	font-size: 18px;
	font-style: italic;
	line-height: 18px;	
	padding-top: 20px;
}


.caps-main {
	text-transform: uppercase;
	color: #707070;
}
.caps-secondary {
	text-transform: uppercase;
}




/* -- LATEST NEWS -- */
.latest-news .column-news {
	float: left;
	width: 610px;
	padding-right: 10px;
}
.latest-news h2 { /* Article headings */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.latest-news h2.secondary {
	font-size: 14px;
	margin-bottom: 20px;
}
.latest-news a.readmore {
	font-style: italic;
}
.latest-news p.date {
	font-style: italic;
	color: #808080;
}
.latest-news .column-news p a {
	color: #808080;
}
.latest-news .column-news p a:hover {
	color: black;
}
.latest-news ul.small-images {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.latest-news ul.articles {
	list-style: none;
	margin: 0;
	/*margin-top: 40px;*/
	padding: 0;
	border-top: solid 5px #f8f8f8;
}
.latest-news ul.articles li,
.latest-news ul.small-images li {
	float: left;
	width: 300px;
	padding-right: 10px;
}
.latest-news ul.articles li.last,
.latest-news ul.small-images li.last {
	padding-right: 0px;
}

.latest-news ul.articles li {
	margin-bottom: 50px;
}



.latest-news .column-sidebar {
	float: left;
	width: 320px;
}
.latest-news #press-releases {
	/*margin-top: 60px;*/
	background: #f8f8f8;
	padding: 25px 19px;
	padding-bottom: 60px;
}
.latest-news h3 { /* Side bar headings */
	font-size: 24px;
	margin-bottom: 30px;
}
.latest-news .gfield_label {
	float: left;
	font-size: 11px;

}
.latest-news #press-releases p.title {
	font-size: 16px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.latest-news a.open-file {
	font-style: italic;
	color: #a4a4a4;
	display: block;
	margin-bottom: 20px;
}
.latest-news a.open-file:hover {
	color: #333;
}


#search-filters {
	margin-top: 77px;
	background: #f8f8f8;
	padding: 25px 19px;
	padding-bottom: 40px;
}
#search-filters ul {
	padding: 0;
	padding-top: 30px;
	margin: 0;
	margin-top: 30px;
	list-style: none;
	border-top: dotted 1px black;
}
.ie7 #search-filters ul {
	padding:10px 0; 
	margin:0;
}
.ie7 #search-filters ul li {
	width: 100px;
	padding-bottom: 10px;
}
#search-filters ul li label {
	float: left;
}
#search-filters ul li select {
	float: right;
}




/* BUILDING TOGETHER WHEEL */
#wheel {
	float: left;
	width: 371px; 
	height: 368px; 
	background: url(../cssImages/bt-wheel-background.png) no-repeat; 
	position: relative; 
	margin: 60px 40px;
}
.slider	{ 
	display: none; 
	position:absolute; 
	top:0; 
	left:0; 
	width: 2px; 
	height: 100px; 
}

.circle-01,
.circle-02,
.circle-03,
.circle-04,
.circle-05 
{ 
	z-index:0; 
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width: 118px; 
	height: 118px; 	 
	 
	text-align:center; 
	font-size:14px; 
	font-family: "MuseoSlab500", "Courier New", Courier, monospace;
	font-weight: normal;
	line-height: 14px;
}

.circle-01 {background: url(../cssImages/bt-wheel-circle-01.png) no-repeat 0 0; color: white !important;}
.circle-02 {background: url(../cssImages/bt-wheel-circle-02.png) no-repeat 0 0; color: black !important;}
.circle-03 {background: url(../cssImages/bt-wheel-circle-03.png) no-repeat 0 0; color: black !important;}
.circle-04 {background: url(../cssImages/bt-wheel-circle-04.png) no-repeat 0 0; color: black !important;}
.circle-05 {background: url(../cssImages/bt-wheel-circle-05.png) no-repeat 0 0; color: black !important;}

.text	{ 
	display:block; 
	margin: 40px auto 0 auto;
	 
}


#wheel-content {
	float: left;
	width: 430px;
	margin-left: 50px;
	margin-top: 20px;
}
#wheel-content p {
	width: 430px;
}
#wheel-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wheel-buttons { margin-top: 30px;}
#wheel-buttons img { margin-right: 10px; cursor: pointer;}

#wheel-building-together {
	position: absolute;
	width: 460px;
	top:487px;
	left:0;
	
	font-family: "MuseoSlab500", "Courier New", Courier, monospace;	
	font-size: 25px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
}

/* -- FORM STYLES -- */

.intro-copy, span.gform_description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;

}


.subscribe-form .gform_body {
	margin-top: 30px;
	
}
.subscribe-form ul.gfield_checkbox {
	margin: 20px 0;
	vertical-align: baseline;
	font-size: 11px;
}
.subscribe-form ul.gfield_checkbox li {
	float: left;
}
/*.subscribe-form.gform_wrapper {
	padding: 10px;
}*/



.gform_wrapper,
#gforms_confirmation_message {
	background: #f8f8f8;
	padding: 25px 19px;
	padding-bottom: 60px;
}
.projects .gform_wrapper,
.projects #gforms_confirmation_message {
	background: transparent;
	padding: 0;
	width: 282px;
}
.gform_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main div.copy div.gform_body ul {
	list-style-image: none;
	margin: 0;
}
.gfield_label {
	/*float: left;*/
	font-size: 12px;
	font-style: normal; 
}
h3.gform_title { /* Form on latest news style is set by the .latest-news heading */
	font-size: 24px;
	margin-bottom: 30px;
}

.ginput_container {
	float: right;
}
.gfield {
	clear: both;
}
.gform_footer {
	clear: both;
}
input, textarea {
	background: #eeeeea;
	border: solid 1px #b2b2b2;
	padding: 5px;
	width: 190px;
	margin-bottom: 10px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
textarea {
	height: 70px;
}

#search-filters input {
	width: 270px;
}

.gform_wrapper .button,
#search-filters input.button {
	width: 110px;
	height: 30px;
	border: none;
	float: right;
	margin-top: 10px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}


.validation_error {
	display: none;
}
.validation_message {	
	padding-bottom: 10px;
	float: right;
}


.clear {clear: both;}


/* Caramel Footer */
#caramelWeblinkLogo {
	position:relative;
	overflow:hidden;
	width:74px;
	height:28px;
}
#caramelWeblinkLogo a {
	position:absolute;
	top:-29px;
	left:0px;
}
#caramelWeblinkLogo img {
	border: none;
	width: 74px;
	height: 57px;
}
