/* @group Redifined Tags */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font: 12px/17px Arial, sans-serif;
	color: #333;
	background-color: #d6d2c7;
	text-align: center;
	}

h1, h2, h3, h4, p, ul, ol, blockquote {
	padding-bottom: 1em;
	}

p {
	font: 12px/17px Arial, sans-serif;
	color: #333;
	}

ul, ol, blockquote {
	margin-left: 32px;
	line-height: 1.3em;
	}

h1 {
	font: 22px Arial, Helvetica, sans-serif;
	color: #52637b;
	padding-bottom: 1.4em;
	}

h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 0.6em;
	}

h3 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 1em;
	}
	
h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 0.7em;
	}

hr {
	border: 0;
	color: #e1e0cf;
	background-color: #e1e0cf;
	height: 1px;
	margin: .5em 0 1em;
	}

a {
	color: #8e8e5e;
	text-decoration: underline;
	}

a, a:active {
	outline: none;
	}

a:hover {
	color: #5a82ab;
	text-decoration: none;
	}

a:visited {
	color: #544327;
	text-decoration: underline;
	}

a:visited:hover {
	color: #5a82ab;
	text-decoration: none;
	}

img {
	border: 0;
	}

/* @end */

/* @group misc */



/* @end */

/* @group Structure Tags */


#project-header-wrapper {
	height: 96px;
	width: 100%;
	border-top: 1px solid #bcb6a4;
	background-color: #d6d2c7;
	background-image: url(../images/common/project-header-wrapper-bkgd.png); /* for Safari */
	background-position: 0 0;
	}

#project-header {
	width: 930px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	z-index: 1100;
	}

#project-header a#project-logo {
	padding-top: 12px;
	display: block;
	width: 375px; 
	height: 63px;
	background: transparent url(../images/common/fmi-logo.png) no-repeat 0 17px;
	}
#project-header a#project-logo span {
	display: none;
	}

#project-header a#project-logo:hover {
	
	}
	
#dh-outer-wrapper {
	width: 100%;
	min-width: 930px;
	border-top: 5px solid #cac5b7;
	border-bottom: 5px solid #ada491;
	}
	
#dh-wrapper {
	width: 100%;
	background-color: #fff;
	/*border-top: 7px solid #ada491;*/
	border-bottom: 1px solid #9c927d;
	}

#dh-inner-wrapper {
	
	}

#dh-container {
	width: 930px;
	margin: 0 auto;
	padding: 28px 0 50px;
	text-align: left;
	}

#dh-content {
	
	}

#footer-box-wrap {
	border-top: 1px solid #fff;
	}

#footer-box {
	text-align: left;
	width: 930px;
	margin: 0 auto;
	padding: 18px 0 70px;
	background-color: #d6d2c7;
	position: relative;
	}
	
#footer-box p {
	font: bold 11px/14px Arial, sans-serif;
	color: #777166;
	padding: 0;
	}
	
#footer-box p span {
	color: #a1987e;
	font-weight: normal;
	}
	
#footer-box p span a {
	color: #a1987e;
	}
	
#footer-box p span a.hidestyle,
#footer-box p span a.hidestyle:visited {
	text-decoration: none;
	cursor: text;
	}
	
#footer-box p span a.hidestyle:hover,
#footer-box p span a.hidestyle:visited:hover {
	color: #a1987e;
	text-decoration: none;
	cursor: text;
	}

#footer-box p.footer-links {
	position: absolute;
	top: 18px;
	right: 0;
	}
	
#footer-box p a, 
#footer-box p a:visited {
	color: #7d725a;
	text-decoration: underline;
	}

#footer-box a:hover, 
#footer-box a:visited:hover {
	color: #41341b;
	text-decoration: none;
	}
	
#footer-box a.rss-link {
	background: #eae7e1 url(../images/icons/feed-icon.png) no-repeat right center;
	padding: 2px 20px 2px 2px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	}


/* @end */

/* @group search */

#search-form {
	margin: 0;
	padding: 0;
	border: 0;
	width: 362px;
	position: absolute;
	top: 108px;
	right: 0;
	}
#search-form input#words {
	width: 132px;
	height: 18px;
	padding: 4px 4px 0 4px;
	margin-right: 8px;
	border: 0;
	background: transparent url(../images/common/search-field.png) no-repeat;
	font: bold 12px/13px Arial, Helvetica, sans-serif;
	color: #255477;
	float: left;
	}
#search-form input#searchsubmit {
	width: 40px;
	height: 22px;
	padding-bottom: 1px;
	border: 0;
	background: transparent url(../images/common/search-go.png) no-repeat 0 0;
	font: bold 11px/12px Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
	}
#search-form input#searchsubmit:hover {
	cursor: pointer;
	background-position: 0 -22px;
	}
#search-form select {
	float: left;
	margin-right: 6px;
	}

#search dl {
	padding-bottom: 2em;
	}

/* improvement */

.improved-selection {
	display: block;
	position: relative;
	z-index: 1200;
	margin-right: 6px;
	height: 22px;
	width: 168px;
	float: left;
	}
.improved-selection strong {
	color: #fff;
	background: url(../images/common/search-select.png) no-repeat 0 0;
	cursor: default;
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	/*text-shadow: 0 1px 0 #f0f0f0;*/
	display: block;
	padding: 5px 10px 0 8px;
	height: 17px;
	}
.improved-selection strong:hover {
	cursor: pointer;
	}
.improved-selection.selected strong {
	background-position: 0 -22px;
	}
.improved-container {
	background: #fff;
	border: 1px solid #869ab0;
	border-top: 0;
	overflow: auto;
	position: absolute;
	top: 22px;
	display: none;
	margin: 0;
	padding: 0;
	width: 164px;
	max-height: 133px;
	z-index: 1300;
	}
.improved-container.opened {
	display: block;
	}
.improved-container a,
.improved-container a:visited {
	color: #688eb6 !important;
	text-decoration: none;
	display: block;
	cursor: default;
	outline: none;
	padding: 4px 10px;
	font: bold 11px/13px Arial, Helvetica, sans-serif;
	}
.improved-container a:hover,
.improved-container a:visited:hover {
	color: #2f5782;
	background: #e9e6d8 url(../images/common/search-hover.png) repeat-x 0 0;
	cursor: pointer;
	text-decoration: none;
	}

/* @end */

/* @group photos */

.photo {
	/*width: 280px;*/
	}
.photo.left {
	float: left;
	margin: 0 40px 30px 0;
	}
.photo.right {
	float: right;
	margin: 0 0 30px 40px;
	}
.photo p {
	padding: 0;
	}
.photo img {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ece9e1;
	}
.photo p.photo-caption {
	padding: 0.8em 0 1em;
	font-style: italic;
	}
#about .photo p.photo-caption { color: #9e3c3c; }
#industries .photo p.photo-caption { color: #508464; }
#services .photo p.photo-caption { color: #5a82ab; }

/* @end */

/* @group author and article */

#author h1 {
	/*border-bottom: 1px solid #e1e0cf;
	padding-bottom: 1em;
	margin-bottom: 1em;*/
	}
#author h1 .person-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	}
	
#author .subtitle ul,
#author .contact-info ul {
	margin-left: 0;
	list-style: none;
	/*font-size: 11px;*/
	color: #666666;
	}
#author .subtitle b,
#author .contact-info b {
	color: #333;
	}
#author .subtitle b,
#author .contact-info b,
#author .contact-info a {
	font-size: 12px;
	font-weight: normal;
	}
	
#author .photo img {
	max-width: 270px;
	}
	
#author .bio {
	/*width: 456px;*/
	}

.related ul.articles {
	margin-left: 0;
	}
.related ul.articles li {
	margin-left: 0;
	padding-left: 18px;
	list-style: none;
	background: transparent url(../images/icons/page_small_blue.png) no-repeat left top;
	}
	
	
#article h1 .date {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	}
	
#article  p.subtitle {
	font-weight: bold;
	font-style: italic;
	}
	
#article p.attachment {
	background: #f2f2f2 url(../images/icons/page_white_stack.png) no-repeat 6px center;
	padding: 6px 6px 6px 26px;
	border: 1px solid #e8e8e8;
	margin-bottom: 1em;
	display: inline;
	}
#article p.attachment a {
	color: #369;
	}
	
.list ul {
	margin-left: 0;
	}
.list ul li {
	padding-left: 20px;
	list-style: none;
	background: transparent url(../images/icons/article.png) no-repeat 4px 9px;
	border-bottom: solid 1px #e1e0cf;
	}
.list ul li:hover {
	background: #f9f8f4 url(../images/icons/article-hover.png) no-repeat 4px 9px;
	background-color: transparent;
	}
.list ul.articles span.date {
	display: block;
	font-size: 11px;
	}
	
.subscribe {
	font-size: 11px;
	/*background: #f2f2f2 url(../images/icons/feed-icon.png) no-repeat 6px center;
	padding: 3px 3px 3px 23px;
	border: 1px solid #e8e8e8;*/
	margin-bottom: 1em;
	display: inline;
	float: right;
	}
.subscribe a, .subscribe a:visited {
	color: #369;
	text-decoration: none;
	border: 1px solid #e8e8e8;
	background: #fff url(../images/icons/feed-icon.png) no-repeat 6px center;
	padding: 3px 3px 3px 23px;
	}
.subscribe a:hover, .subscribe a:visited:hover {
	color: #036;
	background-color: #fff;
	border: 1px solid #fed09f;
	}

/* @end */

/* @group newsletter form */


#newsletter fieldset {
	border: 0;
	}
#newsletter h3 {
	padding: 0 0 20px;
	font-size: 14px;
	color: #554428;
	}
	
#newsletter #nl-user-info {
	margin-bottom: 30px;
	}
#newsletter #nl-user-info label {
	display: block;
	height: 10px;
	}
#newsletter #nl-user-info label b {
	width: 80px;
	display: block;
	float: left;
	}
#newsletter #nl-user-info label input {
	float: left;
	border: 1px solid #666666;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
#newsletter #nl-selections,
#newsletter #email_lists {
	margin: 0 0 18px;
	}
	
#newsletter input#signup {
	border: 1px solid #2c405c;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	padding: 2px 8px;
	cursor: pointer;
	background: #374b64 url(../images/common/form-btn-bkgd.png) repeat-x;
	}
#newsletter input#signup:hover {
	background: #5a779e;
	}

/* @end */

/* @group colored sections */

/* @group investment-banking */

#investment-banking h1 { 
	color: #369;
	}
#investment-banking #dh-outer-wrapper { /*5px*/
	border-bottom-color: #83a7c9;
	}
#investment-banking #dh-wrapper { /*1px*/
	border-bottom-color: #6f95bc;
	}

/* @end */

/* @group management-consulting */

#management-consulting h1 { 
	color: #9e3c3c;
	}
#management-consulting #dh-outer-wrapper { /*5px*/
	border-bottom-color: #992927;
	}
#management-consulting #dh-wrapper { /*1px*/
	border-bottom-color: #861e1d;
	}

/* @end */

/* @group research */

#research h1 { 
	color: #636;
	}
#research #dh-outer-wrapper { /*5px*/
	border-bottom-color: #636;
	}
#research #dh-wrapper { /*1px*/
	border-bottom-color: #532653;
	}

/* @end */

/* @group market-sectors */

#market-sectors h1 { 
	color: #5b994d;
	}
#market-sectors #dh-outer-wrapper { /*5px*/
	border-bottom-color: #5b994d;
	}
#market-sectors #dh-wrapper { /*1px*/
	border-bottom-color: #49863c;
	}

/* @end */

/* @end */
