/* GENERAL STYLES */
body {
	background: #eceeef url(../images/bg_body.png) repeat-x 0 0;
	font-size: 75%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
}
h1, h2 {
	margin: 8px 0;
	font-size: 2em;
	color: #364b54;
	font-weight: normal;
	font-family: Georgia, serif;
}
/*
h2 {
	margin-top: 30px;
}
*/
h2 a {
	text-decoration: none;
	color: #364b54;
}
h3 {
	color: #364b54;
	font-size: 1.5em;
	font-weight: normal;
	margin: 14px 0 0 0;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	color: #364b54;
	font-size: 1.1em;
	font-weight: bold;
	margin: 14px 0 0 0;
}
h1.consultant, h2.consultant {
	margin: 0 0 8px 0;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
h1.consultant {
	font-size: 1.5em;
}
h2.consultant {
	font-size: 1.25em;
}
h2.inquiry {
	border-bottom: 2px solid #32505F;
}
p {
	margin: 12px 0;
	line-height: 150%;
	font-size: 1em;
}
a {
	color: #009;
	text-decoration: underline;
	border-bottom: 2px;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
a.selected {
	color: #C00;
}
a.plain {
	text-decoration: none;
	color: #464633;
}
img {
	border: 0;
}
blockquote {
	color: #777;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
small {
	font-size: 1.1em;
	font-weight: bold;
}
span.error {
	color: #F00;
}
span.left {
	float: left;
}
span.right {
	float: right;
}
div.spacer {
	clear: both;
}
.em {
	font-weight: bold;
}
.small {font-size:11px;}
.xsmall, .xsmallital {font-size:10px;}
.xsmallital {
	font-style: italic;
}
.floatright {
	float: right;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.client {
	font-weight: bold;
	color: #339;
}
.red {
	color: red;
}
.bred {
	color: red;
	font-weight: bold;
}
.new {
	color: yellow;
	font-weight: bold;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.replaced {
	height: 0;
	overflow: hidden;
}
.dropcap
{
	font-family: Georgia, serif;
	font-weight: bold;
	color: #32505F;
	float: left;
	width: .8em;
	font-size: 4em;
	line-height: 90%;
	text-align: center;
}
.last {
	border: none !important;
}
.footnote {
	vertical-align: super;
	font-size: .7em;
}
img.portrait {
	margin: 0 10px 0 0;
}

/* GENERAL TABLE STYLES */
table {
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	background-color: #fff;
}

/* GRID TABLE STYLES */
table.grid {
	border-collapse: separate;
}
table.grid td, th {
	padding: 5px;
}
table.grid th.medium {
	font-size: 1.5em;
}
table.grid td.price {
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	background-color: #E9EAEA;
}
table.grid th a {
	color: #DFE789;
}
th {
	background-color: #3F5864;
	font-size: 11px;
	color: #DFE789;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
}
th.center {
	text-align: center;
}
td.tblxs {
	background-color: #E9EAEA;
	font-size: 10px;
	border-bottom: 1px solid white;
}
td.tblreg {
	background-color: #E9EAEA;
}
td.tblxsw {
	background-color: #FFF;
	font-size: 10px;
}


/* SPECIFIC REGIONS */
#container {
	width: 990px;
	margin: 0 auto;
}
#header {
	height: 133px;
	width: 990px;
	float: left;
	clear: left;
}
#logo {
	background: url(../images/img_logo.png) no-repeat 0 0;
	display: inline;
	float: left;
	margin: 23px 0 0 7px;
	padding-top: 52px;
	width: 314px;
}
#contact-us {
	background: url(../images/img_contact.gif) no-repeat 0 0;
	margin: 15px 0 0 371px;
	float: left;
	display: inline;
	padding-top: 71px;
	width: 288px;
}
#page {
	float: left;
	clear: left;
	background: #ffffff;
	padding-top: 6px;
	text-align: left;
	width: 990px;
}
#pageTop {
	width: 742px;
	background-color: white;
}
#left-col {
	float: left;
	width: 682px;
	margin: 0 4px 0 7px;
	display: inline;
}
#right-col {
	background: #F3F3F3;
	float: left;
	width: 290px;
	margin: 0;
}
#left-nav {
	float: left;
	width: 200px;
	height: 100%;
	margin: 0 0 0 7px;
	display: inline;
	background: #FFF;
	padding: 0 0 10px 0;
}
#bodyLnav {
	background: #fff url(../images/bg_bodyLnav.gif) repeat-y;
}
#content {
	background: #FFF;
	width: 692px;
	height: 100%;
	margin: 0;
	float: left;
	padding: 20px;
	border-left: 1px solid #DFE789;
}
#nl_left {
	width: 272px;
	float: left;
	padding-right: 20px;
}
#nl_right {
	width: 400px;
	float: left;
}
div.more {
	width: 80%;
	text-align: right;
}
div.highlightbox {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 25px 50px;
	font-family: Georgia, serif;
	background-color: #ffff99;
}
#footer {
	background: url(../images/bg_footer.png) repeat-x 0 0;
	clear: both;
	font-size: 1em;
	height: 50px;
	padding: 0 8px;
	border-top: 1px solid white;
	margin: 0;
}
#footer div {
	color: #ffffff;
	font-size: .9em;
	width: 990px;
	margin: 6px auto 0 auto;
}
#footer #copyright {
	float: left;
	margin-left: 20px;
}
#footer #bottom-menu {
	float: right;
	margin-right: 20px;
}
#footer a {
	margin: 0 4px;
	color: #ffffff;
	text-decoration: none;
}
/* FORMS */
form {margin: 0;}
input.text, textarea {
	color: #333;
	background: #FDFFE5;
	padding: 1px;
	margin-bottom: 8px;
	border: inset 1px #fc0;
}
input.table, textarea.table {
	color: #333;
	background: #FDFFE5;
	padding: 1px;
	margin-bottom: 0;
	border: inset 1px #fc0;
}
textarea {font-family:verdana, arial, helvetica, sans-serif; font-size:12px;}
table.contactform {
	border: inset 1px #999;
	padding: 4px 0 0 4px;
	width: 100%;
}
table.contactform tbody {
	width: 100%;
}
table.contactform thead a {
	color: #FFFFFF;
}
table.contactform td {
	background-color: #F0F0F0;
	padding: 2px 4px;
}
table.contactform td.header {
	background: #484c4e;
	font-weight: normal;
	font-family: Georgia, serif;
	height: 25px;
	line-height: 25px;
	color: #dfe789;
	padding: 2px 4px;
	text-transform: uppercase;
}
table.contactform td.empty {
	background-color: #FFF;
}
table.contactform td.label {
	width: 32%;
}
td.label {
	padding: 4px 10px 0 4px;
	text-align: right;
	font-weight: bold;
}
td.subhead {
	padding: 4px 0 0 0;
	text-align: center;
	font-weight: bold;
}
/* LISTS */
ul {
	list-style-image: url(../images/bullet_blue_arrow.gif);
	margin: 0 0 0 18px;
	line-height: 125%;
	padding: 0 20px 0 0;
}
li {
	margin: 0 0 7px 0;
}
ul.tight li {
	margin-top: 0px;
	margin-bottom: 2px;
}
ol.faqs li, ul.faqs li {
	margin-left: 20px;
}
.li-collapse {
	color: #339;
}
div.faqs {
	background-color: #EEE;
	padding: 3px;
	display: none;
}
/* SURVEY STYLES */
table.survey {
	margin: 0 0 0 40px;
}
table.survey td {
	padding: 2px;
}
/* MAIN MENU */
#main-menu {
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	display: inline;
	height: 33px;
	margin: 8px auto 5px auto;
	text-align: center;
	width: 990px;
	background: transparent;
}
#menuList {
	position: relative;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
}
#menuList ul {
	margin: 0px;
	padding: 0px;
}
#menuList li {
	display: inline;
	list-style: none;
	margin: 0;
}
a.starter, a.starteractive, a.starterfirst, a.starterfirstactive, a.starterlast, a.starterlastactive {
	background: transparent url(../images/bg_nav_divider.gif) no-repeat left center;
	color: #dfe789;
	font-weight: bold;
	margin: 0;
	padding: 6px 20px;
	text-decoration: none;
}
a.starterfirst, a.starterfirstactive {
	background-image: none;
}
a.starter:hover, a.starter:active, a.starteractive, a.starterfirst:hover, a.starterlast:hover, a.starteractive:hover, a.starterfirstactive, a.starterfirstactive:hover, a.starterlastactive, a.starterlastactive:hover {
	background-color: #6f838d;
	color: #ececec;
	text-decoration: none;
}
a.light, a.light:hover {
	color: #EFFF37;
	background-color: #7C4199;
}
/* SUBMENU */
.menu {
	background-color: #6F838D;
	position: absolute;
	width: 160px;
	visibility: hidden;
	text-align: left;
	
}
.menu li a {
	background-color: transparent;
	color: #ececec;
	display: block;
	font-size: 1em;
	line-height: 1.2em;
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 2px 2px 2px 6px;
	text-decoration: none;
}
.menu li a:hover, .menu li a:active {
	background-color: #DFE789;
	color: #000000;
	text-decoration: none;
}
#menu2, #menu4, #menu8 {
	z-index: 100;
}
/* ARTICLES */
div.article {
	border-bottom: 1px dotted #c5cfd4;
	margin: 0 0 0 8px;
	padding: 20px 20px 20px 10px;
	width: 640px;
}
img.article-image {
	float: right;
	margin: 4px 0 40px 12px;
}
img.iacoca-image {
	margin: 10px 0 10px 0;
}
div.article p {
	margin-left: 16px;
}
div.article a {
	color: #476472;
}
#rss-articles {
	background: #f5f5f6;
	margin: 0 0 0 8px;
	padding: 1px 0 20px 20px;
	width: 650px;
}
#rss-articles h2 {
	background: url(../images/bg_rss_header.gif) no-repeat center bottom;
	padding-bottom: 16px;
}
#rss-items {
	background: url(../images/bg_rss.gif) no-repeat 300px 0;
	height: 447px;
}
#rss-items div {
	font-size: .9em;
	margin: 1.1em 35px 0 0;
	width: 290px;
	display: inline;
	float: left;
	height: 1.1em;
	white-space: nowrap;
}
#rss-items a {
	background: url(../images/bullet_blue.gif) no-repeat left center;
	color: #3b3b3b;
	display: block;
	text-decoration: none;
	line-height: 1.1em;
	padding-left: 14px;
	width: 266px;
	overflow: hidden;
}
div.feature {
	background: url(../images/bg_feature.jpg) no-repeat;
	height: 197px;
	width: 679px;
	
}
div.feature h2 {
	float: left;
	display: inline;
	margin: 16px 280px 0 38px;
}
p.quote {
	background: url(../images/img_leftQuote.gif) no-repeat left top;
	float: left;
	display: inline;
	clear: left;
	width: 363px;
	margin: 10px 280px 0 14px;
	padding: 0 0 0 20px;
	line-height: 1.2em;
}

p.quote-narrow {
	background: url(../images/img_leftQuoteWhite.gif) no-repeat left top;
	float: left;
	display: inline;
	clear: left;
	width: 150px;
	margin: 10px 10px 0 14px;
	padding: 0 7px 0 20px;
	line-height: 1.2em;
}
span.quote, span.quote-narrow {
	display: inline-block;
	width: 16px;
	height: 0;
	padding-top: 13px;
	margin: 0 0 0 6px;
	line-height: 13px;
	overflow: hidden;
}
span.quote {
	background: url(../images/img_rightQuote.gif) no-repeat 0 0;
}
span.quote-narrow {
	background: url(../images/img_rightQuoteWhite.gif) no-repeat 0 0;
}
p.quoted-by {
	color: #3e5966;
	font-weight: bold;
	font-size: .9em;
	float: left;
	display: inline;
	clear: left;
	margin: 8px 0 0 34px;
	padding: 0 8px 0 0;
	width: 222px;
	text-transform: uppercase;
}
p.quoted-by-narrow {
	color: #3e5966;
	font-weight: bold;
	font-size: .9em;
	float: left;
	display: inline;
	clear: left;
	margin: 8px 0 0 34px;
	text-transform: uppercase;
}
.btn_readMore {
	background: url(../images/btn_readMore.png) no-repeat 0 0;
	padding-top: 27px;
	width: 93px;
	float: left;
	display: inline;
	border: none;
}
#btn_submit {
	background: url(../images/btn_submit.png) no-repeat 0 0;
	height: 27px;
	width: 93px;
	display: inline;
	border: none;
}
#btn_go {
	background: url(../images/btn_go.png) no-repeat 0 0;
	height: 25px;
	width: 39px;
	display: inline;
	border: none;
}
h2#invLvPlns {
	background: url(../images/txt_invLvPlns.gif) no-repeat 0 0;
	padding-left: 30px;
	padding-top: 24px;
	width: 312px;
}
div.article p.bullet {
	background: url(../images/bullet_blue.gif) no-repeat 0 4px;
	margin-left: 16px;
	padding-left: 14px;
}
div.article span.term {
	font-weight: bold;
	font-size: 1.1em;
	color: #3e5966;
}
div#footnotes {
	border-top: 1px dotted #c5cfd4;
	font-size: .9em;
	margin: 0 0 0 8px;
	padding: 15px 20px 20px 10px;
	width: 640px;
	align: bottom;
}
		
/* BLOG */
p.author {
	font-family: Georgia, Palatino, serif;
	font-weight: bold;
	font-size: 1.2em;
}
ul.bloglist {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
p.postmetadata { 
	color: #777;
}
div.sociable {
	display: inline;
	margin: 0 0 0 10px !important;
}
/* RIGHT COLUMN */
#right-col h3, #left-nav h3 {
	background: #484c4e;
	font-weight: normal;
	font-family: Georgia, serif;
	font-size: 1.3em;
	height: 35px;
	line-height: 35px;
	color: #dfe789;
	border-top: 2px solid #f3f3f3;
	padding: 0 0 0 18px;
	margin: 0 0 0 0;
	text-transform: uppercase;
}
#right-col .right-menu ul {
	width: 237px;
	margin: 12px auto 0 auto;
}
#right-col .right-menu li {
	list-style: none;
	margin: 0;
}
#right-col .right-menu a {
	background: url(../images/bullet_blue_arrow.gif) no-repeat 4px 9px;
	color: #364b54;
	text-decoration: none;
	border-bottom: 1px dotted #98a2a7;
	padding: 0 0 0 16px;
	font-size: 1.2em;
	height: 27px;
	line-height: 27px;
	display: block;
	width: 220px;
}
#right-col .right-menu a:hover {
	background-color: #e6e9ea;
}

#article-menu, #left-nav-box, #left-nav .left-nav-box {
	background: #3f5864;
	color: #ffffff;
	padding: 1px 0 10px 0;
}
#article-menu p, #left-nav-box p, #left-nav .left-nav-box p, #left-nav .left-nav-box li {
	border-bottom: 1px dashed #ffffff;
	margin: 0 0 0 20px;
	line-height: 1.1em;
	color: white;
}
#left-nav {
	border-right: 1px solid #DFE789;
	margin-right: -1px;
}
#left-nav .left-nav-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
#left-nav .left-nav-box li {
	list-style: none;
	list-style-image: none;
}
#article-menu a, #left-nav-box a, #left-nav .left-nav-box a {
	background: url(../images/bullet_green.gif) no-repeat 0 10px;
	display: block;
	color: #DFE789;  /* font color for left nav menu */
	padding: 8px 0 8px 12px;
	text-decoration: none;
}
#left-nav a.consultant-menu {
	background-position: 0 8px;
	padding: 6px 0 5px 12px;
	margin-left: 12px;
}
span.cat-count {
	float: right;
	margin: 8px 6px 0 0;
}

#article-menu a:hover , #left-nav-box a:hover , #left-nav-box a.selected, #left-nav .left-nav-box a:hover , #left-nav .left-nav-box a.selected {
	background: #DFE789 none;
	color: #000;
}
#left-nav-box a.consultant-menu-selected {
	font-weight: bold;
	text-transform: uppercase;
	background-position: 0 8px;
	padding: 6px 0 5px 12px;
	margin-left: 12px;
}

#search-box {
	background: url(../images/bg_searchBar.png) no-repeat 0 36px;
	height: 92px;
}
#newsletter-box {
	background: #DFE789 none;
}
#left-nav #search-box {
	background: url(../images/bg_search_left.png) no-repeat 0 36px;
}
#search-box form, #search-box p {
	height: 56px;
	margin: 0;
	padding: 0;
}
#search-box .txt {
	background: transparent !important;
	background-image: none !important;
	float: left;
	border: none !important;
	margin: 18px 0 0 74px;
}
#left-nav #search-box .txt {
	margin-left: 49px;
}
#search-box .btn {
	margin: 16px 0 0 12px;
}
#markets-menu {
	background: #F3F3F3;
	padding-bottom: 24px;
}
#clients {
	text-align: center;
	height: 500px;
}
#clients h3 {
	text-align: left;
	margin-bottom: 30px;
}
#clients #flashcontent {
	margin: 0 auto;
	width: 173px;
	height: 200px;
}
#right-col .right-menu .no-bullet {
	color: #364b54;
	border-bottom: none;
	padding: 0 0 0 16px;
	font-size: 1.2em;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
}
#bbb-logo {
	width: 60px;
	display: block;
	margin: 6px auto 25px auto;
}

.article_title a {
	font-family: Georgia, serif;	
	font-size: 1.25em;
	color: #364b54;
	text-decoration: none;
	font-weight: normal;
}

.article_title a:hover {
	color: #C00;
	text-decoration: underline;
}

.article_date {
	font-size: 0.8em;
	text-transform: uppercase;
}

.article_links {
	font-size: 0.8em;
}

.article_author {
	font-size: 0.8em;
}

.article_description {
	margin-top: 50px;
}

.note {
	background: #fff9d8 url(../images/tab_note.gif) no-repeat left top;
	border: none;
	padding: 1em 1em 0.25em 48px;
	margin: 0.25em 0 1.5em 0;
}

.highlight {
	background: #fff9d8;
	border: none;
	padding: 0.5em 1em 0.5em 1em;
	margin: 1em 3em 1em 3em;
}
.newsletter-box {
	background: #DFE789;
	margin: 0.5em 1em 0 1em;
}
.newsletter-box td {
	background: #DFE789;
}
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 90%; margin: 1em auto; }