@charset "UTF-8";

/*  Main Body Styles */

body { 
	background: #FFF;
}

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

a:hover {
	text-decoration: underline;
}

a.home {
	color: #788A19;
}

a.home:visited {
	color: #788A19;
}

a.home:hover {
	color: #788A19;
	text-decoration: underline;
}

a.contact {
	color: #a6a8aa;
}

a.contact:visited {
	color: #FFF;
}

a.contact:hover {
	color: #f15a29;
}

a.profile {
	color: #a6a8aa;
}

a.profile:hover {
	color: #a6a8aa;
	text-decoration: underline;
}

.space {
	height: 8px;
}

/* Wrapper */

#wrapper {
	width: 900px;
	margin: 0 auto;
	overflow: visible;
}

/* Header */

#header {
	padding: 45px 0 0 10px;
	overflow: hidden;
}

#header h1 a {
	display: block;
	background:url(../images/evolveLogo1.jpg) no-repeat;
	width: 68px;
	height: 60px;
	float: left;
	text-indent: -9999px;
}

/* Main Nav IDs */

#header ul#nav_Home {
	width: 550px;
	float: right;
	margin: 0px -250px 0 0;
}

#header ul#nav_Home li {
	float: left;
	list-style: none;
}

#header ul#nav_Home li a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0 25px 0 0;
	text-decoration: none;
	font-weight: 500;
}

#header ul#nav_Home li a:hover {
}

#home #nav-why a:hover {
	color: #bed73c;
}

#home #nav-work a:hover {
	color: #f7941e;
}

#home #nav-explore a:hover {
	color: #016a70;
}

#home #nav-contact a:hover {
	color: #4d4d4d;
}

/*******************************/

#header ul#nav_Why {
	width: 550px;
	float: right;
	margin: 0px -250px 0 0;
}

#header ul#nav_Why li {
	float: left;
	list-style: none;
}

#header ul#nav_Why li a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0 25px 0 0;
	text-decoration: none;
	font-weight: 500;
}

#header ul#nav_Why li a:hover {
}

#why #nav-why a {
	color: #bed73c;
}

#why #nav-work a:hover {
	color: #f7941e;
}

#why #nav-explore a:hover {
	color: #016a70;
}

#why #nav-contact a:hover {
	color: #4d4d4d;
}
	

/* Why Sub-Nav */

#header ul#subnav_Why {
	width: 350px;
	margin: 0px 0 0 239px;
	z-index: 4;
	float: left;
	height: 27px;
	display: inline;
	overflow: visible;
}

#header ul#subnav_Why li {
	list-style: none;
	display: inline;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 0 0 0 0;
}

#header ul#subnav_Why a {
	text-decoration: none;
}

#why #subnav-profile a,
#work #subnav-process a,
#explore #subnav-capabilities a,
#contact #subnav-brandlist a {
}

/*******************************/

#header ul#nav_Work {
	width: 550px;
	float: right;
	margin: 0 -250px 0 0;
}

#header ul#nav_Work li {
	float: left;
	list-style: none;
}

#header ul#nav_Work li a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0 25px 0 0;
	text-decoration: none;
	font-weight: 500;
}

#header ul#nav_Work li a:hover {
	text-decoration: none;
}

#work #nav-why a:hover {
	color: #bed73c;
}

#work #nav-work a {
	color: #f7941e;
}

#work #nav-explore a:hover {
	color: #016a70;
}

#work #nav-contact a:hover {
	color: #4d4d4d;
}

/* Work Sub-Nav */

#header ul#subnav_Work {
	width: 280px;
	float: left;
	height: 27px;
	margin: 0px 0 0 389px;
	z-index: 4;
	overflow: visible;
}

#header ul#subnav_Work li {
	float: left;
	list-style: none;
	padding: 0 5px 0 0;
}

#header ul#subnav_Work li a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #c0c2c4;
	text-decoration: none;
	font-weight: 500;
}

#brand #subnav-brand a,
#project #subnav-project a {
}


/********************************/


#header ul#nav_Explore {
	width: 550px;
	float: right;
	margin: 0px -250px 0 0;
}

#header ul#nav_Explore li {
	float: left;
	list-style: none;
}

#header ul#nav_Explore li a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0 25px 0 0;
	text-decoration: none;
	font-weight: 500;
}

#header ul#nav_Explore li a:hover {
	text-decoration: none;
}

#explore #nav-why a:hover {
	color: #bed73c;
}

#explore #nav-work a:hover {
	color: #f7941e;
}

#explore #nav-explore a {
	color: #016a70;
}

#explore #nav-contact a:hover {
	color: #4d4d4d;
}

/* Explore Sub-Nav */

#header ul#subnav_Explore {
	width: 400px;
	margin: 0px 0 0 382px;
	z-index: 4;
	height: 27px;
	display: inline;
	float: left;
	overflow: visible;
}

#header ul#subnav_Explore li {
	list-style: none;
	display: inline;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 0 0 0 0;
}

#header ul#subnav_Explore li a {
	text-decoration: none;
}

#philosophy #subnav-philosophy a,
#people #subnav-people a,
#space #subnav-space a,
#quotes #subnav-quotes a,
#contact #subnav-contact a {
}


/**********************************/

#header ul#nav_Contact {
	width: 550px;
	float: right;
	margin: 0px -250px 0 0;
}

#header ul#nav_Contact li {
	float: left;
	list-style: none;
}

#header ul#nav_Contact li a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0 25px 0 0;
	text-decoration: none;
	font-weight: 500;
}

#header ul#nav_Contact li a:hover {
	text-decoration: none;
}

#contact #nav-why a:hover {
	color: #bed73c;
}

#contact #nav-work a:hover {
	color: #f7941e;
}

#contact #nav-explore a:hover {
	color: #016a70;
}

#contact #nav-contact a {
	color: #4d4d4d;
}


/* Content */

#content {
	width: 885px;
	margin: 6px 0 0 12px;
	overflow: visible;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

#content h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	float: left;
	padding-left: 13px;
}

#content h4 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666;
	float: left;
	text-align: left;
	line-height: 18px;
}

#content h4 a {
	color: #a6a8aa;
}

#content h4 a:hover {
	text-decoration: underline
}

#content h5#why-Header {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #bed73c;
	text-align: left;
	line-height: 24px;
}

#content h5.explore-Header {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #006a71;
	text-align: left;
	line-height: 24px;
}

#content h5#contact-Header {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #4d4d4d;
	text-align: left;
	line-height: 24px;
}

#content h5#login-Header {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #bed73c;
	text-align: center;
	line-height: 24px;
}

#content h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #666;
	float: left;
	text-align: left;
}

#content h6#whyHeader {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	float: left;
	text-align: left;
}

#content h6.profileHeaders {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

.landingText {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #FFF;
	float: left;
	text-align: left;
	line-height: 25px;
}

.landingText a {
	text-decoration: none;
}

.landingText a:hover {
	color: #f15a29;
	text-decoration: none;
}

.downpageText {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	display: block;
	float: left;
}

.downpageText a {
	text-decoration: none;
	color: #a6a8aa;
}

.downpageText a:hover {
	text-decoration: underline;
}

#workLandingText-Headline {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #FFF;
}

#workLandingText {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 30px;
	text-align: left;
	color: #FFF;
	font-weight: 200;
}

#workLandingText a {
	color: #FDDBB0;
}

#workButton {
	width: 282px;
	height: 98px;
	margin: 0 0 0 243px;
	padding: 20px 0 0 0;
}

.portfolioText {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	float: left;
	text-align: left;
	padding: 7px 0 0 9px;
}

.portfolioIntroText {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 14px;
	text-align: left;
	padding: 0 0 0 20px;
	line-height: 18px;
	clear: both;
	display: inline;
}

.portfolioSubNavText {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999;
	font-size: 12px;
}

/****************************/

#content .splash {
	padding: 150px 0 0 0;
}

/*****************************/

#content #homePage {
	width: 885px;
	height: 426px;
	padding-top: 3px;
}

#content #homeTextbox {
	width: 800px;
	height: 105px;
	padding: 110px 0 0 50px;
	z-index: 2;
	display: inline;
	float: left;
}

#content #whyTextbox {
	width: 199px;
	height: 98px;
	margin: 10px 0 0 5px;
}

#content #whyTextHOVER {
	width: 512px;
	height: 32px;
	margin: -15px 0 0 5px;
}

#content #workTextbox {
	width: 251px;
	height: 99px;
	margin: -98px 0 0 194px;
}

#content #workTextHOVER {
	width: 587px;
	height: 36px;
	margin: -36px 0 0 30px;
}

#content #exploreTextbox {
	width: 333px;
	height: 93px;
	margin: -94px 0 0 445px;
}

#content #exploreTextHOVER {
	width: 343px;
	height: 34px;
	margin: -36px 0 0 435px;
}

/******************************/

#content #whyPage {
	width: 885px;
	height: 440px;
	background-color: #bed73c;
}

#content #whyBanner {
	width: 758px;
	height: 81px;
	background: url(../images/whyBanner.jpg) no-repeat;
	display: inline;
	margin: 55px 0 0 62px;
	float: left;
}

#content #questionMark {
	background-image: url(../images/questionMark.png);
	width: 63px;
	height: 70px;
	margin: 150px 0 0 137px;
	z-index: 100;
}

#content #whyContent {
	width: 775px;
	height: 30px;
	float: left;
	margin: 37px 0 0 75px;
	z-index: 2;
	display: inline;
}

#content #whyText {
	width: 525px;
	height: 230px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	border-left: 1px solid #FFF;
	float: right;
	padding-left: 20px;
	padding-top: 2px;
	margin: -218px 0 0 0;
}

/************************/

#content #profile {
	width: 885px;
	height: 500px;
}

#content #profileContent {
	width: 840px;
	height: 400px;
	float: left;
	padding: 38px 0 0 43px;
	z-index: 2;
	line-height: 18px;
	overflow: visible;
	display: inline;
}

#content #profileText-LEFT {
	width: 405px;
	height: 365px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: left;
	display: block;
	margin: 2px 0 0 0;
	float: left;
}

#content #profileText-RIGHT {
	width: 400px;
	height: 355px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: left;
	margin: -380px 0 0 320px;
	float: right;
}

#content #glassesImage {
	background-image: url(../images/glasses.png);
	width: 109px;
	height: 61px;
	margin: 60px 0 0 0;
}

/*****************************/

#content #process {
	width: 885px;
	height: 426px;
}

#content #processContent {
	width: 800px;
	height: 388px;
	float: left;
	padding: 38px 0 0 43px;
	z-index: 2;
	line-height: 15pt;
}

#content #processContent p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	float: left;
	text-align: left;
	color: #666;
}

/***************************/

#content #capabilities {
	width: 885px;
	height: 426px;
}

#content #capabilitiesContent {
	width: 800px;
	height: 375px;
	float: left;
	padding: 38px 0 0 43px;
	z-index: 2;
	line-height: 12pt;
}

#content #capabilitiesColumn1 {
	width: 210px;
	height: 215px;
	padding: 10px 0 0 0;
	line-height: 12pt;
}

#content #capabilitiesColumn2 {
	width: 210px;
	height: 215px;
	float: right;
	margin: -193px 360px 0 0;
	line-height: 12pt;
}

/*******************************/
	
#content #brandlist {
	width: 885px;
	height: 426px;
}

#content #brandlistContent {
	width: 840px;
	height: 100px;
	float: left;
	padding: 38px 0 0 43px;
	z-index: 2;
	line-height: 12pt;
}

#content #brandlistColumn1 {
	width: 120px;
	height: 215px;
	padding: 10px 0 0 0;
	line-height: 12pt;
	float: left;
}

#content #brandlistColumn2 {
	width: 140px;
	height: 215px;
	margin: 10px 520px 0 0;
	line-height: 12pt;
	float: right;
}

/** Brand List Table **/

#tableContainer {
	width: 885px;
	height: 240px;
	margin: 0 0 0 -30px;
}

#brandlist-Table {
	width: 885px;
	margin: 0px auto;
	border-collapse: collapse;
 }
#brandlist-Table .rowa {
	background: #FFF;
	height: 80px;
}

#brandlist-Table .rowb {
	background: #FFF;
	height: 80px;
}
#brandlist-Table .cell {
	padding: 0px;
}

/********************************/

#content #workPage {
	width: 885px;
	height: 440px;
	overflow: visible;
	background-color: #F3941A;
}

#content #workBanner {
	width: 759px;
	height: 80px;
	background: url(../images/workBanner.jpg);
	float: left;
	display: inline;
	margin: 55px 0 0 62px;
}

#content #workLandingContent {
	width: 800px;
	height: 275px;
	overflow: visible;
	padding: 170px 0 0 65px;
}

#content #workButtons {
	width: 310px;
	height: 24px;
	float: left;
}

#content #recentWork {
	width: 309px;
	height: 228px;
	margin: 0 0 0 440px;
}

#content #workText-BoxSMALL {
	width: 210px;
	height: 130px;
	margin: 341px 0 0 0;
}

#content #workText-BoxMED {
	width: 200px;
	height: 120px;
	margin: 371px 0 0 0;
}

#content #workText-BoxLARGE {
	width: 200px;
	height: 120px;
	margin: 391px 0 0 0;
}

#content p.workText {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #464647;
	font-size: 11px;
	text-align: left;
}

#content p.workText a {
	color: #f8971d;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
}

#content h6.workHeading {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #f7941e;
}

/**** BRAND MENU ****/

#content #brandmenuSMALL {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
	width: 160px;
	height: 331px;
	margin: 0px 0 0 0px;
	display: inline;
	overflow: hidden;
	float: left;
}

#content #brandmenuMED {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
	width: 160px;
	height: 360px;
	margin: 0px 0 0 0;
	display: inline;
	overflow: hidden;
	float: left;
}

#content #brandmenuLARGE {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
	width: 160px;
	height: 375px;
	margin: 0px 0 0 0px;
	display: inline;
	overflow: hidden;
	float: left;
}

/* position list chunks side by side */

div.wrapper {
  float: left;
  width: 160px;
  padding: 0 0 0 0px;
  list-style: none;
}

/* clear float after lists */
br {
	clear: left;
	line-height: 15px;
}


/* anchor styling */

ol li {
	list-style-type: none;
	padding-bottom: 1px;
}

ol li a {
  display: block;
  width: 160px;
  text-decoration: none;
  color: #959595;
}

ol li a:hover {
	color: #f8971d;
}

/* Active / Sub-Nav States */

#active {
	color: #464647;
}

#blank {
	color: #FFF;
}

.subnav {
	padding-left: 8px;
	height: 14px;
}

.subnav-active {
	padding-left: 0px;
	color: #464647;
	height: 14px;
}

/**** PROJECT MENU ****/

#content #projectmenuLEFT {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	float: left;
	margin: 0 0 0 25px;
	padding: 7px 0 0 0;
}

/* position list chunks side by side */

#content div.wrapper {
	float: left;
	width: 10em;
	padding: 0 50px 0 0px;
}

/* clear float after lists */

#content #projectmenuLEFT br {
  clear: left;
}

/* anchor styling */

#content #projectmenuLEFT ol {
	list-style: none;
	text-align: left;
}

#content #projectmenuLEFT ol li a {
  display: block;
  width: 6em;
  text-decoration: none;
}

#content #projectmenuLEFT ol li a:hover {
	color:#f15a29;
}

/*****/

#content #projectmenuRIGHT {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	float: left;
	margin: 0 0 0 25px;
	padding: 7px 0 0 0;
}

/* position list chunks side by side */

#content div.wrapper {
	width: 160px;
	padding: 0 0 0 0;
}

/* clear float after lists */

#content #projectmenuRIGHT br {
  clear: left;
}

/* anchor styling */

#content #projectmenuRIGHT ol {
	list-style: none;
	text-align: left;
}

#content #projectmenuRIGHT ol li a {
  display: block;
  width: 6em;
  text-decoration: none;
}

#content #projectmenuRIGHT ol li a:hover {
	color:#f15a29;
}

/**** PORTFOLIO SLIDER ****/

h2.trigger {
	padding: 0 0 0 15px;
	width: 300px;
	font-size: 11px;
	font-weight: normal;
	float: left;
	text-align: left;
	padding-top: 6px;
}
h2.trigger a {
	color: #000;
	text-decoration: none;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 0 15px;
	padding: 3px 0 0 0;
}

h2.active {
	background-position: left bottom;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/


.toggle_container {
	padding: 0;
	background: #f0f0f0;
	overflow: hidden;
	font-size: 1.2em;
	width: 850px;
	clear: both;
	height: 30px;
}

/**** PORTFOLIO PAGES ****/

#content #portfolio-SMALL {
	width: 885px;
	height: 480px;
	padding: 17px 0 0 0;
}

#content #portfolio-MED {
	width: 885px;
	height: 510px;
	padding: 17px 0 0 0;
}

#content #portfolio-LARGE {
	width: 885px;
	height: 525px;
	padding: 17px 0 0 0;
}

#content #portfolioContent {
	width: 677px;
	height: 432px;
	margin: -445px 0 0 0;
	float: right;
}

#content #portfolioDisplay {
	background-color: #F1F1F1;
	height: 30px;
	width: 850px;
	z-index: 3;
	margin: 0px 0 0 17px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#content .portfolioSlideshow {
	width: 850px;
	height: 268px;
	overflow: hidden;
	clear: both;
}

.tip {
    color: #fff;
    background: #f3941a;
    display: none; /*--Hides by default--*/
    position: absolute;    
	z-index: 1000;
	margin: -200px 0 0 25px;
	width: 356px;
}

/*******************************/

#content #explorePage {
	width: 885px;
	height: 440px;
	background-color: #016A70;
}

#content #exploreBanner {
	width: 762px;
	height: 74px;
	background: url(../images/exploreBanner.jpg) no-repeat;
	float: left;
	display: inline;
	margin: 55px 0 0 62px;
}

#content #exploreContent {
	width: 860px;
	height: 285px;
	float: left;
	margin: 10px 0 10px 15px;
	z-index: 2;
	overflow: visible;
}

/*********************************/

#content #philosophy {
	width: 885px;
	height: 426px;
	background-image: url(../images/philosophyBox.jpg);
}

#content #philosophyContent {
	width: 800px;
	height: 350px;
	float: left;
	padding: 38px 0 0 43px;
	z-index: 2;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 24px;
	color:#666;
}

#content #philosophyText {
	width: 700px;
	height: 205px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 21px;
}

/**********************************/

#content #people {
	width: 885px;
	height: 426px;
}

#content #peopleContent {
	width: 865px;
	height: 350px;
	float: left;
	padding: 38px 0 0 43px;
	z-index: 2;
}

#content .peopleSlideshow {
	width: 468px;
	height: 349px;
	float: right;
	margin: 0 60px 0 0;
}

#content #peopleText {
	background-image: url(../images/peopleTextBG.jpg);
	width: 263px;
	height: 300px;
}

#content #biosMenu {
	width: 90px;
	height: 150px;
	padding: 10px 0 0 0;
	float: left;
}

#content #biosBox {
	width: 675px;
	height: 300px;
	padding: 5px 0 0 25px;
	float: left;
}

#content #biosImage {
	width: 275px;
	height: 163px;
	float: right;
	padding: 0 30px 0 30px;
	background: #666;
}

/* SCROLLING DIVS */

.vertical {
	/* required settings */
	position:relative;
	/* vertical scrollers have typically larger height than width */	
	height: 325px;
	width: 750px;
	float: right;
	left: -5px;
	overflow: hidden;
	display: inline;
	top: 0px;
}

/* root element for scrollable items */
.items {
	width: 665px;
	position: absolute;
	left: 25px;
	top: -32px;
	height: 350px;
}

/* single scrollable item */
.item {
	height:300px;
	width: 675px;
	margin: 15px 0 0 0;
	padding: 15px 15px 0 5px;
}

/* elements inside single item */
.item img {
	float:right;
	margin-right: 25px;
}

.item h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	margin:0px 0 10px 35px;
	text-align: left;
	width: 75px;
	float: left;
	left: -10px;
	display: inline;
}

#actions a {
	cursor:pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #a6a8aa;
	float: left;
	text-align: left;

}

#actions a:hover {
	text-decoration: underline
}

.next {
	float: left;
	text-align: left;
	left: 648px;
}	

.next a:hover {
	color: #a6a8aa;
	float: left;
	text-align: left;
	text-decoration: underline;
}

.biosText {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	width: 350px;
	text-align: left;
	display: inline-block;
	position: absolute;
	left: 4px;
	height: 300px;
	float: left;
}

.biosText a {
	text-decoration: none;
}

.biosText a:hover {
	text-decoration: underline;
}

/**********************************/

#content #space {
	width: 885px;
	height: 426px;
}

#content #spaceContent {
	width: 870px;
	height: 375px;
	float: left;
	padding: 38px 0 0 43px;
	z-index: 2;
}

#content #spaceText {
	background-image: url(../images/spaceTextBG.jpg);
	width: 290px;
	height: 370px;
	float: left;
}

#content #spaceMenu {
	width: 880px;
	height: 25px;
	float: left;
	padding: 0px 0 0 0;
	z-index: 2;
	display: inline;
}

#content #spaceGallery {
	width: 468px;
	height: 349px;
	float: right;
	margin: 0 67px 0 0;
}


/**********************************/

#content #quotes {
	width: 885px;
	height: 426px;
}

#content #quotesContent {
	width: 835px;
	height: 400px;
	float: left;
	padding: 25px 0 0 35px;
	z-index: 2;
	background-image: url(../images/quotesContentBG.jpg);
}

.quotes {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 43px;
	font-weight: lighter;
	line-height: 45px;
	color: #4d4d4d;
	float: left;
	text-align: left;
}

#content #quotesMenu {
	width: 50px;
	height: 20px;
	float: right;
	display: inline;
	padding: 130px 30px 0 0;
	z-index: 2;
}

/***********************************/

#content #contactPage {
	width: 885px;
	height: 426px;
	overflow: visible;
}

#content #contactContent {
	width: 880px;
	height: 382px;
	float: left;
	padding: 38px 0 0 43px;
	z-index: 2;
}

#content #contactInfo {
	width: 260px;
	height: 360px;
	padding: 0 0 0 0px;
	display: block;
	float: left;
	background-image: url(../images/contactInfoBG.jpg);
}

#content #contactSlider {
	width: 499px;
	height: 321px;
	margin: 0 0 0 304px;
}

/* CONTACT SCROLLING DIVS */

.vertical2 {
	/* required settings */
	position:relative;
	/* vertical scrollers have typically larger height than width */	
	height: 348px;
	width: 499px;
	float: right;
	overflow: hidden;
}

/* root element for scrollable items */
.items2 {
	/* this time we have very large space for height */	
	height:348px;
	width: 499px;
	position: absolute;
	top: 0px;
	float: right;
}

/* single scrollable item */
.item2 {
	padding:0 0 0 0;
	font-size:12px;
	height:350px;
}

/* elements inside single item */
.item2 img {
	height:348px;
	width:499px;
}

.item2 h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions2 {
	width:80px;
	margin:0 0 0 0;
	display: block;
	text-align: left;
}

#actions2 a {
	cursor:pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #a6a8aa;
	float: left;
	text-align: left;

}

#actions2 a {
	text-decoration: none;
	color:#a6a8aa;
}

#actions2 a:hover {
	text-decoration: underline;
}

.next2 {
	float:right;
}	

/**********************************/

#content #questions {
	width: 885px;
	height: 440px;
	background: url(../images/redBox.jpg) no-repeat;
}

#content #questionsBanner {
	width: 762px;
	height: 95px;
	background: url(../images/questionsBanner.jpg);
	float: left;
	display: block;
	margin: 55px 0 0 62px;
}

#content #questionsContent {
	width: 595px;
	height: 125px;
	float: left;
	margin: 110px 0 0 0px;
	z-index: 2;
	text-align: left;
}
 
/*********************************/

#content #flair {
	width: 885px;
	height: 440px;
	background: url(../images/orangeBox.jpg) no-repeat;
}

#content #flairBanner {
	width: 754px;
	height: 63px;
	background: url(../images/flairBanner.jpg) no-repeat;
	float: left;
	display: block;
	margin: 55px 0 0 62px;
}

#content #flairContent {
	width: 700px;
	height: 300px;
	float: left;
	margin: 100px 0 0 0;
	z-index: 2;
	text-align: left;
}

/********************************/

#content #careers {
	width: 885px;
	height: 440px;
}

#content #careersContent {
	width: 700px;
	height: 300px;
	float: left;
	margin: 40px 0 0 30px;
	z-index: 2;
	text-align: left;
}
	
/***** Footer *******/

#footer {
	padding: 20px 0 0 14px;
	overflow: hidden;
}

#footer ul#footernav {
	width: 270px;
	float: left;
	overflow: hidden;
	margin: -7px 0 0 0;
}

#footer ul#footernav li {
	float: left;
	list-style: none;
	padding-right: 10px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #c0c2c4;
}

#footer ul#footernav li a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #c0c2c4;
	text-decoration: none;
	font-weight: 500;
	margin: 0 4px 0 0;
}

#footer ul#footernav li a:hover {
	text-decoration: underline;
}

#footer ul#footernav2 {
	width: 250px;
	float: left;
}

#footer ul#footernav2 li {
	float: left;
	list-style: none;
}

#footer ul#footernav2 li a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #c0c2c4;
	text-decoration: none;
	font-weight: 500;
	margin: 0 4px 0 0;
}

#footer ul#footernav2 li a:hover {
	color: #f15a29;
}

#footer #footerlogo {
	display: block;
	width: 100px;
	height: 30px;
	margin: 0px 0 0 353px;
	float: left;
	overflow: visible;
	border-right: 1px solid #c0c2c4;
	padding-right: 15px;
}

#footer #footercontact {
	display: block;
	width: 125px;
	height: 40px;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	float: right;
	margin: -5px 12px 0 0px;
	text-align: left;
	padding-left: 10px;
	color: #c0c2c4;
}
