body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #cde4e8;
	color: #020202;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.63em;
}

p {
	padding: 0px;
	margin: 1em 0px 1.5em 0px;
}

h1 {
	height: 36px; /* 59 px - padding */
	padding-top: 23px;
	margin-top: 0px;
	margin-bottom: 17px;
	font-size: 24px;
	font-weight: 100;
	color: #ffffff;
	line-height: 28px;
}

h2 {
	font-size: 15px;
	color: #597d9a;
	font-weight: 100;
	padding-bottom: 6px;
	border-bottom: 4px solid #3fcae7;
	margin-top:40px;
}

h3 {
	font-size: 12px;
	color: #1c4e75;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}

h3 + p {
	margin-top: 0px;
}

div.clear {
	clear: both;
}

/* Begin top section structural formatting */

div#OuterContainerTop {
	background-image: URL(/images/page-bkgd.gif);
	background-position: center;
	background-repeat: repeat-y;
}

div#MidContainerTop {
	background-image: URL(/images/topsection-stripe-bkgd.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

div#InnerContainerTop {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

div#topStationery {
	text-align: right;
	height: 110px;
	padding: 0px;
	font-size: 14px;
	color: #1c4e75;
	background-image: URL(/images/lft-logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div#topStationery div.inner {
	float: right;
	padding: 18px 35px 0px 0px;
}

div#topStationery a.logoLink {
	display: block;
	float: left;
	width: 250px;
	height: 110px;
}

table#topNav {
	display: table;
	width: 100%;
	height: 40px;
	background-image: URL(/images/topsection-stripe-bkgd.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

table#topNav tr a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	height: 18px;
	overflow: hidden;
	padding-top: 11px;
	padding-bottom: 11px;
}

table#topNav tr a:hover, table#topNav tr td.on a, table#topNav tr td:hover, table#topNav tr td.on {
	background-color: #78d0ea;
}

/* End top section structural formatting */


/* Begin main section structural formatting */

div#OuterContainer {
	background-image: URL(/images/page-bkgd.gif);
	background-position: center;
	background-repeat: repeat-y;
}

div#MidContainer {
	background-image: URL(/images/midsection-stripe-bkgd.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}

div#InnerContainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: URL(/images/content-bkgd-stripe.gif);
	background-position: center top;
	background-repeat: repeat-x;
}


body.home div#InnerContainer {
	background-image: none;
}

/* End main section structural formatting */


div#leftNav {
	float: left;
	display: inline;
	width: 178px; /* 194px - padding */
	padding: 13px 5px 0px 11px;
	margin: 27px 22px 0px 36px;
	background-color: #b9e3eb;
	font-size: 16px;
	color: #1c4e75;
}

div#leftNav a {
	display: block;
	font-size: 11px;
	color: #1c4e75;
	text-decoration: none;
	margin: 15px 0px 16px 0px;
	line-height: 1em;
	font-weight: bold;
	background-image: URL(/images/leftnav-li-fake.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	padding-left: 12px;
}

div#leftNav a:hover, div#leftNav a.on {
	color: #3fcae7;
}

div#emptyLeftNav { /* if no leftNav is rendered */
	float: left;
	display: inline;
	width: 178px; /* 194px - padding */
	padding: 13px 5px 0px 11px;
	margin: 27px 22px 0px 36px;
}


div#contentArea {
	float: left;
	width: 420px;
	padding-bottom: 12px;
}

div#contentArea p, div#contentArea h2 {
	padding-right: 6px; /* because content area butts up directly against the rcol div */
}

div#rightCol {
	float: right;
	background-image: URL(/images/rcol/bkgd.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 228px;
	margin-top: 27px;
	height: 260px;
}

div#rightCol div.sidebarPhoto {
	width: 192px;
	height: 209px;
	overflow: hidden;
}

div#rightCol div.inner {
	padding-left: 52px;
	padding-top: 6px;
	color: #ffffff;
	font-size: 14px;
}


/* Begin footer section structural formatting */
table#footer {
	clear: both;
	width: 100%;
	color: #96cfcf;
	font-size: 10px;
	font-weight: bold;
}

table#footer tr {
	height: 27px;
}

table#footer td.innerLeft, table#footer td.innerRight {
	vertical-align: middle;
	padding-bottom: 4px;
}

table#footer td.innerLeft {
	color: #ffffff;
	padding-left: 30px;
}

table#footer td.innerRight {
	text-align: right;
	padding-right: 36px;
}

table#footer a {
	color: #ffffff;
	text-decoration: none;
}

div#postFooter {
	margin-left: auto;
	margin-right: auto;
	padding: 4px 8px 12px 30px;
	width: 870px; /* 908px - padding */
	height: 19px;
	text-align: right;
	background-image: URL(/images/postfooter-bkgd.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

body.home div#postFooter {
	/* post-footer section is smaller on the homepage */
	/* height: 15px; */
}

/* End footer section structural formatting */


/* Begin homepage-specific CSS */
div#billboard {
	width: 564px; /* 900px - padding */
	height: 195px; /* 244px - padding */
	padding: 30px 304px 19px 32px;
	background-image: URL(/images/home/billboard-bkgd.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #224863;
	font-size: 16px;
	line-height: 1.5em;
}

div#billboard p {
	margin-top: 0px;
}

div#billboard a {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #224863;
}

div#billboard a img {
	margin-top: 10px;
}

div#chooseYourPath {
	background-color: #9fe4f3;
	padding: 18px 36px 13px 32px;
}

div#chooseYourPath div.inner {
	float: left;
	width: 246px; /* 271px - padding */
	height: 120px; /* 135px - padding */
	margin-left: 10px;
	background-color: #1d4f75;
	padding: 7px 9px 8px 16px;
	color: #ffffff;
	font-size: 14px;
}

div#chooseYourPath div.innerCandidate {
	float: right ! important;
}

div#chooseYourPath div.innerBkgd {
	float: right;
	width: 149px;
	height: 120px;
	background-image: URL(/images/home/client-bkgd.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 9px solid #1d4f75;
}

div#chooseYourPath div.innerCandidate div.innerBkgd {
	background-image: URL(/images/home/candidate-bkgd.jpg) ! important;
}

div#chooseYourPath div.callout {
	font-size: 24px;
	font-weight: 100;
	padding-bottom: 6px;
	border-bottom: 4px solid #3fcae7;
	margin-bottom: 4px;
	margin-top: 4px;
}

div#chooseYourPath div.calloutContent {
	height: 64px;
}

div#chooseYourPath a {
	color: #3fcae7;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	display: table;
	margin-top: 4px;
	background-image: URL(/images/home/choose-arrow.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 16px;
}

div#vidContainer {
	position: relative;
	float: left;
	height: 135px;
	width: 240px;
	margin-right: 15px;
	overflow: hidden;
}

div#vidContainer a {
	margin: 0px;
	padding: 0px;
}

#imgVid {
}

#objVid {
	display: none;
}

/* End homepage-specific CSS */

div.newsParent {
	margin: 1em 0px;
	}

div.newsIndent {
	margin-left: 1em;
	}

div.engagementDetail {
	display: none; /* default state is hidden for long description of engagements */
	}

.flushTop {
	margin-top: 0px;
	border-top: 0px;
	padding-top: 0px;
	}

.flushBottom {
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
	}

img.left {
	float: left;
	margin-right: 10px;
	}

img.right {
	float: right;
	margin-left: 10px;
	}
