/* ################################################################################################### */
/* COMMON */
/* ################################################################################################### */

html, body {
	height: 100%;
	max-height: 100%;
	overflow: hidden; /* Get rid of scroll bars in IE. */
	border: 0;
	background: #DCDCDA;
	font: 10pt Arial, Verdana, Helvetica, sans-serif;
	color: #404040;
}

#preload { 
	height: 0; 
	overflow: hidden; 
}

h1 {
	font-size: 14pt;
	color: #003366;
	margin-bottom: 10px;
	font-weight: 100;
}

h2 {
	font-size: 13pt;
	font-weight: 100;
	margin-bottom: 5px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#aboutUs a, #aboutUs a:active, #aboutUs a:visited, #aboutUs-wide a, #aboutUs-wide a:active, #aboutUs-wide a:visited {
	color: #5577CC;
	text-decoration: none;
	font-size: 9pt;
	line-height: 118%;
	outline: 0 none; /* Removed dotted border */
}

#aboutUs a:hover, #aboutUs a:visited:hover, #aboutUs-wide a:hover, #aboutUs-wide a:visited:hover {
	background-color: #5577CC;
	color: #fff;
	font-size: 9pt;
	line-height: 118%;
	outline: 0 none; /* Removed dotted border */
}

#body-wrapper {
	position: relative;
	display: block;
	height: 100%;
	max-height: 100%;
	overflow-x: auto; /* Show horizontal scroll bar as required. */
	overflow-y: scroll; /* Always show vertical scroll bar. */
	z-index: 3; /* Must be set lower than header-wrapper z-index. */
}

#header-wrapper {
	height: 50px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 8px;
	display: block;
	z-index: 5; /* Must be set higher than body-wrapper z-index. */
}

#header {
	width: 935px;
	height: 125px;
	margin: 0 auto;
	
}

#headerLeft {
	width: 7px;
	height: 148px;
	background: url(../images/headerTopLeft.png) no-repeat;
	float: left;
}

#headerMiddle {
	float: left;
	width: 922px;
	height: 125px;
}

#headerMiddleTop {
	width: 922px;
	height: 115px;
}

#headerMiddleBottom {
	width: 922px;
	height: 10px;
	background: url(../images/headerDrop.png) no-repeat;
}

#headerLogo {
	float: left;
	width: 54px;
	height: 88px;
	padding-left: 35px;
	padding-right: 312px;
	padding-top: 15px;
	padding-bottom: 12px;
	background: #FFF;
}

#headerLogo a {
	outline: 0 none; /* Removed dotted border */
}

#headerMenu {
	float: left;
	width: 500px;
	height: 10px;
	border-top: 82px solid #FFF;
}

#menu {
	list-style: none;
	width: 500px;
}

#menu li {
	float: left;
	width: 100px;
	height: 33px;
	background-color: #FFF;
	text-align: center;
}

#menu li.current {
	background-color: transparent;
	background-image: url(../images/hdr-pntr.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#menu li a {
	font-size: 12pt;
	color: #5577BC;
	text-decoration: none;
	outline: 0 none; /* Removed dotted border */
}

#menu li a:hover {
	color: #003366;
}

#menu li.current a {
	color: #003366;
	cursor: default;
}

#headerSpacer {
	float: left;
	width: 21px;
	height: 115px;
	background-color: #FFF;
}

#headerRight {
	width: 6px;
	height: 125px;
	background: url(../images/headerTopRight.png) no-repeat;
	float: left;
}

#header-placeholder {
	height: 105px; /* Must be same height as header. */
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	min-height: 100%;
	position: relative;
	background: url(../images/drop.png) repeat-y;
}

#wrapper.rightWell {
	background: url(../images/dropRightWell.png) repeat-y;
}

#header-coloredbar {
	height: 21px;
	width: 922px;
	margin-left: 19px;
	margin-right: 19px;
	background-image: url(../images/headerColoredBar.png);
}

.banner {
	width: 922px;
	margin-left: 19px;
	margin-right: 19px;
	z-index: 0;
}

#content {
	width: 922px;
	margin-left: 19px;
	margin-right: 19px;
	padding-bottom: 25px; /* Must be same height as footer. */
	line-height: 118%;
}

a.contact, a.contact:active, a.contact:visited {
	color: #5577CC;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

a.contact:hover, a.contact:visited:hover {
	color: #FFF;
	background: #5577CC;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

a.contactDark, a.contactDark:active, a.contactDark:visited {
	color: #404040;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

a.contactDark:hover, a.contactDark:visited:hover {
	color: #FFF;
	background: #5577CC;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

a.contactText, a.contactText:active, a.contactText:visited {
	color: #404040;
	text-decoration: none;
	cursor: default;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#missionOverlay {
	color: #5577CC;
	line-height: 118%;
}

#missionOverlay.highlight {
	color: #FFF;
	background-color: #5577CC;
	cursor: pointer;
}

#overlay-mission {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #404040;
}

#overlay-mission ul {
	line-height: 118%;
}

#overlay-mission ul li {
	margin-left: 15px;
	line-height: 118%;
}

#frenchPressOverlay {
	color: #5577CC;
	line-height: 118%;
}

#frenchPressOverlay.highlight {
	color: #FFF;
	background-color: #5577CC;
	cursor: pointer;
}

#diagramFlowsOverlay {
	color: #5577CC;
	line-height: 118%;
}

#diagramFlowsOverlay.highlight {
	color: #FFF;
	background-color: #5577CC;
	cursor: pointer;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 922px;
	height: 25px;
	margin-left: 19px;
	margin-right: 19px;
	background: #D9E0EF;
	border-top: 2px solid #5577CC;
	font-size: 7pt;
}

#footer-content {
	border-top: 1px solid #C6D2E7;
	padding-top: 5px;
	padding-left: 19px;
	color: #808080;
	width: 600px;
	float: left;
	line-height: 118%;
}

#footer-content a, #footer-content a:active, #footer-content a:visited {
	color: #5577CC;
	text-decoration: none;
	font-size: 7pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#footer-content a:hover, #footer-content a:hover:visited {
	color: #FFF;
	background: #5577CC;
	font-size: 7pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#footer-content a.current {
	color: #003366;
}

#footer-content a:hover.current {
	color: #003366;
	background-color: transparent;
	cursor: pointer;
}

#footer-content-right {
	border-top: 1px solid #C6D2E7;
	padding-top: 5px;
	padding-right: 19px;
	color: #5577CC;
	text-align: right;
	width: 200px;
	float: right;
	line-height: 118%;
}

#footer-content-right.highlight {
	color: #5577CC;
	cursor: pointer;
}

#designTag {
	background-image: url(../images/designTag_def.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 942px;
	bottom: 28px;
	width: 48px;
	height: 57px;
	cursor: pointer;
	z-index: 15;
}

/* Must be 14px different than designTag */
#designTag.highlight {
	background-image: url(../images/designTag_hvr.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 941px;
	bottom: 28px;
	width: 48px;
	height: 57px;
	cursor: pointer;
}

#socialMediaFacebook, #socialMediaLinkedIn, #socialMediaTwitter, #socialMediaPage {
	outline: 0 none;
	outline-color: #fff;
	text-decoration: none;
	display: inline;
}

#socialMedia a, #socialMedia a:active, #socialMedia a:visited, #socialMediaFacebook a, #socialMediaFacebook a:active, #socialMediaFacebook a:visited, #socialMediaLinkedIn a, #socialMediaLinkedIn a:active, #socialMediaLinkedIn a:visited, #socialMediaTwitter a, #socialMediaTwitter a:active, #socialMediaTwitter a:visited, #socialMediaPage a, #socialMediaPage a:active, #socialMediaPage a:visited {
	outline: 0 none;
}

#overlay {
	display: none;
	position: relative;
	outline: 0 none;
	font-size: 12pt;
	color: #fff;
	line-height: 118%;
}

#overlay h3 {
	font-size: 12pt;
	color: #C0C0C0;
	display: inline;
	line-height: 118%;
}

#overlay a {
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#overlay-wrapper {
	width: 920px;
	padding: 40px 0 0 60px;
	margin: 0;
	float: left;
	line-height: 118%;
}

#overlay-links-header {
	width: 920px;
	padding-top: 10px;
	padding-left: 40px;
	float: left;
	margin: 0;
	line-height: 118%;
}	

#overlay-links {
	width: 920px;
	padding: 20px 0 0 15px;
	float: left;
	line-height: 118%;
}

#overlay-links ul {
	padding-right: 25%;
	width: 920px;
	line-height: 118%;
}

#overlay-links ul li {
	display: inline;	
	padding-right: 18px;
	line-height: 118%;
}

#overlay-image {
	width: 340px;
	height: 270px;
	display: inline;
	float: left;
}

#overlay-close {
	width: 203px;
	height: 34px;
	bottom: 45px;
	float: right;
	margin-right: 80px;
	background: url(../images/overlay/close_def.png) no-repeat;
	cursor: pointer;
}

#overlay-close.highlight {
	background: url(../images/overlay/close_hvr.png) no-repeat;
}

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

/* ################################################################################################### */


/* ################################################################################################### */
/* 404 ERROR */
/* ################################################################################################### */
#errorText {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	width: 663px;
	float: left;
	line-height: 118%;
	font: 10pt Arial, Verdana, Helvetica, sans-serif;
	color: #404040;
}

#errorText a, #errorText a:visited, #errorText a:active {
	color: #5577CC;
	text-decoration: none;
	font-size: 10pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#errorText a:hover, #errorText a:visited:hover {
	color: #FFF;
	background: #5577CC;
	font-size: 10pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#errorText a.errorTextPhone, #errorText a.errorTextPhone:visited, #errorText a.errorTextPhone:active {
	color: #404040;
	text-decoration: none;
	font-size: 10pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
	cursor: pointer;
}

#errorText a.errorTextPhone:hover, #errorText a.errorTextPhone:visited:hover {
	color: #404040;
	background-color: transparent;
	font-size: 10pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
	text-decoration: none;
	cursor: pointer;
}

/* ################################################################################################### */



/* ################################################################################################### */
/* HOME */
/* ################################################################################################### */

#banner-home {
	height: 430px;
}

#quote {
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 40px;
	width: 475px;
	float: left;
	vertical-align: middle;
	font-size: 12pt;
	font-weight: lighter;
	line-height: 130%;
}

#quote a, #quote a:active, #quote a:visited {
	color: #5577CC;
	text-decoration: none;
	line-height: 118%;
}

#quote a:hover, #quote a:visited:hover {
	color: #FFF;
	background: #5577CC;
	line-height: 118%;
}

#contact {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	float: right;
	font-size: 9pt;
	vertical-align: middle;
	word-wrap: break-word;
	width: 315px;
	line-height: 118%;
}

#contact-twitter, #contact-twitter:active, #contact-twitter:visited {
	color: #5577CC;
	text-decoration: none;
	line-height: 118%;
}

#contact-twitter:hover, #contact-twitter:visited:hover {
	color: #FFF;
	background-color: #5577CC;
	line-height: 118%;
}

#tweet a, #tweet a:active, #tweet a:visited {
	vertical-align: middle;
	color: #5577CC;
	font-size: 9pt;
	text-decoration: none;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#tweet a:hover, #tweet a:visited:hover {
	color: #FFF;
	background-color: #5577CC;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#tweet ul {
	list-style: none;
	vertical-align: middle;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#tweet ul a, #tweet ul a:active, #tweet ul a:visited {
	vertical-align: middle;
	color: #5577CC;
	font-size: 9pt;
	text-decoration: none;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#tweet ul a:hover, #tweet ul a:visited:hover {
	color: #FFF;
	background-color: #5577CC;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

/* ################################################################################################### */


/* ################################################################################################### */
/* ABOUT US */
/* ################################################################################################### */

#banner-about {
	height: 255px;
}

#sliderMenu-aboutus {
	list-style: none;
	width: 786px;
	height: 20px;
}

#sliderMenu-aboutus li {
	float: left;
	width: 131px;
	height: 20px;
	color: #648CC3;
	text-align: center;
}

#sliderMenu-aboutus li a, #sliderMenu-aboutus li a:active, #sliderMenu-aboutus li a:visited {
	color: #5577BC;
	text-decoration: none;
	outline: 0 none; /* Removed dotted border */
}

#sliderMenu-aboutus li.current a, #sliderMenu-aboutus li.current a:active, #sliderMenu-aboutus li.current a:visited {
	color: #5577BC;
}

#sliderMenu-aboutus li a:hover, #sliderMenu-aboutus li a:hover:visited {
	color: #003366;
	text-decoration: none;
	outline: 0 none; /* Removed dotted border */
}

#sliderMenu-aboutus li.current a {
	color: #003366;
	cursor: default;
	text-decoration: none;
}

#aboutUs {
	padding-top: 20px;
	padding-left: 58px;
	padding-right: 0;
	padding-bottom: 30px;
	width: 550px;
	float: left;
	font-size: 9pt;
	line-height: 118%;
}

#aboutUs-right-well {
	width: 200px;
	float: left;
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 0;
	font-size: 9pt;
	line-height: 118%;
}

#aboutUs-right-well ul {
	font-size: 9pt;
	list-style-image: url(../images/bullet.png);
	padding-top: 0px;
	padding-left: 14px;
	margin-bottom: 25px;
	margin-left: 3px;
	line-height: 118%;
}

#aboutUs-wide {
	padding-top: 20px;
	padding-left: 58px;
	padding-right: 50px;
	padding-bottom: 30px;
	width: 633px;
	float: left;
	font-size: 9pt;
	line-height: 118%;
}

#teamSection {
	padding-top: 20px;
	padding-left: 55px;
	padding-right: 50px;
	padding-bottom: 30px;
	width: 633px;
	float: left;
	font-size: 9pt;
	line-height: 118%;
}

#teamCards ul {
	list-style: none;
	display: block;
	padding-left: 1px;
	padding-right: 1px;
	width: 3045px; /* number of cards x width of each card (including padding and margin) */
	height: 185px;
}

#teamCards ul li {
	width: 136px;
	height: 185px;
	background-color: #FFF;
	display: block;
	float: left;
	cursor: pointer;
}

#teamCards ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 10pt;
	outline: 0 none; /* Removed dotted border */
}

#teamCards ul li a:hover, #teamCards ul li a:hover:visited, #teamCards ul li a:active {
	color: #fff;
	text-decoration: none;
	font-size: 10pt;
	outline: 0 none; /* Removed dotted border */
}

.teamCardImage {
	width: 129px;
	height: 130px;
}

.teamCardText {
	width: 119px;
	height: 45px;
	padding: 5px 3px 5px 7px;
	font-size: 10pt;
	color: #fff;
}

.highlight .teamCardText {
	background-color: #003366;
}


.principal {
	background-color: #607BB0;
}

.designer {
	background-color: #607BB0;
}

.projectManager {
	background-color: #658CC2;
}

.uea {
	background-color: #A9B6D9;
}

.uxStrategist {
	background-color: #A9B6D9;
}

.teamCardType {
	font-size: 8pt;
	color: #fff;
}

#partners {
	padding-top: 30px;
	padding-left: 58px;
	padding-right: 50px;
	padding-bottom: 30px;
	width: 500px;
	float: left;
	font-size: 9pt;
	line-height: 118%;
}

#partners-right-well {
	width: 200px;
	float: left;
	padding-top: 30px;
	padding-left: 65px;
	padding-right: 26px;
	font-size: 9pt;
	line-height: 118%;
}

#partners-right-well ul {
	font-size: 9pt;
	list-style-image: url(../images/bullet.png);
	padding-top: 7px;
	padding-left: 14px;
	margin-bottom: 25px;
	margin-left: 3px;
	line-height: 118%;
}

#rightArrows .highlight {
	cursor: none;
} 

/* ################################################################################################### */


/* ################################################################################################### */
/* INDIVIDUAL TEAM PAGES */
/* ################################################################################################### */

#banner-team {
	height: 290px;
}

#individual-wrapper {
	width: 700px;
	padding: 0;
	float: left;
}

#teamInfo {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 5px;
	padding-bottom: 20px;
	width: 700px;
	float: left;
	font-size: 9pt;
	line-height: 118%;
}

#teamInfo h1 {
	font-size: 13pt;
	color: #003366;
	font-weight: 100;
	display: inline;
	padding-bottom: 3px;
}

#teamInfo h3 {
	padding-top: 3px;
	color: #7998C8;
	font-size: 10pt;
}

#teamImage {
	padding-top: 0;
	padding-left: 30px;
	padding-right: 5px;
	padding-bottom: 20px;
	width: 154px;
	float: left;
	font-size: 9pt;
}

#teamText {
	padding-top: 0;
	padding-left: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 475px;
	float: left;
	font-size: 9pt;
	outline: 0 none;
}

a.internalLink, a.internalLink:visited, a.internalLink:active {
	color: #5577CC;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

a.internalLink:hover, a.internalLink:visited:hover {
	background-color: #5577CC;
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#teamBR br {
	line-height: 5px;
} 

#team-right-well {
	width: 140px;
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 35px;
	font-size: 9pt;
	line-height: 118%;
}

#team-right-well h3 {
	color: #003366;
	font-size: 13pt;
	font-weight: 100;
	margin: 0 -5px 5px 0;
	line-height: 118%;
}

#team-right-well ul {
	font-size: 9pt;
	list-style-image: url(../images/bullet.png);
	padding-top: 5px;
	padding-left: 14px;
	margin-bottom: 25px;
	/*margin-left: 3px;*/
	color: #658CC2;
	line-height: 118%;
}

#team-right-well ul a, #team-right-well ul a:active, #team-right-well ul a:visited {
	color: #5577CC;
	font-size: 9pt;
	list-style-image: url(../images/bullet.png);
	margin-bottom: 25px;
	line-height: 118%;
	text-decoration: none;
	outline: 0 none;
	padding-left: 3px;
	padding-right: 3px;
}

#team-right-well ul a:hover, #team-right-well ul a:visited:hover {
	color: #FFF;
	background-color: #5577CC;
	font-size: 9pt;
	list-style-image: url(../images/bullet.png);
	line-height: 118%;
	text-decoration: none;
	outline: 0 none;
	padding-left: 3px;
	padding-right: 3px;
}

#team-right-well ul li.current {
	color: #658CC2;
	font-size: 9pt;
	list-style-image: url(../images/bullet_selected.png);
	line-height: 118%;
}

#team-right-well hr {
	border-color: #A2B9E0;
	border-style: none none dotted;
	border-width: 2px;
	margin-bottom: 10px;
	margin-top: -10px;
	margin-right: -10px;
}

#socialMedia {
	display: inline;
}

#extracurricular ul li {
	padding-left: 14px;
}

#extracurricular ul li a, #extracurricular ul li a:visited, #extracurricular ul li a:active {
	color: #5577CC;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
	margin-left: -4px;
}

#extracurricular ul li a:hover, #extracurricular ul li a:visited:hover {
	background-color: #5577CC;
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
	margin-left: -4px;
}

/* ################################################################################################### */


/* ################################################################################################### */
/* OUR WORK */
/* ################################################################################################### */

#banner-portfolio {
	height: 255px;
}

/*
#sliderMenu-portfolio {
	list-style: none;
	width: 785px;
	height: 20px;
}

#sliderMenu-portfolio li {
	float: left;
	width: 157px;
	height: 20px;
	color: #003366;
	text-align: center;
}
*/

#sliderMenu-portfolio li a, #sliderMenu-portfolio li a:active, #sliderMenu-portfolio li a:visited {
	color: #5577BC;
	text-decoration: none;
	outline: 0 none; /* Removed dotted border */
}

#sliderMenu-portfolio li.current a, #sliderMenu-portfolio li.current a:active, #sliderMenu-portfolio li.current a:visited {
	color: #003366;
}

#sliderMenu-portfolio li a:hover, #sliderMenu-portfolio li a:hover:visited {
	color: #003366;
	text-decoration: none;
	outline: 0 none; /* Removed dotted border */
}


#sliderMenu-portfolio {
	position: relative;
	width: 785px;
	height: 20px;
}

#sliderMenu-portfolio span {
	position: absolute;
	top: 0;
	color: #003366;
}

#menu-interactive {
	left: 54px;
}

#menu-assets {
	left: 425px;
}

#menu-environment {
	left: 675px;
}

#sliderMenu-portfolio span a, #sliderMenu-portfolio span a:active, #sliderMenu-portfolio span a:visited {
	color: #5577BC;
	text-decoration: none;
	outline: 0 none; /* Removed dotted border */
}

#sliderMenu-portfolio span.current a, #sliderMenu-portfolio span.current a:active, #sliderMenu-portfolio span.current a:visited {
	color: #003366;
}

#sliderMenu-portfolio span a:hover, #sliderMenu-portfolio span a:hover:visited {
	color: #003366;
	text-decoration: none;
	outline: 0 none; /* Removed dotted border */
}

#projectCards ul {
	list-style: none;
	display: block;
	padding-left: 1px;
	padding-right: 1px;
	width: 819px; /* number of cards visible x width of each card (including margin, border and padding) */
	height: 185px;
}

#projectCards ul li {
	width: 131px;
	height: 185px;
	background-color: #FFF;
	display: block;
	float: left;
	padding-left: 5px;
	cursor: pointer;
}

#projectCards ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 10pt;
	outline: 0 none; /* Removed dotted border */
}

#projectCards ul li a:hover, #projectCards ul li a:hover:visited, #projectCards ul li a:active {
	color: #fff;
	text-decoration: none;
	font-size: 10pt;
	outline: 0 none; /* Removed dotted border */
}

.projectCardImage {
	width: 129px;
	height: 130px;
}

.projectCardText {
	width: 119px;
	height: 45px;
	padding-left: 7px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	color: #fff;
	line-height: 118%;
}

.highlight .projectCardText {
	background-color: #003366;
}

.interactive {
	background-color: #45597F;
}

.assets {
	background-color: #607BB0;
}

.environment {
	background-color: #A9B6D9;
}

.projectCardType {
	font-size: 8pt;
	color: #fff;
}

.rightWorkArrow {
	width: 15px;
	height: 196px;
	margin-top: -5.5px;
	padding-left: 3px;
	float: left;
	/*background-image: url(../images/projects/portfolio-sides-rght.jpg);
	background-repeat: no-repeat;*/
	z-index: 3;
}

.leftWorkArrow {
	width: 15px;
	height: 196px;
	margin-top: -5.5px;
	float: left;
	/*background-image: url(../images/projects/portfolio-sides-lft.jpg);
	background-repeat: no-repeat;*/
	z-index: 2;
}

#projectHeader {
	padding: 30px 0 10px 30px;
	width: 693px;
	float: left;
	font-size: 9pt;
}

#projectHeaderContainerLink {
	padding: 30px 0 10px 30px;
	width: 693px;
	float: left;
	font-size: 9pt;
}

#projectHeaderTextLink {
	display: inline;
	float: left;
}

#projectHeader h1 {
	display: inline;
}

#projectText {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	width: 386px;
	float: left;
	font-size: 9pt;
	line-height: 118%;
}

#projectText ul {
	list-style-image: url(../images/bullet.png);
	padding-left: 18px;
}

#project-center-well {
	padding-bottom: 20px;
	width: 270px;
	float: left;
	font-size: 9pt;
	line-height: 118%;
}

#project-details-row {
	padding-bottom: 15px;
	width: 275px;
	float: left;
}

#project-details-header {
	padding-right: 5px;
	font-size: 9pt;
	color: #003366;
	width: 65px;
	float: left;
	text-align: right;
}

#project-details-content {
	padding-left: 15px;
	width: 180px;
	float: left;
	font-size: 9pt;
	color: #404040;
	line-height: 118%;
}

#blue-bar {
	margin-left: 19px;
	margin-right: 19px;
	margin-top: 0;
	border-top: 2px solid #003366;
}

#blue-overlay{
	position: absolute;
	top: 344px;
	left: 0;
	width: 922px;
	border-top: 6px solid #7998C8;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}	

#awards {
	padding-top: 30px;
	padding-left: 58px;
	padding-right: 50px;
	padding-bottom: 30px;
	width: 643px;
	float: left;
	font-size: 9pt;
	line-height: 118%;
}

#awardsHeader {
	float: left;
	width: 643px;
}

#awardColumn {
	width: 315px; 
	float: left;
	line-height: 118%;
}

#awardRow {
	width: 345px;
	padding-top: 8px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	float: left;
	line-height: 118%;
}

#awardImage {
	float: left; 
	width: 83px; 
	padding-left: 16px; 
	padding-right: 10px;
}

#awardText {
	float: left;
	color: #5577CC;
	width: 235px;
	padding-bottom: 5px;
	line-height: 118%;
}

#awardYear {
	color: #1A1A1A;
	font-size: 11px;
	line-height: 118%;
}

#clientsAwards {
	float: left; 
	width: 819px; 
	padding-left: 55px; 
	padding-right: 55px;
	padding-bottom: 20px;
	color: #607BB0;
	line-height: 118%;
}

#clientsAwards a {
	color: #607BB0;
	outline: 0 none;
	text-decoration: none;
}

#clientsAwards ul li {
	float: left; 
	width: 265.5px; 
	margin-right: 7px;
	padding-bottom: 5px;
	cursor: pointer;
	background-color: #ECF0FF;
}

.clientAwardsSubtype {
	font-size: 8pt;
}

.clientsAwardsBar {
	background-color: #88AADD; 
	width: 261.5px;
	padding-right: 4px; 
	height: 5px;
}

.highlight .clientsAwardsBar {
	background-color: #003366;
}

.highlight #clientsAwardsText a {
	color: #003366;
}

.highlight #clientsAwardsText {
	color: #003366;
}

.highlight #clientAwards ul li {
	background-color: #003366;
}

#projectText a, #projectText a:visited, #projectText a:active {
	color: #5577CC;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#projectText a:hover, #projectText a:visited:hover {
	background-color: #5577CC;
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#projectHeaderLink {
	display: inline;
	padding-left: 10px;
	float: left;
}

#projectHeaderLink a, #projectHeaderLink a:visited, #projectHeaderLink a:active {
	color: #5577CC;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	text-transform: uppercase;
}

#projectHeaderLink a:hover, #projectHeaderLink a:visited:hover {
	background-color: #5577CC;
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	text-transform: uppercase;
}

#project-details-content a, #project-details-content a:visited, #project-details-content a:active {
	color: #5577CC;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#project-details-content a:hover, #project-details-content a:visited:hover {
	background-color: #5577CC;
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#testimonialAuthor {
	margin-top: 5px;
	margin-left: 15px;
	font-weight: bold;
	font-size: 8pt;
}

.projects #testimonialAuthor {
	margin-left: 15px;
	margin-top: 10px;
	width: 300px;
	font-weight: bold;
	font-size: 8pt;
}

.clients #testimonialAuthor {
	font-size: 8pt;
	margin-left: 10px;
	font-weight: bold;
}

#testimonialContent {
	margin: 15px auto 5px auto;
	padding: 10px;
	width: 600px;
	border-style: none none none solid;
	border-width: 5px;
	border-color: #88AADD;
	background-color: #ECF0FF;
}

.rightWellTestimonial #testimonialContent {
	margin: 15px auto 5px auto;
	padding: 10px;
	width: 400px;
	border-style: none none none solid;
	border-width: 5px;
	border-color: #88AADD;
	background-color: #ECF0FF;
}

#testimonialRow {
	padding-bottom: 20px;
	padding-right: 20px;
}

/* ################################################################################################### */


/* ################################################################################################### */
/* NEWS */
/* ################################################################################################### */

#banner-news {
	height: 255px;
}

#newsWrapper {
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	width: 623px;
	float: left;
	font-size: 9pt;
}

.newsItem {
	padding-bottom: 15px;
	padding-top: 15px;
	width: 633px;
	float: left;
	font-size: 9pt;
	border-color: #A2B9E0;
	border-style: none none dotted;
	border-width: 2px;
	line-height: 118%;
}

.newsItem h1 {
	margin: 0;
	font-size: 13pt;
	color: #003366;
	font-weight: 100;
}

.newsDetails {
	color: #9FA1A4;
	margin-top: 3px;
	margin-bottom: 10px;
	line-height: 118%;
}

.newsDate {
	float: left;
	line-height: 118%;
}

.newsCategory {
	float: right;
	text-transform: uppercase;
}

.newsText {
	float: left;
	padding-top: 10px;
	width: 633px;
	color: #404040;
	line-height: 118%;
}

.newsText a {
	color: #5577CC;
	text-decoration: none;
	line-height: 118%;
	outline: 0 none;
}

.newsText a:hover, .newsText a:hover:visited, .newsText a:active {
	color: #fff;
	background-color: #5577CC;
	text-decoration: none;
	line-height: 118%;
	outline: 0 none;
}

#news-categories {
	width: 144px;
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 35px;
	font-size: 9pt;
	line-height: 118%;
}

#news-categories h3 {
	color: #003366;
	font-size: 13pt;
	font-weight: 100;
	margin: 0 -5px 0 0;
	line-height: 118%;
}

#news-categories ul {
	color: #5577CC;
	font-size: 9pt;
	list-style-image: url(../images/bullet.png);
	padding-top: 5px;
	padding-left: 14px;
	margin-bottom: 25px;
	margin-left: 3px;
	line-height: 118%;
}

#news-categories ul a, #news-categories ul a:active, #news-categories ul a:visited {
	color: #5577CC;
	font-size: 9pt;
	list-style-image: url(../images/bullet.png);
	margin-bottom: 25px;
	line-height: 118%;
	text-decoration: none;
	outline: 0 none;
	padding-left: 3px;
	padding-right: 3px;
}

#news-categories ul a:hover, #news-categories ul a:visited:hover {
	color: #FFF;
	background-color: #5577CC;
	font-size: 9pt;
	list-style-image: url(../images/bullet.png);
	line-height: 118%;
	text-decoration: none;
	outline: 0 none;
	padding-left: 3px;
	padding-right: 3px;
}

#news-categories ul li.current, #news-categories ul li.current-cat {
	color: #658CC2;
	font-size: 9pt;
	list-style-image: url(../images/bullet_selected.png);
	line-height: 118%;
}

#news-categories hr {
	border-color: #A2B9E0;
	border-style: none none dotted;
	border-width: 2px;
	margin-bottom: 10px;
	margin-top: -10px;
	margin-right: -10px;
}

/* ################################################################################################### */


/* ################################################################################################### */
/* CONTACT */
/* ################################################################################################### */

#banner-contact {
	height: 255px;
}

#sayHello {
	padding-top: 30px;
	padding-left: 50px;
	padding-bottom: 30px;
	width: 225px;
	float: left;
	vertical-align: middle;
	font-size: 9pt;
	line-height: 118%;
}

#sayHello a.contactus, #sayHello a.contactus:active, #sayHello a.contactus:visited {
	color: #404040;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#sayHello a.contactus:hover, #sayHello a.contactus:visited:hover {
	color: #FFF;
	background: #5577CC;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#map {
	background: url(../images/contact/echovizMap.jpg) no-repeat center center;
	width: 400px;
	height: 255px;
	float: left;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 17px;
}

#careers {
	width: 140px;
	float: left;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 9pt;
	line-height: 118%;
}

/* ################################################################################################### */


/* ################################################################################################### */
/* IDEAS */
/* ################################################################################################### */
#ideaRow {
	padding-top: 5px;
	float: left;
}

#ideaDownload {
	float: left; 
	width: 72px;
	height: 19px; 
	padding-left: 12px; 
	padding-right: 10px;
	outline: 0 none;
	cursor: pointer;
}

#ideaDownload a {
	outline: 0 none;
}

#ideaText {
	float: left;
	color: #404040;
	width: 500px;
	line-height: 118%;
}

/* ################################################################################################### */


/* ################################################################################################### */
/* SITE MAP */
/* ################################################################################################### */
#siteMap {
	padding-top: 20px;
	padding-left: 58px;
	padding-right: 0;
	padding-bottom: 30px;
	width: 550px;
	float: left;
	font-size: 9pt;
	line-height: 118%;
}

#siteMap ul {
	font-size: 9pt;
	list-style-image: url(../images/bullet.png);
	padding-top: 5px;
	margin-bottom: 10px;
	line-height: 118%;
}

#siteMap ul ul li {
	margin-left: 15px;
	list-style-image: none;
}

#siteMap ul ul li.secondary {
	margin-left: 22px;
	list-style-image: url(../images/bullet.png);
	margin-bottom: -5px;
	margin-top: -5px;
}

#siteMap ul ul ul li {
	margin-left: 40px;
	list-style-image: none;
}

#siteMap a, #siteMap a:visited, #siteMap a:active {
	color: #5577CC;
	text-decoration: none;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}

#siteMap a:hover, #siteMap a:visited:hover {
	color: #FFF;
	background: #5577CC;
	font-size: 9pt;
	outline: 0 none; /* Removed dotted border */
	line-height: 118%;
}
/* ################################################################################################### */