/* CSS Document */

body {
	background:#ffffff url(../images/bg.jpg) repeat-x;
	margin:0;
}

/**** HEADINGS ****/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:100;
	color:#126598;
	line-height:1.3em;
	margin:0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#2c2c2c;
	line-height:1.3em;
	margin:0 0 .5em 0;
}
h3,.h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#126598;
	line-height:1.3em;
	margin:0 0 .5em 0;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#126598;
	line-height:1.3em;
	margin:0 0 .5em 0;
}

/**** CONTENT / LINKS ****/

p,.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	/* prevents text from being bold font-weight:100; */
	color:#2c2c2c;
	line-height:1.7em;
	margin:0 0 1em 0;
}

.largeText {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:35px;
	font-weight:100;
	color:#BE9F2A;
	line-height:1em;
	margin:.3em 0 .2em 0;
}

.gray {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	color:#d0d0d0;
	font-weight:100;
	margin:0 0 1em 0;
}


a {
	color:#d5921d;
	text-decoration:none;
}
a:visited {
	color:#d5921d;
	text-decoration:none;
}
a:hover {
	color:#0f5690;
	text-decoration:underline;
}
a:active {
	color:#d5921d;
	text-decoration:none;
}

/**** STRUCTURE ****/

.container {
	width:970px;
	margin:0 auto;
	padding:0;
	position:relative;
}

div.clear {
	clear:both;
	margin:0;
	padding:0;
}


.blueHeavy {
	color: #126598;
	font-weight: bold;
}



/**** HEADER ****/
.header {
	background:
		width:970px;
	height:95px;
	margin:0;
	padding:0;
}

a.logo {
	background:url(../images/logo.jpg) no-repeat;
	width:289px;
	height:95px;
	margin:0;
	padding:0;
	display:block;
	float:left;
	text-indent:-999em;
}

.topLinks {
	width:670px;
	height:54px;
	margin:0;
	padding:0;
	float:right;
	position:relative;
}

a.contactBtn {
	background:url(../images/btn-contact-us.jpg) no-repeat;
	width:90px;
	height:33px;
	margin:0;
	padding:0;
	display:block;
	float:right;
	text-indent:-999em;
	right:0px;
	top:9px;
	position:absolute;
}

div.liveChat {
	width:90px;
	height:33px;
	margin:0;
	padding:0;
	display:block;
	float:right;
	text-indent:-999em;
	right:100px;
	top:9px;
	position:absolute;
}

a.btn.liveChat {
	background:url(../images/btn-live-chat.jpg) no-repeat;
	width:90px;
	height:33px;
	margin:0;
	padding:0;
	display:block;
	float:right;
	text-indent:-999em;
}

.navBar {
	width:681px;
	height:40px;
	margin:0;
	float:right;
	clear:right;
}

/**** BODY ****/
.banner {
	/*background:url(../images/banner-bg.jpg) no-repeat;*/
	width:970px;
	height:282px;
	margin:0;
	padding:0;
	clear:both;
}

.bannerLeft {
	width:375px;
	height:282px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	z-index: 410;
}

.bannerRight {
	width:590px;
	height:282px;
	float:right;
	margin:0;
	padding:0;
	position:absolute;
	top:95px;
	left:379px;
	z-index:400;
}

.bannerRight img {
	margin-left: -160px;
}

.bannerVideo {
	width:300px;
	height:282px;
	float:right;
	margin:0;
	padding:0;
	position:absolute;
	top:95px;
	left:750px;
	z-index:500;
}

.shadow {
	background:url(../images/video-shadow.png) no-repeat;
	width:590px;
	height:282px;
	float:right;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}

.contentArea {
	width:970px;
	margin:24px 0;
	padding:0;
	clear:both;
}
/**** CONTENT COLs ****/
.leftCol {
	width:650px;
	margin:0;
	padding:0;
	float:left;
}

.leftCol-Full {
	width:960px;
	margin:0;
	padding:0;
	float:left;
}

.rightCol {
	width:296px;
	margin:0;
	padding:0;
	float:right;
}

.videoBox {
	float:left; width:212px; margin:0 1px 0 0; text-align:center;
}

/**** FOOTER ****/
.footer {
	background:#000000 url(../images/footer-bg.jpg) repeat-x;
	width:100%;
	height:215px;
	margin:0;
	clear:both;
}

.footerText {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d4d4d4;
	font-weight:100;
	padding:10px;
	width:970px;
	line-height:1.7em;
	margin:0 auto;
}

.footerText a {
	color:#d4d4d4;
	text-decoration:none;
}
.footerText a:hover {
	color:#d5921d;
	text-decoration:none;
}

/**** UL LI ****/
ul {
	maring:10px 0;
}

ul li {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2c2c2c;
	font-weight:100;
	padding:0 0 6px 0;
}


/**** UL LI ****/
ol {
	maring:10px 0;
}

ol li {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2c2c2c;
	font-weight:100;
	padding:0 0 6px 0;
}


hr {
	margin:25px 0;
	border-top:0;
	border-right:0;
	border-left:0;
	border-bottom:1px dashed #126598;
}


/*** home page side buttons ***/

/**** ONE ****/
a.programOverview {
	background:url(../images/btn-program-overview.jpg) no-repeat;
	width:259px; height:156px;
	margin:0; padding:0;
	display:block;
	text-indent:-999em;
}

a.programOverview:hover {
	background:url(../images/btn-program-overview-over.jpg);
}

/**** TWO ****/
a.moneyEarn {
	background:url(../images/btn-money-earn.jpg) no-repeat;
	width:259px; height:156px;
	margin:0; padding:0;
	display:block;
	text-indent:-999em;
}

a.moneyEarn:hover {
	background:url(../images/btn-money-earn-over.jpg);
}

/**** THREE ****/
a.compareUs {
	background:url(../images/btn-compare-us.jpg) no-repeat;
	width:259px; height:156px;
	margin:0; padding:0;
	display:block;
	text-indent:-999em;
}

a.compareUs:hover {
	background:url(../images/btn-compare-us-over.jpg);
}

/**** FOUR ****/
a.financialIndependence {
	background:url(../images/btn-financial-independence.jpg) no-repeat;
	width:259px; height:156px;
	margin:0; padding:0;
	display:block;
	text-indent:-999em;
}

a.financialIndependence:hover {
	background:url(../images/btn-financial-independence-over.jpg);
}


.explore {
	background: url("../images/btn-explore.jpg") no-repeat scroll 0 0 transparent;
	display: block;
	height: 62px;
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: -999em;
	width: 259px;
}

/**** SIDE NAV ****/

ul.sideNav {
	list-style-type:none;
	margin:5px 0 0 10px;
	padding:0;
}
ul.sideNav li {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:100;
	color:#ffffff;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.sideNav li a.sideBtn {
	background:transparent url(../images/sideNav.png) no-repeat scroll 0 0;
	display:block;
	height:17px;
	color:#ffffff;
	list-style-type:none;
	margin:0;
	padding:11px 10px;
	text-decoration:none;
	width:270px;
}
ul.sideNav li a.sideBtn:hover {
	background:transparent url(../images/sideNav-over.png) no-repeat scroll 0 0;
	text-decoration:none;
}

ul.sideNav li a.sideBtn-btm {
	background:transparent url(../images/sideNav-btm.png) no-repeat scroll 0 0;
	display:block;
	height:17px;
	color:#ffffff;
	list-style-type:none;
	margin:0;
	padding:10px 10px;
	text-decoration:none;
	width:270px;
}
ul.sideNav li a.sideBtn-btm:hover {
	background:transparent url(../images/sideNav-over.png) no-repeat scroll 0 0;
	text-decoration:none;
}

.navigation, .entry-title, .entry-meta, .entry-content{
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.entry-utility{
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.post{
	margin: 30px 0;
}
h1.page-title{
	margin: 20px 0;
}
a.intellisites {
	background:url(../images/intellisites.png) no-repeat;
	width:218px; height:34px;
	margin:5px 0 0 0; padding:0;
	text-indent:-999em;
	display:block;
	float:right;
}

a.intellisites:hover {
	background:url(../images/intellisites-hover.png) no-repeat;
	width:218px; height:34px;
	margin:5px 0 0 0; padding:0;
	text-indent:-999em;
	display:block;
}

.btn-latestNews {
	background:url(../images/btn-latestNews.png) no-repeat;
	width:84px; height:34px;
	margin:8px 0 0 0; padding:0;
	display:block;
	text-indent:-999em;
	float:left;
}

.btn-latestArticles {
	background:url(../images/btn-latestArticles.png) no-repeat;
	width:94px; height:34px;
	margin:8px 15px 0 0; padding:0;
	display:block;
	text-indent:-999em;
	float:left;
}

.alignleft {
	float:left;
	margin:5px 20px 5px 5px;
}


a.afpLogo {
	background:url(../images/afp_logo.jpg) no-repeat;
	width:115px; height:71px;
	margin:0 15px 0 0; padding:0;
	display:block;
	float:left;
}

a.cctbbb {
	margin:0 15px 0 0; padding:0;
	display:block;
	float:left;
}

a.albColChamb {
	background:url(../images/albany_coloniechamber_CMYK.jpg) no-repeat;
	width:166px; height:53px;
	margin:0 15px 0 0; padding:0;
	display:block;
	float:left;
}

a.usasbe {
	background:url(../images/USASBE-logo.jpg) no-repeat;
	width:125px; height:63px;
	margin:0 15px 0 0; padding:0;
	display:block;
	float:left;
}

a.trustGaurd {
	width:120px; height:70px;
	margin:-5px 20px 0 -10px; padding:0;
	display:block;
	float:left;
}

a.ifa-logo {
	background:url(../images/ifa-logo.jpg) no-repeat;
	width:161px; height:60px;
	margin:0 15px 0 0; padding:0;
	display:block;
}

a.maw-logo {
	background:url(../images/maw2.png) no-repeat;
	width:200px; height:90px;
	margin:0 17px 0 30px; padding:0;
	display:block;
}
