html, body {
	height: 100%;
}
body {
	font: normal normal normal 62.5%/ 1.5em Arial, sans-serif;
	/*overflow-y: scroll;*/
}
/* structure
---------------------------------------------*/
#container {

min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -35px;

}
.width-wrap {
	width: 980px;
	margin: 0 auto;
}

/* header
---------------------------------------------*/
#header {
	margin-left: 200px;
	padding-top: 3.2em;
}
#header h1 {
	font-size: 2em;
	height: 2.4em;
	text-indent: -9999px;
	margin-left: 25px;
}
/* nav
---------------------------------------------*/
#nav {
	border: 0;
	background: transparent;
	display: block;
	float: left;
	margin-left: 1px;
	position: relative;
	width: 200px;
	z-index: 99;
}
#nav li {
	
}
#nav li a {
	display: block;
	height: 44px;
	text-indent: -9999px;
	background: transparent url(../images/nav-sprites3.png) no-repeat 0% 0%;
}
#nav li a.active {
	
}
#nav ul {
	background: none;
}
#nav ul li {
	border: none;
	background: none;
}
#nav ul li a {
	background-image: none;
	height: auto;
	text-indent: 0;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: color 0.15s linear;
	padding: 8px 8px;
}
#nav ul li a.active,
#nav ul li.has-children.open>a {
	font-weight: bold;
}
#nav ul li a:hover {
	-webkit-transition: color 0.15s linear;
}
/* third level navigation */
#nav ul ul {
	padding: 0px;
	margin-top: -4px;
}
#nav ul li.closed ul {
	display: none;
}
#nav ul ul li a {
	background-image: none;
	padding-left: 20px;
}
#nav ul ul li:first-child {
	padding-top: 5px;
}
#nav ul ul li:last-child {
	padding-bottom: 5px;
}
#nav ul ul li a {
	font-size: 12px;
	line-height: 1em;
}

#nav ul li.has-children.closed {
	background: transparent url(/static/images/nav-haschildren-closed.png)
		no-repeat 185px 7px;
}
#nav ul li.has-children.open {
	background: transparent url(/static/images/nav-haschildren-open.png)
		no-repeat 182px 10px;
}
#nav ul li.open li .active {
	background: transparent url(/static/images/nav-haschildren-closed.png)
		no-repeat 7px 8px;
}
/* content
	---------------------------------------------*/
#content {
	margin-left: 200px;
	padding-left: 1px;
	background-color: transparent;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
}
#content .fade {
	height: 45px;
	width: 100%;
	position: absolute;
	z-index: 9999;
	left: 1px;
	background-color: transparent;
	background-position: left bottom;
	background-repeat: repeat-x;
}
#content .top-fade {
	top: 0px;
}
#content .bottom-fade {
	bottom: 0px;
}
#slider {
	overflow-x: hidden;
	position: relative;
}
#slider .section {
	width: 100%;
}
#slider .section.with-subsections {
	width: 5000px;
}
#slider .section .sub-section {
	width: 779px;
	float: left;
}
#slider .section-content {
	padding: 30px 20px 80px 20px;
}

#slider .section-content-nfu {
	padding: 0px 20px 80px 20px;
}


.section-nav {
	position: absolute;
	z-index: 99999;
	text-indent: -9999px;
	display: none;
}
#slider .horizontal {
	width: 50px;
	height: 100%;
	top: 0px;
}
#slider .vertical {
	width: 100%;
	height: 28px;
	left: 0px;
}
#slider .vertical.previous {
	top: 0px;
}
#slider .vertical.next {
	bottom: 0px;
	background: transparent
		url(/static/images/section_nav_vertical_next.png) no-repeat bottom
		right;
}
#slider .horizontal.previous {
	left: 0px;
	background: transparent
		url(/static/images/section_nav_horizontal_back.png) no-repeat bottom
		right;
}
#slider .horizontal.next {
	right: 0px;
	background: transparent
		url(/static/images/section_nav_horizontal_next.png) no-repeat bottom
		right;
}
/* footer
		---------------------------------------------*/
#footer {
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
	bottom: 0;
	left: 0;
	font-size: 11px;
	height: 35px;
}

.push {

	height: 35px;
	clear: both;
}

#footer a:hover {
	color: #ffffff;
}
#footer #footer-content {
	color: #8c8c8c;
	background: #99bad1;
	position: relative;
}
#footer-content #offices-slider {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#footer-content #sitemap,
#footer-content #contact-us,
#footer-content #offices,
#footer-content #follow-us
	{
	display: none;
}
	
#footer #copyright {
	padding: 10px 0 10px 0;
	color: #8c8c8c;
	background: #1e1e1e;
}

#copyright span {
	color: #00538e;
	margin-right: 20px;
}
#copyright a {
	color: #8c8c8c;
	text-decoration: none;
}


#footer #copyright-breaker {
	background: #1e1e1e url(../images/copyright-breaker.png) top left repeat-x;
	height: 2px;
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#footer #breaker-fullwidth {
	height: 2px;
	width: 100%;
	overflow: hidden;
	padding: 0;
}

/* footer - sitemap
			---------------------------------------------*/
			
#footer #sitemap {
	display: none;
	line-height: 20px;
	height: 235px;
}

#sitemap a {
	color: #b4b4b4;
	text-decoration: none;
}

#sitemap .sublist {
	padding-left: 10px;
	line-height: 16px;
}

#sitemap .sublist a {
	color: #d3d2d2;
}

#sitemap .sm-work-with-us1 {
	float: left;
	padding-right: 40px;
}

#sitemap .sm-work-with-us2 {
	float: left;
	padding-top: 25px;
	padding-right: 50px;
}

#work-for-info {
	margin-left: 12px;
	line-height: 1.4em;
	color: #fff;
}

#work-with-info, #media-info {
	line-height: 1.4em;
	color: #fff;
}

.home-info {
	line-height: 1.4em;
}
#sitemap .sm-work-for-us
	{
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	color: #d5d6d2;
}

#sitemap .our-partners {
	float: left;
	padding-right: 0px;
	padding-left: 30px;
	color: #d5d6d2;
	background: transparent url(../images/separator.png) no-repeat left 30px;
}

#sitemap .social-networks {
	padding-left: 30px;
}

#sitemap .sm-work-for-us {
	background: transparent url(../images/separator.png) no-repeat right 20px;
	height: 40px;
}

#sitemap .investor-pulse,
#sitemap .social-networks {
	margin-right: 30px;
}

#sitemap .investor-pulse,
#sitemap .social-networks,
#sitemap .our-partners {
	float: left;
}

#sitemap .our-partners {
	margin-top: 15px;
}

#sitemap .our-partners li {
	margin-bottom:18px;
}

#sitemap .investor-pulse {
	font-size: 11px;
	line-height: 2em;
	color: #d5d6d2;
	width: 460px;
	margin-top: 15px;
	margin-bottom: 30px;
}

#sitemap .investor-pulse-title {
	float: left;
	margin-bottom: 7px;
}

#sitemap .follow-us-sub-title {
	margin-bottom: 3px;
}

.investor-pulse img {
	float: left;
	margin-right: 15px;
}

.investor-pulse p {
	float: left;
	clear: left;
	width: 100%;
}

#sitemap .social-networks {
	background: transparent url(../images/separator.png) no-repeat left 30px;
	margin-top: 15px;
}

#sitemap .social-networks li {
	margin-bottom: 12px;
}

#sitemap .social-networks a {
	padding-left: 40px;
	height: 25px;
	line-height: 25px;
	display: block;
}

.social-networks .blog {
	background: transparent url(/static/images/footer/blog.png) no-repeat left top;
	padding-left: 40px;
	height: 25px;
	line-height: 25px;
	display: block;
}

.social-networks a.twitter {
	background: transparent url(/static/images/footer/twitter.png) no-repeat
		left top;
}

.social-networks a.flickr {
	background: transparent url(/static/images/footer/flickr.png) no-repeat
		left top;
}

.social-networks a.vimeo {
	background: transparent url(/static/images/footer/vimeo.png) no-repeat
		left top;
}

.social-networks a.linkedin {
	background: transparent url(/static/images/footer/linkedin.png) no-repeat
		left top;
}


/* footer - contact
			---------------------------------------------*/
/*label {
	display: none;
}
div.selector,
form .inputwrap {
	margin: 0;
}
input,
textarea,
select {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	font-family: inherit;
	color: #c2c3c0;
	font-family: inherit;
	font-size: 11px;
}
.focus input,
.focus textarea,
.focus select {
	color: #d5d6d2;
}
input,
textarea {
	padding: 5px 0;
}
textarea {
	resize: none;
	height: 92px;
}
input.button {
	width: auto;
	border: none;
	padding: 0px;
	float: right;
}
form .inputwrap {
	border: 1px solid #171616;
	background-color: #212020;
	padding: 0 5px;
	color: #C2C3C0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background-color 0.15s linear;
	-webkit-transition: color 0.15s linear;
}
form .inputwrap.focus {
	background-color: #2a2929;
	-webkit-transition: background-color 0.2s linear;
	-webkit-transition: color 0.2s linear;
}
form .inputwrap.file {
	padding-right: 0px;
}
#footer #sitemap {
	padding-top: 12px;
}

#footer #contact-us {
	padding-top: 35px;
	height: 212px;
}

#contact-us form {
	float: left;
}

#contact-us .col {
	width: 300px;
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
}

#contact-us .col2 {
	width: 300px;
	float: left;
	margin-right: 10px;
}

#contact-us .row {
	margin-bottom: 12px;
	border-bottom: 1px solid #322e22;
	border-left: 1px solid #252420;
	border-right: 1px solid #252420;
}

#contact-us .row.buttons {
	border: none;
}

#footer .wanna-chat {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}

#footer .wanna-research {
	float: left;
	margin: 0;
	padding: 0;
}

*/

/* footer - offices slider
			---------------------------------------------*/
#footer #offices {
	display: none;
	width: 100%;
	height: 215px;
	padding-bottom: 2px;
	overflow: hidden;
	position: relative;
	padding-top: 30px;
}
#offices a.offices-nav {
	position: absolute;
	z-index: 10;
	display: block;
	width: 26px;
	height: 215px;
	top: 0px;
	text-indent: -9999px;
	display: none;
}

#offices a.offices-nav.offices-left {
	top: 31px;
	left: 0px;
	background: transparent url(../images/footer_offices_left.png) no-repeat left center;
}

#offices a.offices-nav.offices-right {
	top: 31px;
	right: 0px;
	background: transparent url(../images/footer_offices_right.png) no-repeat left center;
}

#footer #offices ul {
	height: 215px;
	width: 4000px;
	position: absolute;
	border-top: 1px solid #191818;
	border-bottom: 1px solid #191818;
	background: transparent url(../images/footer_wanna_chat.png)
		no-repeat 2300px 15px;
}

#footer #offices ul li {
	margin: 0;
	padding: 0;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
	-webkit-transition: opacity 0.35s linear;
}

#footer #offices ul li:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity = 100);
	-webkit-transition: opacity 0.35s linear;
}

#offices ul li,
#offices ul li .info,
#offices ul li img.map {
	float: left;
}
#offices ul li .info {
	width: 180px;
}
#offices ul li img {
	display: block;
}
#offices ul li img.map {
	width: 195px;
	background-color: #f4f1ea;
}
#offices ul li .info img {
	margin: 15px 0 0 36px;
}
#offices ul li .info p {
	margin: 5px 0 5px 36px;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
}
#footer ul#footer-nav {
	height: 42px;
	position: relative;
	z-index: 4;
}
#footer ul#footer-nav li {
	float: left;
	padding-right: 20px;
}
#footer ul#footer-nav li:last-child {
	padding-right: 0;
}
#footer ul#footer-nav li:first-child,
#footer ul#footer-nav li.first-child {
	margin-left: 50px;
}
#footer a.footer-group {
	display: block;
	text-indent: -9999px;
	height: 40px;
	border-bottom: 2px solid transparent;
}
#footer a.footer-group.sitemap {
	width: 76px;
	background-position: 0 0;
}
#footer a.footer-group.sitemap:hover {
	background-position: 0 -40px;
}
#footer a.footer-group#sitemap-link.active {
	background-position: 0 -82px;
}
#footer a.footer-group.contact-us {
	width: 60px;
	background-position: -77px 0;
}
#footer a.footer-group.contact-us:hover {
	background-position: -77px -40px;
}
#footer a.footer-group#contact-us-link.active {
	background-position: -77px -82px;
}
#footer a.footer-group.offices {
	width: 43px;
	background-position: -156px 0;
}
#footer a.footer-group.offices:hover {
	background-position: -156px -40px;
}
#footer a.footer-group#offices-link.active {
	background-position: -156px -82px;
}
#footer .footer-content {
	display: none;
}
#footer #footer-content.hidden #footer-close {
	display: none;
}
#footer #footer-close {
	color: #fff;
	height: 29px;
	width: 81px;
	position: absolute;
	top: -37px;
	right: 0px;
	cursor: pointer;
	z-index: 10;
}

#footer option {
	background-color: #1e1e1e;
}

/* Disclaimer
---------------------------------------------*/

#content #disclaimer {
    padding-left: 50px;
	width: 930px;
	margin: 0 auto;
	overflow: auto;
}

#content #disclaimer h3 {
    font-size: 1.8em;
	line-height: 1.8em;
	margin-bottom: 10px;
}

#content #disclaimer h4 {
    font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding-bottom:0;
}

#content #disclaimer p {
    font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 10px;
}

#content #disclaimer ul {
    font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 10px;
	list-style: disc;
	margin-left: 20px;
}

#content #disclaimer a, a:link {
    text-decoration: none;
	color: #8c8c8c;
}

#content #disclaimer a:visited {
    text-decoration: none;
	color: #8c8c8c;
}

#content #disclaimer a:hover {
    text-decoration: none;
	color: #fff;
}

/* heading styles (and intro text)
---------------------------------------------*/
#content h2 {
	margin-bottom: 44px;
}
#content #landing h2 {
	margin-bottom: 14px;
}
#content p.intro {
	margin-bottom: 51px;
}
#content h2,
#content p.intro {
	text-indent: -9999px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}
#content h3 {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial;
	font-weight: bold;
}
#content h4 {
	width: 540px;
	font-size: 16px;
	line-height: 20px;
	font-family: Arial;
	font-weight: bold;
	padding-bottom: 25px
}
.popup {
	padding: 0 3em 3em 3em;
}
.popup #header {
	margin-left: 0;
	border: 0;
}
.popup #header h1 {
	margin-left: 0;
}
.popup h2 {
	font-size: 2em;
	line-height: 2em;
}
.popup h3 {
	font-size: 1.6em;
	line-height: 2em;
}
.popup ul {
	list-style: circle;
	margin-left: 20px;
}

ul.sitemap {
	list-style: none;
	margin-left: 50px;
	padding: 0 0 150px 0;
}

ul.sitemap a, a:link {
	text-decoration: none;
	color: #8c8c8c;
}

ul.sitemap a:visited {
	text-decoration: none;
	color: #8c8c8c;
}

ul.sitemap a:hover {
	text-decoration: none;
	color: #fff;
}

ul.sitemap li {
	line-height: 1.4em;
}

.popup p,
.popup li {
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial;
}
ul.sitemap li li {
	padding: 0 0 0 20px;
}
#content .sitemap #work-with-us,
#content .sitemap #work-for-us,
#content .sitemap #in-the-media
	{
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	width: 200px;
	height: 35px;
	margin: 20px 0;
	background: top right url(../images/nav-sprites.png) no-repeat;
}
#content .sitemap #work-for-us {
	background: -400px -88px url(../images/nav-sprites.png) no-repeat;
}
#content .sitemap #in-the-media {
	background: -400px -176px url(../images/nav-sprites.png) no-repeat;
}
.para-text {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial;
}



.highlight {
	color: #99bad1;
}



.para-text ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: color 0.15s linear;
}

.para-text ul li a:hover {
	color: #99bad1;
	-webkit-transition: color 0.15s linear;
}


.white {
	color: #ffffff;
}
.yellow {
	color: #fdc82f;
}
.blue {
	color: #3db7e4;
}
.brown {
	color: #bd9271;
}
.pink {
	color: #ec4371;
}
.black {
	color: #1e1e1e;
}



/* utils + misc
---------------------------------------------*/
hr,
.hide {
	height: 0;
	left: -1000em;
	overflow: hidden;
	position: absolute;
	width: 0;
	visibility: hidden;
}
a img {
	border: none;
}
.clear {
	background-color: transparent;
	clear: both;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
	max-height: 1px;
	min-height: 1px;
	overflow: hidden;
	position: relative;
	text-indent: -9999em;
	visibility: hidden;
	white-space: nowrap;
	width: 100%;
}
/* self-clear floats */
.group:after,
.section-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.contentrow {
	clear: left;
	display: block;
	float: left;
	position: relative;
	width: 100%;
}

.contentrow p {
	padding-bottom: 10px;
	position: relative;
	font-size: 12px;
}

.contentrow-other {
	clear: left;
	display: block;
	float: left;
	position: relative;
	width: 100%;
	margin-top: -42px;
}

.contentrow-other p {
	padding-bottom: 10px;
	position: relative;
	font-size: 12px;
}

.full {
	height: 390px;
	position: relative;
	width: 759px;
}

.fullcol {
	
	position: relative;
	width: 640px;
}

.fullcol li{
	padding: 5px;
}

.thirds .col1 {
	float: left;
	width: 200px;
	padding-right: 20px;
}
.thirds .col2 {
	float: left;
	width: 200px;
	padding-right: 20px;
}
.thirds .col3 {
	float: left;
	width: 200px;
}

.full .half {
	width: 300px;
	padding-left: 14px;
	padding-top: 14px;
	float: left
}
.full .right-image-col1 {
	width: 230px;
	padding-left: 14px;
	padding-top: 14px;
	font-size: 14px;
	line-height: 18px;
}
.full .right-image-col2 {
	position: absolute;
	right: 14px;
	top: 14px;
}
.full .left-image-col1 {
	position: absolute;
	left: 14px;
	top: 14px;
	width: 272px;
}
.full .left-image-col2 {
	width: 230px;
	padding-right: 14px;
	padding-top: 14px;
	font-size: 14px;
	line-height: 18px;
}
.full .bottom-align {
	position: absolute;
	bottom: 14px;
}

.full .right-align {
	position: absolute;
	right: 0px;
}

.full .right-align-results-image {
	float: right;
	margin-right: 210px;
}

#our-people .full {
	height: 266px;
}
#our-people .full .right-image-col1 {
	padding-right: 14px;
	width: 215px;
}

#our-people .full .right-image-col2 .caption,
#social-responsibility .full .right-image-col2 .caption
	{
	background-color: #1e1e1e;
	bottom: 4px;
	color: #d5d6d2;
	left: 0;
	margin: 0;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity = 85);
	padding: 6px 6px 5px;
	position: absolute;
	text-align: center;
	text-shadow: #000 0 -1px 0;
	width: 488px;
}

#slider .section-content a.arrow-meetpeople {
	background: url(../images/arrow-meetpeople-sprite.png);
	background-position: 0 -26px;
	float: right;
	height: 26px;
	width: 262px;
	text-indent: -9999px;
	margin: 15px -20px 0 0;
}

#slider .section-content a.arrow-meetpeople:hover {
	background-position: 0 0px;

}

#our-mission .full {
	height: 287px;
}
#social-responsibility .full {
	height: 369px;
}
#our-expertise .full {
	height: 367px;
}
.floating-col1 {
	height: 100px;
	position: relative;
}
.rollover-expander {
	font-size: 14px;
	line-height: 20px;
	font-family: Arial;
	cursor: pointer;
	font-weight: bold;
}
.rollover-expander .on {
	background-image: url(../images/expander_on.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.rollover-expander .off {
	background-image: url(../images/expander_off.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}


.arrow {
	padding-bottom: 40px;
	padding-left: 60px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	text-decoration: none;
	border: 1px solid #D5D6D2; /*IE made me do this*/
}
#arrow2.on {
	background-image: url(../images/arrow2_on.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow2,
#arrow2.off {
	background-image: url(../images/arrow2_off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow3.on {
	background-image: url(/static/images/arrows/rollovers/arrow3_on.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow3,
#arrow3.off {
	background-image: url(/static/images/arrows/rollovers/arrow3_off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow5.on {
	background-image: url(/static/images/arrows/rollovers/arrow5_on.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow5,
#arrow5.off {
	background-image: url(/static/images/arrows/rollovers/arrow5_off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow6.on {
	background-image: url(/static/images/arrows/rollovers/arrow6_on.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow6,
#arrow6.off {
	background-image: url(/static/images/arrows/rollovers/arrow6_off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow7.on {
	background-image: url(/static/images/arrows/rollovers/arrow7_on.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow7,
#arrow7.off {
	background-image: url(/static/images/arrows/rollovers/arrow7_off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow8.on {
	background-image: url(/static/images/arrows/rollovers/arrow8_on.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow8,
#arrow8.off {
	background-image: url(/static/images/arrows/rollovers/arrow8_off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow9.on {
	background-image: url(/static/images/arrows/rollovers/arrow9_on.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow9,
#arrow9.off {
	background-image: url(/static/images/arrows/rollovers/arrow9_off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow10.on {
	background-image: url(/static/images/arrows/rollovers/arrow10_on.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow10,
#arrow10.off {
	background-image: url(/static/images/arrows/rollovers/arrow10_off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow11.on {
	background-image: url(/static/images/arrows/rollovers/arrow11_on.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow11,
#arrow11.off {
	background-image: url(/static/images/arrows/rollovers/arrow11_off.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow9_diag {
	text-indent: -9999px;
	height: 75px;
	width: 75px;
}
#arrow9_diag.on {
	background-image:
		url(/static/images/arrows/rollovers/arrow9_diag_on.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow9_diag,
#arrow9_diag.off {
	background-image:
		url(/static/images/arrows/rollovers/arrow9_diag_on.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#arrow3_right.on {
	background-image:
		url(/static/images/arrows/rollovers/arrow3_right_on.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	width: 84px;
	height: 55px;
	position: relative;
	top: 13px;
}
#arrow3_right,
#arrow3_right.off {
	background-image:
		url(/static/images/arrows/rollovers/arrow3_right_off.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	width: 84px;
	height: 55px;
	position: relative;
	top: 13px;
}
#arrow4_right.on {
	background-image:
		url(/static/images/arrows/rollovers/arrow4_right_on.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	width: 84px;
	height: 55px;
	position: relative;
	top: 13px;
}
#arrow4_right,
#arrow4_right.off {
	background-image:
		url(/static/images/arrows/rollovers/arrow4_right_off.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	width: 84px;
	height: 55px;
	position: relative;
	top: 13px;
}
#arrow5_right.on {
	background-image:
		url(/static/images/arrows/rollovers/arrow5_right_on.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	width: 84px;
	height: 55px;
}
#arrow5_right,
#arrow5_right.off {
	background-image:
		url(/static/images/arrows/rollovers/arrow5_right_off.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	width: 84px;
	height: 55px;
}
#arrow5_right_2.on {
	background-image:
		url(/static/images/arrows/rollovers/arrow5_right_on.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	width: 84px;
	height: 55px;
	position: relative;
	top: 13px;
}
#arrow5_right_2,
#arrow5_right_2.off {
	background-image:
		url(/static/images/arrows/rollovers/arrow5_right_off.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	width: 84px;
	height: 55px;
	position: relative;
	top: 13px;
}
#arrow8_right.on {
	background-image:
		url(/static/images/arrows/rollovers/arrow8_right_on.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	width: 87px;
	height: 50px;
	position: relative;
	top: 80px;
}
#arrow8_right,
#arrow8_right.off {
	background-image:
		url(/static/images/arrows/rollovers/arrow8_right_off.png);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
	width: 87px;
	height: 50px;
	position: relative;
	top: 80px;
}
.rollover-arrow a {
	text-decoration: none;
}
.rollover-arrow li {
	cursor: pointer;
	clear: left;
	padding: 10px 0;
	
}
.rollover-display {
	display: none;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	background: none;
}
.off .rollover-display {
	display: none;
}
.contains-right-arrow {
	width: 100%;
}
.contains-right-arrow .rollover-arrow div {
	z-index: 9;
}
.logo {
	padding-left: 40px;
}
.thumbnails {
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	margin: 5px;
	cursor: pointer;
}
#meet-our-people .full,
#yellow-meet-our-people .full {
	background-color: #1e1e1e;
	height: 470px !important;
	position: relative;
	top: 0;
}
#meet-our-people #meet-name,
#yellow-meet-our-people .full #meet-name {
	padding: 20px 0 20px 15px;
}
#meet-our-people #meet-tag,
#yellow-meet-our-people #meet-tag {
	color: #d5d6d2;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 15px 20px;
	width: 380px;
}
#meet-our-people #meet-role,
#yellow-meet-our-people #meet-role {
	color: #d5d6d2;
	font-size: 12px;
	padding: 0 0 15px 20px;
	width: 380px;
}
#meet-our-people #meet-desc-wrapper,
#yellow-meet-our-people #meet-desc-wrapper
	{
	color: #d5d6d2;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 15px 20px;
	width: 380px;
}
#meet-our-people #meet-desc-wrapper strong,
#yellow-meet-our-people #meet-desc-wrapper strong
	{
	color: #fdc82f;
}
#meet-our-people #meet-desc,
#yellow-meet-our-people #meet-desc {
	color: #d5d6d2;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	width: 380px;
}
#meet-our-people #meet-pic,
#yellow-meet-our-people #meet-pic {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 155px;
}
/* bullets
---------------------------------------------*/
.bullet {
	padding-left: 14px;
	padding-bottom: 15px;
}
.points {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 25px;
	color: #000;
}
 

.designby{ float:right; color:#8C8C8C; position:relative;}


/* image
---------------------------------------------*/
.image {
    width: 640px;
    height: 340px;
    margin: 0px 0px 20px 0px;
    border: 0px solid #99bad1;
}

.images {
    width: 640px;
    height: 340px;
    margin: 0px 0px 15px 0px;
    border: 0px solid #99bad1;
}

.images440 {
    width: 640px;
    margin: 0px 0px 15px 0px;
    border: 0px solid #99bad1;
}

.images570 {
    width: 640px;
    margin: 0px 0px 5px 0px;
    border: 0px solid #99bad1;
}

.image_mont {
    width: 640px;
    height: 426px;
    margin: 0px 0px 15px 0px;
    border: 0px solid #99bad1;
}




/* team-box
---------------------------------------------*/
.team {
    width: 640px;
    height: 240px;
    margin: 35px 0px 0px 25px;
}
.team-box-last {
    width: 130px;
    height: 130px;
    float: left;
    margin: 0px 0px 0px 0px;
    border: 5px solid #99bad1;
}
.team-box {
    width: 130px;
    height: 130px;
    float: left;
    margin: 0px 20px 0px 0px;
    border: 5px solid #99bad1;
}

.team-box-last p {
    color: #99bad1;
    font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding-top: 10px;
	
}

.team-box p {
    color: #99bad1;
    font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding-top: 10px;
	
}

.team-box-last a {
	
}
.team-box-last a:hover {
	
	opacity: 0.4;	
}

.team-box a {
	
}
.team-box a:hover {
	
	opacity: 0.4;	
}

/* quotes
---------------------------------------------*/
#quotes { list-style: none; width: 300px; margin-top: 10px; cursor: pointer; }
#quotes blockquote { font-size: 18px; line-height: 24px; font-family: Georgia, "Times New Roman", Times, serif;color: #fff;font-style: italic; list-style: none; margin: 0;}

#quotes li {list-style-type: none; display:none; }
#quotes cite {font-size: 12px; line-height: 24px; color: #99bad1; font-style: normal;}

/* reg
---------------------------------------------*/

#reg {
    width: 640px;
    height: 30px;
    margin-top: 0px;
    margin-left: 20px;
}    
#reg p {
    color: #fff;
    font-size: 12px;
	line-height: 18px;;

}
 

/* new styles by JM
---------------------------------------------*/

.contact-bio {
	margin: 50px 0;	
	height: 130px;
}