@charset "utf-8";
* {
	z-index: 10;
}
body, div, h1, h2, h3, h4, h5, img, p, ul, ol, address, form, table, tr, td, th, dl, dt, dd, blockquote {
	position: relative;
	margin: 0;
	padding: 0;
}
body, textarea {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;;
	font-size: 80%;
}
ul li,
ol li,
blockquote {
	margin: 0 0 0 30px;
}
h1, h2, h3, h4, h5 {
	font-size: 1em;
	margin: 1em 0;
}
p, ul, ol, address, dl {
	line-height: 120%;
	margin: 1em 0;
	color: #333;
}
.none,
.print,
.handheld {
	display: none;
}
.email {
	margin-bottom: -3px;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
a {
	cursor: pointer;
}
a:hover {
}
address {
	font-style: normal;
}
.fir {
	font-size: 1em;
	overflow: hidden;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
.fir span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: no-repeat left top;
	display: block;
	top: 0;
}
a:hover.fir span {
	background-position: left bottom;
}

form.form br {
	clear: both;
	position: relative;
}
form.form label,
form.form fieldset.radio span {
	position: relative;
	display: block;
	width: 6em;
	float: left;
	text-align: right;
	padding: 0;
	margin: 0 5px 8px 0;
	
}
form.form fieldset.radio {
	display: inline;
	padding: 0;
	margin: 0 0 8px 0; /* Same bottom margin as label */
	border: none;
	position: relative;
}
form.form fieldset.radio label {
	padding: 0;
	margin-right: 8px;
	/* Undo styles above */
	float: none;
	text-align: left;
	width: auto;
	display: inline;
	cursor: pointer;
	clear: none;
	
}
form.form input.text{
	width: 190px;
	font-size: 1em;
}

form.form select,
form.form textarea,
form.form div.LSD_rte {
	width: 380px;
	font-size: 1em;
}
form.form select {
	width: 305px; /* Add 4 for FF, or 6 for IE, or 5 and call it a day */
}
form.form input.radio {
	cursor: pointer;
}
form.form label{
	color: #333;
}
form.form textarea,
form.form div.LSD_rte {
	margin-bottom: 5px;
}
form ul.errors {
	list-style-type: none;
	padding: .2em .3em;
	margin: .2em .5em 0;
	clear: both;
	background: #FFF;
}
form ul.errors li {
	margin: 0;
}
p.notice {
	padding: .2em .3em;
	clear: both;
	background: #FFF;
	border: 1px solid #000;
}

span.em{
font-style: italic;
}


body {
	background:#ebecee;
}
div.body {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #8b8b8b;
	overflow: hidden;
}
div.head-bar{
	background: #9c9c9c;
	margin:0;
	width: 800px;
	height: 61px;
	z-index: 20;
}
div.head-bar img{
	float: left;
}

div.head-bar ul,
div.quote{
	width: 576px;
}

/*----- menu section ----*/
div.head-bar ul{
	float: right;
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
}

div.head-bar ul li{
	float: left;
	position: relative;
	margin: 0;
	height: 53px;
	width: 144px;
	color: #fff;
	line-height: 1.4em;
}

div.head-bar ul li.leader_solutions a,
div.head-bar ul li.our_experience a,
div.head-bar ul li.our_team a,
div.head-bar ul li.contact_us a{
	padding: 12px 0 0 28px;
	display: block;
	height:40px;
	width: 114px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
/* - background color for menu - */
div.head-bar ul li.leader_solutions{
	/*background:#72b860;*/
	background: url(../images/bg-leader_solutions.jpg) repeat-x;
}
div.head-bar ul li.contact_us{
	/*background:#569cbe;*/
	background: url(../images/bg-contact_us.jpg) repeat-x;
}
div.head-bar ul li.our_experience{
	/*background:#c77661;*/
	background: url(../images/bg-our_experience.jpg) repeat-x;
}
div.head-bar ul li.our_team{
	/*background: #f79244;*/
	background: url(../images/bg-our_team.jpg) repeat-x;
}

/* - begin dropdown menu - */

div.head-bar ul li:hover ul,
div.head-bar ul li.hover ul{
	display: block;
}
div.head-bar ul li ul {
	display: none;
}
div.body div.head-bar ul li ul {
	position: absolute;
	left: 0;
	top: 53px;
	width: 144px;
	margin: 0;
	padding: 10px 0;
	font-size: 80%;
	text-align: left;	
	float: left;
	
}

/*links in submenu*/
/*leadership solutions submenu customize - begin*/
div.head-bar ul li.leader_solutions ul li{
	margin: 0 0 3px 0;
	padding:0;
	/*border: 1px solid #fff;*/
	height: 30px;
}
div.body div.head-bar ul li.leader_solutions ul li a{
	margin:0;
	padding: 0 0 0 25px;
	display: block;
	width:117px;
	height: 30px;
}
div.head-bar ul li.leader_solutions ul li.three_line{
	margin:5px 0 10px 0;
	padding:0;
	/*height: 45px;*/
	/*height: 55px;*/
	/*border: 1px solid #fff;*/
}
div.body div.head-bar ul li.leader_solutions ul li.three_line a{
	margin:0;
	padding: 0 0 0 25px;
	display: block;
	width:116px;
	/*height: 40px;*/
	/*height: 35px;*/
}
div.head-bar ul li.leader_solutions ul li.three_line,
div.body div.head-bar ul li.leader_solutions ul li.three_line a{
height: 40px;
}

/*our experience submenu customize - begin*/
div.head-bar ul li.our_experience ul li{
	margin:0;
	padding:0;
	/*border: 1px solid #fff;*/
	height: 20px;
}

div.body div.head-bar ul li.our_experience ul li a{
	margin:0;
	padding: 0 0 0 25px;
	display: block;
	width:117px;
	height: 20px;
}

div.head-bar ul li.our_experience ul li.case_study{
	/*height: 48px;*/
	height: 58px;
	margin: 0;
	padding: 0 0 0 25px;
	width:111px;
}

div.body div.head-bar ul li.our_experience ul li.case_study a{
	margin: 2px 0 0 0;
	padding: 0 0 0 5px;
	height: 15px;
	width:113px;
}

/*our team submenu -begins*/
div.head-bar ul li.our_team ul li{
	margin:0;
	padding:0;
	/*border: 1px solid #fff;*/
	height: 20px;
}

div.body div.head-bar ul li.our_team ul li a{
	margin:0;
	padding: 0 0 0 25px;
	display: block;
	width:117px;
	height: 20px;
}

div.head-bar ul li.our_team ul li.team{
	/*height: 48px;*/
	height: 54px;
	margin: 0;
	padding: 0 0 0 25px;
	width:111px;
	/*border: 1px solid #fff;*/
}
div.body div.head-bar ul li.our_team ul li.team a{
	margin: 2px 0 0 0;
	padding: 0 0 0 5px;
	height: 15px;
	width:113px;
	
}


/*background for dropdown menu*/
div.head-bar ul li.leader_solutions ul{
	background:#99c580;
	margin:0;
	padding: 0;
}

div.head-bar ul li.our_experience ul{
	background:#c9a196;
}
div.head-bar ul li.our_team ul{
	background: #e4b57e;
}



/*end dropdown menu*/



div.section-bar,
div.image-bar{
	text-align: center;
	margin: 0;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}


div.quote{
	float: right;
	/*margin: 37px auto;*/
	margin: 0;
	background: #000;
	width: 576px;
	height: 206px;
}

div.quote h3{
	font-size: 1.3em;
	text-align: left;
	margin: 58px 29px 14px 29px;
	line-height: 1.4em;
	
}

div.image-bar h3.green{
	color: #72b860;
}

div.image-bar img{
	float: left;
}

div.page_id{
	width:224px;
	float: left;
	height: 66px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #848484;
}

div.page_id h2{
	font-size:1.5em;
	margin:27px 0 0 22px;
	padding: 0;
	font-weight: lighter;
	color: #fff;
	
}

img.page_image{
	border-bottom: 1px solid #848484;
}

div.sidebar{
	width: 224px;
	float: left;
	/*margin: 35px auto;*/
	/*margin: 34px auto auto auto;*/
margin:0;
}

div.sidebar h1{
width:116px;
	
	/*margin: 22px 40px 1px 38px;*/
	margin: 50px 0 0 38px;

	color: #8f9092;
	font-weight: lighter;
	font-size: 1.8em;
	/*line-height: 1.30em;*/
	
}



div.body div.sidebar ul{
	color: #333;
	/*margin: 38px 0 0 46px;*/
margin: 23px 0 0 48px;
	padding: 0;
	
	
}
div.sidebar address,
div.sidebar p{
	color: #333;
	margin: 0 34px 13px 36px;
	line-height: 1.5em;
}

div.sidebar a{
	color: #333;
	text-decoration: none;
}

div.sidebar a:hover{
	text-decoration: underline;
}

div.sidebar ul li{
	margin:auto;
	padding-top: 12px;
	/*line-height: 19px;*/
	
}

div.sidebar ul li ul{
	margin: 8px 0 0 0 !important;
	_margin: 8px 0 0 0 !important;
	padding: 0;
}

div.sidebar ul li ul li{
	margin:2px 0 0 24px !important;
	padding: 0;
}

div.sidebar ul li img{
	margin: 10px 0 0 0;
}

div.sidebar ul li.green{
	color: #72b860;
	font-weight: bold;
}

div.sidebar ul li.brown{
	color: #c77661;
	font-weight: bold;
}
div.sidebar ul li.orange ul li.featured,
div.sidebar ul li.orange{
	color: #f79244;;
	font-weight: bold;
}



div.sidebar strong{
	color: #ec0f1c;
}

div.main{
	background: #9c9c9c;
}

div.main,
div.content{
	width: 575px;
	float: right;
	padding-bottom: 50px;
	border-left: 1px solid #848484;
	
}

div.content p.question a {
	color: #333;
	text-decoration: none;
}
div.content p.question img {
	position: absolute;
	top: -3px;
	margin-left: 10px;
}

div.content p.quote{
	margin:0 23px 0 23px;
	font-style: italic;
}
div.content p.signature{
	margin:0 23px 16px 23px;
	text-align: right;
}

div.content img.larg_image,
div.content ol,
div.content ul,
div.content p{
	line-height: 1.5em;
	margin:0 23px 16px 23px;
}

div.content img.large_image{
	margin:0 23px 16px 23px;
}

div.content h3{
	margin: 35px 23px 16px 23px;
}
div.content form table tr td.selections{
	padding: 0 0 0 6.3em;
}
div.content img.portrait{
	/*margin-top: -30px;*/
	margin-top: -120px;
	margin-left: 0px;
	margin-right: 17px;
	/*margin-bottom: 18px;*/
	float: left;
	display: block;
	position: relative;
	
}

div.content h3.title{
margin-left:179px;

}

.pm{
	padding-top: 33px;
}

.extra_pad{
	padding-top:91px;
}

.bg_green{
	/*background:#99c580;*/
	background: url(../images/bg_green.gif);
}
.bg_brown{
	/*background:#c9a196;*/
	background: #d29181;
}
.bg_orange{
	/*background: #e4b57e;*/
	background: #f9a869;
}
.bg_blue{
	/*background:#b0c3d6;*/
	background: #78b0cb;
}
.bg_black{
	background: #000;
}
.black{
	color: #000;
}
/* --contact page -- */
div.body div.content form.form label.blue,
div.body div.sidebar p.blue{
	color: #7c9cba;
	font-weight: bold;
}
div.body div.content form.form{
	width: 550px;
	margin: auto;
}
div.body div.content form.form table.email_info{
	width: 500px;
	margin: auto;
}
div.body div.content form.form table.email_info input.text{
	margin: 0;
	padding:0;
	width: 150px;
}

div.body div.content form.form table.email_info label{
	width: 60px;
	text-align: right;
}

div.body div.content p.blank{
display:block;
width:90%;
height: 280px;
}

div.body div.content table tr td{
vertical-align:top;
}

div.body div.content table tr td h3{
margin: 0 23px 16px 23px;
}
div.body div.content p.signature{
	text-align: right;
	font-style: italic;
	clear: both;
}