﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
/*	vertical-align: baseline;*/
	}
	
:focus {
	outline: 0;
	}
	
body {
	line-height: 1;
	color: black;
	background: white;
	}
	
ol, ul {
	list-style: none;
	}
	
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: "";
	}
	
blockquote, q {
	quotes: "" "";
	}
	
cite
{
	font-style:italic;
}
	
#divControlPanel *
{
	vertical-align:middle;
}
	
/*###############################
#	 HTML,BODY
###############################*/

body {
	background-color: #fff;
	color: #747474;
	font: normal 12px Helvetica, Arial, sans-serif;
	height: 100%;
	width: 100%;
	}
	
html {
	height: 100%;
	}
	
html>body {
	font-size: 12px;
	}
	
div.container {
	margin: 0 auto;
	width: 940px;
	}
	
div.clear {
	clear: both;
	}
	
a {
	color: #2d4860;
	text-decoration: none;
	}
	
	
/*###############################
#	 COLUMNS
###############################*/

div .col {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	}
	
div .col.last {
	margin-right: 0;
	font: normal 12px Helvetica, Arial, sans-serif;
	}
	
div.col7 .col {
	width: 100px;
	}
	
div.col4 .col {
	width: 217px;
	}

div.col3 .col {
	width: 297px;
	}

div.col3Odd .col {
	width: 219px;
	}

div.col3Odd .colOdd {
	width: 453px;
	}
	
div .col .block {
	margin-bottom: 25px;
	}
	
div .col .block p {
	line-height: 1.25em;
	}	
	
/*###############################
#	 BUTTON
###############################*/

a.button {
	background: url(/imgs/layout/blue_btn_left.png) no-repeat top left;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 4px;
	text-transform: uppercase;
	cursor:pointer;
	}
	
a.button span {
	background: url(/imgs/layout/blue_btn_right.png) no-repeat top right;
	color: #fff;
	display: inline-block;
	font-size: 1.167em;
	line-height: 2.857em;
	min-width: 150px;
	padding: 0 8px 0 4px;
	text-align: center;
	}

	
/*###############################
#	 CAP
###############################*/

div#cap {
/*	background-color: #096682;*/
	/* background-color: #16344F;*/
	}
	
div#cap div.container {
	/*background: url('/imgs/layout/cap_bg.gif') repeat-x center top;*/
	text-align: right;
	}
	
div#cap ul,
div#cap form {
	display: inline-block;
	vertical-align: top;
	}
	
div#cap ul {
	margin-right: 20px;
	text-align: right;
	}
	
div#cap ul li {
	display: inline;
	line-height: 2.5em;
	padding-left: 20px;
	}
	
div#cap ul li a {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	text-transform: uppercase;
	
	}

div#cap div{
	padding-top: 2px;
	}
	
div#cap fieldset div {
	display: inline;
	position: relative;
	}
	
div#cap fieldset div input {
	background-color: #ececec;
	border: 1px solid #076c8b;
	color: #848484;
	margin-top: 1px;
	padding: 3px 7px;
	width: 174px;
	}
	
div#cap fieldset div input {
	vertical-align:top;
	}
	
	
/*###############################
#	 HEADER
###############################*/

div#header {
	background: url('/imgs/layout/header_bg.gif') repeat-x left bottom;
	padding: 0px 0 5px;
	}
		
div#header div.container > a,
div#header div.container > ul, div#header div.menuContainer{
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	}
	
div#header div.container > ul, div.menuContainer {
	padding-top: 3px;
	margin-top:8px;
	position: relative;
	text-align: right;
	width: 717px;
	z-index: 100;
	}
	
.menuNavigation
{
	float:right
}
	
div#header div.container > ul > li, div.menuContainer {
	display: inline;
	padding: 0 0 0 40px;
	}
	
div#header div.container > ul > li.hover,	
div#header div.container > ul > li:hover {
	position: relative;
	}
	
div#header div.container > ul > li a, .mainNavItem, .MainNavDynamicMenuItem {
	color: #002a2c;
	font: normal 1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* # font size 1.167 */
	
	}
	
.mainNavItem
{
	text-transform: uppercase;
}
	
div#header div.container > ul > li > ul, .MainNavDynamicMenuItem  {
	background-color: #fff;
	border-top: 1px solid #DBDBDB;
	border-left:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
	padding: 5px;
	text-align: left;
	width: 220px;
	}
	
div#header div.container > ul > li > ul li, .MainNavDynamicMenuItem {
	padding: 5px;
	}
	
.IE8Fix
{
	z-index:1000;
	border-bottom:1px solid #DBDBDB;
}


/*###############################
#	 BOTTOM NAV & FOOTER
###############################*/

div#bottomNav {
	background: url('/imgs/layout/footer_bg.gif') repeat-x left top;
	padding: 30px 0 18px;
	}
	
div#bottomNav div.block {
	margin-bottom: 12px;
	}
	
div#bottomNav div.first {
	width: 160px;
	}
	
div#bottomNav h3 {
	color: #353535;
	font-size: 1.167em;
	margin-bottom: 5px;
	}
	
div#bottomNav a {
	color: #2d4860;
	}
	
div#bottomNav ul li {
	margin-bottom: 5px;
	}
	
div#footer {
	background-color: #e7eded;
	text-align: right;
	}
	
div#footer ul {
	color: #2d4860;
	float: right;
	}
	
div#footer ul li {
	display: inline;
	line-height: 3.417em;
	padding-left: 7px;
	}
	
div#footer ul li a {
	color: #2d4860;
	padding-left: 7px;
	}
	
div#footer p {
	color: #807f7f;
	line-height: 3.417em;
	}
	
	
/*###############################
#	 BODY - LANDING
###############################*/

div#body {
	background: url(../imgs/layout/body_bg.gif) repeat-x top left;
	padding: 20px 0 42px;
	}
	
	
/*###############################
#	 SUBSECTIONS - LANDING
###############################*/

div#body h2 {
	border-bottom: 1px solid #dbdbdb;
	color: #002a2c;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: 14px;
	padding-bottom: 5px;
	}
	
div#body h3 {
    font-weight:bold;
	}

	
div#body div.block h3 {
	color: #002a2c;
	font-size: 1.167em;
	margin-bottom: 12px;
	}
	
div#body div.block img {
	border: 3px solid #fff;
	float: left;
	margin-right: 10px;
	}
	
div#body div.block p {
	color: #383838;
	margin-bottom: 5px;
	}
	
div#body div.last div.block p {
	margin-bottom: 14px;
	}
	
	
/*###############################
#	 BANNERS - LANDING
###############################*/

div#phImages {
	/*background: url(/imgs/layout/landing_banner_bg.gif) repeat-x bottom left;*/
	}
	
div#phImages div.container {
	min-height: 218px;
	padding: 0 98px;
	position: relative;
	}
	
div#phImages ul.nav {
	position: absolute;
	left: 975px;
	top: 10px;
	z-index: 99;
	}
	
div#phImages ul.nav li {
	display: inline;
	}
	
div#phImages div.scrollable {
	height: 218px;
	overflow: hidden;
	position: relative;
	width: 940px;
	}
	
div#phImages div.scrollable div.items {
	height: 314px;
	position: absolute;
	width: 10000px;
	}
	
/* HIDE FINISHED BANNERS */
div#phImages div.propel,
div#phImages div.readWhy,
div#phImages div.teamwork,
div#phImages div.rapid,
div#phImages div.relay {
	float: left;
	height: 314px;
	position: relative;
	width: 940px;
	}

/* PROPEL BANNER */
div#phImages div.propel ul {
	margin-bottom: 27px;
	padding-top: 65px;
	}
	
div#phImages div.propel ul li {
	border-bottom: 1px solid #1a4041;
	color: #e5f3f6;
	font: 200 2.667em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 11px;
	}
	
div#phImages div.propel div.pitch {
	background: url(/imgs/banners/banner_1_copy_bg.png) no-repeat top left;
	padding: 10px;
	position: relative;
	text-align: right;
	width: 535px;
	z-index: 99;
	}
	
div#phImages div.propel div.pitch p {
	color: #fff;
	display: inline-block;
	font: normal 1.167em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	width: 362px;
	}
	
div#phImages div.propel div.pitch a.button {
	vertical-align: top;
	}
	
div#phImages div.propel div.gears {
	background: url(/imgs/banners/4BPHXsitePictures.jpg) no-repeat top right;
	height: 218px;
	position: absolute;
	right: 0;
	top: 0;
	width: 940px;
	z-index: 98;
	}
	
/* READ WHY BANNER */
div#phImages div.readWhy p.intro {
	margin-bottom: 27px;
	padding-top: 60px;
	}
	
div#phImages div.readWhy p.intro span {
	border-bottom: 1px solid #1a4041;
	color: #e5f3f6;
	display: block;
	font: 200 2.667em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 11px;
	text-transform: capitalize;
	}
	
div#phImages div.readWhy div.pitch {
	background: url(/imgs/banners/banner_2_copy_bg.png) no-repeat top left;
	padding: 10px;
	position: relative;
	text-align: right;
	width: 595px;
	z-index: 99;
	}
	
div#phImages div.readWhy div.pitch p {
	color: #fff;
	display: inline-block;
	font: normal 1.167em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	width: 425px;
	}
	
div#phImages div.readWhy div.pitch a.button {
	vertical-align: top;
	}
	
div#phImages div.readWhy div.people {
	background: url(/imgs/banners/4BPHXsitePictures2.jpg) no-repeat top right;
	height: 218px;
	position: absolute;
	right: 0;
	top: 0;
	width: 940px;
	z-index: 98;
	}
	
/* TEAMWORK BANNER */
div#phImages div.teamwork p.intro {
	margin-bottom: 27px;
	padding-top: 60px;
	}
	
div#phImages div.teamwork p.intro span {
	border-bottom: 1px solid #1a4041;
	color: #e5f3f6;
	display: block;
	font: 200 2.667em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 11px;
	text-transform: capitalize;
	}
	
div#phImages div.teamwork div.pitch {
	background: url(/imgs/banners/banner_3_copy_bg.png) no-repeat top left;
	padding: 10px;
	position: relative;
	text-align: right;
	width: 582px;
	z-index: 99;
	}
	
div#phImages div.teamwork div.pitch p {
	color: #fff;
	display: inline-block;
	font: normal 1.167em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	width: 412px;
	}
	
div#phImages div.teamwork div.pitch a.button {
	vertical-align: top;
	}
	
div#phImages div.teamwork div.puzzle {
	background: url(/imgs/banners/4BPHXsitePictures3.jpg) no-repeat top right;
	height: 218px;
	position: absolute;
	right: 0;
	top: 0;
	width: 940px;
	z-index: 98;
	}
	
/* RAPID ROI BANNER */
div#phImages div.rapid p.intro {
	border-bottom: 1px solid #1a4041;
	color: #e5f3f6;
	display: block;
	font: 200 2.667em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 27px;
	padding-top: 98px;
	text-transform: capitalize;
	}
	
div#phImages div.rapid div.pitch {
	background: url(/imgs/banners/banner_4_copy_bg.png) no-repeat top left;
	padding: 10px;
	position: relative;
	text-align: right;
	width: 586px;
	z-index: 99;
	}
	
div#phImages div.rapid div.pitch p {
	color: #fff;
	display: inline-block;
	font: normal 1.167em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	width: 412px;
	}
	
div#phImages div.rapid div.pitch a.button {
	vertical-align: top;
	}
	
div#phImages div.rapid div.hand {
	background: url(/imgs/banners/4BPHXsitePictures4.jpg) no-repeat top right;
	height: 218px;
	position: absolute;
	right: 0;
	top: 0;
	width: 940px;
	z-index: 98;
	}
	
/* RELAY BANNER */
div#phImages div.relay p.intro {
	margin-bottom: 80px;
	padding-top: 45px;
	}
	
div#phImages div.relay p.intro span {
	border-bottom: 1px solid #1a4041;
	color: #e5f3f6;
	display: block;
	font: 200 2.667em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 11px;
	text-transform: capitalize;
	}
	
div#phImages div.relay div.pitch {
	background: url(/imgs/banners/banner_5_copy_bg.png) no-repeat top left;
	padding: 10px;
	position: relative;
	text-align: right;
	width: 615px;
	z-index: 99;
	}
	
div#phImages div.relay div.pitch p {
	color: #fff;
	display: inline-block;
	font: normal 1.167em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	width: 445px;
	}
	
div#phImages div.relay div.pitch a.button {
	vertical-align: top;
	}
	
div#phImages div.relay div.handOff {
	background: url(/imgs/banners/relay.png) no-repeat top right;
	height: 306px;
	position: absolute;
	right: 0;
	top: 0;
	width: 662px;
	z-index: 98;
	}
