html{
	margin: 0px; padding: 0px;
	background: url(../images/contentBG.jpg) 0px 0px;
	height: 100%;
}

body{
	margin: 0px; padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; color: #3c4445;
	background: url(../images/pageBG.jpg) top center repeat-y;
}
	body.oddWidth{
		background: url(../images/pageBGOdd.jpg) top center repeat-y;
	}
p.clear{clear: both;}

#nonFooter{
	position: relative;
	min-height: 100%;
}
	* html #nonFooter{
		height: 100%;
	}

#pageContainer{
	padding: 0px 0px 50px 0px; margin: 0px auto;
	width: 760px;
	text-align: left;

}

.container{
	text-align: left; margin: 0px auto;
}

a{font-weight: bold; color: #5b759a;}
	a:hover{text-decoration: none;} 

/*-----HEADER-----*/
#pageHeader{
	background: url(../images/topBG.jpg) 0px 0px repeat-x;
	text-align: center;
}
#pageHeader .container{
	margin: 0px auto;
	width: 774px; height: 312px;
	background: url(../images/headBG.jpg) 0px 0px no-repeat;
}

p.logo{
	margin: 0px; padding: 0px;
	float: left;
}
	p.logo a{
		display: block;
		width: 242px; height: 81px;
		text-indent: -5000px;
		background: transparent url(../images/logo.jpg) 0px 0px no-repeat;
	}
	
.headerNav{
	margin: 0px; padding: 0px;
	list-style: none; float: left;
}
	.headerNav li{float: left;}
	.headerNav li a{
		display: block;
		height: 40px;
		text-indent: -5000px;
	}

	.headerNav li.strategiesLink a{background: url(../images/navTop-i.jpg) 0px 0px; width: 135px;}
		.headerNav li.strategiesLink a:hover{background: url(../images/navTop-a.jpg) 0px 0px;}
		
	.headerNav li.homeLink a{background: url(../images/navTop-i.jpg) -135px 0px; width: 61px;}
		.headerNav li.homeLink a:hover, .homeTopActive li.homeLink a{background: url(../images/navTop-a.jpg) -135px 0px;}
		
	.headerNav li.whoLink a{background: url(../images/navTop-i.jpg) -196px 0px; width: 100px;}
		.headerNav li.whoLink a:hover, .whoTopActive li.whoLink a{background: url(../images/navTop-a.jpg) -196px 0px;}
		
	.headerNav li.whatLink a{background: url(../images/navTop-i.jpg) -296px 0px; width: 103px;}
		.headerNav li.whatLink a:hover, .whatTopActive li.whatLink a{background: url(../images/navTop-a.jpg) -296px 0px;}
		
	.headerNav li.getStartedLink a{background: url(../images/navTop-i.jpg) -399px 0px; width: 131px;}
		.headerNav li.getStartedLink a:hover, .getStartedTopActive li.getStartedLink a{background: url(../images/navTop-a.jpg) -399px 0px;}
	
.wwh{
	margin: 0px; padding: 0px;
	text-indent: -5000px;
	display: block;
	width: 469px; height: 168px;
	background: url(../images/wwh.jpg) 0px 0px no-repeat;
	clear: both;
	position: relative; top: 34px;
}

/*-----CONTENT-----*/

#pageContent{padding: 0px 6px 0px 6px;}
#pageContent p{
	margin: 0px; padding: 10px 0px;
	clear: both;
}

.welcomeContent{
	border-right: 2px solid #95a116;
	padding: 0px 10px 5px 0px;
	margin: 0px 0px 10px 0px;
	width: 419px;
	float: left;
}

.homeRight{
	float: left;
	width: 307px;
	padding: 0px 0px 0px 10px;
}

.bulletList{
	list-style: none; margin: 0px; padding: 0px 0px 10px 0px;
}
	.bulletList li{
		background: url(../images/arrowGreen.gif) 0px 7px no-repeat;
		padding: 3px 0px 3px 13px;
	}
	.bulletList li.even{
		background: #ededed url(../images/arrowGreen.gif) 6px 15px no-repeat;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}
	
	ol.bulletList li{
		padding: 10px 0px 10px 24px;
		background: url(../images/arrowGreen.gif) 6px 15px no-repeat;
	}
		ol.bulletList li.one{background-image: url(../images/Bull-One.gif); background-position: 0px 8px;}
		ol.bulletList li.two{background-image: url(../images/Bull-Two.gif); background-position: 0px 8px;}
		ol.bulletList li.three{background-image: url(../images/Bull-Three.gif); background-position: 0px 8px;}
		ol.bulletList li.four{background-image: url(../images/Bull-Four.gif); background-position: 0px 8px;}
		ol.bulletList li.five{background-image: url(../images/Bull-Five.gif); background-position: 0px 8px;}

#pageContent h1{
	margin: 0px; padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #afbd21;
}

#pageContent h2{
	margin: 0px; padding: 20px 0px 3px 0px;
}
	#pageContent .homeRight h2{
		padding: 10px 0px 3px 0px;
	}
	#pageContent .whoProfile h2{
		margin: 0px; padding: 0px;
		font-size: 18px;
	}
	
.whoProfile h4{
	margin: 5px 0px -10px 0px; padding: 0px;
	font-size: 14px; font-weight: bold; color: #94a118;
}
	
#pageContent h3{
	margin: 15px 0px 0px 0px; padding: 0px;
}
	
.wwl{
	clear: both;
	padding: 10px 0px 10px 0px;
	height: 187px;
}
	#pageContent .wwl p{float: left; padding: 0px 5px 0px 0px; clear: none;}
	#pageContent .wwl p.wwlLast{float: left; clear: none; padding: 0px;}

.wwl a img{border: 0;}

.contactSet{
	margin: 5px 0px;
	clear: both;
	border-top: 1px solid #cfd2d3;
}
	#pageContent .contactSet p{
		line-height: 20px;
		margin: 5px 10px 0px 0px;
		width: 359px;
		float: left;
		clear: none;
	}
		
		#pageContent .contactSet p.contactMain{border-right: 1px solid #cfd2d3; width: 245px; height: 60px;}
		#pageContent .contactSet p.contactRight{
			border-left: 0px;
			padding: 10px 0px 10px 10px;
			width: 210px; height: 60px;
		}
		
	.contactSet strong{
		font-size: 16px; line-height: 15px;
		color: #5b759a; display: block;
		padding: 0px 0px 4px 0px;
	}


	#pageContent .CIRight p{margin: 0px;}
	
.strongText{
	font-size: 14px;
	color: #aab81f; display: block;
	line-height: 15px;
	padding: 5px 0px 0px 0px;
}

#pageContent p.quote{font-size: 16px; padding: 0px; margin: 0px;}

strong.highlight{
	font-size: 13px;
	line-height: normal;
}

.greenTxt{color: #94a118;}

.siteSource{font-size: 10px; font-style: italic;}

.whoProfile{
	border-bottom: 1px solid #94a118;
	padding: 10px 0px;
}
	#pageContent .whoProfile p{clear: none;}
	#pageContent .noSeperator{border-bottom: none;}
	
.challSolTbl{
	width: 100%;
}
	.challSolTbl td{
		vertical-align: top; width: 50%;
		background: #ededed; border: 1px solid #e2e2e2; border-right: 1px solid #c1c1c1;
		padding: 0px 15px;
	}
	.challSolTbl td.challSolTblSolution{
		background: #f3f8c5; border: 1px solid #e2ea93; border-left: 1px solid #c1c1c1;
	}
	
.caseStudy{
	margin: 0px 0px 15px 0px;
}
	.caseStudyItem{
		padding: 0px; margin: 0px 0px 5px 0px;
	}
		.caseStudyItem div{
			padding: 5px 13px;
		}
	.caseStudyItem strong{
		display: block; padding: 10px 13px;
		background: #ededed; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2;
	}
	.CSResult strong{
		background: #f3f8c5; border-top: 1px solid #e2ea93; border-bottom: 1px solid #e2ea93;
	}


/*-----FOOTER-----*/
#pageFooter{
	background: transparent url(../images/footerPageBG.jpg) bottom left repeat-x;
	clear: both;
	position: relative;
	margin: -3.5em auto 0 auto;
	width: 100%;
}
	* html #pageFooter
	{
		margin-top: -3.4em;
	}

#pageFooter .container{
	width: 766px; height: 44px; position: relative;
	background: transparent url(../images/footerMainBG.jpg) bottom left no-repeat;
}

.footerNav{margin: 0px; padding: 0px; list-style: none;}
	.footerNav li{float: left;}
	.footerNav li a{
		display: block;
		height: 44px;
		text-indent: -5000px;
	}
	.footerNav li.homeLink a{background: url(../images/navFoot-i.jpg) 0px 0px; width: 65px;}
		.footerNav li.homeLink a:hover, .homeFootActive li.homeLink a{background: url(../images/navFoot-a.jpg) 0px 0px; width: 65px;}
	.footerNav li.whoLink a{background: url(../images/navFoot-i.jpg) -65px 0px; width: 99px;}
		.footerNav li.whoLink a:hover, .whoFootActive li.whoLink a{background: url(../images/navFoot-a.jpg) -65px 0px; width: 99px;}
	.footerNav li.whatLink a{background: url(../images/navFoot-i.jpg) -164px 0px; width: 102px;}
		.footerNav li.whatLink a:hover, .whatFootActive li.whatLink a{background: url(../images/navFoot-a.jpg) -164px 0px; width: 102px;}
	.footerNav li.getStartedLink a{background: url(../images/navFoot-i.jpg) -266px 0px; width: 128px;}
		.footerNav li.getStartedLink a:hover, .getStartedFootActive li.getStartedLink a{background: url(../images/navFoot-a.jpg) -266px 0px; width: 128px;}
	
.disclaimer{
	float: right;
	font-size: 11px; color: #687375;
	margin: 0px; padding: 8px 35px 4px 0px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash h3{
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 20px;
}

.sIFR-hasFlash #pageContent .whoProfile h3{
	font-size: 16px;
	margin: 0px;
}
.sIFR-hasFlash #pageContent .whoProfile h2{
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 20px;
	margin: 10px 0px 0px 0px;
}



.sIFR-hasFlash #pageContent p.quote{
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 19px;
	margin: 0px; padding: 0px;
}


.sIFR-hasFlash strong.highlight{
	visibility: hidden;
	letter-spacing: -2px;
	font-size: 19px;
}

strong.sIFR-replaced{position: relative; bottom: -6px;}

