@charset "UTF-8";
/* CSS Document */
/*
-----------------------------------------------
C3 Base Style Sheet
Author:	RainCastle
Date:	 9 February 2010
----------------------------------------------- */

/* ---------------------- =RESETS */

body, div, h1, h2, h3, h4, p, ul, li, a
{
	margin: 0;
	padding: 0;
}

/* ---------------------- =COMMON STRUCTURE STYLES */


body {
	background-color: #918070;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: normal;
}

/* center aligns page */
.wrapper {
	width: 980px;
	padding-top: 170px;
	margin:0 auto; 
	position: relative;
}
#companyheader.wrapper {
	background: #CCCCB3 url(../images/c3_header_company_bg.jpg) no-repeat 0 0;	
}
#expertiseheader.wrapper {
	background: #CCCCB3 url(../images/c3_header_expertise_bg.jpg) no-repeat 0 0;	
}

#servingheader.wrapper {
	background: #CCCCB3 url(../images/c3_header_servingclients_bg.jpg) no-repeat 0 0;	
}

#otherheader.wrapper {
	background: #CCCCB3 url(../images/c3_header_other_bg.jpg) no-repeat 0 0;	
}

/* higher z-index so that it will display above flash */
.logo {
	width: 145px;
	height: 115px;
	position: absolute;
	left: 30px;
	top: 8px;
	z-index: 5000;
}

/* ---------------------- =COMMON ELEMENT STYLES */

/* developed for page titles */
h1 {
	color: #009;
	font-family: Times, Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 12px;
	text-align: left;
}

h2 {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #782239;
	margin-bottom: 8px;
}

/* developed for general content titles */
h3 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #782239;
	padding: 0 0 2px 0;
}

/* developed for link lists (Case Studies) */
h3.linkList {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #782239;
	margin-bottom: 8px;
}

/* developed for right include titles */
h4 {
	color: #782239;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 0 0;
	text-align:left;
}

img {
	border:none
}

a:visited {
	color: #64902f;
}

a:link {
	color: #64902f;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.righttext {
	text-align: right;
}

sup {
	font-size:inherit;
	line-height: 1px;
}

.caption {
	font-style: italic;
	text-align: center;
	text-indent: 0;
}



/* ---------------------- = NAVIGATION STYLES */
/* ---------------------- = LEFT NAVIGATION STYLES */
.leftnavigation {
	border-color: #cccccc;
	border-style:solid;
	border-width:1px;
	display: inline;
	float: left;
	margin: 30px 0 0 22px;
	padding: 3px 4px 5px 4px;
	width: 150px;
}

.leftnavigation ul{
	margin: 0;
	padding: 0;
	text-align:left;
	width: 150px;
	border-top: 1px solid #cccccc;
}

.leftnavigation li{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}

.leftnavigation a{
	display: block;
	margin: 0;
	padding: 6px 0 4px 30px;
	color: #918070;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	background: transparent url(../images/c3_left_navigation_arrow.gif) no-repeat 5px 9px;
}
.leftnavigation a:hover, #leftnavigationselected a{ 
	color: #fff;
	background: #918070 url(../images/c3_left_navigation_arrow_hover.gif) no-repeat 5px 9px;
}




/* ---------------------- = MAIN CONTENT STYLES */
/* .content background image defines height of div, it defines the inner floating div heights so they will extend to 100% */

.content {
	background: url(../images/c3_content_bg.gif) no-repeat 10px 0;
	margin-left:auto;
	margin-right:auto;
	width:980px;
}


.leftinclude {
	background-color: #fff;
	display: inline;
	float: left;
	height: auto;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	margin: 0 0 0 10px;
	width: 755px;
}


.leftincludecontent {
	float: left;
	margin: 30px 0 0 22px;
	/*min-height: 200px;*/
	width: 540px;
}

.leftincludecontent p{
	color: #62595a;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}

.leftincludecontent ul{
	margin-bottom: 15px;
	/*color: #782239;
	line-height: 12px;*/
}
.leftincludecontent li
{
	list-style: none;
	color: #62595a;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 4px;
	padding-left: 8px;
	background: transparent url(../images/list-bullet.gif) no-repeat 0 5px;
}
.rightinclude {
	display: inline;
	float: left;
	height: 100%;
	margin: 0 10px 0 0;
	/*min-height: 520px;*/
	width: 205px;
}

.rightincludecontent{
	padding: 50px 0 0 20px;
}

.rightincludecontent p{
	color: #62595a;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 2px 0;
	text-align:left;
}

/* ---------------------- =HOMEPAGE CONTENT STYLES */
/* .homeflash has a lower z index so the logo can be displayed above it */
#homeWrapper {
	width: 980px;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
	background: url(../images/c3_home_header_bg2.jpg) no-repeat 0 0;
}

.homeflash { 
	display: block;
	min-height: 410px;
	padding:0;
	position: relative;
	margin: 0;
	width: 980px;
}

.homecontent {
	background-image: url(../images/c3_home_content_bg2.jpg);
	min-height: 162px;
	padding: 0 0 0 7px;
	width: 973px;
}
.homecontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #782239;
	margin: 0 0 0 15px;
	padding: 10px 0 2px 0;
}
.homecontent h1 a
{
	color: #782239;
	text-decoration: none;
}

.homecontent p{
	color: #62595a;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	padding: 0 5px 0 15px;
}

/*.homecontent img{
	padding: 0 0 2px 7px;
}*/

.homecontentsection {
	background-image: url(../images/c3_home_content_area_bg.png);
	border-color: #999999;
	border-style:solid;
	border-width:1px;
	display: inline;
	float: left;
	height: 128px;
	margin: 10px 0 10px 10px;
}

#homecontentleft{
	width: 275px;
}

#homecontentcenter{
	width: 275px;
}


#homecontentright {
	width: 370px;
}

#homecontentteam
{
	display: block;
	float: right;
	width: 128px;
	height: 128px;
	overflow: hidden;
}

/* ---------------------- =OUR PEOPLE CONTENT STYLES */

#teamnavcontainer {
	display: block;
	float: left;
	width: 135px;
}

#teamnavcontainer a{
	border-bottom: 1px solid #CCC;
	color: #61595a;
	display: block;
	font-size: 12px; 
	font-weight: bold;
	min-height: 22px;
	padding: 8px 0 8px 10px;
	text-decoration: none;
}

#teamnavcontainer span.title{
	color: #555;
	display: block;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
}

#teamnavcontainer a.default{
	background: none;
}

#teamnavcontainer a:hover, #teamnavcontainer a.current{
	background-color:#e7e3ca;
	min-height: 22px;
}

#teamgridcontainer{
	display: inline;
	float: left;
	margin: 0px 0 40px 19px;
	width: 365px;
}

#teamgridcontainer img{
	border:solid;
	border-color: #cbcdca;
	border-width:thin;
	display: block;
	float: left;
	margin: 2px 2px 2px 2px;
}

#teamgridcontainer a{
	color: #cbcdca;
	text-decoration:none;
}

#biocontainer {
	width: 350px;
	float: left;
	margin: 7px 0 40px 29px;
	display: inline;
}

.bioname {
	color: #782239;
	font-size: 13px; 
	font-weight: bold;
	margin-bottom: 5px;
}

#biocontainer img{
	border:solid;
	border-width:thin;
	color: #cbcdca;
	margin: 0 0 3px 3px;
}



/* ---------------------- =SITEMAP CONTENT STYLES */

#sitemap {
	font-size: 12px;
	line-height: 20px;
}



/* ---------------------- =CLIENT LIST CONTENT STYLES */
/* .twocolumn was developed for client list structure */

.twocolumn {
	float: left;
	padding: 0 0 0 20px;
	width: 200px;
}



/* ---------------------- =CONTACT PAGE CONTENT STYLES */
/* for other contact page styles, view contactstyle.css  */


#contacttext {
	font-size: 15px; 
	line-height: 16px;
	text-decoration: none;
}



/* ---------------------- =FOOTER STYLES */

.footer {
	background-color: #333333;
	height: 55px;
	width: 980px;
}

.footer p{
	color: #918070;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0;
	padding: 25px 22px 0 22px;
	text-align: right;
}

.footer a{
	color: #918070;
	text-decoration: none;
}

.footernavigation{
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: normal;
	float: left;
	text-align:left;
}

.footernavigation a{
	color: #fff;
	text-decoration: none;
}







