/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background: url(../images/bg_body.jpg) no-repeat center 0 #4ab3cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #565656;
	position: relative;
}

h1 {
	font-size: 24px;
	line-height: 29px;
}

h2 {
	font-size: 16px;
	line-height: 24px;
}

h3 {
	font-size: 12px;
	line-height: 18px;
}

ul {
	list-style: disc;
	text-indent: 0;
	margin-left: 13px;
	
}

ul ul {
	margin: 5px 0;
}

ol {
	text-indent: 0;
	margin-left: 20px;
}

li {
	line-height: 18px;
}

a {
	color: #005aa6;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a.active {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	padding-bottom: 13px;
}

.clear {
	clear: both;
}

.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.hidden {
	display: none;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.imgRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

label {
	font-weight: bold;
	font-size: 11px;
}

.formText {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}

.fbLogo {
	display: none;
	}

/* end global */


/* basic */

#wrap {
	width: 1072px;
	background: url(../images/bg_wrap.gif) repeat-y 100% 0;
	margin: 0 auto;
}

#content {
	clear: both;
}

/* end basic */


/* header */

#header {
	height: 121px;
}

.logo {
	margin: 14px 0 0 126px;
	float: left; 
	width: 203px;
	height: 99px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	text-indent: -999em;
}

.navigation {
	float: left;
	width: 540px;
	float: left;
	padding: 0 0 0 29px;	
}

a.clientAccess {
	float: right;
	font-size: 10px;
	color: #1c1d54;
	font-weight: bold;
	margin: 60px 38px 0 0;
}

/* /header */


/* menu */

#nav {
	margin: 0;
	list-style: none;
	z-index: 100;
	padding: 89px 0 0 0;
	background: url(../images/bg_menu.gif) repeat-x 0 0;
	height: 31px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a {
	display: block;
	/*width: 10em;*/
	color: #02253a;
}

#nav a.parent {
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 20px 0 20px;
	font-size: 13px;
	height: 26px;
	background: url(../images/bg_menu_li.gif) no-repeat 100% 6px;
	color: #015196;
}

#nav a.parent:hover {
	text-decoration: none;
}

#nav a.last {
	background: none;
}


#nav li {
	float: left;
	/*height: 36px;
	width: 10em;*/
	position: relative;
}

#nav #servicesLink a.parent {
	width: 73px;
}

#nav li#servicesLink:hover a.parent, #nav li#servicesLink.sfhover a.parent {
	background: url(../images/bg_services.gif) no-repeat 0 0;
	color: #015196;
}

#nav #process {
	position: relative;
	left: -2px;
}

#nav #process a.parent {
	width: 84px;
}

#nav li#process:hover a.parent, #nav li#process.sfhover a.parent {
	background: url(../images/bg_process.gif) no-repeat 0 0;
	color: #015196;
}

#nav #portfolio {
	position: relative;
	left: -4px;
}

#nav #portfolio a.parent {
	width: 102px;
}

#nav li#portfolio:hover a.parent, #nav li#portfolio.sfhover a.parent {
	background: url(../images/bg_portfolio.gif) no-repeat 0 0;
	color: #015196;
}

#nav li#about {
	position: relative;
	left: -6px;
}

#nav li#about a.parent {
	width: 102px;
}	

#nav li#about:hover a.parent, #nav li#about.sfhover a.parent {
	background: url(../images/bg_about.gif) no-repeat 0 0;
	color: #015196;
}

/* second level */
#nav li ul {
	position: absolute;
	width: 190px;
	left: -999em;
	background: #fff;
	opacity:0.86;
	filter:alpha(opacity=86);
	list-style: none;
	padding: 5px 10px;
}

#nav li ul.subWide {
	width: 390px;
}

#nav li ul li {
	padding: 0 0;
	background: url(../images/bg_li_dot1.gif) 0 100% no-repeat;
}

#nav li a {
	float: left;
	color: #1f4d72;
	
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	margin-top: 30px;
}

#nav li ul li {
	border: none;
	height: auto;
}

#nav li ul a {
	color: #1f4d72;
	width: 178px;
	padding: 7px 0 7px 12px;
	height: auto;
	background: url(../images/bg_nav_li.gif) 0 13px no-repeat;
	font-size: 12px;
	font-weight: bold;
}

#nav li ul div.specialNav {
	color: #1f4d72;
	width: 378px;
	padding: 7px 0 7px 12px;
	height: auto;
	background: url(../images/bg_nav_li.gif) 0 13px no-repeat;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

#nav li ul div.specialNav a {
	float: none;
	font-weight: normal;
	background: none;
	display: inline;
	padding: 0;
}

#nav li ul div.specialNav a.left {
	float: left;
	width: 100px;
	font-weight: bold;
}

#nav li ul div.specialNav .right {
	float: left;
	width: 278px;
}

#nav li ul.subWide li {
	background: url(../images/bg_li_dot2.gif) 0 100% no-repeat
}

#nav li ul a:hover {
	text-decoration: none;
	color: #000;
}

/* /second level */

/* third level */
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li li:hover ul, #nav li li.sfhover ul {
	left: 145px;
	margin-top: 0;
}
#nav li li:hover ul li.first, #nav li li.sfhover ul li.first {
}
#nav li li:hover ul li.last, #nav li li.sfhover ul li.last {
}
#nav li li ul a {
}

#nav li li ul a:hover {
}
/* /third level */


/* /menu */


/* content */

/* columns */

.oneColumn .colMain {
	width: 1073px;
}

.twoColumnsLeft {
	width: 1006px;
	background: #c5e7f1 url(../images/bg_inner.jpg) 0 0 no-repeat;
	padding: 30px 0;
	margin: 0 auto;
}

.twoColumnsLeft .colLeft {
	width: 143px;
	float: left;
	padding: 29px 0 0 27px;
}

.twoColumnsLeft .colRight {
	width: 776px;
	float: right;
	padding: 0 38px 0 0;
}


/* /columns */

.slider {
	width: 649px;
	height: 384px;
	position: relative;
	background: none;
	margin-bottom: 32px;
	
}

.slider {
	width: 1073px;
	height: 422px;
	position: relative;
}

.item {
	width: 1073px;
	height: 422px;
}

.item h2 {
	font-size: 45px;
	line-height: 47px;
	color: #fff;
	margin: 42px 0 0 36px;
	font-family: Arial, Helvetica, sans-serif;
}

.item p {
	font-size: 21px;
	color: #fff;
	line-height: 36px;
	margin: 33px 0 0 36px;
	font-weight: bold;
}

#container, #container2, #container3 { position: relative; width: 1073px; height: 422px; overflow: auto; z-index: 0; float: left; }

#item0 {
	background: url(../images/slider1.jpg) 0 0 no-repeat;
}

#item1 {
	background: url(../images/slider2.jpg) 0 0 no-repeat;
}

#item2 {
	background: url(../images/slider3.jpg) 0 0 no-repeat;
}

#item3 {
	background: url(../images/slider4.jpg) 0 0 no-repeat;
}

#item4 {
	background: url(../images/slider5.jpg) 0 0 no-repeat;
}

#item5 {
	background: url(../images/slider6.jpg) 0 0 no-repeat;
}

#item6 {
	background: url(../images/slider7.jpg) 0 0 no-repeat;
}

#item7 {
	background: url(../images/slider8.jpg) 0 0 no-repeat;
}

#item8 {
	background: url(../images/slider9.jpg) 0 0 no-repeat;
}

.num_nav ul {
	position: absolute;
	top: 272px;
	left: 24px;
	z-index: 10000;
}

.num_nav ul {
	list-style: none;
}

.num_nav li {
	float: left;
	list-style: none;
	margin-right: 19px;
	width: 151px;
	height: 151px;
}

.num_nav li a {
	float: left;
	width: 151px;
	height: 151px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

.num_nav li a.active, .num_nav li a:hover {
	background-position: 0 100%;
	text-decoration: none;
}

#num0, #num1, #num2 {
	display: none;
}

#num3 a {
	background-image: url(../images/commerce.gif);
}

#num4 a {
	background-image: url(../images/industry.gif);
}

#num5 a {
	background-image: url(../images/proof_services.gif);
}

#num6 a {
	background-image: url(../images/education.gif);
}

#num7 a {
	background-image: url(../images/health_sci.gif);
}

#num8 a {
	background-image: url(../images/non_profit.gif);
}

.homeMessages {
	width: 942px;
	height: 118px;
	background: url(../images/home_messages.jpg) no-repeat 0 0;
	margin: 25px 0 0 10px;
	padding: 46px 0 0 98px;
	float: left;
	clear: both;
	position: relative;
}

.homeMessage {
	width: 167px;
	float: left;
	height: 100px;
	padding: 0 34px 0 34px;
	background: url(../images/dot.gif) repeat-y 100% 0;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
}

.homeMessage1 {
	width: 323px;
}

.homeMessageLast {
	background-image:none;
}

.homeMessage1 img, .homeMessage img {
	float: left;
	margin-right: 18px;
	border: 1px solid #5e5e70;
}

.homeMessage a {
	color: #fff;
}

.followLinks {
	position: absolute;
	bottom: 9px;
	right: 18px;
	text-align: right;
}

ul.leftNav {
	list-style: none;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	padding-top: 100px;
}

ul.leftNav li {
	background: url(../images/bg_left_nav_li.gif) no-repeat 0 100%;
	padding: 8px 0;
}

ul.leftNav li a {
	color: #1f4d72;
	text-transform: uppercase;
	padding: 0 0 0 12px;
	background: url(../images/bg_left_nav_a.gif) 0 5px no-repeat;
}

ul.leftNav li a:hover {
	background: url(../images/bg_left_nav_a.gif) 0 -23px no-repeat;
	color: #f8a501;
	text-decoration: none;
}

.breadcrumbs {
	color: #00526a;
	font-size: 12px;
	padding: 0 0 20px 0;
}

.breadcrumbs a {
	font-weight: bold;
	color: #00526a;
}

.pageTitle {
	color: #00526a;
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 10px 0;
}

.subHead {
	width: 440px;
}

.conBox {
	position: relative;
	border: 1px solid #3f96a1;
	border-top: 2px solid #8bc1cb;
	padding: 19px;
	margin-top: 25px;
}

.innerBg {
	position: absolute;
	right: -1px;
	top: -155px;
	z-index: 0;
}

.boxTitle {
	font-size: 14px;
	text-transform: uppercase;
	height: 21px;
	width: 312px;
	color: #fff;
	padding: 3px 0 0 10px;
	margin-bottom: 20px;
}

.boxNav {
	float: left;
	width: 200px;
	margin-right: 20px;
}

ul.boxNav  {
	list-style: none;
	margin: 0;
	position: relative;
	z-index: 1;
}

ul.boxNav li a {
	display: block;
	color: #606162;
	font-weight: bold;
	padding: 0 0 10px 11px;
}

.boxInfo {
	background: url(../images/bg_box_info.gif) repeat-y 0 0;
	padding: 26px;
	margin-top: 25px;
	display: none;
    min-height:125px;
    padding-bottom:10px;
}

#boxInfo1 {
	display: block;
}

.boxInfo h3 {
	color: #852a5e;
	font-size: 12px;
}

.strategicServices1 .boxTitle {
	background: url(../images/bg_head_purple.gif)  0 0 no-repeat;
}

.strategicServices2 .boxTitle {
	background: url(../images/bg_head_orange.gif)  0 0 no-repeat;
}

.strategicServices3 .boxTitle {
	background: url(../images/bg_head_red.gif)  0 0 no-repeat;
}

.strategicServices4 .boxTitle {
	background: url(../images/bg_head_yellow.gif)  0 0 no-repeat;
}

.strategicServices1  ul.boxNav li a {
	background: url(../images/box_a_purple.gif) 0 7px no-repeat;
}

.strategicServices1  ul.boxNav li a.active, .strategicServices1  ul.boxNav li a:hover {
	background: url(../images/box_a_purple.gif) 0 -32px no-repeat;
	color: #852a5e;
	text-decoration: none;
}

.strategicServices2  ul.boxNav li a {
	background: url(../images/box_a_orange.gif) 0 7px no-repeat;
}

.strategicServices2  ul.boxNav li a.active, .strategicServices2  ul.boxNav li a:hover {
	background: url(../images/box_a_orange.gif) 0 -32px no-repeat;
	color: #c75a1d;
	text-decoration: none;
}

.strategicServices3  ul.boxNav li a {
	background: url(../images/box_a_red.gif) 0 7px no-repeat;
}

.strategicServices3  ul.boxNav li a.active, .strategicServices3  ul.boxNav li a:hover {
	background: url(../images/box_a_red.gif) 0 -32px no-repeat;
	color: #901519;
	text-decoration: none;
}

.strategicServices4  ul.boxNav li a {
	background: url(../images/box_a_yellow.gif) 0 7px no-repeat;
}

.strategicServices4  ul.boxNav li a.active, .strategicServices4  ul.boxNav li a:hover {
	background: url(../images/box_a_yellow.gif) 0 -32px no-repeat;
	color: #c79718;
	text-decoration: none;
}

.strategicServices1 .boxInfo h3 {
	color: #852a5e;
	margin-bottom: 10px;
}

.strategicServices2 .boxInfo h3 {
	color: #c75a1d;
	margin-bottom: 10px;
}

.strategicServices3 .boxInfo h3 {
	color: #901519;
	margin-bottom: 10px;
}

.strategicServices4 .boxInfo h3 {
	color: #c79718;
	margin-bottom: 10px;
}

.proccess .boxInfo h3{
	color: #849031;
	margin-bottom: 10px;
}

.proccess {
	position: relative;
	float: left;
	width: 740px;
}

.boxInfo p {
	color: #0b1518;
	font-size: 11px;
}

.testimonialsText {
	color: #849031;
	line-height: 24px;
	font-size: 16px;
	padding-top: 110px;
}

.quoteAttr {
	color: #060703;
	font-size: 11px;
}

#proccessBox {
	width: 700px;
	height: 215px;
	background: url(../images/bg_proccess.gif) 0 0 no-repeat;
	position: relative;
	z-index: 1000;
	padding: 1px 0 0 19px;
}

#proccessBox a {
	width: 206px;
	height: 42px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 18px 0 0 13px;
	float: left;
	font-weight: bold;
	margin: 0 10px 14px 0;
}

#proccessBox a:hover, #proccessBox a.active {
	background-position: 0 100%;
	text-decoration: none;
}

#lin1 {
	background-image: url(../images/btn1.gif);
}

#lin2 {
	background-image: url(../images/btn2.gif);
}

#lin3 {
	background-image: url(../images/btn3.gif);
}

#lin4 {
	background-image: url(../images/btn4.gif);
}

#lin5 {
	background-image: url(../images/btn5.gif);
}

#lin6 {
	background-image: url(../images/btn6.gif);
}

#lin7 {
	background-image: url(../images/btn7.gif);
}

#lin8 {
	background-image: url(../images/btn8.gif);
}

.portfolioHolderIn {
	display: none;
}

#portfolioHolderIn1 {
	display: block;
}

.portfolioBottom {
	background: url(../images/bg_box_info.gif) repeat-y 0 0;
	margin-top: 13px;
	padding: 65px 22px 13px 22px;	
}

.portfolioImg {
	position: relative;
	float: left;
	z-index: 1;
	width: 467px;
	height: 320px;
	padding: 5px 14px 0 2px;
	background: url(../images/bg_portfolio_img.gif) 0 0 no-repeat;
}

.portfolioImg img {
	display: none;
	width: 467px;
	height: 293px;
	float: left;
	padding-bottom: 8px;
}

.portfolioImg img.portfolioImgItem {
	display: block;
}

.portfolioImg p {
	color: #151517;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 11px;
}

.portfolioImg p a {
	color: #151517;
}

.portfolioInfo {
	width: 233px;
	float: right;
	padding-top: 74px;
	color: #0b1518;
	font-size: 11px;
	min-height:290px;
}

.portfolioInfo h3 {
	color: #bf2910;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 7px;
}

.portfolioBottom .testimonialsText {
	padding-top: 0;
}

.portfolioLeft {
	width: 250px;
	float: left;
}

.portfolioRight {
	width: 467px;
	float: right;
	padding-left: 14px;
	border-left: 1px solid #009cc2;
}

.portfolioRight h4 {
	font-size: 14px;
	color: #00526a;
	font-weight: bold;
	padding-bottom: 5px;
}

.portfolioRight p {
	color: #0b1518;
	font-size: 11px;
}

.projects {
	position: absolute;
	z-index: 5;
	bottom: -35px;
	left: 15px;
}

.projects a {
	width: 84px;
	height: 56px;
	padding: 3px 11px 10px 0;
	float: left;
	background: url(../images/bg_thumb.png) 0 0 no-repeat;
}

.projects a img {
	filter:alpha(opacity=70);
	opacity:0.7;
}

.projects a:hover img, .projects a.active img {
	filter:alpha(opacity=100);
	opacity:1;
}

.projects a:hover, .projects a.active {
	background: url(../images/bg_thumb.png) 0 100% no-repeat;
}

/* /content */


/* footer */

#footer {
	height: 120px;
}	

.footerIn {
	width: 768px;
	margin: 0 auto;
	padding: 18px 120px;
	background: url(../images/bg_footer.gif) no-repeat 0 0;
	color: #818181;
}

.footerLinks {
	float: left;
}	

.footerLinks h4 {
	color: #fff;
	font-size: 12px;
}

.footerLinks ul {
	list-style: none;
	color: #fff;
	margin: 0;
	font-size: 12px;
}

.footerLinks ul li {
	background: url(../images/bg_footer_li.gif) 0 7px no-repeat;
	padding-left: 10px;
}

.footerLinks ul a {
	color: #fff;
}

.padTable td {
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
}


/* end footer */
