@charset "utf-8";
/* CSS Document */
@import url("reset.css");

/* Light Blue #6c99c0 */
/* Dark Blue #085476 */

body {
	background:#ffffff;
	text-align:center;
}

body,input,textarea,select,td,th {
	color:#333333;
	font: 10pt Arial, Verdana, Tahoma, sans-serif;
}

a {
	color:#085476;
	text-decoration:none;
}

a:hover {
	color:#6c99c0;
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

cite
{
	font-weight:inherit;
}

em {
	font-style:italic;
	font-weight:inherit;
}

strong em, strong cite
{
	font-weight:bold;
}

#root {
	line-height:1.5em;
	padding:0 0 0px;
}

#header,
#sub-header,
#content,
#footer {
	margin:0 auto;
	text-align:left;
	width:932px;
}

#wrapper-header {
}

#home #header {
	height:72px;
	position:relative;
}

#header {
	height:72px;
	position:relative;
}


#wrapper-sub-header {
}

#sub-header {
	height:280px;
	border-top:10px #085476 solid;
	border-bottom:3px #6c99c0 solid;
}

#diagram {
	float:left;
	background:url(../img/diagram.jpg) no-repeat;
	width:425px;
	height:280px;
}

#sub-header #logo {
	float:right;
	width:300px;
	height:160px;
	margin-top:60px;
}

#sub-header #logo a {
	height:160px;
	width:300px;
	display:block;
}

#logo h2.novo-dia-logo {
	background:url(../img/ndg-logo.jpg) no-repeat;
	width:300px;
	height:160px;
	text-align:center;
}

#home #sub-header-shadow {
	height:25px;
	background:url(../img/bg_content.gif) 0 0 repeat-x;
	width:932px;
	margin:0 auto;
}

#home #sub-header img {
	float:right;
	z-index:100;
}

#wrapper-content {
}

#content {
	width:932px;
}

#content:after,
#footer:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#col-1 {
	float:left;
	width:600px;
	padding-top:10px;
}

#col-2 {
	float:right;
	width:300px;
	margin-left:30px;
	padding-top:10px;
}

#col-3 {
	float:left;
	width:297px;
}

#col-4 {
	float:right;
	width:579px;
}


#col-3 p, #col-3 ul {
	padding-left:27px;
}

#content ul.arrow {
	margin:20px 0;
}

#content ul.arrow li {
	background:url('../img/bg_sub-nav-arrow.gif') 8px 6px no-repeat;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
}
/*
	Header
****************************************************************/
#header h1#logo {
	background:url('../img/logo.gif') 0 0 no-repeat;
	height:56px;
	left:20px;
	position:absolute;
	top:15px;
	width:275px;
}

#header h1#logo a {
	display:block;
	height:60px;
}

#header h1 span {
	display:none;
}

.sub-nav {
	background:url('../img/bg_sub-nav-b.gif') 0 100% no-repeat;
	padding:0 0 10px;
}

.sub-nav ul {
	background:url('../img/bg_sub-nav-t.gif') 0 0 no-repeat;
	padding:10px 27px 0;
	font-weight:bold;
}

.sub-nav ul li,
.sub-nav ul li.sub strong{
	border-bottom:1px solid #CCCCCC;
}

.sub-nav ul li.last,
.sub-nav ul li.last strong {
	border-bottom:none;
}

.sub-nav ul li a,
.sub-nav ul li strong{
	display:block;
	padding:3px;
}

.sub-nav ul li a:hover {
	color:#646464;
}

.sub-nav ul ul {
	background:none;
	padding:0;
}

.sub-nav ul ul li,
.sub-nav ul ul li strong{
	background:url('../img/bg_sub-nav-line.gif') 100% 100% no-repeat;
	border-bottom:none;
	font-weight:normal;
	padding-left:0;
}

.sub-nav ul ul li.last,
.sub-nav ul ul li.last strong {
	background:none;
}

.sub-nav ul ul li a,
.sub-nav ul ul li strong span {
	display:block;
	padding-left:23px;
	background:url('../img/bg_sub-nav-arrow.gif') 8px 9px no-repeat;
}

.sub-nav ul ul li strong span
{
	background-position:8px 6px;
}

.sub-nav ul ul ul li
{
	background-position:46px 100%;
	padding-left:46px;
}

.sub-nav ul ul ul li a,
.sub-nav ul ul ul li strong span 
{
	background:none;
	padding-left:0;
}

#sub-header h2 span,
#sub-header h3 span,
#content h2 span{
	display:none;
}

#col-1 h2 {
	width:580px;
	height:54px;
}

#col-2 h2 {
	width:280px;
	height:54px;
}

#content h2.home {
	background:url('../img/header-home.jpg') 0 0 no-repeat;
}

#content h2.executive-staff {
	background:url('../img/header-executive-staff.jpg') 0 0 no-repeat;
}

#content h2.systems-consulting {
	background:url('../img/header-systems-consulting.jpg') 0 0 no-repeat;
}

#content h2.pulsetrack {
	background:url('../img/header-pulsetrack.jpg') 0 0 no-repeat;
}

#content h2.versado {
	background:url('../img/header-versado.jpg') 0 0 no-repeat;
}

#content h2.mobile-market {
	background:url('../img/header-mobile-market.jpg') 0 0 no-repeat;
}

img.versado {
float: left; 
margin-bottom: 30px;
}

/*
	Footer
****************************************************************/
#wrapper-footer {
	padding:0 0 13px;
}


#footer {
	border-top:1px solid #d5d5d5;;
	padding:16px 0 0 5px;
}


#footer .f-nav {
	float:left;
	width:651px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

#footer .f-nav ul {
  float:left;
}

#footer .f-nav li {
  padding:0 22px 0 14px;
}

#footer .f-nav li.first {
  background:url('../img/dot_1.gif') 0 50% no-repeat;
}

#footer .f-nav li a {
	color:#a6a6a6;
}

#footer .f-info{
  color:#c7c7c7;
  float:right;
  font-size:11px;
  text-transform:uppercase;
}

#footer .f-info a {
  color:#a6a6a6;
}

#footer .copy{
  float:left;
  text-align:right;
  padding:0 3px 0 0;
	text-transform:none;
}

#footer h1.design{
  float:left;
  text-align:right;
}

#footer h1.design a {
	padding:6px 16px 2px 0;
	z-index:100;
	text-transform:none;
}

#home #footer h1.design a {
}

/*
	Content
****************************************************************/
#home #content .news {
	padding:0 0 15px;
}

#home #content .news:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#home .news .post {
	padding:5px;
	margin: 0 0 9px;
}

.post img {
	float:left; 
	margin:7px;
}

#home .post {
  border-bottom:1px solid #e4e4e4;
}
#home .post.first{
	border-top:1px solid #e4e4e4;
}

#home .news .post dt {
	color:#a4a4a4;
	padding:0px 0px 8px;
}

#home .news .post dt .date {
	font-size:11px;
}

#home .news .post dd {
	padding:0 0 8px;
}

#home .news .post.last dd {
	border-bottom:none;
	padding:0;
}

#home .news .post.odd {
	background:#f9f9f9;
}

#home #content a {
	font-weight:bold;
}

#content h4 {
	color:#999999;
	font: 18px;
	margin:0 0 4px;
}

#content h3.gfx-header {
	color:#085476;
	font-size:24px;
	font-weight:normal;
	line-height: 1em;
	margin:0px 0 10px;
	width:100%;
}

#content p {
	margin:0 0 17px;
}

#content input.text,
#content .captcha input,
#content textarea {
	font-size:14px;
	padding:3px;
}

#content textarea
{
	overflow:auto;
}

#content input
{
	font-size:14px;
	padding:2px;
	vertical-align:middle;
}

#content img.center
{
	display:block;
	margin:20px auto;
}

#content img.left
{
	float:left;
	margin:3px 15px 10px 0;
}

#content img.right
{
	float:left;
	margin:3px 0 10px 15px;
}

#content table
{
	border:1px solid #b6c8dc;
	margin:0 auto 20px;
}

#content table caption
{
	color:#31669a;
	font-size:14px;
	margin:0 auto;
	padding:0 0 5px;
	text-align:center;
}

#content table th
{
	padding:8px;
}

#content table td
{
	padding:10px;
}

#content table thead th
{
	background:#4b9ace;
	color:#fff;
	font-size:14px;
}

#content table tbody th
{
	font-weight:bold;
	text-align:right;
}

#content table tbody td
{
	border-left:1px solid #d7e1ed;
}
#content table tbody tr.alt td,#content table tbody tr.alt th
{
	background:#eff3f7;
}

#content .item {
	margin:0 0 15px;
	padding:0 0 4px;
}

#content .item h3 {
	font-size:14pt;
}

#content .item.last {
	border-bottom:none;
	padding:0
}

#content #col-3 .item {
	background:#f9f9f9;
	border:1px solid #e4e4e4;
	padding:10px 5px 4px 0px;
	font-size:11pt;
	line-height:15pt;
}
/*
	Profile
****************************************************************/
#content dl.profile {
	border-bottom:1px solid #E8E8E8;
	padding:15px 0 15px;
}

#content dl.profile.odd, #content dl.pr {
	background:#f9f9f9;
}

#content dl.profile.first {
	background:#f9f9f9;
	border-top:1px solid #E8E8E8;
	margin-top:20px;
}

#content dl.profile.last {
	border-bottom:0;
	padding-bottom:0;
}

#content dl.profile:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

#content dl.profile dt {
	float:left;
	margin:0px 5px 10px 5px;
	padding:5px;
}

#content dl.profile dt img {
	display:block;
}

#content dl.profile dd {
	margin:0 10px 0 20px;
}

#content dl.profile dd.title {
	color:#AAAAAA;
	font-size:11px;
	line-height:1.2em;
}

#content dl.profile dd.name {
	font-size:18px;
	margin-bottom:2px;
}

#content dl.profile dd.name a {
	border-bottom:1px dotted #666666;
	color:#666666;
}

#content dl.profile dd.name a:hover {
	border-bottom:1px solid #C57599;
	text-decoration:none;
}

#content dl.profile dd.desc {
	line-height:1.5em;
	padding:11px 0 0;
}
#content dl.profile dd.desc p {
	margin:0 0 17px;
}

#content div.profile_details p.title {
	color:#B6B6B6;
	font-size:11px;
	line-height:1.2em;
	margin:-7px 0 0;
}

#content div.profile_details .desc {
clear:both;
}


#content div.profile_details ul {
	margin:9px 0 9px 4px;
	padding:0;
}

#content div.profile_details ul li {
	background:url("../images/bullet.gif") 0 8px no-repeat;
	list-style:none;
	padding:1px 0 4px 18px;
}


/** Misc **/
.blueStrong { font-weight:bold; color:#085476;font-size:12pt;}
#content #col-1 ul {
	margin:20px 0;
}
#content #col-1 ul li {
	background:transparent url(../img/bg_sub-nav-arrow.gif) no-repeat scroll 8px 6px;
	margin:0 0 10px;
	padding:0 0 0 20px;
}


