body {
	background:url(images/bodyBG2.gif) #fff;
	color:#835151;
	margin:0;
	padding:0;
}
.black {
	color:#000;
}

.red {
	color:#ff0000;
}

/********************************
structure
********************************/
.container {
	width:845px;
	margin:0 auto;
	padding:0;
	background:#fff;
}
/*wraps all content below the navigation*/
.contentWrapper {
	padding:30px 20px 60px;
}
/*wraps the main page content*/
.main {
	width:520px;
	margin-left:60px;
}

/********************************
FOOTER
********************************/
#footer {
	font-family:verdana,arial;
	margin:0 20px 0;
	background:url(images/dotleader.gif) top left repeat-x;
	padding:2em 0 0 0;
	font-size:9.6px;
}
#footer td.black {
	color:#000;
}
#footer span {
	font-weight:bold;
	font-family:verdana,arial;
}


/********************************
HEADER
********************************/
#header {
	height:137px;
	position:relative;
}
#header h1 {
	margin:0;
}
#header h1 span {
	display:none;
}

#header #aaredname {
	position:relative;
	top:0px;
	left:636px;
	width:100px;
	height:20px;
}
#header #aaredname h2 a {
	font-family:tahoma,verdana;
	font-weight:bold;
	font-size:10px;
	color:#ff0000;
	text-decoration:none;
}
#header #aaredname h2 a span {
	color:#000000;
	padding-left:2px;
}
#header #aaredname h2 a:hover {
	color:#000000;
	text-decoration:none;
}
#header #aaredname h2 a span:hover {
	color:#ff0000;
	text-decoration:none;
}


/********************************
HEADER - TOPNAV (CLIENT LOGIN)
********************************/
.topNav {
	position:absolute;
	top:10px;
	right:20px;
	background:#000;
	padding:2px 10px;
	font-size:11px;
}

.topNav:hover, .topnav a:hover {
	background:#ff0000;
	color:#fff;
}

.topNav a {
	color:#fff;
	font-weight:bold;
	font-family:verdana;
}

.topNav a:hover {
	color:#fff;
	text-decoration:underline;
}


/********************************
fonts
********************************/
p {
	font-size:1.05em;
	letter-spacing:-.0em;
	
}

body .more {
	font-family:tahoma,verdana,arial;
	text-transform:uppercase;
	font-size:9.5px;
	margin-top:-4px;
	letter-spacing:.03em;
	margin-bottom:0px;
	
}
a {
	color:#0066ff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#000;
}

.margin {margin-bottom:10px;}
.aared, .aaredHeader span.aared {color:#ff0000;}
.aablack {color:#000;}
.uppercase {text-transform:uppercase;}



/*headers for main content area */
.main h3, .aaredHeader, h1.aaredHeader {
	color:#ff0000;
	text-transform:uppercase;
	font-family:tahoma,verdana,arial;
	font-size:10px;
	display:block;
	margin:12px 0 7px;
	font-weight:bold;
	letter-spacing:1px;
}
.aaredHeader span {
	color:#000;
}
#single h1 {
	letter-spacing:-.02em;
}
dt.aaredHeader {
	font-size:9.6px;
	margin:0 0 2px 0;
	padding:0px;
	font-family:tahoma,verdana,arial;
	letter-spacing:0px;
	text-transform:none;
}

/********************************
globalnav
********************************/

#globalNav {
	font-family:tahoma, verdana;
	width:100%;
	height:25px;
	background:#f4f0f0;
	border-top:1px solid #000;
}
#globalNav ul {
	margin:0;
	padding:0 0 0 84px;
}
#globalNav li {
	margin:0;
	float:left;
	list-style:none;
}
#globalNav li a {
	display:block;
	padding:0px 20px;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-size:10px;
	line-height:25px;
	color:#666666;
	letter-spacing: .2em;
}
#globalNav li.selected a {
	color:#ff0000;
	font-weight:bold;
	background:url(images/nav_indicator.gif) bottom center no-repeat #fcfbfb;
}
#globalNav li a:hover {
	color:#ff0000;
	background:#fcfbfb;
}






/********************************
Page Specific Styles
********************************/

/********************************
background for the homepage shadow
width is reset to 100%
********************************/
#PublicHome .main {
	background:url(images/home/pageContentBG.gif) top center no-repeat #ffffff;
	margin-left:0;
	width:100%;
}

/********************************
Single post pages and single insights 
pages do not have a background.

They are also set to width 100%.
********************************/
#single .main, #insights .main {
	background:none;
	margin-left:0;
	width:100%;
}
#single .main h1 {
	font-size:20px;
	font-weight:normal;
}

/********************************
Single profile pages get a different 
margin and padding
********************************/
#people #single .main {
	width:520px;
	margin-left:60px;
}

/********************************
Archive landing page and Tag landing
page get a different width
********************************/
#archive .main, #tag .main {
	width:740px;
}

#contact .main {
	width:518px;
}
/********************************
Background image gets pulled on 
portfolio pages
********************************/
#portfolio #single.contentWrapper {
	background:none;
}


/********************************
PAGE BACKGROUNDS
********************************/
#philosophy .contentWrapper {
	background:url(images/pageBG/philosophy.gif) top right no-repeat;
}
#portfolio .contentWrapper {
}
#people .contentWrapper {
}
#process .contentWrapper {
	background:url(images/pageBG/process.gif) top right no-repeat;
}
#contact .contentWrapper {
}

/********************************
PAGE HEADERS
********************************/
#PublicHome #header {
	background:url(images/headerBG-home.gif) top left no-repeat;
}
#portfolio #header {
	background:url(images/headerBG-portfolio.gif) top left no-repeat;
}
#people #header {
	background:url(images/headerBG-people.gif) top left no-repeat;
}
#philosophy #header {
	background:url(images/headerBG-philosophy.gif) top left no-repeat;
}
#process #header {
	background:url(images/headerBG-process.gif) top left no-repeat;
}
#contact #header {
	background:url(images/headerBG-contact.gif) top left no-repeat;
}
#insights #header {
	background:url(images/headerBG-insights.gif) top left no-repeat;
}





/********************************
HOMEPAGE introduction paragraph
********************************/
.intro {
	margin-bottom:15px;
}

.intro h1 {
	font-size:20px;
	line-height:26px;
	margin-bottom:10px;
}

.intro p.dateline {
	font-size:11px;
	font-family:tahoma,verdana,arial;
	margin-bottom:8px;
	color:#666666;
}

.intro h1 span {
	font-size:17px;
	font-family:tahoma, verdana;
	font-weight:bold;
}

/********************************
HOMEPAGE - CLIENT CHALLENGES
********************************/
.clientChallenges {
	background:url(images/dotleader.gif) top left repeat-x;
	width:300px;
	border-width:1px 0;
	float:left;
}
.clientChallenges div {
	float:left;
	width:100%;
	margin-bottom:18px;
	margin-top:0px;
	padding:8px 0 0 0;
}
.clientChallenges img {
	height:116px;
	float:left;
	clear:none;
}
.clientChallenges h1 {
	margin-bottom:22px;
	
}
.clientChallenges h2 {
	padding-top:0px;
	
}
.clientChallenges h2 {
	display:block;
	margin-left:130px;
	font-size:13px;
	line-height:16px;
}
.clientChallenges p {	
	display:block;
	margin-left:130px;
	line-height:16px;	
}

.clientChallenges a {
	display:block;
	margin:5px 0;
}

#portfolio .format1 {
	padding:0;
}
#portfolio dl.format1 {
	width:215px;
	float:left;

}
#portfolio .format1 dd {
	font-family:verdana,arial;
	padding:0 0px 0 10px;
	margin:0 0 6px;
	line-height:110%;
	font-size:9.6px;
}


/********************************
HOMEPAGE - ARTICLES
********************************/
.articles {
	float:right;
	width:450px;
	background:url(images/dotleader.gif) top left repeat-x;
	padding-right:10px;
}
/********************************
HOMEPAGE - WORK IN PROGRESS
********************************/
.wip {
	padding-bottom:6px;
	background:url(images/dotleader.gif) bottom left repeat-x;
}
.wip h1 {

}
.wip h2 {
	margin-top:18px;
	font-size:17px;
	line-height:120%;
	padding-right:10px;
	letter-spacing:-.02em;
}
.wip p {
	color:#000;
	font-size:11px;
	line-height:17px;
}
/********************************
HOMEPAGE - INSIGHT
********************************/
.insight h2 {
	margin-bottom:5px;
	letter-spacing:-.02em;
}
.insight h1 {
}
.insight p {
	font-family:verdana,arial;
	text-transform:none;
	font-size:10px;
	line-height:16px;
	letter-spacing:0;
	padding-right:10px;
	margin-bottom:8px;
}

.insight h4 {
	font-size:9.6px;
	font-family:verdana,arial;
	color:#000;
	letter-spacing:0;
}
.insightContent {
	position:relative;
	right:60px;
}
#insights dl.format1 {
	margin-top:0px;
}

#insights dl.format1 dd {
	margin-bottom:10px;
}




/********************************
SINGLE PAGE - PRACTICE AREA
********************************/
.practiceArea {
	min-height:213px;
	width:230px;
	position:relative;
	top:-5px;
	background:#fdf8e8;
	padding:15px 30px 36px 30px;
	color:#000;
	font-size:10px;
	margin:0;
	position:relative;
	top:-5px;
}
.practiceArea li {
	text-transform:none;
	font-family:tahoma, verdana, arial;
	font-size:10px;
	font-weight:bold;
	margin:5px 0;
}
.practiceArea li span a {
	text-transform:none;
	font-size:11px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	font-family:georgia;
}

.practiceArea li span a:hover {
	color:#0066ff;
	text-decoration:underline;
}

/********************************
SINGLE PAGE - BANNER IMAGE
********************************/

.imageLarge {
	width:805px;
	overflow:hidden;
}
.imageLarge img {
	display:block;
	float:none;
}
.bannerImage {
	border:0;
	margin-bottom:0px;
}




/********************************
PEOPLE - IMAGE GRID
********************************/
#peopleList.contentWrapper {background:none;}
#people #peopleList .pageContent {
	width:650px;
	margin:20px auto;
}
#people #peopleList li {
	float:left;
	margin:0 10px 10px 0;
	width:205px;
}
#people #peopleList img {
	display:block;
	margin:0 auto;
}
* html #peopleList li {
	width:205px;
}
/********************************
PAGE - PEOPLE
********************************/
#people .main h1 {
	margin-bottom:10px;
	font-weight:normal;
}
#people .main p {
	font-family:georgia;
	font-size:12px;
}
.bioHeader {
	position:relative;
	height:136px;
	width:100%;
	margin-bottom:20px;
}
.bioInfo {
/*	background:#514a41;*/
	height:136px;
	float:left;
	width:310px;
	position:absolute;
	padding:0 30px 0 0;
	margin:0;
	color:#000;
}
.bioHeader h1 { 
	font-size:22px;
	margin-top:10px;
	left:0px;
	font-weight:normal;
}
.bioHeader h2{
	font-weight:normal;
	font-family:verdana,arial;
	font-size:10px;
	letter-spacing:.055em;
	line-height:14px;
	text-transform:uppercase;
	margin-top:14px;
	color:#000;
}
.bioInfo h3{
	font-weight:normal;
	font-family:verdana,arial;
	font-size:10px;
	line-height:13px;
	margin-top:12px;
	text-transform:none;
	color:#000;
	letter-spacing:0px;
}
.bioHeader h4 {
	position:absolute;
	left:0px;
	margin-bottom:7px;
	bottom:0px;
	font-size:11px;
	font-weight:bold;
	color:#ff0000;
	font-family:tahoma, verdana, arial;
	letter-spacing:0px;
}

.bioHeader img {
	float:right;
}
#people .supplimental {
	margin-top:0px;
	padding:0 60px;
}
.supplimental a {
	color:#8b5d5d;
	font-family:georgia;
}
.supplimental a:hover {
	color:red;
}
.supplimental ul {
	width:140px;
	float:left;
}
.supplimental li {
}

.clean li.selected a {
	color:#000000;
	font-weight:normal;
}


/********************************
INSIGHTS
********************************/
.insightHeader {
	position:relative;
	left:20px;
}

#insights .main h1 {
	margin-bottom:10px;
	
}
.insightInfo h1 {
	margin-bottom:8px;
	
}
#insights .main h2 {
	font-size:12px;
}
#insights p {
	font-family:verdana,arial;
	font-size:10px;
	line-height:16px;
	margin-bottom:10px;
}
#insights p.jobtitle {
	font-family:verdana,arial;
	font-size:9.6px;
	color:#000;
	margin-top:0px;
	padding-bottom:4px;
}
#insights p.jobtitle span {
	text-transform:uppercase;
}
.insightInfo {
}
.insightInfo h1 {
	font-size:18px;
}
.aaredHeader-insights {
	color:#ff0000;
	text-transform:none;
	font-family:verdana,arial;
	font-size:10px;
	margin:0px 0px 7px;
	font-weight:bold;
	letter-spacing:0px;
}
dd.otherinsights {
	margin:0px;
	padding:0px 20px 0 0;
	font-size:11px;
	line-height:130%;
}


/********************************
PAGE - POST NAVIGATION
********************************/
.postNav {
	float:right;
}
#people .postNav {

}
.postNav ul {
	padding:0;
	margin:0;
	list-style:none;
}
.postNav li {
	float:left;
	margin:0 2px;
}
.postNav li a {
	display:block;
	width:16px;
	height:16px;
}
.postNav li span {
	display:none;
}
.postNav li.post-next {
	background:url(images/post-next.jpg);
}
.postNav li.post-previous {
	background:url(images/post-previous.jpg);
}



/********************************
CONTACT FORM IF YOU WANT IT
********************************/
#contactForm td {
	padding:5px;
}
#contactForm th {
	vertical-align:top;
	padding:5px;
	
}
#contactForm span {
	font-size:9px;
	color:#999;
	font-style:italic;
}
#contactForm input, #contactForm textarea {
	border:1px solid #999;
	background:#fff;
	padding:5px;
	font-size:10px;
}




/********************************
TABLE FORMAT
********************************/
table.format1 {
	width:600px;
}
table.format1 caption {
	background:#fff;
	font-size:16px;
}
table.format1 tr:hover {
	background:#f4f0ef;
}
table.format1 thead tr:hover {
	background:transparent;
}
table.format1 td { 
	border-bottom:1px solid #d2d2d2;
	text-align:center;
	width:95px;
	font-size:10px;
	padding:2px 0;
}
table.format1 td img {
	display:block;
	float:none;
	margin:0 auto;
} 

table.format1 th {
	width:245px;
	font-size:10px;
	border-bottom:1px solid #d2d2d2;
	vertical-align:top;
	font-family:georgia;
	font-weight:normal;
}
table.format1 thead {
}
table.format1 thead th {
	font-size:14px;
	font-weight:normal;
	color:#b7a7a7;
	font-style:italic;
	font-family:georgia;
}
.pageContent table.format1 thead span.aaredHeader {
	font-size:10px;
}




table.format1.heading {
	margin:20px 0 0 0;
}
table.format1.heading * {
	border:0;
	text-align:center;
	padding:0;
}



/********************************
TAG CLOUD
********************************/
.wp-tag-cloud {
	list-style:none;
}



/********************************
CLIENT CHALLENGES HOVER EFFECT
********************************/
.iconContainer {
	position:relative;
	float:left;
	text-align:center;
	width:116px;
	height:116px;
	overflow:hidden;
}
.iconContainer img {
	margin-top:0;
}
.iconContainer a {
	position:relative;
	margin:0;
}
.iconContainer a.ie6:hover {
	left:-116px;
}

.iconContainer em {
	position:absolute;
	bottom:0px;
	left:-10px;
	padding:5px;
	width:126px;
	display:none;
	z-index:9;
}
.iconContainer em span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.iconContainer em strong {
	position:relative;
	z-index:10;
	color:#fff;
}



