/**************************************************************************
----------------------------------------------- GLOBAL RESET --------------------------------------------------------
**************************************************************************/
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,
textarea,
select {
*font-size:100%;
}
legend {
	color:#000;
}
/**************************************************************************
------------------------------------------------ GENERAL ---------------------------------------------------------------
**************************************************************************/
body {
	background:#f1f7fc;
	color:#333;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	font-variant: normal;
	}
input, select, textarea {
	font-size: 100%;
	font-family:inherit;
	}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
a:active,
a:focus {
	outline: none;
	}
a {
	color:#3b7ac2;
	font-size: 16px;
}
a:hover {
	color:#333;
	background:#c9e1fd;
}
hr {
	display:none;
}
.float-left  {
	 float: left; 
	}
.float-right { 
	float: right; 
}
img.floatleft {
	float:left;
	margin:0 14px 10px 0;
	padding:5px;
	border:1px solid #e4e4e4;
	background:#fafafa;
}
img.floatright {
	float:right;
	margin:14px 0 14px 14px;
	padding:5px;
	border:1px solid #e4e4e4;
	background:#fafafa;
}
img.nofloat {
	float:none;
	margin:14px;
	padding:5px;
	border:1px solid #e4e4e4;
	background:#fafafa;
}
em {
	font-style: italic;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 0; 
 	padding: 18px 7px 10px 50px;  	
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(images/quote.gif) no-repeat 15px 10px;
}
	
/**************************************************************************
----------------------------------------------- MAIN STRUCTURE ----------------------------------------------------
**************************************************************************/
#container {
	background:#e7edf2;
	}
#header {
	height:181px;
	position:relative;
}
#content-wrapper {
	width:100%;
	background:#fff;
	clear:both;
	border-bottom:1px solid #edf0f2;
}
#content {
	width:960px;
	margin:0 auto;
	padding-left: 40px;
}
#content:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
#maincol:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
#content.onecol #maincol {
	width:936px;
	margin:0 auto;
	text-align:left;
	padding:18px 12px;
}
#content.onecol.sidenav #maincol {
	width:767px;
	float:left;
	border-right:1px solid #eee;
	text-align:left;
	margin:18px 0;
	padding:0 24px 0 12px;
}
#content.twocol #maincol {
	width:680px;
	float:left;
	text-align:left;
	margin:18px 0;
	padding:0 24px;
}
#content.twocol.sidenav #maincol {
	width:523px;
	float:left;
	border-right:1px solid #eee;
	text-align:left;
	margin:18px 0;
	padding:0 24px;
}
#sidecol {
	width:200px;
	padding:0 16px;
	margin:24px 0 18px 0;
	float:left;
	text-align:left;
	font:normal 14px/1.2 Arial, Helvetica, sans-serif;
	color:#666;
	background:#f3f5f6;
}
#sidenav {
	padding:52px 12px 12px 34px;
	text-align:left;
	width:110px;
	float:left;
	margin:18px 0;
}
#footer-wrapper {
	width:100%;
	background:url(images/footer-bg-trans.png) repeat-x top; 
}
#footer-wrapper:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
#footer {
	width:960px;
	margin:0 auto;
	text-align:left;
	}
#copyright {
	clear:both;
	padding:1em 0;
	}
	
/**************************************************************************
------------------------------------------------------ HEADER ---------------------------------------------------------
**************************************************************************/
#header {
	background:url(images/header-bg-trans.png) repeat-x;
}

/* --
***** Navigation
-------------------------------------------------------------------------*/
#navigation {
	width:960px;
	margin:0 auto;
	position:relative;
	text-align:right;
	z-index:100;
	height:45px;
	overflow:hidden;
}
#navigation ul {
	float:right;
	width:auto;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:9px 12px 0 0;
}
#navigation ul ul {
	display:none;
}
#navigation li {
	display:inline;
}
#navigation li a {
	display:block;
	float:left;
	padding:10px 12px;
	background:#f7f7f7;
	border-right:1px solid #ccc;
	font:normal 14px/1 Arial, Helvetica, sans-serif;
	color:#555353;
	text-decoration:none;
	height:14px;
}
#navigation li a:hover {
	background:#fdfdfd;
}
#navigation li.on a {
	border-bottom:2px solid #fff;
	background:#fff;
	color:#b84345;
}

/* --
***** Banner
-------------------------------------------------------------------------*/
#banner {
	clear:both;
	width:960px;
	height:181px;
	margin:0 auto;
	position:relative;
	top:-46px;
	overflow:hidden;
}
#banner h2 {
	width:487px;
	height:140px;
	position:absolute;
	top:15px;
	left:16px;
	background:url(images/logo-trans.png) no-repeat 0 0;
}
#banner h2 a {
	position:absolute;
	width:487px;
	height:140px;
	top:0;
	left:0;
}
#banner h2 a span {
	display:none;
}
#banner a:hover {
	background:none;
}
#banner h3 {
	display:none;
}
#banner h4 {
	height:30px;
	font:normal 14px/1.2 Arial, Helvetica, sans-serif;
	color:#2e2e2e;
	position:absolute;
	top:125px;
	left:517px;
	text-align:left;
}
#banner h4.pillLabel {
	padding: 5px 5px 5px 5px ; 
	font:italic 15px/1.2 Arial, Helvetica, sans-serif;
	letter-spacing: -0.5px;
	color:#FFF;
	background-color:#7797CD;
	border: 1px solid #39588E;
	position:absolute;
	top:108px;
	left:507px;
	text-align:center;
	border-radius:  8px 8px 8px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	

}
/**************************************************************************
-------------------------------------------------- MAIN COLUMN ----------------------------------------------------
**************************************************************************/
#maincol h1 {
	color:#315B94;
	margin:.75em 0 .25em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	font-variant: normal;
}
#maincol h1.analysis {
	height:42px;
	padding:0 0 0 51px;
	line-height:42px;
	background-image: url(images/icon-analysis.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#maincol h1.strategy {
	background:url(images/icon-strategy.gif) no-repeat left top;
	height:42px;
	padding:0 0 0 35px;
	line-height:40px;
}
#maincol h1.planning  {
	background:url(images/icon-planning.gif) no-repeat left top;
	height:42px;
	padding:0 0 0 42px;
	line-height:37px;
}
#maincol h1.management {
	background:url(images/icon-management.gif) no-repeat left top;
	height:42px;
	padding:0 0 0 48px;
	line-height:40px;
}
#maincol h1.waves {
	background:url(images/icon-waves.gif) no-repeat left top;
	height:42px;
	padding:0 0 0 51px;
	line-height:42px;
}
#maincol h1.about {
	height:42px;
	line-height:42px;
	background-image: url(images/icon-about.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 58px;
}
#maincol h2.checked {
	height:24px;
	padding:0 0 0 20px;
	line-height:28px;
	background-image: url(images/icon-checkmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#maincol p {
	margin:1em 0;
}
#maincol p.things {
	margin:1em 0;
	padding-left: 24px;
}
#maincol footnote {
	margin:1em 0;
	font-size: 10px;
	font-style: italic;
}
#maincol p.email {
	margin:1em 0;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
}
#maincol #home-boxes {
	margin:1em 0;
}
#maincol #home-boxes li {
	width:194px;
	height:87px;
	padding:45px 18px 18px 18px;
	float:left;
	margin:0 5px 18px 0;
	font:normal 14px/1.3 Arial, Helvetica, sans-serif;
	list-style-type:none;
}
#maincol #home-boxes li.analysis {
	background:url(images/box-analysis-trans.png) no-repeat 0 0;
	color:#f2e1e1;
}
#maincol #home-boxes li.analysis:hover {
	background:url(images/box-analysis-trans.png) no-repeat -230px 0;
}
#maincol #home-boxes li.strategy {
	background:url(images/box-strategy-trans.png) no-repeat 0 0;
	color:#ece2ea;
}
#maincol #home-boxes li.strategy:hover {
	background:url(images/box-strategy-trans.png) no-repeat -230px 0;
}
#maincol #home-boxes li.planning {
	background:url(images/box-planning-trans.png) no-repeat 0 0;
	color:#e3e3ec;
}
#maincol #home-boxes li.planning:hover {
	background:url(images/box-planning-trans.png) no-repeat -230px 0;
}
#maincol #home-boxes li.management {
	background:url(images/box-management-trans.png) no-repeat 0 0;
	color:#e2e8f1;
	margin-right:0;
}
#maincol #home-boxes li.management:hover {
	background:url(images/box-management-trans.png) no-repeat -230px 0;
}
#maincol #home-boxes h2 {
	display:none;
}
#maincol h2 {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0.25em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
}
#maincol h3 {
	font:normal 17px/1.0 Arial, Helvetica, sans-serif;
	color:#315B94;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
#maincol h4 {
	font:normal 14px/1.0 Arial, Helvetica, sans-serif;
	color:#000;
	margin:1em 0;
}
#maincol ul, 
#maincol ol {
	padding: 0;
	margin-top: .4em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}
#maincol ul {
	list-style-position: inside;
	}
#maincol ul li {
	list-style-type:disc;
	margin-top: 0.1em;
	margin-right: 0px;
	margin-bottom: 0.1em;
	margin-left: 1em;
}
#maincol ul ul li {
	list-style-type: circle;
}
#maincol ol li {
	margin:.25em 0 .25em 1em;
	list-style-type:decimal;
}

/* --
***** Tables
-------------------------------------------------------------------------*/
#maincol table {
	border-collapse: collapse;
	margin:1em 0 2em 0;
}
#maincol table th {
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #7f97b2;
	border-width: 1px;
	border-style: solid;
	border-color: #eee #eee #eee #eee;
	font-size: 16px;
}
#maincol table tr {
	height: 24px;
	background: #fff;
}
#maincol table td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ccc;	
}

/**************************************************************************
--------------------------------------------------- SIDE COLUMN ----------------------------------------------------
**************************************************************************/
#sidecol p {
	margin:1em 0;
}
#sidecol #home-boxes {
	margin:1em 0;
}
#sidecol #home-boxes li {
	width:194px;
	height:87px;
	padding:45px 18px 18px 18px;
	float:left;
	margin:0 5px 18px 0;
	font:normal 16px/1.3 Arial, Helvetica, sans-serif;
}
#sidecol #home-boxes li.analysis {
	background:url(images/box-analysis-trans.png) no-repeat 0 0;
	color:#f2e1e1;
}
#sidecol #home-boxes li.analysis:hover {
	background:url(images/box-analysis-trans.png) no-repeat -230px 0;
}
#sidecol #home-boxes li.strategy {
	background:url(images/box-strategy-trans.png) no-repeat 0 0;
	color:#ece2ea;
}
#sidecol #home-boxes li.strategy:hover {
	background:url(images/box-strategy-trans.png) no-repeat -230px 0;
}
#sidecol #home-boxes li.planning {
	background:url(images/box-planning-trans.png) no-repeat 0 0;
	color:#e3e3ec;
}
#sidecol #home-boxes li.planning:hover {
	background:url(images/box-planning-trans.png) no-repeat -230px 0;
}
#sidecol #home-boxes li.management {
	background:url(images/box-management-trans.png) no-repeat 0 0;
	color:#e2e8f1;
	margin-right:0;
}
#sidecol #home-boxes li.management:hover {
	background:url(images/box-management-trans.png) no-repeat -230px 0;
}
#sidecol #home-boxes h2 {
	display:none;
}
#sidecol h3 {
	font:normal 18px/1.0 Arial, Helvetica, sans-serif;
	color:#153b6e;
	margin:1em 0;
}
#sidecol h4 {
	font:normal 16px/1.0 Arial, Helvetica, sans-serif;
	color:#153b6e;
	margin:1em 0;
}
#sidecol ul, 
#sidecol ol {
	margin:1em 0 1em 1em;
	padding: 0;
	}
#sidecol ul {
	list-style-position: outside;
	}
#sidecol ul li {
	margin:.25em 0 .25em 1em;
	list-style-type:disc;
}
#sidecol ol li {
	margin:.25em 0 .25em 1em;
	list-style-type:decimal;
}
#sidecol blockquote {
	font:normal 18px/1.1 "Times New Roman", Times, serif;
	font-style:italic;
}

/* --
***** Tables
-------------------------------------------------------------------------*/
#sidecol table {
	border-collapse: collapse;
	margin:1em 0 2em 0;
}
#sidecol table th {
	padding-left: 6px;
	padding-right: 6px;
	color: #fff;
	text-align: left;
	background: #999;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #eee #eee #eee #eee;	
}
#sidecol table tr {
	height: 34px;
	background: #fefefe;
}
#sidecol table td {
	padding:2px 6px;
	border: 1px solid #ccc;	
	line-height:1.1;
}
	
/**************************************************************************
------------------------------------------------ SIDE NAVIGATION ---------------------------------------------------
**************************************************************************/
#sidenav li {
	margin-left:0;
	padding:3px 0;
	margin:1px 0;
	list-style-image:url(images/blt-greyDiamond.gif);
	font-size:17px;
}
#sidenav li li {
	margin-left:0;
	padding:3px 0;
	margin:1px 0;
	list-style-image:none;
	list-style-type:disc;
	font-size:15px;
	line-height:1.15;
}
#sidenav li li.on {
	color:#666;
}
#sidenav li li.on a {
	color:#333;
	background:#dbeafb;
}
#sidenav ul {
	margin:6px 0 0 0;
}
#sidenav ul ul {
	margin:6px 0 0 13px;
	color:#3172bf;
}

/**************************************************************************
---------------------------------------------- FOOTER  & COPYRIGHT-----------------------------------------------
**************************************************************************/

/* --
***** Footer
-------------------------------------------------------------------------*/
#footer h4 {
	text-transform:uppercase;
	font:bold 13px/1 Arial, Helvetica, sans-serif;
	color:#5a6066;
	margin:.5em 0 1em 0;
}
#footer li.main {
	width:20%;
	padding:18px 2.5%;
	float:left;
	background:url(images/footer-divide-trans.png) no-repeat top right;
	min-height:132px;
	}
#footer li.services {
width:20%;
	padding:18px 2.5%;	float:left;
	background:url(images/footer-divide-trans.png) no-repeat top right;
	min-height:132px;
	}
#footer li.about {
width:20%;
	padding:18px 2.5%;	float:left;
	background:url(images/footer-divide-trans.png) no-repeat top right;
	min-height:132px;
	}
#footer li.resources {
width:20%;
	padding:18px 2.5%;	float:left;
	}
#footer ul ul li {
	color:#8997a5;
	list-style-type:square;
	text-transform:uppercase;
	font:normal 12px/1.2 Arial, Helvetica, sans-serif;
	margin:0 0 .3em 1em;
}
#footer ul ul li a {
	color:#3e5d7d;
	text-decoration:none;
}
#footer ul ul li span {
	color:#3e5d7d;
	text-transform:none;
}

/* --
***** Copyright
-------------------------------------------------------------------------*/
#copyright {
	font:normal 10px/1 Arial, Helvetica, sans-serif;
	color:#85888a;
	width:820px;
	margin:10px auto;
	padding:20px 0;
	}
#copyright a {
	color:#6694b5;
	text-decoration:none;
}
#copyright a:hover {
	color:#85888a;
	text-decoration:underline;
}
#copyright .p1 {
	text-align:left;
	float:left;
	width:70%;
}
#copyright .p2 {
	float:right;
	width:30%;
	text-align:right;
}
