@charset "utf-8";

@import url(reset.css);

/* @group General Styles */

html {
	background: #68707a url(../images/html-bg.jpg) repeat 0 0;
}

body {
	font-family: Arial, Geneva, sans-serif;
	background: url(../images/body-bg.jpg) repeat-x center 0;
	min-width: 850px;
}

p {
	padding-bottom: 1.5em;
}

ul {
	position: relative;


/* Fixes LI BG image in IE */
	margin-left: 1.5em;
}

li {
	background: transparent url(../images/symphono-bullet.gif) no-repeat 0 center;
	line-height: 1.6em;
	padding-left: 12px;
}

ul.normal {
	list-style-type: disc;
	padding-left: 1.0em;
}

ul.normal li {
	background: none;
	padding-left: 5px;
}

h1, h2, h3, h4, h5 {
	padding-top: 0.35em;
	font-style: normal;
}

h1 {
	font-size: 1.8em;
	letter-spacing: 1px;
}

h1, h1 a {
	font-weight: normal;
	color: #111d8c;
}

h1 a:hover, h1 a:active {
	text-decoration: underline;
}

h2 {
	color: #525657;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
}

a, a:visited {
	color: #316472;
	text-decoration: none;


/*	border-bottom: 1px solid #316472; */
}

a:hover, a:active {
	text-decoration: underline;
}

a.nav, a.nav:visited {
	color: white;
	background: none;
	text-decoration: none;
	border: none;
}

a.nav:hover, a.nav:active {
	color: #fddf51;
	background: none;
}

/* @end */

/* @group Global IDs & Classes */

.clearer {
	clear: both;
}

.skip {
	font-size: 1.1em;
	font-weight: normal;
	margin-right: 100px;
	padding-top: 10px;
}

.skip a, .skip a:hover, .skip a:visited, .skip a:active {
	color: white;
}

.spacer {
	padding: 0 0 1.5em;
	margin: 0 2.5em 1.0em;
	background: transparent url(../images/spacer.gif) repeat-x 0 center;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.smallCaps {
	font-variant: small-caps;
}

.normal {
	font-style: normal;
}

.largeSpace {
	padding-bottom: 1.5em;
}

.tight {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.large {
	font-size: 105%;
}

.xlarge {
	font-size: 1.5em;
}

.hidden {
	display: none;
}

.reqField {
	color: #d11b1a;
}

.contact {
	font-size: 1.3em;
	line-height: 1.3em;
}

p.box {
	background-color: #eaeaea;
	border: 1px solid #bebebe;
	display: block;
	line-height: 1.7em;
	margin: 0;
	margin-left: 120px;
	padding: 10px 0 10px;
	position: relative;
	width: 60%;

	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

.pdfLink {
	margin: 0;
	padding: 5px 0;
	vertical-align: top;
}

span.pdfLink {
	background: transparent url(../images/pdficon_small.gif) no-repeat scroll 0 0;
	height: 2.0em;
	position: absolute;
	left: 15px;
	width: 25px;
}

.image-left, .floatLeft {
	float: left;
	padding: 0 1.5em 0 0;
}

.image-right, .floatRight {
	float: right;
	padding: 0 0 0 1.5em;
}

.noborder, .noborder:visited, .noborder:hover, .noborder:active {
	border: 0;
	background: none;
	text-decoration: none;
}

.column {
	float: left;
	width: 33%;
	min-height: 260px; /* Min-height needed to ensure border lengths match longest column */
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-right: 1px solid #565d65;
	border-left: 1px solid #3e454c;
}

.column p {
	color: #ffffff;
	padding: 0 1.5em 1.0em;
	font: normal normal 1.2em/1.15em "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.column a, .column a:visited {
	display: block;
	margin: 0 auto 1.0em;
	width: 220px;
	height: 65px;
	border: none;
	background: none;
}

.caseStudy {
	width: 800px;
}

.caseStudy .spacer {
	padding-bottom: 1.0em;
	margin-bottom: 0;
}

.col2-1, .col2-2 {
	width: 50%;
	float: left;
	font-size: 1.2em;
}

.symphAdv {
	color: #111d8c;
	line-height: 1.8em;
	font-size: 1.6em;
}

.symphAdv p {
	padding: 0 20px;
}

#oicAudio {
}

#collaboration {
	width: 500px;
	font-size: 1.2em;
}

#technologies {
	margin: 0;
	padding: 5px;
	font-size: 0.9em;
	font-family: Arial, Geneva, sans-serif;
	min-height: 400px;
	min-width: 785px;
}

#technologies .column {
	width: auto;
	border: 0;
	color: #5e5e5e;
	font-style: normal;
	text-align: left;
	text-transform: none;
	padding: 0.5em 1.0em 0 1.0em;
	margin: 0;
}

#technologies h1 {
	font-size: 2.5em;
	padding: 0;
	margin: 0;
}

#technologies .column h1 {
	color: #316472;
	font-size: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
}

#technologies .column ul {
	padding-bottom: 0.5em;
	margin-left: 0.75em;
}

#technologies .column li {
	padding-left: 12px;
	line-height: 1.3em;
}

#newsSidebar {
	visibility: hidden;
}

a.who, a.who:visited {
	background: url(../images/home-who-we-are-v2.png) no-repeat 0 0;
}

a.what, a.what:visited {
	background: url(../images/home-what-we-do-v2.png) no-repeat 0 0;
}

a.contact, a.contact:visited {
	background: url(../images/home-contact-us-v2.png) no-repeat 0 0;
}

.column a:hover, .column a:active {
	background-position: -214px -66px;
	border: none;
}

.column a span {
	display: none;
}

.leftNoBorder {
	border-left: 0 !important;
}

.rightNoBorder {
	border-right: 0 !important;
}

/* @group News & Events Content */

#newsSlider .slide {
	padding-top: 0em;
}

#newsSlider h1 {
	font-size: 1.2em;
	font-style: normal;
}

#newsSlider h2 {
	
}

/* @end */

/* @group Project Lifecycle Content */

#lifecycle {
	position: relative;
	float: left;
	width: 185px;
	height: 405px;
	margin-right: 15px;
	margin-left: -10px;
	background: transparent url(../images/project-lifecycle-bg.png) no-repeat 0 0;
}

#markerContainer {
	display: block;
	position: absolute;
	top: 21px;
	left: 0;
	overflow: hidden;
	height: 384px;


/* Height of #lifecycle minus white space at top of image */
	width: 185px;
}

#marker {
	display: block;
	position: absolute;
	top: -50px;
	left: 0;
	background: url(../images/marker-bg.png) no-repeat 0 0;
	width: 100%;
	height: 50px;
}

#lifecycleNav {
	list-style-type: none;
	margin: 0;
	margin-top: 33px;
	padding: 0;
}

#lifecycleNav li {
	background: none;
	height: 48px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#lifecycleNav a {
	display: block;
	width: 100%;
	height: 48px;
	border: 0;
	color: #ffffff;
	font-family: Arial, sans serif;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 48px;
	outline: none;
	text-align: center;
}

#lifecycleNav a:hover, #lifecycleNav a:active {
	background: none;
	color: #000000;
	outline: none;
}

#lifecycleNav a.activeSlide, #lifecycleNav a.activeSlide:hover, #lifecycleNav a.activeSlide:active {
	color: #ffffff;
	outline: none;
}

#lifecycleNav a.activeSlide {
	cursor: default;
}

#lifecycleNav li#start, #lifecycleNav a#tab0 {
	display: none;
	/

* hide first nav item */
		height: 0;
}

#lifecycle-content {
	display: block;
	position: relative;
	float: left;
	width: 235px;
	min-height: 400px;
	padding-top: 1.5em;
}

#lifecycle-content .slider .sliderContent {
	background-color: #ffffff;
	width: 225px;
	padding-right: 5px;
}

#lifecycle-content h1 {
	font-size: 1.3em;
	font-style: normal;
	padding-bottom: 1.0em;
}

#lifecycle-content a.next, #lifecycle-content a.mainLink {
	display: inline;
	float: right;
}

#lifecycle-content a.prev {
	display: inline;
	float: left;
}

/* @end */

/* @group Sidebar Sliders */

ul.sliderButtons {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sliderButtonsLeft, .sliderButtonsRight {
	display: block;
	float: left;
	height: 41px;
	width: 15px;
}

.sliderButtonsLeft {
	background: url(../images/slider-button-left.png) no-repeat 0 0;
}

.sliderButtonsRight {
	background: url(../images/slider-button-right.png) no-repeat 0 0;
}

.sliderButtons li {
	display: inline-block;
	float: left;
	height: 41px;
	background: url(../images/slider-button-bg.png) repeat-x 0 0;
	

/*	border-right: 1px solid #565d65;
	border-left: 1px solid #3e454c; */
	color: #e5e5e5;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.sliderButtons li.hidden {
	display: none;
	visibility: hidden;
	padding: 0;
	width: 0;
	margin: 0;
}

.sliderButtons a, .sliderButtons a:visited {
	display: inline-block;
	height: 29px;
	background: transparent url(../images/slider-button-border-right.png) no-repeat right 1px;
	color: #e5e5e5;
	border: 0;
	padding: 7px 10px 0;
}

#expertiseButtons {
	padding-left: 0;
}

#expertiseButtons a {
	font-size: 1.0em;
	line-height: 1.1em;
	padding-left: 5px;
	padding-right: 7px;
}

#expertiseButtons .sliderButtons a, #expertiseButtons .sliderButtons a:visited {
	padding-top: 14px;

}

.sliderButtons a.current, .sliderButtons a.activeSlide {
	cursor: default;
}

#tab0.activeSlide, .sliderButtons a.current, .sliderButtons a.activeSlide, .sliderButtons a:hover, .sliderButtons a:active {
	outline: none;
	color: #9db9c8;
	text-decoration: none;
}

.sliderButtons a.left {
	padding-left: 10px;
	padding-right: 10px;
}

.sliderButtons a.right {
	background: none;
	padding-left: 13px;
	padding-right: 5px;
	text-align: center;
	}

#expertiseButtons a#tab0 {
	padding-bottom: 12px;
	padding-left: 3px;
	line-height: 1.0em;
	padding-top: 3px;
}

#expertiseButtons a#tab2, #expertiseButtons a#tab3 {
	padding-top: 7px;
	padding-bottom: 7px;
}

#expertiseButtons a#tab3 {
	background: none;
	padding-right: 3px;
}

.slide {
	background: #ffffff;
	padding-top: 1.0em;
	width: 310px;
	padding-right: 5px;
}

.slide h1 {
	padding-bottom: 0.3em;
}

.slide h2 {
	padding-top: 0;
	padding-bottom: 0.5em;
}

.slide p {
	padding-bottom: 0.75em;
}

.timeline {
	display: block;
	padding: 0.5em;
	border: 1px solid #787878;
	text-align: center;
}

.bl-hover, .bl-hover a, .bl-hover a:hover, .bl-hover a:active {
	color: #487E94;
	background-color: #c3d1d8;
	border-bottom: 1px solid #487E94;
}

/* @end */


/* @end */

/* @group Layout */

#header {
	position: relative;
	width: 850px;
	height: 303px;
	margin: 0 auto;
}

#header a.logo {
	display: block;
	height: 80px;
	left: 30px;
	position: absolute;
	top: 10px;
	width: 270px;
}

#tagline {
	display: none;
}

a.logo, a.logo:visited, a.logo:hover, a.logo:active {
	border: 0;
	background: none;
}

#headerNavMain {
	position: absolute;
	display: block;
	left: 530px;
	top: 135px;
}

#contentWrapper {
	width: 100%;
	float: left;


/* Contain nested floats */
	
	background: #ffffff url(../images/content-wrapper-bg.png) repeat-x 0 top;
	font-size: 1.2em;
	padding-bottom: 2.0em;
}

#contentContainer {
	width: 850px;
	min-height: 350px;
	color: #5e5e5e;
	background: #ffffff url(../images/contentContainer-bg.png) repeat-x 0 top;
	margin: 0 auto;
}

#mainContentWrapper {
	position: relative;
	width: 520px;
	float: left;
	min-height: 450px;
	background: url(../images/content-bg.png) no-repeat 0 0;
	margin: 0;
	margin-top: -150px;
	padding: 0;
}

#mainContent {
	margin: 30px 30px 30px 50px;
}

#sideContentWrapper {
	width: 330px;
	float: left;
	margin: 0;
	padding: 3.0em 0;
}

#sideContent {
	font-size: 95%;
	padding: 0;
	padding-top: 1.0em;
	margin: 0 0 0 15px;
	width: 315px;


/* #sideContentWrapper width minus L/R margin & padding*/
}

#sideContent h1 {
	font-style: normal;
	font-size: 1.6em;
}

#sideContent h2 {
	color: #316472;
	font-size: 1.3em;
}

#footerWrapper {
	width: 100%;
	clear: both;
	background: transparent url(../images/footer-wrapper-bg.png) repeat-x 0 0;
}

#footer {
	position: relative;
	width: 850px;
	height: 61px;
	margin: 0 auto;
	padding: 2.0em 0;
	background: transparent url(../images/footer-bg.jpg) no-repeat 0 0;
	font-size: 1.1em;
	color: #242323;
}

#footer p {
	float: left;
	padding: 0 0 0 4.0em;
}

/* @end */

/* @group Navigation */

/* @group Header - Main Navigation */

#headerNavMain li {
	position: relative;
	background: none;
	display: block;
	width: 240px;
	height: 67px;
	padding: 0;
	margin: 0 0 18px;
	overflow: hidden;
}

#headerNavMain li.Home, #headerNavMain li.Careers, #headerNavMain li.Contact, #headerNavMain li.News {
	display: none;
}

#headerNavMain li.Who {
	background: url(../images/who-we-are.jpg) no-repeat 0 0;
}

#headerNavMain li.Who:hover {
	background-position: -240px -67px;
}

#headerNavMain li.current.Who {
	background-position: left bottom;
}

#headerNavMain li.What {
	background: url(../images/what-we-do.jpg) no-repeat 0 0;
}

#headerNavMain li.What:hover {
	background-position: -240px -67px;
}

#headerNavMain li.current.What {
	background-position: left bottom;
}

#headerNavMain a {
	display: block;
	overflow: hidden;
	width: 240px;
	height: 67px;
}

#headerNavMain a span {
	display: none;
}

/* @end */

/* @group Header - Secondary Navigation */

#headerNavSecond {
	position: absolute;
	top: 40px;
	right: 75px;
	width: auto;
}

#headerNavSecond ul {
	list-style-type: none;
}

#headerNavSecond li {
	background: none;
	display: none;
	overflow: hidden;
	float: right;
	padding: 0;
	width: 91px;
	height: 18px;
}

#headerNavSecond li.News {
	background: url(../images/news-and-events.png) no-repeat 0 0;
}

#headerNavSecond li.Contact {
	display: block;
	background: url(../images/contact.png) no-repeat 0 0;
}

#headerNavSecond a {
	display: block;
	width: 100%;
	height: 100%;
}

/* Hide text of */

#headerNavSecond a span {
	display: none;
}

#headerNavSecond a.News, #headerNavSecond a.News:visited {
	background: url(../images/news-and-events.png) no-repeat 0 0;
}

#headerNavSecond a.Contact, #headerNavSecond a.Contact:visited {
	background: url(../images/contact.png) no-repeat 0 0;
}

#headerNavSecond a.News:hover, #headerNavSecond a.News:active, #headerNavSecond a.News.current, #headerNavSecond a.Contact:hover, #headerNavSecond a.Contact:active, #headerNavSecond a.Contact.current {
	background-position: -91px -18px;
}

/* @end */

/* @group Footer Navigation */

#footerNav {
	float: right;
	padding-right: 2.0em;
}

#footerNav li {
	background: none;
	display: inline;
	padding-right: 0.5em;
}

#footerNav a, #footerNav a:visited {
	color: #242323;
}

#footerNav a:hover, #footerNav a:active, #footerNav a.current {
	color: #fddf51;
}

/* @end */

/* @end */

/* @group Contact Form */

#contactForm {
	margin: 1.0em auto 1.0em;
	padding: 0;
	width: 90%;
	z-index: 100;
}

#contactForm fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#contactForm label {
	display: inline;
	font-weight: bold;
	padding-right: 0.5em;
}

#contactForm label.error {
	color: #d11b1a;
	margin-bottom: 0.5em;
	display: inline;
}

#contactForm .text {
	position: relative;
	display: block;
	width: 92%;
	max-width: 360px;
	text-align: left;
	border: 1px solid #5e5e5e;
	padding: 5px;
}

#contactForm input.text:focus, #contactForm textarea.text:focus {
	background-color: #c6d4da;
	border-color: #316472;
}

#contactForm #message {
	margin-bottom: 1.0em;
}

#contactForm input#submit, #contactForm input#reset {
	width: auto;
}

#contactForm .footNote {
	float: right;
}

/* @end */