/*-----------------------------------------------------------------------------
Global StyleSheet (DMD - Diversified Media Design)

version:   2.0
author:    Rebecca Kemnitz
email:     rebecca@bytestudios.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* { margin: 0; padding: 0; }

/* Put it back on certain elements */
/*
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
}
*/

/* Class for clearing floats */
.clear { clear: both; }

/* Remove border around linked images */
img { border: 0; }

/* Links
-----------------------------------------------------------------------------*/

a { color: #1a1a1a; text-decoration: none; outline: none; }

a:hover { color: #6ba13c; }

a:active { outline: none; }

/* Classes
-----------------------------------------------------------------------------*/
.i-header { 
	float: left;
	width: 227px;
	padding: 9px 7px;
	margin-bottom: 13px;
	font: bold 10px Arial, Helvetica, sans-serif;
	border-top: 1px solid #e2e0de;
	background-color: #f0efee; 
}

.i-header span { float: left; }

.i-header span em {  font-style: normal; }

.i-header a {  float: right; font: normal 9px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif; }

.i-list { clear: both; list-style: none; }

.i-list li { padding-bottom: 8px; }

.i-list li span { display: block; font: normal 11px Arial, Helvetica, sans-serif; }

.i-list li span em { font-style: normal; }

.right-list { clear: both; list-style: none; }

.right-list li { padding-bottom: 4px; }

.right-list li span { display: block; font: normal 11px Arial, Helvetica, sans-serif; }

.right-list li span em { font-style: normal; }

.read-more { display: block; margin-top: 14px; font-size: 11px; }

.archive-text { margin: 0 20px 20px 0; padding: 10px; background-color: #eee; }

.archive-text strong span { text-transform: uppercase; } 

/* Centering Technique
-----------------------------------------------------------------------------*/
body {  text-align: center; min-width: 960px; }

#container, #header {  width: 846px; margin: 0 auto; text-align: left; }

/* Typography
-----------------------------------------------------------------------------*/
body { font: normal 11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height: 1.4em;
	color: #4d4d4d;
}

/* Branding
-----------------------------------------------------------------------------*/

h1 a { float: left; display: block; width: 141px; height: 54px; margin: 6px 16px 0 9px; }

/* Header Container
-----------------------------------------------------------------------------*/

#header-container { padding: 4px 0 29px 0; background-color: #e2e1df; border-top: 15px solid #6ba13c; }

/* Main Navigation
-----------------------------------------------------------------------------*/
#header a { color: #6ba13c; }

#header ul { float: left; list-style: none; margin-right: 40px; }

#header ul li { font: bold 9px Arial, Helvetica, sans-serif; }

#header ul li a { padding-left: 9px; font: normal 11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif; }

#header ul li a.active { background: url('/assets/images/bg_top_nav_on.gif') no-repeat 0 50%; }

#header .head { padding: 5px 0 1px 9px; text-transform: uppercase; }

/* Search Box
-----------------------------------------------------------------------------*/
#search { float: right; width: 220px; }

#search form { margin-bottom: 3px; }

#keywords { 
	width: 172px;
	margin-right: 5px;
	padding: 2px 8px;
	border-top: 1px solid #91908e;
	border-right: 1px solid #d0cfcd;
	border-bottom: 1px solid #e4e3e1;
	border-left: 1px solid #d0cfcd;
	background: #eeeceb url('/assets/images/bg_input_search.gif') repeat-x top left; 
}

#search { display: inline; }

/*
#search input[type='text'] { display: inline; }
#search input[type='image'] { display: inline; }
*/
/* Print Link */
.print {
	margin-left: 1px;
	padding: 3px 0 2px 12px;
	font-size: 10px; 
	background: url('/assets/images/icon_print.gif') no-repeat 0 50%; 
	text-decoration: none; 
}

/* Sub Navigation Column
-----------------------------------------------------------------------------*/
#navigation-col { float: left; width: 174px; padding-left: -8px; margin-top: 9px; }

#navigation-col span { display: block; margin: 0 0 0 8px; font: italic 12px Georgia, Times, "Times New Roman", serif; }

#navigation-col ul { list-style: none; }

#navigation-col ul li { font: bold 9px Arial, Helvetica, sans-serif; }

#navigation-col ul li a { font: normal 10px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif; padding-left: 8px; color: #6ba13c }

#navigation-col ul li a.active { background: url('/assets/images/bg_top_nav_on.gif') no-repeat 0 50%; font-weight: bold; }

#navigation-col .head { padding: 8px 0 3px 8px; text-transform: uppercase; }

#DMDmembers { border-top: 2px solid #6ba13c; width: 123px; margin-top: 11px; padding-top: 1px; font-size: 10px; line-height: 14px; padding-top: 6px; margin-left: 8px; font-weight: bold; }

#DMDmembers_links li { padding-top: 2px; font-weight: bold; }

ul#DMDmembers_links li a { padding-left: 0px; font-weight: bold; }

/* Primary Column
-----------------------------------------------------------------------------*/
#primary-col { float: left; width: 436px; margin-right: 15px; padding-top: 12px; }

#primary-col h2 {
	margin: 22px 0 15px 0;
	padding: 0 0 5px 0; 
	color: #6ba13c; 
	font: normal 28px Georgia, Times, "Times New Roman", serif;
	border-bottom: 1px solid #e2e0de; 
}
#primary-col h2 a { font: normal 10px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif; }

/* Sub Column 1 */
#primary-col-sub1 { float: left; width: 241px; margin-right: 20px; }

#primary-col-sub1 ul { clear: both; list-style: none; }

/* Sub Column 2 */
#primary-col-sub2 { float: left; width: 241px; }

#primary-col-sub2 .smaller { font-size: 11px; }

#primary-col-sub2 .smaller:hover { color: #6ba13c; }

.img_headline { margin: 0; }

/* Tags Box */
#tags a { margin-right: 3px; }

#tags a span { display: inline; }

/* RSS Box */
#rss-links {
	clear: both;
	float: left;
	list-style: none;
	width: 759px;
	margin-top: 10px;
	padding: 8px 5px 8px 25px;
	color: #8d857d;
	font: bold 11px Helvetica, Arial, sans-serif;
	background: #d6d4d1; 
}

#rss-links li { float: left; border-right: 1px solid #333; }

#rss-links li a { font: normal 11px Arial, Verdana, sans-serif; }

#rss-links .no-right { border-right: none; }

#rss-links .pad-top { padding-top: 2px; }


/* RSS Box Class */
.rss-links {
	clear: both;
	float: left;
	list-style: none;
	width: 724px; /* was 724 */
	margin-top: 20px;
	padding: 8px 5px 8px 30px;
	color: black;
	font: normal 11px Helvetica, Arial, sans-serif;
	background-color: #d6d4d1; 
}
.rss-links li { float: left; }

.rss-links li a { font: normal 11px Arial, Verdana, sans-serif; }

.rss-links .no-right { border-right: none; }

.rss-links .pad-top { padding-top: 2px; }

.srch_lnk { text-decoration: none; }

#news-list { border-top: 6px solid #E1E1DF; border-bottom: 5px solid #E1E1DF; list-style: none;  }

#news-list .news-date { width: 70px; border-bottom: 2px solid #E1E1DF; font-size: 11px; padding: 10px 0; }

#news-list .news-link { border-bottom: 2px solid #E1E1DF; padding: 10px 0; }

#news-list .news-link a { font-size: 12px; }

/* Secondary Column
-----------------------------------------------------------------------------*/
#secondary-col { float: left; width: 208px; padding-top: 12px; }

/* News Box */
.new-box { padding: 10px 0 5px 0; border-top: 1px solid #e2e0de; }

.new-box h4 { margin-bottom: 20px; color: #6ba13c; font: normal 16px Georgia, Times, "Times New Roman", serif; }

.new-box h5 {  margin-bottom: 10px; font: bold 10px Arial, Helvetica, sans-serif; }

.new-box ul { list-style: none; }

.new-box ul li { margin-bottom: 7px; }

/* Portfolio Column
-----------------------------------------------------------------------------*/
#portfolio-col { float: left; width: 663px; padding-top: 12px; }

#portfolio-col h2 {
	margin: 5px 0 10px 0;
	padding: 0 0 5px 0; 
	color: #6ba13c; 
	font: normal 28px Georgia, Times, "Times New Roman", serif;
}

#portfolio-col #welcome { display: block; margin-bottom: 15px; font: normal 12px Arial, Helvetica, sans-serif; line-height: 16px; }

.portfolio-item {
	float: left;
	clear: both;
	width: 648px;
	margin-bottom: 13px;
	padding: 7px 7px 39px 0;
	border: 1px solid #e2e0de;
}

.portfolio-item img { float: left; width: 171px; margin: 52px 27px 0 31px; }

.portfolio-item h3 {
	float: left;
	width: 415px;
	margin: 0 0 8px 0;
	padding: 0 0 6px 0; 
	color: #6ba13c; 
	font: normal 19px Georgia, Times, "Times New Roman", serif;
	border-bottom: 1px solid #e2e0de; 
}

.portfolio-item  h4 { margin-bottom: 5px; font: bold 12px Arial, Helvetica, sans-serif; }

.portfolio-item  h5 { font: normal 11px Arial, Helvetica, sans-serif; text-transform: uppercase; margin-bottom: 3px; }

.portfolio-item .other { float: left; width: 155px; }

.portfolio-item .info { float: left; margin-right: 35px; font-size: 10px; line-height: 14px; width: 225px; }

.portfolio-item .info span { display: block; margin-bottom: 5px; font: bold 10px Arial, Helvetica, sans-serif; }

.portfolio-item .other span { margin-bottom: 1px; font: bold 11px Arial, Helvetica, sans-serif; }

.portfolio-item .other ul { list-style: none; font-weight: bold; }

/* Blog Column
-----------------------------------------------------------------------------*/
#blog-posts-col { float: left; width: 455px; padding-top: 12px; }

#blog-posts-col img { margin: 0 7px 0 0; }

#blog-posts-col h2 {
	margin: 5px 0 10px 0;
	padding: 0 0 5px 0; 
	color: #6ba13c; 
	font: normal 28px Georgia, Times, "Times New Roman", serif;
}

#blog-posts-col h4 {
	color: #6ba13c;
	padding-bottom: 15px;
	font: normal 18px Georgia, Times, "Times New Roman", serif;
}

#blog-posts-col h4.title { 
	margin: 0 20px 10px 0;
	color: #4d4d4d; 
	font: bold 14px Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #e2e0de; 
}

#blog-posts-col .head-text { font-size: 12px; margin-bottom: 20px; }

.blog-post { margin: 0 20px 20px 0; padding-bottom: 20px; font-size: 11px; line-height: 14px; border-bottom: 1px solid #eeedec; }

.comment { border-bottom: none; }

.no-comment { margin-bottom: 20px; }

.blog-post h3 { font: bold 17px Arial, Helvetica, sans-serif; margin-bottom: 4px; }

.blog-post span.date { display: block; padding: 2px 0 15px 0; font: normal 9px Arial, Helvetica, sans-serif; text-transform: uppercase; }

.blog-post p { margin: 10px 0; }

.blog-post span.topics { display: block; padding-top: 17px; font: normal 9px Arial, Helvetica, sans-serif; text-transform: uppercase; }

.blog-comment { margin: 0 20px 0 0; padding: 15px 0; font-size: 12px; border-top: 1px solid #e2e0de; }

.blog-comment span.date { display: block; padding: 12px 0 5px 0; font: normal 10px Arial, Helvetica, sans-serif; text-transform: uppercase; }

.blog-comment p { margin-bottom: 10px; }

#blog-comment-form { margin-right: 20px; padding: 10px; border: 1px solid #e2e0de; }

#blog-comment-form h5 { padding-bottom: 15px; font: normal 16px Georgia, Times, "Times New Roman", serif; }

.older { display: block; margin-right: 20px; text-decoration: none; text-align: right; }

.older:hover { color: #fff; background-color: #222; }

/* Blog Navigation Column */
#blog-nav-col { float: left; width: 205px; margin-top: 15px; }

#blog-nav-col ul { list-style: none; padding: 13px; font-size: 9px; line-height: 13px; }

#blog-nav-col ul li { margin-bottom: 2px; }

#blog-nav-col ul.popular li { margin-bottom: 7px; }

#blog-nav-col .head { font: normal 8px Arial, Helvetica, sans-serif; text-transform: uppercase; }

#blog-nav-col .rss { display: block; margin: 16px 0 -10px 0; padding: 0; }

/* Bios Column
-----------------------------------------------------------------------------*/
#bio-col { float: left; width: 663px; padding-top: 12px; }

#bio-col h2 {
	margin: 5px 0 10px 0;
	padding: 0 0 5px 0; 
	color: #6ba13c; 
	font: normal 28px Georgia, Times, "Times New Roman", serif; 
}
#bio-header {
	position: relative;
	width: 661px;
	height: 127px;
	border: 1px solid #d9d7d5;
}
#bio-header span {
	position: absolute;
	top: 80px;
	left: 10px;
	color: #fff;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

#bios-list { list-style: none; }

#bios-list li { width: 500px; height: 102px; margin-bottom: 18px; font: bold 14px Helvetica, Arial, sans-serif; }

#bios-list li a {
	display: block;
	position: absolute;
	width: 478px;
	height: 79px;
	padding: 10px;
	border: 1px solid #e2e0de;
	text-decoration: none;
	line-height: 1.2em;
}
#bios-list li a strong { display: block; }

#bio-content-col { 
	float: left;
	width: 437px;
	margin: 0 8px 0 7px;
	padding-top: 12px;
	font-size: 9px;
	line-height: 12px;
}
#bio-content-col p { margin-bottom: 15px; font-size: 12px; line-height:16px; }

/* Blog Navigation Column */
#bio-nav-col { float: left; width: 206px; margin-top: 15px; border: 1px solid #e2e0de; border-bottom: none; overflow: hidden; }

#bio-col h3 {
	padding: 8px 0 7px 15px; 
	color: #6ba13c; 
	font: normal 17px Georgia, Times, "Times New Roman", serif;
	border-bottom: 1px solid #e2e0de; 
}

#bio-nav-col ul { list-style: none; padding: 15px; border-bottom: 1px solid #e2e0de; }

#bio-nav-col ul li { margin-bottom: 5px; }

#bio-nav-col ul.popular li { margin-bottom: 7px; }

#bio-nav-col .head { font: bold 10px Arial, Helvetica, sans-serif; text-transform: uppercase; }

/* Insights
-----------------------------------------------------------------------------*/
#insight-col {  float: left; width: 656px; padding-top: 12px; }

#insight-col h2 { margin: 5px 0 10px 0; padding: 0 0 5px 0; color: #6ba13c;  font: normal 28px Georgia, Times, "Times New Roman", serif; }

#insight-col #welcome { display: block; margin-bottom: 10px; font: bold 14px Arial, Helvetica, sans-serif; }

#insight-col .head { font: bold 10px Arial, Helvetica, sans-serif; text-transform: uppercase; }

#insight-col h4 , #insight-col h4 a { font: bold 14px Arial, Helvetica, sans-serif; text-decoration: none; }

#insight-col h4 { padding: 10px 10px 25px 10px; }

#insight-research-col, #insight-blog-col, #insight-reading-col { float: left; width: 205px; border: 1px solid #e2e0de; margin-bottom: 10px; }

#insight-research-col a img, #insight-blog-col a img, #insight-reading-col a img { display: none; }

#insight-research-col p, #insight-blog-col p, #insight-reading-col p { margin: 0 10px 10px 10px; }

#insight-reading-col { margin-right: 0; }

#insight-blog-col ul, #insight-reading-col ul {
	clear: both;
	list-style: none;
	padding: 0 10px 7px 15px;
	border-top: 1px solid #e2e0de;
}

#insight-blog-col ul li, #insight-reading-col ul li { line-height: 12px; margin-bottom: 5px; }

#insight-blog-col ul li a.title, #insight-reading-col ul li a.title { font-weight: bold; font-size: 10px; line-height: 8px; }

#insight-blog-col ul li span, #insight-reading-col ul li span { display: block; font-size: 9px; line-height: 12px; }

.insight-header {
	float: left;
	width: 217px;	
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #e2e0de;
	color: #6ba13c; 
	font: normal 18px Georgia, Times, "Times New Roman", serif;
}

.insight-header span { float: left; }

.insight-header a { float: right; padding-top: 8px; font: normal 10px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif; }

.new-home-header {
	float: left;
	width: 205px;	
	margin: 0 16px 10px 0;
	padding: 0;
	background-color: #e2e0de;
	color: #6ba13c; 
	font: normal 15px Georgia, Times, "Times New Roman", serif;
	line-height: 13px;
}

.new-home-header a { display: block; float: left; width: 217px; margin: 0 0 0 5px; padding: 10px; }

.new-home-header span { float: left; }

.new-home-header em { float: right; font-style: normal; padding-top: 8px; font: normal 10px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif; }

.research-box { float: left; width: 646px; border: 1px solid #E3E3E3; padding: 9px 0 9px 9px; margin-bottom: 10px; }

.research-box img { float: left; width: auto; margin-right: 13px; }

.research-box h3 { float: left; width: 330px; margin: 5px 0 0 0; font: bold 12px Arial, Helvetica, sans-serif; }

.research-box p { float: left; width: 230px; margin-top: 6px; font-size: 10px; line-height: 1.4em; }

.research-box span { float: left; width: 140px; margin: 0 0 0 45px; display: block; }

.research-box span a.pdf { 
	display: block;
	margin-top: 30px;
	text-align: center;
	font-weight: bold; 
	background: #e4e2e0 url('/assets/images/pdf_arrow_lrg.gif') no-repeat bottom center; 
	padding: 10px 0 38px 0; 
}
.research-box span a.special { 
	display: block;
	margin-top: 10px;
	text-align: center;
	font-weight: bold; 
	background: transparent url('/assets/images/bg-downloads.gif') no-repeat bottom center; 
	padding: 9px 0 12px 0; 
	font-size: 9px;
	line-height: 11px;
}

/* News
-----------------------------------------------------------------------------*/
#news-col { float: left; width: 500px; padding-top: 12px; }

#news-col h2 { margin: 5px 0 0px 0; padding: 0 0 5px 0; color: #6ba13c; font: normal 28px Georgia, Times, "Times New Roman", serif; }

#news-col h3 { font-size: 16px; }

#news-col span { display: block; margin: 3px 0; }

#news-col p { margin: 15px 0 10px 0; }

#news-col p a { font: normal 11px Arial, Helvetica, sans-serif; }

/* Services
-----------------------------------------------------------------------------*/
#service-col { float: left; width: 434px; padding: 12px 15px 0 0;}

#service-col h2 {
	margin: 5px 0 10px 0;
	padding: 0 0 5px 0; 
	color: #6ba13c; 
	font: normal 28px Georgia, Times, "Times New Roman", serif;
}
#service-col #welcome {
	display: block;
	margin-bottom: 25px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#service-col h3 {  display: block; font: bold 18px Arial, Helvetica, sans-serif; margin-bottom: 5px; }

#offerings {
	float: left;
	width: 480px;
	margin-bottom: 20px;
	padding: 0 20px;
	font: normal 18px Arial, Helvetica, sans-serif;
}

#offerings li { float: left; width: 220px; margin: 0 20px 3px 0; font-size: 15px; }

#client-profile {
	clear: both;
	float: left;
	width: 422px;
	padding: 9px 0 15px 0;
	border-top: 1px solid #eae9e8;
	border-bottom: 1px solid #eae9e8;
}
#client-profile img {
	float: left;
	width: 177px;
	margin-right: 28px;
	margin-top: 12px;
}

#client-profile-content { float: left; width: 210px; }

#client-profile-content .header { font: bold 9px Arial, Helvetica, sans-serif; text-transform: uppercase; color: #88837d; display: none; }

#client-profile-content h4 { margin: 4px 0 5px 0; color: #6ba13c; font: bold 12px Arial, Helvetica, sans-serif; }

#client-profile-content p { margin-bottom: 5px; font-size: 9px; line-height: 14px; }

#service-left-col { float: left; width: 206px; margin-top: 63px; border: 1px solid #e2e0de; }

#service-left-col h3 , #service-left-col h4 { padding: 15px; color: #6ba13c; font: normal 16px Georgia, Times, "Times New Roman", serif; }

#service-left-col h3 { padding-bottom: 0; }

#service-left-col h4 { padding-top: 0; margin-bottom: 15px; }

#service-left-col h4 span { float: left; }

#service-left-col h4 a { float: right; padding-top: 4px; font: normal 11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif; }

#service-left-col .head { font: bold 10px Arial, Helvetica, sans-serif; text-transform: uppercase; }

#service-left-col ul { clear: both; list-style: none; padding: 15px 15px 5px 15px; border-top: 1px solid #e2e0de; }
 
#service-left-col ul li { margin-bottom: 15px; }

#service-left-col ul li .smaller { font-size: 10px; }

#service-left-col ul li .smaller:hover { color: #6ba13c; }

.left { padding: 0 15px 15px 15px; }

/* General Column
-----------------------------------------------------------------------------*/
#general-col { float: left; width: 560px; padding-top: 12px; font-size: 10px; line-height: 17px; }

#general-col ul li { margin: 0 0 0 15px; }

#general-col ol li { margin: 0 0 0 20px; }

/* General Column Slim
-----------------------------------------------------------------------------*/
#how-left-col { float: left; width: 453px; font-size: 10px; line-height: 17px; }

#how-left-col p { width: 435px; } 

#how-right-col { float: left; width: 100px; }

/* What We're Reading Items
-----------------------------------------------------------------------------*/
.reading-item { margin: 0 20px 20px 0; padding: 0 0 20px 0; border-bottom: 1px solid #f3f3f2; }

.reading-item h3 { margin-bottom: 5px; font: bold 15px Arial, Helvetica, sans-serif; }

.reading-item p { font-size: 12px; margin-bottom: 15px; }

.reading-item span { font: normal 9px Arial, Helvetica, sans-serif; text-transform: uppercase; }

/* Breadcrumb
-----------------------------------------------------------------------------*/
#breadcrumb { font: bold 8px Arial, Helvetica, sans-serif; text-transform: uppercase; margin-bottom: 12px; }

#breadcrumbs {
	list-style: none;
	display: block;
	width: 100%;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 8px;
}
/* Post Pagination
-----------------------------------------------------------------------------*/
#post-paging { width: 505px; margin-right: 20px; }

#post-paging a.l-newer, #post-paging a.l-older { display: block; margin-right: 72px; }

#post-paging a.l-newer { text-align: left; }

#post-paging a.l-older { text-align: right; }

/* Footer
-----------------------------------------------------------------------------*/
#footer { clear: both;  font: bold 10px Arial, Verdana, sans-serif; padding: 12px 0 200px 174px; }

#footer a { text-decoration: none; }

/* RSS Box Class */
#footer .rss-links li a { font: normal 11px Arial, Verdana, sans-serif; }

#footer .rss-links li a { text-decoration: none; }


/* Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset { border: 1px solid transparent; padding-bottom: 20px; }

input.text, textarea, select {
    font-size: 11px;
    line-height: 1.3em;
	padding: 4px;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background: #fff url('/assets/images/field_bg.gif') repeat-x top;
	font: normal 11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif; 
}

input.text { width: 178px; }

#captcha input { display: inline; width: 85px; margin: 0 10px 0 3px; }

#captcha img { display: inline; }

input.button { 
	padding: 8px; 
	background-color: #e2e1df; 
	border: none; 
	font: bold 11px Arial, Verdana, sans-serif; 
	text-transform: uppercase; 
}

#post-comment label { font: bold 11px Arial, Verdana, sans-serif; text-transform: uppercase; }

.errorText { margin: 0 20px 10px 0; padding: 10px; color: #fff; background-color: #6ba13c; }

.errorText ul { margin-left: 15px; }

/* Tables
-----------------------------------------------------------------------------*/
table { border-spacing: 0; border-collapse: collapse; }

td { font-weight: normal; }

/* New Home Column
-----------------------------------------------------------------------------*/
#img_headline { float: left; width: 660px; padding-top: 8px; }

/* Home Blog
-----------------------------------------------------------------------------*/
#recent_blogs { float: left; width:100%; margin-top: 11px; border-top:1px solid #eeedec; }

#recent_blogs ul { clear: both; list-style: none; border-top: 1px solid #eeedec; font-size: 9px; }

#recent_blogs ul li  {margin-bottom: 28px; border-bottom: 1px solid #eeedec; }

#recent_blogs ul li p { font-size: 12px; margin: 1px 0 5px 0; }

#recent_blogs ul li a.title { font-weight: bold; font-size: 16px; display: block; margin: 6px 0 6px 0; }

#recent_blogs ul li a.read_on { display: block; float: right; font-size: 11px; margin-bottom: 18px; }

#recent_blogs ul li span.topics_comments { font-size: 11px; display: block; margin: 0 0 12px 0; }

#recent_blogs ul li span.topics_comments a.comments { float: left; } 

/* New Blog Landing Page
-----------------------------------------------------------------------------*/
#thinking_blogs_3col { float: left; background: url(/assets/images/bkgd_3col.gif) repeat-y; width: 700px; }

#thinking_blogs_3col .thinking_blogs { float: left; clear: none; margin-right: 19px; }

#thinking_blogs_3col .thinking_blogs h3.thinking_blogs { 
	float: left;
	width: 206px;	
	margin: 0;
	padding: 0;
	background-color: #e2e0de;
	color: #6ba13c; 
	font: normal 15px Georgia, Times, "Times New Roman", serif;
	line-height: 13px;
}

#thinking_blogs_3col .thinking_blogs h3.thinking_blogs a { display: block; float: left margin: 0 0 0 1px; padding: 10px; }

/* Image List
-----------------------------------------------------------------------------*/
#imageList { text-align: center; }

#imageList a { text-align: center; }

#imageList a img { padding: 7px 3px; margin: 15px 0 0 0; border: 1px solid #e2e0de; }

/* Misc 2
-----------------------------------------------------------------------------*/
.copyright_links {
	list-style: none;
	float: left;
	clear: both;
	background-color: #d6d4d1;
	padding: 3px 0 2px 18px;
	font-size: 11px;
	width: 640px;
	margin-left: 165px;
	font-weight: normal;
}

#home-col .copyright_links { margin-left: 174px; width: 640px; }

.copyright_links li { float: left; clear: none; margin-right: 12px; }

#copyright_links {
	list-style: none;
	float: left;
	clear: both;
	background-color: #d6d4d1;
	padding: 3px 0 2px 18px;
	font-size: 11px;
	width: 642px;
	margin: 0;
	font-weight: normal;
}

#copyright_links li { float: left; clear: none; margin-right: 12px; }

/* Newsletter Form
-----------------------------------------------------------------------------*/
button.submit {
	background:url(/assets/images/btn_newsletter.gif) repeat-x;
	border: none;
	width: 51px;
	height: 20px;
	display: inline;
	position: relative;
	top: -3px;
}

#email { 
	width: 213px;
	margin: 10px 4px 0 0;
	padding: 1px 8px;
	border-top: 1px solid #b8b7b7;
	border-right: 1px solid #d0cfcf;
	border-bottom: 1px solid #b8b7b7;
	border-left: 1px solid #c5c5c5;
	background-color: white; 
}
/* How We Work - Process javascript styling
-----------------------------------------------------------------------------*/
#general-col #how-left-col #how { list-style: none; margin: 21px 0 -3px 0; padding: 0; }

#general-col #how-left-col #how li {
	background-color: #7fd7eb;
	border: 1px solid #cceff7;
	margin: 0 1px 0 0;
	display: block;
	float: left;
	line-height: 16px;
	width: 87px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}
#general-col #how-left-col #how li.active { background-color: #00b0d8; }

#general-col #how-left-col #how li a { text-transform: uppercase; color: white; font-weight: bold; text-decoration: none; }

.hide { display: none; }

.active { display: block; }
	
.content { display: none; }
/* Tweets, Delicious, & Blog Roll Stylings
-----------------------------------------------------------------------------*/
#twitter, #delicious { float: left; border: 1px solid #e7e5e4; width: 205px; margin-bottom: 10px; overflow: hidden; }

#twitter h3, #delicious h3 { display: block; background-color: #e7e5e4; padding-left: 15px; }

#twitter h3 a, #delicious h3 a { font: normal 16px Georgia, Times, "Times New Roman", serif; line-height: 1.3em; color: #6ba13c; }

#twitter #tweet_tweet, #delicious #yum_yum { clear: both; list-style: none; padding: 11px 13px 4px 13px; border-top: 1px solid #e2e0de; }

#twitter #tweet_tweet li, #delicious #yum_yum li, #twitter #tweet_tweet li, #general-col #how-right-col #delicious #yum_yum li, #general-col #how-right-col #twitter #tweet_tweet li  {
	line-height: 1.4em;
	margin-bottom: 5px;
	margin-left: 0px;
}

#twitter #tweet_tweet li a.title, #delicious #yum_yum li a.title { font-weight: bold; font-size: 10px; }

#twitter #tweet_tweet li span, #delicious #yum_yum li span { display: block; font-size: 9px; }
