/* @group Browser Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img, abbr {
	border: 0;
	}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
ul {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	}
q:before, q:after {
	content: '';
	}
a, ins {
	text-decoration: none;
	outline: none;
	}
/* @end */

body {
	background-color: #484848;
}

a, .b {
	color: #3594d8;
}

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

p, ul {
	font: 12px/1.3em Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}

h3 {
	color: #690000;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	padding-top: 7px;
}

h4 {
	color: #666666;
	font: 13px/1.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 21px;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	padding-top: 30px;
	padding-bottom: 100px;
}

#frame-rounded-top {
	background: url(../img/frame-rounded-top.gif) no-repeat;
	width: 1000px;
	height: 3px;
}

#frame {
	background-color: #ffffff;
	width: 950px;
	padding-right: 25px;
	padding-top: 22px;
	padding-left: 25px;
}

#masthead {
	width: 930px;
	height: 90px;
	margin-bottom: 1px;
	padding-top: 20px;
	padding-left: 20px;
	background: url(../img/masthead-bg.gif) no-repeat;
	position: relative;
	top: 0;
	left: 0;
}

#masthead img {
	float: left;
}

#main {
	background-color: #ebebeb;
	width: 932px;
	padding: 9px;
}

/* @group Home */

#content-home-top {
	height: 29px;
	width: 932px;
	background: url(../img/content-home-top.gif) no-repeat;
}
#content-home-top .link1 {
	width: 125px;
	height: 26px;
	margin-left: 11px;
	float: left;
	cursor: pointer;
}
#content-home-top .link2 {
	width: 70px;
	height: 26px;
	margin-left: 367px;
	float: left;
	cursor: pointer;
}
#content-home-top .link3 {
	width: 142px;
	height: 26px;
	margin-left: 163px;
	float: left;
	cursor: pointer;
}
#content-home {
	width: 932px;
	background: url(../img/content-home-bg.gif) repeat-y;
	overflow: hidden;
}
.column {
	padding-top: 18px;
	padding-left: 13px;
}
.c1 {
	width: 470px;
	float: left;
}
.c2 {
	width: 210px;
	float: left;
	padding-left: 25px;
}
.c3 {
	width: 164px;
	float: left;
	padding-left: 25px;
}
.c3 img {
	padding-left: 38px;
	padding-top: 13px;
}
#content-home .column ul {
	padding-top: 36px;
}
#content-home .column ul li.quote-name {
	font-weight: bold;
}
#content-home .column ul li.quote-title {
	font-weight: normal;
	font-style: normal;
}
#content-home .column ul li.quote-info {
	font-weight: normal;
	font-style: normal;
}
#content-home-links {
	background: url(../img/content-home-bg.gif) repeat-y;
	overflow: hidden;
	padding-left: 13px;
	width: 932px;
}
#content-home-links p {
	border-top: 1px solid #dfdfdf;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: url(../img/bullet-home-arrow.gif) no-repeat left center;
	text-indent: 10px;
}
#content-home-bottom {
	width: 932px;
	height: 1px;
	background: url(../img/content-home-bottom.gif) no-repeat;
}

/* @end */

.column-wrapper-topbottom {
	background: url(../img/column-wrapper-topbottom.gif) no-repeat;
	width: 932px;
	height: 1px;
}

#column-wrapper {
	width: 932px;
	background: url(../img/column-wrapper-bg.gif) repeat-y;
	padding-left: 1px;
	padding-right: 1px;
	overflow: hidden;
}

.column-wrapper-bio {
	background: url(../img/column-wrapper-bio.gif) no-repeat;
	width: 932px;
	height: 1px;
}

#column-wrapper-bio {
	width: 912px;
	overflow: hidden;
	background-color: #ffffff;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	padding-left: 10px;
	padding-right: 10px;
}

#column1 {
	width: 250px;
	padding-bottom: 9px;
	float: left;
}

/* @group Quote */

#quote {
	margin-top: 20px;
	padding: 24px 10px 10px;
}
#quote p {
	border-top: 1px solid #a7a7a7;
	padding-top: 7px;
	color: #ffffff;
	padding-left: 4px;
	padding-right: 14px;
	font: 13px/1.3em Arial, Helvetica, sans-serif;
}
#quote ul {
	color: #faf8cc;
	font-size: 12px;
	padding: 20px 12px 28px 4px;
}
#quote ul li.quote-name {
	font-weight: bold;
}
#quote ul li.quote-title {
	font-style: italic;
}
#quote ul li.quote-info {
	font-weight: normal;
	font-style: normal;
}
a .test-info,
a .test-co {
	font-weight: normal;
	font-style: normal;
	color: #505050;
}
a .test-info:hover,
a .test-co:hover {
	color: #505050;
}

#quote p.more {
	border-top: 1px solid #a7a7a7;
	padding-top: 7px;
	background: url(../img/bullet-quote-arrow.gif) no-repeat 5px center;
	padding-bottom: 7px;
	text-indent: 10px;
	font: 11px Arial, Helvetica, sans-serif;
}
#quote p.more a {
	color: #ffffff;
}

/* @end */

/* @group C1 Spacers */

.topspace {height: 40px;}
#c1-spacer {height: 393px;}
#c1-spacer-firm-team {height: 294px;}
#c1-spacer-firm-oview {height: 166px;}
#c1-spacer-firm-founder {height: 50px;}
#c1-spacer-approach-oview {height: 129px;}
#c1-spacer-approach-partnership {height: 308px;}
#c1-spacer-ceo {height: 128px;}
#c1-spacer-clients-oview {height: 111px;}
#c1-spacer-clients-testimonials {height: 573px;}
#c1-spacer-contact {height: 67px;}

/* @end */

#column2 {
	float: left;
	padding-right: 11px;
	width: 655px;
	padding-left: 15px;
}

/* @group Accordion Menu */

#acc-menu {
	width:560px;
	text-align: justify;
}
	
#acc-menu a.head {
	display: block;
	cursor:pointer;
	text-indent: none;
	background: url(../img/bullet-accordion-open.gif) no-repeat scroll right center;
	border-top: 1px solid #dfdfdf;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #3594d8;
	font-weight:bold;
	text-decoration: none;
	padding-right: 45px;
}
	
#acc-menu a.head:hover {
	color:#690000;
	background: url(../img/bullet-accordion-close.gif) no-repeat scroll right center;
}
	
#acc-menu a.selected {
	background: url(../img/bullet-accordion-close.gif) no-repeat scroll right center;
}
	
#acc-menu a.current {
	color: #690000;
}
	
#acc-menu ul {
	margin: 0;
	padding: 0;
	border-width: 0;
}
	
#acc-menu li {
	list-style:none outside none;
	display: inline;
}

#acc-menu li li a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}

li.acc-menu-last {
	border-bottom: 1px solid #dfdfdf;
}

.tan {
	background: url(../img/bullet-tan.gif) no-repeat;
	padding-left: 20px;
}

.grey {
	background: url(../img/bullet-grey.gif) no-repeat;
	padding-left: 20px;
}

.red {
	background: url(../img/bullet-red.gif) no-repeat;
	padding-left: 20px;
}

/* @end */

/* @group Nav-Utility */

#nav-utility {
	border-bottom: 1px solid #dfdfdf;
	padding-top: 8px;
	padding-bottom: 6px;
}

#nav-utility p {
	color: #999999;
	text-indent: 10px;
}

#nav-utility a {
	color: #666666;
	font-weight: bold;
}

#nav-utility a:hover,
#nav-utility a.nav-utility-on {
	color: #690000;
	font-weight: bold;
	text-decoration: none;
}

#nav-utility p .util {
}

#nav-utility p .print {
	width: 175px;
	margin-left: 535px;
}

#nav-utility p .print a {
	font-weight: normal;
	font-style: normal;
	color: #3594d8;
}

/* @end */

/* @group Nav */

#navigation {
	width: 556px;
	height: 60px;
	float: right;
	padding-right: 1px;
	color: #2c2c2c;
	font: 13px/15px Arial, Geneva, sans-serif;
	padding-top: 30px;
}

#navbar {
	float: right;
	position: relative;
	z-index: 5;
	
}

ul.IR li {
	position: relative;
}

.IR em {
	display: block;
	position: absolute;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding-top: 9px;
}

#nav, #nav ul  {
	list-style: none;
	margin:0;
	padding:0;
	float:left;
}

#nav li a {
	color: #999;
	text-decoration: none;
}

#nav li {
	display: inline;
	float: left;
	width: 111px;
}

#nav li, #nav li em{
	height: 51px;
	margin-top: 0;
}

#nav li.link1 em { 
	cursor:pointer;
	width: 111px;
	background: url(../img/nav.gif) no-repeat;
}

#nav li.link2 em { 
	cursor:pointer;
	width: 111px;
	background: url(../img/nav.gif) no-repeat;
}

#nav li.link3 em { 
	cursor:pointer;
	width: 111px;
	background: url(../img/nav.gif) no-repeat;
}

#nav li.link4 em { 
	cursor:pointer;
	width: 111px;
	background: url(../img/nav.gif) no-repeat;
}

#nav li.link5 em { 
	cursor:pointer;
	width: 111px;
	background: url(../img/nav.gif) no-repeat;
}

/*#nav li.link6 em { 
	background-image: url(../nav-img/nav.gif);
	background-repeat:no-repeat; 
	cursor:pointer;
	width:70px;
}*/

#nav li.link1 {
	z-index:15;
	padding: 0;
}

#nav li.link1 em {
	background-position: 0 0;
}

#nav li.link1:hover em {
	background-position: 0px -60px;
	color: #000000;
}

#nav li.link1-on em,
#nav li.link1-on:hover em {
	background-position: 0px -120px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

#nav li.link2 {
	z-index:14;
	padding: 0;
}

#nav li.link2 em {
	background-position: -111px 0;
}

#nav li.link2:hover em {
	background-position: -111px -60px;
	color: #000000;
}

#nav li.link2-on em,
#nav li.link2-on:hover em {
	background-position: -111px -120px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

#nav li.link3 {
	z-index:13;
	padding: 0;
}

#nav li.link3 em {
	background-position: -222px 0;
}

#nav li.link3:hover em {
	background-position: -222px -60px;
	color: #000000;
}

#nav li.link3-on em,
#nav li.link3-on:hover em {
	background-position: -222px -120px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

#nav li.link4 {
	z-index:12;
	padding: 0;
}

#nav li.link4 em {
	background-position: -333px 0;
}

#nav li.link4:hover em {
	background-position: -333px -60px;
	color: #000000;
}

#nav li.link4-on em,
#nav li.link4-on:hover em {
	background-position: -333px -120px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

#nav li.link5 {
	z-index:11;
	padding: 0;
}

#nav li.link5 em {
	background-position: -444px 0;
}

#nav li.link5:hover em {
	background-position: -444px -60px;
	color: #000000;
}

#nav li.link5-on em,
#nav li.link5-on:hover em {
	background-position: -444px -120px;
	font-weight: bold;
	color: #000000;
	cursor: default;
}

/*#nav li.link6 {
	z-index:11;
	left: 21px;
	padding: 0;
}

#nav li.link6 em {
	background-position: -405px 0;
}

#nav li.link6:hover em {
	background-position: -405px -33px;
}

#nav li.link6-on em,
#nav li.link6-on:hover em {
	background-position: -405px -33px;
	font-weight: bold;
	cursor: default;
}*/

#nav li:hover ul,
#nav li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

#nav a,
#navr a {
	display: block;
}

#nav li li:hover,
#nav li li.sfhover {
	background-color: #fff;
	left:auto;
}

#nav li ul {
	position: absolute;
	z-index: 999;
	left: -999em;
	list-style:none;
	width: 143px;
	text-decoration: none;
	top: 32px;
	background: transparent;
	margin-left: 1px;
}

#nav li ul.last {
	margin-left:-58px;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
	left: -999em;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left:auto;
}

#nav li li {
	height: auto;
	width: 280px;
	text-decoration: none;
	font-size: 12px;
	color: #3a3a3a;
	background: none;
	margin-bottom: -1px;
}

#nav li ul a {
	width: 155px;
	color: #4a4a4a;
	text-decoration: none;
	margin-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#nav li ul a:hover,
#nav li ul li a:hover,
#nav li a#current,
#nav li a#current:hover,
#nav li a#current:visited,
#nav li a#current:active {
	color: #000000;
	background: #eeeeee;
	text-decoration: none;
}

#nav li ul li {
	width: 137px;
	padding-top: 0;
	padding-left: 0;
	height: 61px;
	margin-left: -5px;
}

#nav li ul li.subnav {
	height: 18px;
	background: url(../../img/nav-li-shadow.png) no-repeat;
	padding-top: 1px;
}

#nav li ul li.first {
	background-image: url(../img/nav-li-shadow-first.png);
	width: 180px;
	height: 28px;
}

#nav li ul li.first a {
	margin-top: 4px;
}

#nav li ul li.shadow {
	width: 180px;
	height: 25px;
	background: url(../img/nav-li-shadow.png) no-repeat;
}

#nav li ul li.last {
	height: 33px;
	background-image: url(../img/nav-li-shadow-last.png);
	width: 180px;
	margin-top: -1px;
}

#nav li ul li.long {
	height: 44px;
	width: 180px;
	background: url(../img/nav-li-shadow-long.png) repeat-y;
	padding-bottom: 3px;
}

#nav li ul li.subnav-on a.IR-on {
	color: #000000;
	background: #eeeeee;
	text-decoration: none;
}

/* @end */



#flash {
	background-image: url(../img/flash-placeholder.jpg);
	width: 950px;
	height: 300px;
	margin-bottom: 1px;
}

#content {
	padding-top: 29px;
	padding-left: 43px;
	padding-right: 39px;
}

#content p {
	padding-bottom: 20px;
}

#content p.privacy {
	font-size: 11px;
	margin-top: 343px;
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
	padding-right: 17px;
}

#content img#chart {
	padding-left: 178px;
	padding-bottom: 22px;
}

#content .col {
	width: 234px;
	height: 290px;
	float: left;
	background: url(../img/img-approach-partnership-chart2.gif) no-repeat 0 0;
}
#content .col2 {
	width: 310px;
	float: left;
	margin-left: 20px;
}
/*#content ul.ds p {
	line-height: 20px;
}*/

#content ul.contentlist {
	width: 272px;
	float: left;
}

#content ul.contentlist.l {
	padding-right: 26px;
}

#content.clients ul li {
	background: url(../img/bullet-dbl-carrot-r.gif) no-repeat left 5px;
	padding-left: 10px;
}
#content .thm-img {
	float: left;
	width: 277px;
	padding-bottom: 10px;
	padding-right: 9px;
}

#content .thm-img img {
	float: left;
	padding-right: 11px;
}

#content .thm-img ul {
}

#content .accordion-last {
	border-bottom: 1px solid #dfdfdf;
}

#content.ceo p.lead {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #dfdfdf;
}

#content.ceo ul li {
	border-bottom: 1px solid #dfdfdf;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: url(../img/bullet-pdf.gif) no-repeat right center;
}

#content .ceo-book {
	float: right;
	padding-top: 20px;
	padding-left: 35px;
	padding-bottom: 200px;
}

/* @group Team Bios */

#column1-bio {
	padding-top: 24px;
	padding-left: 15px;
	width: 278px;
	float: left;
}

#column2-bio {
	padding-top: 24px;
	width: 559px;
	float: right;
	padding-right: 60px;
	padding-bottom: 35px;
}

#column2-bio p {
	padding-bottom: 20px;
}

#column2-bio p.bio-last {
	padding-bottom: 0;
}

#column2-bio ul {
	width: 249px;
	float: left;
	padding-right: 26px;
}

#column2-bio ul li {
	background: url(../img/bullet-bio-dot.gif) no-repeat left 5px;
	padding-left: 10px;
}

.bio-row {
	margin-top: 24px;
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
	overflow: hidden;
}

ul.page-width li {
	width: 460px;
	padding-bottom: .25em;
}

/* @end */



.lead {
	color: #690000;
	font-weight: bold;
}

.lead-c1 {
	color: #a6926d;
	font-weight: bold;
}

.lead-c2 {
	color: #5b5a5a;
	font-weight: bold;
}

.emphasis {
	font-style: italic;
}

.r {
	color: #690000;
	}

.strong {
	font-weight: bold;
}

.ceo-news {
	padding-right: 15px;
	color: #4a4a4a;
	float: left;
}
.ceo ul li a {
	display: block;
	width: 470px;
	padding-left: 72px;
}

.ident p {
	font-size: 11px;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #ddd;
}

/* @group Updates */

#updates {
	background-color: #e3e3de;
	width: 230px;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
}

form #signup {
	padding-left: 9px;
	padding-top: 7px;
}

#signup .signup-line {
	padding-bottom: 7px;
}

#signup input {
	padding-top: 1px;
	padding-left: 3px;
	font-size: 11px;
	padding-bottom: 1px;
	width: 145px;
}

#signup input#go {
	cursor: pointer;
	width: 17px;
	background: url(../img/updates-btn.gif) no-repeat;
	height: 16px;
	border-width: 0;
	vertical-align: 1px;
	margin-left: 3px;
}

/* @end */

#footer p {
	font-size: 10px;
	color: #999999;
	padding-top: 13px;
	padding-bottom: 13px;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	text-decoration: underline;
}

#frame-rounded-bottom {
	background: url(../img/frame-rounded-bottom.gif) no-repeat;
	width: 1000px;
	height: 3px;
}