/* Global
------------------------------------------------------------------*/
html, body, form, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, address {
	margin:0;
	padding:0;
}

ul,li {
	list-style-type:none;
}

body {
	background-color: #acafba;
	font: normal 14px/1.4em  "Helvetica","Lucida grande",Arial,sans-serif;
}

p {
	color: #3b3c40;
	margin-bottom: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: .6em;
}

h1 { font-weight: bold; }

a, a:link, a:active, a:visited {
	color: #5733d7;
	text-decoration: none;
	outline: none;
}	

a:hover, .spanlink:hover {
	text-decoration: underline;
	outline: none;
}

.clear {
	clear:both;
}

.centered, p.centered {
	text-align:center;
}

.right {
	text-align:right;
}	

.floatright {
	float: right;
}	

.sml {
	font-size: 11px;
}

.tny {
	font-size: 10px;
}

.gray {
	color: #999;
}

img {
	display: block;
	margin: 0;
	padding: 0;
	border:0;
}

#msg-ok {
	margin: 10px 0;
	padding: 10px;
	background-color: #d3ffa9;
	border: 1px solid green;
}

#msg-err {
	padding: 10px;
	background-color: #ffddd7;
	border: 1px solid red;
}

.hand {
	cursor: pointer;
}


/* Top Nav
------------------------------------------------------------------*/

#top-nav-bg {
	height: 49px;
	width: 100%;
	background: url("/i/nav/top_nav_bg.png"); 
	background-repeat: repeat-x; 
	border-bottom: 1px solid #525252;
}

#top-nav {
	height: 49px;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#top-nav ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#top-nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}



/* Header quotes
------------------------------------------------------------------*/

#header-quote {
	margin: 6px auto;
	width: 800px;
	height: 151px;
}



/* Content area & footer
------------------------------------------------------------------*/

#content-area-top {
	width: 800px;
	height: 6px;
	background-image: url("/i/content_area/top.png");
	background-repeat:no-repeat; 
	margin: 0 auto;
	font-size:0;
}

#content-area {
	overflow: auto;
	width: 800px;
	background-image: url("/i/content_area/middle.png");
	background-repeat:repeat-y; 
	margin: 0 auto;
	background-color: none;
	padding-bottom: 20px;
}

#left-col {
	float: left;
	width: 224px;
	background-color: none;
	/* 1px for the containing div bg w/ the border */
	margin: 20px 0 30px 1px;
	padding-bottom: 30px;

}

#v-rule {
	/* The height of the v-rule is set on each page */
	float: left;
	margin: 20px 0 80px 0;
	background-color: #ccc;
	width: 1px;
}

#right-col {
	margin:  0 0 80px 0;
	padding: 29px 0 0 54px;
	float: left;
	background-color: none;
	/* 574 (the col width) - 54 (the padding) - 1 (for the bg border)  */ 
	width: 519px;
}

#content-area-bottom {
	width: 800px;
	height: 6px;
	background-image: url("/i/content_area/bottom.png");
	background-repeat:no-repeat; 
	margin: 0 auto;
	font-size:0;
}

#footer {
	font-family: verdana;
	font-size: 11px;
	letter-spacing: 2px;
	text-align: center;
	color: #414246;
	width: 800px;
	margin: 30px auto;
	padding-bottom: 60px;
}

#footer p.copyright {
	margin-top: 10px;
	font-family: verdana;
	font-size: 10px;
	letter-spacing: 2px;
	color: #64666c;
}



/* Home page
------------------------------------------------------------------*/


#left-col {
	
}

#left-col.home h3 {
	padding: 8px 20px 0 20px;
	margin: 0;
	font-weight: bold;
}

#left-col.home h4 {
	padding: 8px 20px 0 20px;
	margin: 0;
	font-weight: bold;
}

#left-col.home img {
	padding: 0 20px;
}	

#left-col.home h6 {
	padding: 0 20px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin: 6px 0 6px 0;
	line-height: 1.3;
}	

#left-col.home p {
	padding: 0 20px;
	font-size: 12px;
	line-height: 1.3;
}	


ul.principles {
	margin: 0 0 1.4em 3em;
	padding: 0;
}

ul.principles a.title {
}

ul.principles li {
	list-style-type:decimal;
	margin-bottom: .25em;
	color: #3b3c40;
}

ul.principles p.sub {
	font-weight: bold;
	margin: .25em 0;
}

ul.principles p.desc {
	font-style: italic;
	margin: 0 0 .75em 0;
}

a.more {
	white-space: nowrap;
}


/* Who We Are page
------------------------------------------------------------------*/



/* Name list nav 
-----------------*/

#who-list {
	padding: 0 10px 0 30px;
	color: #610815;
}

#who-list ul {
	color: #610815;
	margin-top: 0;
	padding-left: 22px;
	list-style-type: circle;	
}

#who-list li {
	list-style-type: circle;
	padding: 0 0 11px 0;
	font-weight: normal;
	font-size: 12px;
}

#who-list * {
	color: #610815;
}

#who-list h3 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}

.who-header {
	margin-top: 20px;
}

.who-header h3 a {
	color: #610815;
	font-size: 18px;
	font-weight: normal;
}

#partnerslist, #boardlist, #stafflist, #clientlist {
	display: none;
}


/* Right Col
--------------- */

#right-col.who-we-are h1 {
	padding-top: 2px;
}

#right-col.who-we-are a {
	
}

ul.who-we-are {
	margin: 0 0 1.4em 4em;
	padding: 0;
}

ul.who-we-are li {
	list-style-type:circle;
	margin-bottom: .5em;
	color: #610815;
	font-style: italic;
}

ul.who-we-are span {
	color: #3b3c40;
}

#clientlist {
	margin-top: 20px;
}

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

#clientlist li {
	list-style-type: none;
	padding: 0 0 4px 0;
	font-weight: normal;
	font-size: 12px;
}

#who-bio p {
	font: normal 12px/17px  "Lucida grande",Arial,sans-serif;
	padding-right: 80px;
}

#who-bio p.lead {
	font: normal 12px/17px  "Lucida grande",Arial,sans-serif;
	padding-right: 80px;
	margin-top: 0;
}

#who-bio ul {
	font: normal 12px/17px  "Lucida grande",Arial,sans-serif;
	margin: 20px;
	padding-right: 80px;
}

#who-bio li {
	font: normal 12px/17px  "Lucida grande",Arial,sans-serif;
	margin-bottom: 12px;
	list-style: disc;
}

#who-bio img {
	float: left;
	_align: left;
	margin: 4px 28px 8px 0;
}

#who-bio a {
	color: #610815;
	border-bottom: 1px dotted #aaa;
}

#who-bio a:hover {
	color: #610815;
	border-bottom: 1px solid #610815;
	text-decoration: none;
}

.who-name {
	margin-bottom: .5em;
}

h4.who-company, h4.who-company a {
	font-size: 18px;
	font-weight: bold;
	color: #999;
}



/* What We Offer page
------------------------------------------------------------------*/

/* Left Col 
-------------*/


#left-col.what-we-offer * {
	font-size: 12px;
	overflow: visible;
}


#left-col.what-we-offer h3 {
	font-size: 24px;
	padding:12px 20px 0 20px;
}

#left-col.what-we-offer h4 {
	color: #000;
}


ul.testimonials {
	padding: 0 20px;
}

ul.testimonials div {
	margin-top: 1.4em;
}


ul.testimonials p.lead {
	margin-bottom: 0;
}

ul.testimonials p.cite {
	margin: .25em 0 2em 0;
	padding: 0;
	font-style: italic;
	text-align: right;
	color: #999;
}

ul.testimonials p.cite span {
	display: block;
	color: #666;
}


/* Right Col 
-------------*/

#right-col.what-we-offer {
	float: left;
	width: 470px;
	padding-right: 30px;
}

#right-col.what-we-offer h2 {
	margin-bottom: .4em;
}

ul.offer li {
	margin-bottom: 1.4em;
}
 



/* Contact Us page
------------------------------------------------------------------*/


/* Left Col
--------------- */


#left-col.contact p {
	padding: 0 30px;
	margin: 0 0 .4em 0;
}

#left-col.contact p.name{
	margin-top: 12px;
	font-size: 18px;
	font-weight: bold;
}



/* Right Col
--------------- */

#right-col.contact h1 {
	margin-bottom: 0;
	
}


#contact td {
	padding: 5px 5px 5px 0;
}

#contact td, #contact input, #contact textarea {
	font-family:'Lucida grande' Arial;
	font-size: 12px;
}

#contact textarea {
	height:150px;
	width:325px;
	margin-bottom:11px;
}



/* Writing & Resources page
------------------------------------------------------------------*/


/* Left Col
--------------- */

#h-recent-writing {
	margin:0; padding:0;
    width:224px; height:40px;
    background:url("/i/headers/h_recent_writing.png") top left no-repeat;
}

#h-recent-writing span { display:none }


/* Right Col
--------------- */

#media div.content {
	padding-right: 60px;
}	

#media h3 {
	margin: 8px 0 8px 0;
}	

#h-resources {
	margin:0; padding:0;
    width:300px; height:24px;
    background:url("/i/headers/h_resources.png") top left no-repeat;
}

#h-resources span { display:none }

#writing a {
	color: #287535;
	text-decoration: none;
}

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

ul#books {
	padding-right: 60px;
}

ul#books li {
	margin-bottom: 6px;
}

ul.writing {
	margin: 0 0 0 0;
	padding: 0 80px 0 0;
}

ul.writing li {
	margin-bottom: .75em;
	list-style-type: none;
}

#writing li.writing a {
	color: #000;
	text-decoration: none;
}

#writing li.writing a:hover {
	color: #287535;
	text-decoration: underline;
}	

.h-sub-writing {
	margin: 1.4em 0 .4em 0;
	font-size: 18px;
	color: #287535;
	font-weight: bold;
}


.bookBlindDiv {
	width: 450px;
	background-color:#f3f3f3;
	overflow: hidden;
}

.openBookBlind {
	background-color:#f3f3f3;
	padding: 3px 3px 3px 5px;
}

.closeBookBlind {
	float: right;
	margin-bottom: 5px;
	border: 1px solid #bbb;
	border-width: 0 0 1px 1px;
	background-color: #eee;
	padding: 0 3px;
}

div.bookcover {
	width: 100px;
	float: left;
	margin: 0 1em;
	padding-bottom: 1em;
}

div.bookdesc {
	width: 275px;
	float: left;
}

.less {
	padding: 2px;
	border: 1px solid #ddd;
}

.amazonlink {
	color: #287535;
}

.amazonlink:hover {
	text-decoration: underline;
}

.amazonlink:hover {
	text-decoration: none;
}

.tooltipOver {
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
  padding: 17px;
  padding-bottom: 34px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  z-index: 1000;
  width: 425px;
  line-height: 1.5em;

}

.tooltipOut {
	display: none;
}

#links {
	background-color: none;
}

#links h3 {
	font-size: 16px;
	margin-bottom: 11px;
	color: #287535;
}

#links ul {
	margin: 20px 0 0 0;
	padding: 0;
}

#links li {
	margin-bottom: 12px;
}

#links a {
	color: #287535;
}


/* Syzygeist Popup
----------------------------------------------------*/

body.syzygeist-popup {
	background-color: white;
	height: 100%;
}

#h-syzygeist {
	margin:0; padding:0;
	margin-bottom: 12px;
    width:360px; height:37px;
    background:url("/i/headers/h_syzygeist_popup.png") top left no-repeat;
}

#h-syzygeist span { display:none }

.syzylogo {
	float: left;
	margin: 0 20px 20px 0;
}

#syzygeist-desc {
	position: relative;
	height: 100%;
	background-color: white;
	padding: 40px;
}

#syzygeist-desc a {
	color: green;
}

