@charset "utf-8";
/* CSS Document */
body.main {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background: #c8d7e1 url('../img/background.png') repeat-x;
	margin: 0px 0px 0px 0px;
}

body.details {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background: #c8d7e1 url('../img/details/background.png') repeat-x;
	margin: 0px 0px 0px 0px;
}

img.tpng {
	behavior: url("css/iepngfix.htc"); /* so IE can treat png as transparent, it needs clearpixel.gif */
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{line-height: 1.2em;}

blockquote {
	font-family: Georgia;
	font-style: italic;
	font-size: 12px;
	color: #0c3e8c;
	padding: 0;
	margin: 0;
}

a, img {
	outline: 0;
	border: 0px;
}

a:link, a:active, a:visited {
	color: blue;
}

a:hover {
	text-decoration: none;
}

input, select, textarea {
	font-size: 11px;
	font-family: Helvetica, Arial, Sans-Serif;
}

div.clear { /* DIV for Mozilla browser float hack */
	clear: both;
	height: 1px; /* Height must be 1 for the wrapping element to actually wrap the containing elements (IE fix) */
	overflow: hidden; /* Style used because MSIE refuses to automatically make div tags less than 1em high when in Standards Compatible mode. */
}

.float-left {
	float: left;
	display: inline;
}

.float-right {
	float: right;
	display: inline;
}

div#wrapper {
	background: #c8d7e1 url('../img/background.png') repeat-x;
}

div#wrapper-details {
	background: #c8d7e1 url('../img/details/background.png') repeat-x;
}

div#main {
	width: 1051px;
	margin: 0 auto;
	height: auto;
}

div#main-details {
	width: 1052px;
	margin: 0 auto;
	height: auto;
}

div#content {
  height: auto;
}


/**** start header ****/
div#header {
	width: 1051px;
	height: 265px;
	background: #fff url('../img/header.png') no-repeat;
}

div#header-details {
	width: 1052px;
	height: 190px;
	background: #fff url('../img/details/header.png') no-repeat;
}

div#logo {
	position:relative;
	float:left;
	width: 191px;
	height: 103px;
	margin: 0px 0px 0px 40px;
	cursor:pointer;
}

div#navigation {
	position:relative;
	float: left;
	width: 500px;
	height: 17px;
	margin: 47px 0px 0px 0px;
}

ul#menu {
	margin: 0px 0px 0px 0px;
	padding:0;
	width: 950px;
}

ul#menu li {
	float: left;
	display: inline;
	padding: 0;
	font-size: 17px;
	line-height: 18px;
}

ul#menu li#menu-process {width: 101px; margin: 0px 0px 0px 17px;}
ul#menu li#menu-services {width: 104px; margin: 0px 0px 0px 27px;}
ul#menu li#menu-consultants {width: 98px; margin: 0px 0px 0px 30px;}
ul#menu li#menu-testimonials {width: 101px; margin: 0px 0px 0px 25px;}

div#contact-info {
	position:relative;
	float: right;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #959595;
	margin: 0px 0px 0px 0px;
}

div#contact-info .phone-number {
	font-weight: bold;
}
/**** end header ****/


/**** start sub information ****/
div#sub-container {
	width: 1051px;
	height: 110px;
	background: #fff url('../img/sub_info.png') no-repeat;
}

div#sub-container-details {
	width: 1052px;
	height: 74px;
	background: #fff url('../img/details/sub_info.png') no-repeat;
}

div#sub-container p {
	width: 920px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 90px;
}

div#sub-container-details-content {
	position:relative;
	width: 900px;
	height: 70px;
	margin: 0px 0px 5px 85px;
}
/**** end sub information ****/


/**** start sub information content ****/
div#info-column {
	float: left;
	width: 185px;
	text-align: left;
	padding: 0;
	background: #eff3f6;
	margin-left: 30px;
}

.drop-down {
	width: 145px;
	height: 24px;
	border: 1px solid #999999;
}

.goBtn {
	width: 27px;
	height: 24px;
	padding-left: 5px;
}
/**** end sub information content ****/

/**** start main content ****/
div#content-container {
	position: relative;
	width: 1051px;
	height: 558px;
	margin: 0px 0px 0px 0px;
}

div#main-content {
	width: 951px;
	height: 416px;
	margin: 0px 0px 15px 56px;
	background: #fff url('../img/main_content_back.png') no-repeat;
}

div#details-content-top {
	width: 1052px;
	height: 10px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url('../img/details/main_top.png') no-repeat;
}

div#wrapper-stretch {
	width: 923px;
	height: auto;
	margin: 0px 0px 0px 71px;
	padding: 0px 0px 0px 0px;
	background: #fff url('../img/details/back_stretch.png') repeat;
}

div#details-column-left {
	float: left;
	width: 250px;
	height: auto;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

div#details-column-left p {
	font: "Trebuchet MS";
	font-size:13px;
	font-weight: normal;
	color: #686868;
	padding: 0px 30px 0px 40px;
	text-align: left;
}

div#details-column-right {
	width: 600px;
	height: auto;
	margin: 0px 0px 5px 250px;
	padding: 0px 0px 0px 10px;
	border-left: 1px #d9dcdf solid;
}

div#news-column-right {
	width: 600px;
	height: auto;
	margin: -10px 0px 5px 250px;
	padding: 0px 0px 0px 10px;
	border-left: 1px #d9dcdf solid;
}

div#details-column-two {
	float: left;
	width: 352px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 1px #d9dcdf solid;
}

div#bios-column-two {
	float: left;
	width: 287px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 30px;
	border-left: 1px #d9dcdf solid;
}



div#bios-column-third {
	float: left;
	width: 287px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 40px;
}


div#details-column-third {
	float: left;
	width: 250px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 40px;
}

div#companies-container {
	padding: 0px 0px 0px 10px;
	border-left: 1px #d9dcdf solid;
}

ul#list {
	width: auto;
	font: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
}

ul#list li {
	display: block;
	width: auto;
	text-align: left;
	clear: both;
	overflow: hidden;
}

ul#list li a:link, ul#list li a:active, ul#list li a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

ul#list li a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

ul#list li .list-icon {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

div#info-highlight-service-title {
	width: 550px;
	height: auto;
	margin: 10px 0px 0px 10px;
}

div#bios-highlight-service-title {
	width: 287px;
	height: auto;
	margin: 10px 0px 0px 0px;
}

div#info-highlight {
	width: 350px;
	height:auto;
	margin: 10px 0px 0px 10px;
}

div#info-image {
	float: left;
	width: 64px;
}

div#service-content {
	float: left;
	width: 550px;
	margin: 0px 0px 0px 0px;
	font: "Trebuchet MS";
	font-size: 14px;
	color: #e94b00;
}

div#bios-content {
	float: left;
	width: 287px;
	margin: 0px 0px 0px 0px;
	font: "Trebuchet MS";
	font-size: 14px;
	color: #e94b00;
}
div#testimonials-content p {
	font: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	color: #000;
}
div#bios-content a:link, div#bios-content a:active, div#bios-content a:visited {
	color: #686868;
	text-decoration: underline;
}

div#bios-content a:hover {
  	color: #686868;
	text-decoration: none;
}
div#testimonials-content {
	float: left;
	width: 287px;
	margin: 0px 0px 0px 0px;
	font: "Trebuchet MS";
	font-size: 14px;
	color: #e94b00;
}
div#companies-container {
	float: left;
	width: 250px;
	margin: 0px 0px 0px 0px;
	font: "Trebuchet MS";
	font-size: 10px;
	color: #686868;
}

div#hightlight-content {
	float: left;
	width: 260px;
	margin: 0px 0px 0px 20px;
}

div#testimonials-content {
	float: left;
	width: 585px;
	margin: 0px 0px 0px 20px;
}

div#testimonials-content p.name-company {
	text-align: right;
}

div#company-info-content {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 0px;
	font:"Trebuchet MS";
	font-size:11px;
	font-weight: bold;
}

div#company-info-content p {
	font-size:11px;
	font-weight: normal;
}

div#logo-container {
	float: right;
	width: 93px;
}

div#hightlight-content p {
	font: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

div#service-content p {
	font: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	color: #000;
}

div#bios-content p {
	font: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	color: #000;
}

div#details-content-footer {
	position: relative;
	width: 1052px;
	height: 21px;
	background: #fff url('../img/details/main_content_footer.png') no-repeat;
	margin: 0px 0px 5px -1px;
	padding: 0px 0px 0px 0px;
}

div#process-container {
	float: left;
	position: relative;
	width: 211px;
	margin: 0px 0px 0px 14px;
}

div#services-container {
	float: left;
	position: relative;
	width: 211px;
	margin: 0px 0px 0px 8px;
	padding-left: 8px; 
	border-left: 1px solid #bfc2c5;
}

div#consultants-container {
	float: left;
	position: relative;
	width: 211px;
	margin: 0px 0px 0px 8px;
	padding-left: 8px; 
	border-left: 1px solid #bfc2c5;
}

div#testimonials-container {
	float: left;
	position: relative;
	width: 211px;
	margin: 0px 0px 0px 8px;
	padding-left: 8px; 
	border-left: 1px solid #bfc2c5;
}

div#process-image {
	width: 211px;
	height: 60px;
	background: #fff url('../img/section_1.png') no-repeat;
}

div#services-image {
	width: 211px;
	height: 60px;
	background: #fff url('../img/section_2.png') no-repeat;
}

div#consultants-image {
	width: 211px;
	height: 60px;
	background: #fff url('../img/section_3.png') no-repeat;
}

div#testimonials-image {
	width: 211px;
	height: 60px;
	background: #fff url('../img/section_4.png') no-repeat;
}

div#section-content {
	float: left;
	position: relative;
	width: 200px;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #686868;
	padding: 10px 0px 10px 8px;
}

div#learn-btn-container {
	float: left;
	position: relative;
	margin: -20px 0px 0px 0px;
}

div#content-header {
	width: 924px;
	height: 67px;
	padding: 0px 0px 0px 0px;
	background: url('../img/main_content_header.png') no-repeat;
}

div#learn-more-1 {
	float: left;
	position: relative;
	width: 215px;
	height: 33px;
	margin: 27px 0px 0px 15px;
	background: #fff url('../img/learn_more.png') no-repeat;
	cursor:pointer;
}

div#learn-more-2 {
	float: left;
	width: 215px;
	height: 33px;
	margin: 27px 0px 0px 12px;
	background: #fff url('../img/learn_more.png') no-repeat;
	cursor:pointer;
}

div#learn-more-3 {
	float: left;
	position: relative;
	width: 215px;
	height: 33px;
	margin: 27px 0px 0px 12px;
	background: #fff url('../img/learn_more.png') no-repeat;
	cursor:pointer;
}

div#learn-more-4 {
	float: left;
	position: relative;
	width: 215px;
	height: 33px;
	margin: 27px 0px 0px 12px;
	background: #fff url('../img/learn_more.png') no-repeat;
	cursor:pointer;
}
/**** end main content ****/

/**** ****/
div#details-process-container {
	float: left;
	position: relative;
	width: 211px;
	margin: 70px 0px 0px 30px;
}

div#details-services-container {
	float: left;
	position: relative;
	width: 211px;
	margin: 70px 0px 0px 19px;
}

div#details-consultants-container {
	float: left;
	position: relative;
	width: 211px;
	margin: 70px 0px 0px 16px;
}

div#details-testimonials-container {
	float: left;
	position: relative;
	width: 211px;
	margin: 70px 0px 0px 17px;
}
/**** ****/

/**** start news ****/
.news-title {
	font-size: 14px;
	font-weight: bold;
	color:#e94b00;
	line-height: 16px;
}

.news-date {
	font-size: 11px;
	font-weight: bold;
	color: #132530;
}

.news-name {
	font-size: 11px;
	font-weight: bold;
	color:#e94b00;
}
/**** end news ****/

/**** start footer ****/
div#footer-container {
	width: 951px;
	height: auto;
	margin: 0px 0px 5px 56px;
}

div#footer-top {
	position:relative;
	width: 951px;
	height: 62px;
	background: #fff url('../img/footer.png') no-repeat;
}

div#footer-stretch {
	position: absolute;
	width: 951px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background: url('../img/footer_stretch.png') repeat;
}

div#news-container {
	float: left;
	margin: 0px 0px 0px 50px;
	width: 250px;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding: 0px 0px 10px 0px;
	color: #686868;	
}

div#people-container {
	float: left;
	margin: 0px 0px 0px 50px;
	width: 250px;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding: 0px 0px 10px 0px;
	color: #686868;	
}

div#partners-container {
	float: left;
	margin: 0px 0px 0px 40px;
	width: 250px;
	height: auto;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding: 0px 0px 10px 0px;
	color: #686868;	
	text-align: center;
}

div#partners-container p {
	padding: 0px 0px 15px 0px;
}

div#copyrights-bar {
	width: 921px;
	height: 30px;
	margin: 0px 0px 0px 16px;
	border-top: #c8d7e1 solid 5px;
	background: #132530;
}

div#copyright-info {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	color: #fff;
	padding: 7px 0px 0px 25px;
}

div#share {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	color: #fff;
	padding: 7px 0px 0px 25px;
}

div#footer-links {
	float: right;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding: 7px 25px 0px 0px;
}

div#footer-links a:link, div#footer-links a:active, div#footer-links a:visited {
	color: #fff;
	text-decoration: underline;
}

div#footer-links a:hover {
  	color: #fff;
	text-decoration: none;
}

div#footer-white {
	width: 921px;
	height: 70px;
	margin: 0px 0px 0px 72px;
	background: #fff;
}
/**** end footer ****/


/**** ****/
.latest-news-title {
	font:"Trebuchet MS";
	font-size:15px;
	color: #686868;
	font-weight: bold;
}

.latest-news-title {
	font:"Trebuchet MS";
	font-size:12px;
	color: #000;
}

.latest-news-title a:link, .latest-news-title a:active, .latest-news-title a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

.latest-news-title a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
/**** ****/

/**** ****/
div#news-column-right table {
	margin: 30px 0px 0px 20px;
	font:"Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color:#000;
}

.inputBox {
	width: 300px;
	border: 1px #000 solid;
}
/**** ****/
#copyright-info a {
	color: #FFF;
}
#copyright-info a:hover {
	text-decoration: none;	
}
