
.hideSmall{
	display: none;
}

.showSmall {
	visibility: visible !important;
}



/* --- header styles -- */


#topStuff {
	padding-right: 10px;
	padding-left: 10px;
}


#mobileMenu {
	float: left;
	border-radius: 7px !important;
	background: #E6E4CA;
	width: 120px;
	height: 42px;

	padding: 5px 10px 6px 0px !important;
	z-index: 400 !important;
}

#linksNStuff {
	float: right;
	width: 50% !important;
	margin-top: -3px !important;
	margin-bottom: 10px !important;
}



#topLinks {
	padding: 0px !important;
	margin: 0px !important;
	margin-top: 0px !important;

}



#socialMedia {
	font-size: 9pt;
	line-height: 10pt;
	text-align: left;
	padding-right: 5px !important;
}

#navMenu {
	width: 90px;
	height: 35px;
	margin-left: 10px;
}


#topLogo {
	padding-right: 10px !important;
	padding-left: 10px !important;
	margin-bottom: 10px;
}



#logo {
	width: 100%;
	height: auto;
	margin: 0;
}

.smIcon {
	width: 24px;
	height: 24px;
	margin-right: 15px;
}


#addthisArea {
	clear: both;
	width: 90%;
	margin: 10px 10px 10px 10px;
	font-size: 12pt;
}

#addthisArea a {
	margin-right: 7px;
}


#newForum {
	clear: both;
	border-radius: 7px !important;
	background: #99FF00;
	width: 100%;
	height: 30px;

	text-align: center;
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14pt;
}

#newForum2 {
	clear: both;
	border-radius: 7px !important;
	background: #2FDCF2;
	width: 100%;
	height: 30px;

	text-align: center;
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14pt;
}


#newForum a, #newForum2 a {
	color: #000000;
	text-decoration: none !important;
}

#newForum a:hover, #newForum2 a:hover {
	color: #ffffff;
}





#newStrategy {
	clear: both;
	border-radius: 7px !important;
	background: #A8ADCC;
	width: 100%;
	height: 30px;

	text-align: center;
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 14pt;
}


#newStrategy a {
	color: #ffffff;
	text-decoration: none !important;
}

#newStrategy a:hover {
	color: #666666;
}


#subscribeToday {
	clear: both;
	border-radius: 7px !important;
	background: #25318A;
	width: 100%;
	height: 30px;

	text-align: center;
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 14pt;
}

#subscribeToday a {
	color: #ffffff;
	text-decoration: none !important;
}

#subscribeToday a:hover {
	color: #666666;
}






/* --- side nav styles -- */

#sidebar {
	font-size: 14pt;
	line-height: 22pt !important;
}

#sideNavMobile {
	block;

	border-style: solid;
	border-width: 1px;
	border-color: #157EC0; /* --- sidebar border color -- */

	padding: 8px 5px 5px 10px;

	font-weight: normal !important;
	color: #157EC0;
}

#sideNavMobile a {
	color: #157EC0;
	text-decoration: none !important;
	line-height: 18pt !important;
}

#sideNavMobile a:hover {
	color: #aaaaaa;
}


#sideNavMobile ul li, #sideNavMobile ul li ul li {

	margin-bottom: 6pt !important;
}

#sideNavMobile ul li ul li {
	margin-top: 4pt !important;
	margin-left: 17px;
	line-height: 18pt !important;
}

#expandSubsection {
	padding-left: 20px;
	margin-bottom: 2pt;
}

#btnSubsections {
	margin-right: 2pt;
	margin-top: 2pt;
}

#categoryHead {
	font-weight: bold !important;
	margin: 0 !important;
	margin-top: -10pt !important;
	margin-left: -15pt !important;
}





.noUnderline {
	text-decoration: none !important;
}



.sidebarBkgndColor {
	background-color: #ffffff;	/* --- background color under section section menu -- */
}






/* --- sidebar feature styles -- */

#sidebarFeature {
	padding: 10px;
	padding-bottom: 30px;
	margin-top: 20px;

	background-color:#ffffff; /* page background color */
	color: #666666;
}


#sidebarFeature #readmore {
	float: right;
}

#sidebarFeature h1 {
	font-size: 14pt;
	color: #666666;
}






/* --- content styles -- */

.pageColor {
	margin-top: -220px !important;

	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11pt;	/* standard text size */
	line-height: 16pt;
	color: #333333;	 /* text color */
	background-color:#ffffff; /* page background color */
}


.mainContentL {

}



.mainTestimonial {
	margin: 0px;
	margin-top: 15px !important;
	margin-bottom: 15px;
	padding: 10px;

	border-style: solid;
	border-width: 1px;
	border-color: #A7ADCC;
	background: #F1F3FC;

	font-size: 11pt;
	line-height: 16pt;
}




.leftNavTxt {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.smallCaps {
	font-size: 8pt;
}

.leftNavLink1:visited {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	line-height: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.readMoreSidebar {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none !important;
}

.readMoreSidebar:hover {
	color: #25318A;
}


.nav02 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 12pt;
	line-height: 22pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none !important;	
}

.nav02:hover {
	color: #25318A;
}

.navSpace {
	padding: 5px;
}


.liPadding {
	margin-bottom: 10px;
}

#paddedList li {
	margin-bottom: 4pt;
}


.arrow {
	margin-left: 10px;
	margin-right: 10px;
margin-bottom: 1px;
}


h1 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 15pt;
	line-height: 19pt;

	color: #25318A;
	font-weight: bold;
	text-decoration: none !important;
}



.header02, .newsBox h2 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 14pt;
	line-height: 17pt;
	color: #525C99;
	font-weight: bold;
}

.header03, .nav05 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 12pt;
	line-height: 16pt;

	color: #25318A;
	font-weight: bold;
	text-decoration: none !important;	
}

.nps {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 14pt;
	line-height: 18pt;

	color: #25318A;
	font-weight: bold;
	text-decoration: none !important;	

	margin-bottom: 5pt;
}

#sidebarLinks .nav05:hover {
	color: #ffffff;
}






.mainSmalltype {
	clear: both !important;
	font-size: 9pt;
	line-height: 14pt;
	padding-top: 20px !important;
}


.red {
	color: #FF0000;
	font-weight: bold;
}

.red02 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	color: #FF0000;
	font-weight: bold;
	margin-top: 20px !important;
	margin-bottom: 5px;
}


#smTopIcons {
	margin: 5px 11px 0 0;
}

.contentPadding {
	padding-top: 15px !important;
}

#addThisIcons1 {
	float: left;
}

#addThisIcons2 {
	clear: left !important;
	float: left;
	margin-left: -2px;
}

.forbesFix {
	margin-bottom: 0px;
}

.barronsFix {
	margin-right: 20px;
	margin-bottom: 5px;
}


.addthisFix, .addthis_button_print {
	margin-top: 5px;
}


.rssIconSidebar {
	width: 32px;
	width: 32px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: -10px;
}

.rssTxt {
	font-size: 14pt;
}

.rssTxt2 {
	padding-top: 15px;
	padding-bottom: 0px;
}

.rssTxt3 {
	font-size: 10pt !important;
	line-height: 12pt !important;
	text-decoration: none !important;
}


.sidebarTop {
	margin-top: 0px !important;
}



.topFacebookIcon {
	width: 32px;
	height: 32px;
}

.topFacebookTxt {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 9pt;
	float: right;
	margin: 7px 5px 0 0;
	color: #333333;
}


a {
	text-decoration: underline !important;	
}

.noUnderline {
	text-decoration: none !important;	
}


.text01 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #333333;
}

#mainTable td {
	padding: 5px !important;
}

.smallTableTxt {
	font-size: 8pt;
	font-weight: normal;
	margin-top: 5px;
}


.newsletterPromo, .newsBox {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;

	border-style: solid;
	border-color: #A7ADCC;
	border-width: 1px;
	background: #F0EEDF;

	font-size: 10pt;
	line-height: 14pt;
}

.specialPromo {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px;

	border-style: solid;
	border-color: #3F9A4B;
	border-width: 1px;
	background: #ADE1B6;

	font-size: 10pt;
	line-height: 14pt;
}


#preFooter {
	margin: 0 20px 0 20px;
}

.col2Width {
	min-width: 80px;
}




/* --- newsletter page -- */

#nlTable {
	width: 100% !important;
}

#nlTable td {
	padding: 10px;
}

#nlTable a {
	font-weight: bold !important;
	text-decoration: none !important;
}

#positionsBox {
	width: 100%;
	margin-top: 30px;

	border-style: solid;
	border-width: 1px;
	border-color: #A7ADCC;
}

#psNewsletter {
	width: 100%;
	padding-right: 20px;
	text-align: left;
}

.cpLink {
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.offer89, .offer58 {
	width: 60%;
	height: auto;
}





/* --- footer styles -- */

#footer {
	height: 90pt;

	font-size: 12pt;
	line-height: 20pt;
}


#footer .fLinks{
	text-align: center;
	margin-bottom: 4pt;
}

#footer .copyright{
	text-align: center;
	margin-bottom: 4pt;
}

#footer .creator{
	text-align: center;
}




/* --- images -- */

.img200x200R {
	width: 50%;
	height: auto;

	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img200x200L {
	width: 50%;
	height: auto;

	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* --- Google AdSense -- */

.adsSidebar{
	width:100%;
	height:100px;
}

.adsFooter{
	width:100%;
	height:100px;
}

.afg {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	text-align: left !important;
}

.googleAdSidebar {
	clear: right;
	margin-bottom: -20px !important;
}


