body {
	background:#000;
	color:#835151;
	margin:0;
	padding:0;
}

.container {

	width:845px;
	margin:0 auto;
	padding:0;
	background:#000;
}

.contentWrapper {
	padding:20px 20px 60px;
}
#philosophy .contentWrapper {
	background:url(images/pageBG/philosophy.gif) top right no-repeat;
}
#portfolio .contentWrapper {
	background:url(images/pageBG/portfolio.gif) top right no-repeat;
}
#people .contentWrapper {
	background:url(images/pageBG/people.gif) top right no-repeat;
}
#process .contentWrapper {
	background:url(images/pageBG/process.gif) top right no-repeat;
}
#contact .contentWrapper {
	background:url(images/pageBG/contact.gif) top right no-repeat;
}


#footer {
	margin:0px 20px 0;
	border-top:1px dotted #d2d2d2;
	padding:20px 0 0 0;
	font-size:11px;
}
#header {
	height:135px;
	position:relative;
}
#portfolio #header {
	background:url(images/headerBG-portfolio.jpg) top left no-repeat;
}
#people #header {
	background:url(images/headerBG-people.jpg) top left no-repeat;
}
#philosophy #header {
	background:url(images/headerBG-philosophy.jpg) top left no-repeat;
}
#process #header {
	background:url(images/headerBG-process.jpg) top left no-repeat;
}
#contact #header {
	background:url(images/headerBG-contact.jpg) top left no-repeat;
}

/********************************
fonts
********************************/
p {
	font-size:11px;
	
}
a {
	color:#0066ff;
	text-decoration:none;
}

.aaredHeader {
	color:#ff0000;
	text-transform:uppercase;
	font-family:verdana;
	font-size:10px;
	display:block;
	margin:5px 0 0px;
	font-weight:bold;
	letter-spacing:1px;
}
.margin {margin-bottom:10px;}
.aared {color:#ff0000;}
.aablack {color:#000;}
.uppercase {text-transform:uppercase;}


/********************************
public home
********************************/
#PublicHome #header {
	background:url(images/headerBG-home.jpg) top left no-repeat;
}
#PublicHome .main {
	background:url(images/home/pageContentBG.jpg) top center repeat-y;
}
/********************************

********************************/
.intro h1 {
	font-size:20px;
	line-height:26px;
}
/********************************

********************************/
.clientChallenges {
	width:300px;
	border:1px dotted #d2d2d2;
	border-width:1px 0;
	float:left;
}
.clientChallenges div {
	float:left;
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
}
.clientChallenges img {
	float:left;
	clear:none;
}
.clientChallenges h3, .clientChallenges span {
	display:block;
	margin-left:130px;
	font-size:12px;
	line-height:15px;
}

.clientChallenges a {
	display:block;
	font-size:10px;
	margin:5px 0;
}
/********************************

********************************/
.articles {
	float:right;
	width:450px;
	border-top:1px dotted #d2d2d2;
}
/********************************

********************************/
.wip {
	border-bottom:1px dotted #d2d2d2;
}
.wip h1 {
	font-size:18px;
	line-height:24px;
	margin-top:10px;
}
.wip p {
	color:#000;
}
/********************************

********************************/
.insight h1 {
	margin-top:10px;
}
.insight h2 {
	font-size:11px;
	color:#000;
}





.practiceArea {
	background:#fdf8e8;
	padding:20px 30px;
	color:#000;
	font-size:10px;
}
.practiceArea li {
	text-transform:uppercase;
	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;
}

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

#globalNav {
	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:11px;
	line-height:25px;
	color:#666666;
}
#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:#000;
	background:#fcfbfb;
}



.topNav {
	position:absolute;
	top:10px;
	right:50px;
	background:#000;
	padding:2px 10px;
	font-size:12px;
}
.topNav a {
	color:#fff;
	font-weight:bold;
}




#peopleList {
	width:80%;
	margin:10px auto;
}
#peopleList li {
	float:left;
	width:33%;
	margin-bottom:10px;
}
#peopleList img {
	width:95%;
	display:block;
	margin:0 auto;
}






#people .main h1 {
	margin-bottom:10px;
}
#people .main p {
	font-family:georgia;
	font-size:12px;
}


.postNav {
	float:right;
}
.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);
}
