body {
	margin: 0 15px 15px 20px;
	
	background: url('/images/backgrounds/bg_body.gif') repeat;
	background-position: center;
}

body#popUp {
	margin: 0;
	
	background: none;
}

body, .body, td, select, input, textarea, h1, h2, h3, h4, h5, h6  {
	font-size: 10px; 
	font-family: Verdana,Arial,Helvetica;
	color: #333;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
}

div, ul, td, form, img, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

p {
	margin-bottom: 1em;
}

a {
	color: #069; 
	text-decoration: underline;
}

a:hover {
	color: #c60;
}

h1, h2 {
	font-size: 1.2em;
	line-height: 1em;
	
	color: #c60;
	font-weight: bold;
	
	margin: 0 11px 7px 11px;
}


h3.arrowed {
	font-size: 1.1em;
	line-height: 1.4em;
	
	color: #2c4a5a;
	font-weight: bold;
	
	margin: 0 0 4px 0;
	padding-left: 24px;
	background: url('/images/misc/misc_circleArrow.gif') no-repeat;
	background-position: 0 -1px;
}


ul.simpleList {
	margin: 0 20px 1em 40px;
}

ul.simpleList li {
	margin-bottom: 1em;
}


ul.points {
	margin: 0 40px 0 20px;
	list-style: none;
}

ul.points li {
	margin-bottom: 1em;
	
	padding-left: 24px;
	background: url('/images/misc/misc_circleArrow.gif') no-repeat;
	background-position: 0 -1px;
}



.clear {
	clear:both;
	display:block;
	overflow:hidden;
	padding: 0;
	margin: 0;
	height: 0;
	width: 100%;
}


.blueText {
	color: #069;
}

.redText {
	color: #F00;
}

.orangeText {
	color: #bf6605;
}

.liteGreyText {
	color: #999;
	font-weight: normal;
}

.darkGreyText {
	color: #333;
	font-weight: normal;
}

.boldBlueText {
	color: #069;
	font-weight: bold;
}


.floatLeft {
	position: relative;
	float: left;
	display:inline;
}
.floatRight {
	position: relative;
	float: right;
	display:inline;
}


.contentBottomSpacer1em { 
	margin-bottom: 1em;
}

.contentBottomSpacer, .contentBottomSpacer20 {
	margin-bottom: 20px;
}

.contentItemsBottomSpacer, .contentBottomSpacer30 {
	margin-bottom: 30px;
}

.contentBottomSpacer50 {
	margin-bottom: 50px;
}



.internalContent {
	margin: 20px 11px;
}

.internalContentSiteMap {
	margin: 6px 18px;
}

.internalContentSiteMap a {
	text-decoration: none;
}

.internalContentLocations {
	margin: 0 0 9px 11px;
}

.internalContentThirdWidth {
	margin: 0 0 0 24px;
	padding-right: 12px;
}







#mainBody {
	position: relative;
	
	text-align: left;
	
	margin: 0;
	width: 964px;
}



#headerContainer {
	position: relative;
}

#header {
	position: relative;
	
	margin: 0;
	height: 126px;
	
	overflow: hidden;
}

#headerContent {
	position: relative;
	
	margin: 0 4px 0 0;
	height: 126px;
	
	background: url('/images/backgrounds/bg_header.gif') repeat-x;
	background-position: top;
}

#logoImage {
	position: absolute;
	
	left: 17px; top: 9px;
}

#headerLeftVert {
	position: absolute;
	
	left: 0; top: 0;
	
	width: 1px; height: 126px;
	
	background: url('/images/backgrounds/bg_headerVert.gif') no-repeat;
	background-position: top;
}

#headerRightVert {
	position: absolute;
	
	right: 0; top: 0;
	
	width: 1px; height: 126px;
	
	background: url('/images/backgrounds/bg_headerVert.gif') no-repeat;
	background-position: top;
}




#mainNav {
	position: absolute; 
	
	left: 0; top: 84px; 
	height: 42px;
}


#utilNav {
	position: absolute; 
	
	right: 8px; top: 85px; 
	width: 280px; height: 40px;
}

#secondaryNav {
	position: relative;
	
	color: #333;
	
	min-height: 450px;
	
	background: url('/images/backgrounds/bg_secondaryNav.gif') repeat;
	background-position: top;
}


#secondaryNav .item, li.pagenav, li.archives, li.categories, li.linkcat {
	position: relative;
	
	margin: 7px 0;
	padding-left: 15px;
	
	background: url('/images/misc/misc_arrowSecondaryNav.gif') no-repeat;
	background-position: top left;
}

#secondaryNav .itemOn {
	background: url('/images/misc/misc_arrowSecondaryNav_O.gif') no-repeat;
}

#secondaryNav .itemBullet {
	background: url('/images/misc/misc_dotGrey.gif') no-repeat;
	background-position: 4px 0;
}

#secondaryNav .itemNone, li.linkcat {
	background-image: none;
}




#tertiaryNav {
	position: relative;
	
	color: #333;
	
	margin: 3px 0;
	
	line-height: 1em;
}

#tertiaryNav .item {
	position: relative;
	
	margin: 6px 0;
	padding-left: 15px;
	
	background-image: none;
}

#tertiaryNav .itemOn {
	background-image: none;
}

#secondaryNav .item a, #tertiaryNav .item a { 
	color: #333;
	text-decoration: none;
}

#secondaryNav .item a:hover, #tertiaryNav .item a:hover, #tertiaryNav .itemOn a {
	color: #c60;
	text-decoration: none;
}

#secondaryNav .divider {
	position: relative;
	
	width: 152px;
	height: 1px;
	
	background: url('/images/misc/misc_lineHorizLiteGrey.gif') no-repeat;
	background-position: top;
	
	overflow: hidden;
}


#navRelatedLinks .item {
	margin: 6px 0;
}

#navRelatedLinks, #navLatestNews {
	position: relative;
	
	line-height: 1em;
}




#footer {
	position: relative;
	text-align: center;
	width: 100%;
}

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

#footer a:hover {
	color: #c60;
	text-decoration: underline;
}



#homeMain {
	position: relative;
	
	margin: 0;
	height: 340px;
	
	overflow: hidden;
}

#homeMainContent {
	position: relative;
	
	margin: 0 4px 0 0;
	height: 340px; /*338px;*/
	
	background: #fff;
	/*border: 1px solid #ccc;*/
}

#homeMainContentLeft {
	position: absolute;
	
	margin: 0;
	
	left: 0; top: 0;
	height: 340px;
	width:  646px;
}

.homeMainContentLeftPiece {
	position: absolute;
	
	margin: 0;
	
	left: 0; top: 0;
	height: 340px;
	width:  646px;
}

#homeMainContentRight {
	position: absolute;
	
	margin: 0;
	
	right: 0; top: 0;
	height: 340px;
	width:  314px;
	
	background:  url('/images/homePage/homePage_rightBucket.gif') no-repeat;
}

#homeMainContentRightContent {
	position: relative;
	
	margin: 68px 28px 0 38px;
}

#homeMainContentRightContent p {
	margin: 0 0 1.3em 0;
}

#homeMainContentRightContent ul {
	margin: 3px 0 0 3px;
}

#homeMainContentRightContent li {
	margin-bottom: .4em;
}

#homeMainContentRightContent a {
	text-decoration: none;
	color: #333;
}

#homeMainContentRightContent a:hover {
	color: #c60;
}

#homeMainContentRightNav {
	position: absolute;
	
	left: 16px; top: 11px;
	width:  290px;
	height: 24px;
}

#homeMainContentRightNav div {
	float: left;
	height: 24px;
}

#homeMainContentRightNav div.homeNav, #homeMainContentRightNav div.homeNavOn {
	width: 15px;
	margin-left: 2px;
	text-align: center; 
	background: none;
}

#homeMainContentRightNav div.homeNavOn {
	background: url('/images/backgrounds/bg_homePageContentOn.gif') no-repeat;
	background-position: bottom;
}

#homeMainContentRightNav div.homeNav a {
	font-weight: normal;
	text-decoration: none;
	color: #333;
}

#homeMainContentRightNav div.homeNavOn a {
	font-weight: bold;
	text-decoration: none;
	color: #d07317;
}



.bucketHeaderStd {
	position: relative;
	
	margin: 0 4px 0 0;
	height: 24px;
	padding: 11px 0 0 17px;
	
	font-size: 1.1em;
}

.bucketHeaderDark {
	background: url('/images/backgrounds/bg_bucketHeaderDark.gif') repeat-x;
	background-position: top;
}

.bucketHeaderLite {
	background: url('/images/backgrounds/bg_bucketHeaderLite.gif') repeat-x;
	background-position: top;
}



.bucketHeaderStdLeftVert {
	position: absolute;
	
	left: 0; top: 0;
	
	width: 1px; height: 35px;
}

.bucketHeaderStdRightVert {
	position: absolute;
	
	right: 0; top: 0;
	
	width: 1px; height: 35px;
}


.bucketHeaderDarkVert {
	background: url('/images/backgrounds/bg_bucketHeaderDarkVert.gif') no-repeat;
	background-position: top;
}

.bucketHeaderLiteVert {
	background: url('/images/backgrounds/bg_bucketHeaderLiteVert.gif') no-repeat;
	background-position: top;
}


.bucketContainer188 {
	position: relative;
	
	width: 188px;
}

.bucketContainer318 {
	position: relative;
	
	width: 318px;
}

.bucketContainer492 {
	position: relative;
	
	width: 492px;
}

.bucketContainer576 {
	position: relative;
	
	width: 576px;
}
.bucketContainer770 {
	position: relative;
	width: 770px;
}

.bucket {
	position: relative;
	
	margin: 0;
	/*width: 100%;*/
	
	overflow: hidden;
}

.bucketContent {
	position: relative;
	
	margin: 0 4px 0 0;
	padding: 15px;
	/*width: 100%;*/
	
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
}


.bucketContainer492 .bucketContent {
	border: 1px solid #999; 
	padding: 15px 13px;
}

.content {
	position: relative;
	
	margin: 0;
	padding: 0;
	/*width: 100%;*/
}


.bucketContainer576 .content {
	padding: 15px;
}

.bucketContainer492 .content {
	padding: 0;
}

.bucketContainer492 img {
	display: block;
	margin-left: auto;
	margin-right: auto
}




.bucketContent .divider {
	position: relative;
	
	width: 100%;
	height: 1px;
	
	background: url('/images/misc/misc_lineHorizLiteBlue.gif') repeat-x;
	background-position: top;
	
	overflow: hidden;
}


.bucketContent .dividerDashed {
	position: relative;
	
	width: 100%;
	height: 1px;
	
	background: url('/images/misc/misc_lineDashed.gif') repeat-x;
	background-position: top;
	
	overflow: hidden;
}



.shadowRightTop {
	position: absolute;
	
	right: 0; top: 0;
	
	width: 4px; height: 5px;
	
	background: url('/images/shadows/shadow_headerRightTop.png') no-repeat;
	background-position: top;
}

.shadowRight {
	position: absolute;
	
	right: 0; top: 0;
	
	margin-top: 5px;
	width: 4px; height: 100%;
	
	background: url('/images/shadows/shadow_headerRight.png') repeat-y;
	background-position: top;
}

.shadowBottom {
	position: relative;
	
	margin: 0 0 5px 0;
	width: 100%; height: 5px;
	
	overflow: hidden;
	
	background: url('/images/shadows/shadow_headerBottom.png') no-repeat;
	background-position: top right;
}



#homePageBucketReadyToTransformYourCareer {
	padding: 0;
	background: url('/images/backgrounds/bg_liteBlue.gif') repeat;
}

#homePageBucketReadyToTransformYourCareer img {
	margin-left: 0;
}

#careersBucketReadyToTransformYourCareer {
	padding: 0;
}

#careersBucketReadyToTransformYourCareer img {
	margin-left: 0;
}


.imageFrameBucketContainer {
	position: relative; 
	margin: 0 0 15px 11px;
}



.executiveLeaderBlock {
	width: 398px; 
	min-height: 113px;
}

.captitalPartnerBlock {
	width: 342px; 
	min-height: 100px;
}

.stateBlock {
	width: 480px; 
	min-height: 101px;
}


.locationBlock {
	width: 150px; 
	margin: 0 4px 0 0;
}


.liteBlueBorderRight {
	background: url('/images/misc/misc_lineVertLiteBlue.gif') repeat-y;
	background-position: 100% 0;
}


.smallPhotoFrame {
	position: relative;
	
	margin: 13px 0 9px 21px;
	padding: 1px 0 0 2px;
	
	width: 72px; height: 91px;
	
	background: url('/images/backgrounds/bg_smallPhotoFrame.gif') no-repeat;
	background-position: top;
}






/*
.mktFormMsg {
	color: red;
	display: block;
}
*/

.contactInput {
	border: 1px solid #829cb7;
	width: 145px;
	height: 14px;
	
	display: block;
}


div.boxSpan {
  overflow: visible;
}
span.lpContentsItem.richTextSpan {
  display: block;
}
span.lpContentsItem p:first-child{
  margin-top: 0px;
}

a.lpImageLink img {
  border: none;
}
form.lpeRegForm {
  margin: 0px;
  padding: 0px;
}
form.lpeRegForm ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
form.lpeRegForm li {
  margin: 0px;
  padding: 1px 0 3px 0;
  list-style: none;
  clear: both;
}
form.lpeRegForm label {
  display: block;
  text-align: left;
}


form.lpeRegForm li.mktLblRight {
	padding-top: 4px;
	padding-bottom: 4px;
}


form.lpeRegForm li.mktLblRight label {
  float: left;
  margin: 2px 0 0 2px;
  width: 125px;
}

form.lpeRegForm li.mktLblRight input {
  float: left;
}

form.lpeRegForm span.mktInput {
  clear: both;
}


form.lpeRegForm li#mktFrmButtons {
  margin-left: 25px;
  padding-top: 8px;
}

form.lpeRegForm li#mktFrmButtons label {
  display: none;
}

span.mktError {
  position: relative;
  text-align: left;
}
span.mktError input {
  background: #ECEFFF;
}
span.mktError span.mktFormMsg {
  display: block;
  color: red;
  font-size: .9em;
}