/* @override http://www.novusweb.com/StyleSheets/nw5-custom.css */

/*	======================================================================

	Novusweb Custom CSS
	http://www.novusweb.com

	*	Copyright (c) 2010-Present. Novusweb, a Division of BreCyn Corporation.
	*	Use this CSS for any customization or modifications of other CSS files.
	*	Do NOT modify other CSS files in this project.
	*	To modify Module Styles in the ModulesStyleSheet.css file, use the 
		appropriate section below.

		---------------------------------------------------------------------- */

body {
	background-color: #dedede;
	height: 100%;
}

p, td, li {
	color: #5c5c5c;
	line-height: 1.6em;
	font-size: 1.0em;
}

a {
	font-weight: normal;
	font-style: normal;
	color: #bd5d37;
}

a:hover {
}

em, strong, a {
	font-size: inherit;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* @group General CSS Class Styles */

.divider {
	border-bottom: 1px solid #eee;
	height: 1px;
	clear: both;
	width: 100%;
}

a.DetailLink {
	margin: 0 4px;
	padding: 2px 10px 0 17px;
	background: url(/Media/Media-Icons/Media-Icons-Small/icons_16x16/arrow_right.png) no-repeat;
}

div.goBack {
	margin: 10px 4px;
	padding: 0 10px 0 18px;
	background: url(/Media/Media-Icons/Media-Icons-Small/icons_16x16/arrow_left.png) no-repeat;
}

p.WidgetTitle	{
	margin: 9px;
	font-size: 1.2em;
	font-weight: bold;
}

span.programPrice {
	font-size: 16px;
	color: #a30d0d;
	font-weight: bold;
}

ul.bullets	{
	list-style: square !important;
	padding-left: 20px !important;
}

.dataTable	{
	margin-bottom: 24px;
}

.dataTable p	{
	margin: 0px;
	padding: 0px;
}

.dataTable p.colHeading	{
	font-weight: bold;
	background-color: #F0AC46;
	padding: 6px;
}

.dataTable p.rowAlt1	{
	font-weight: normal;
	padding: 6px;
}

.dataTable p.rowAlt2	{
	font-weight: normal;
	background-color: #FFF0A5;
	padding: 6px;
}

#ShowcaseGrid ul	{
	list-style: none;
	padding: 10px 0px;
}

#ShowcaseGrid ul li	{
	width: 282px;
	float: left;
	display: inline;
	margin-bottom: 20px;
	padding: 10px 14px;
	min-height: 300px;
}

#ShowcaseGrid ul li h2 {
	font-size: 14px;
	margin-top: 12px;
}

#ShowcaseGrid ul li img	{
	border: 1px #333 solid;
}

#ShowcaseGrid ul ul.pagination li	{
	float: left;
	width: auto;
	margin-right: 6px;
	font-weight: bold;
	min-height: 0px;
}


/* @group Header Section */

div#HeaderSection {
	height: 100px;
	background: url(../Media/Media-Design/nw5-header-bg.png) repeat-x;
}



/* @end */

/* @group Center Section */

div#CenterSection {
	background: white url(../Media/Media-Design/nw5-upperCenter-bg.png) repeat-x;
	padding-top: 20px;
}

/* @group Center Nav */

div#CenterNav {
	height: 50px;
	background: url(../Media/Media-Design/nw5-CenterNav-bg.png) repeat-x;
}

div#CenterNav ul {
	list-style-type: none;
	margin: 0;
	height: 50px;
	overflow: hidden;
	padding: 0;
	display: block;
}

div#CenterNav ul li {
	float: left;
	display: list-item;
	margin-right: 16px;
	list-style-type: none;
}

div#CenterNav ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #dadada;
	height: 50px;
	padding-top: 12px;
	border-right: 1px solid #848484;
	padding-right: 16px;
	top: 0;
	float: left;
}

div#CenterNav ul li a:hover {
	text-decoration: underline;
}

div#CenterNav ul li.lastItem a {
	border-right-style: none;
}

div#CenterNav ul li.selected a {
	background: url(../Media/Media-Design/nw5-CenterNav-Selected-bg.png) no-repeat center top;
}

div#CenterNav div#CenterSearch {
	padding-top: 4px;
}

div#CenterNav div#CenterSearch input#CAT_Search	{
	width: auto;
	color: #999899;
}


/* @end */

/* @group Center Feature */

div#CenterFeature {
	height: 250px;
	padding: 0;
	margin: 0;
}

div#CenterFeature img#InterviewVideo {
	padding-top: 16px;
}

div#CenterFeature div#LtCtrFeature {
	padding-top: 30px;
}

div#CenterFeature div#LtCtrFeature h1 {
	color: #eaeaea;
	font-size: 48px;
	margin: 0;
	line-height: 58px;
	text-shadow: #1c1c1c 1px 2px 5px;
}

div#CenterFeature div#RtCtrFeature {
	/* background: url(../Media/Media-Design/NW5-Upper-Center-BG.png) no-repeat center top;*/
	height: 250px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	overflow: hidden;
}

div#CenterFeature div#RtCtrFeature .ShowcaseTopThumbnail {
	margin-top: 30px;
	border-top: 1px solid #797979;
	border-left: 1px solid #797979;
}



/* @end */

/* @group Center Main */

div#CenterMain {
	background: white url(../Media/Media-Design/nw5-lowerCenter-bg.png) repeat-x 0 bottom;
	padding-top: 30px;
	padding-bottom: 30px;
}

div#CenterMain h1 {
	color: #3b5678;
	border-bottom: 1px solid #cecece;
	padding-bottom: 12px;
	margin-right: 8px;
	font-size: 30px;
	margin-bottom: 20px;
}

div#CenterMain h2 {
	color: #9a370e;
	font-size: 20px;
	margin-bottom: 6px;
	line-height: 22px;
}

div#CenterMain .disclaimer {
	font-size: 10px;
	color: #797979;
	margin: 10px 0;
	padding: 0;
}

div#CenterMain div#RtCenter h4 {
	text-transform: uppercase;
	color: #3b5678;
	margin-bottom: 8px;
	font-size: 16px;
}

div#CenterMain div#CtrFeature {
	margin-bottom: 20px;
	padding-bottom: 6px;
}

div#CenterMain div#CtrFeature h3 {
	font-size: 16px;
	margin-bottom: 4px;
}

div#CenterMain div#CtrFeature img {
	width: 230px;
}

div#CenterMain img.left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

div#CenterMain div#CtrFeature p {
	margin-top: 6px;
}

div#CenterMain div#CtrFeature a {
	font-size: 1em;
	color: #797979;
}

div#CenterMain div#SuccessReport {
	margin-bottom: 20px;
	padding: 6px;
}

div#CenterMain div#SuccessReport img#ReportCover {
	float: left;
}

div#CenterMain div#SuccessReport p {
	font-size: .9em;
}

div#CenterMain div#SuccessReport form input.cat_textbox, div#CenterMain div#SuccessReport form input.cat_textbox_small {
	width: 200px !important;
}

div#CenterMain div#ESPMenu ul {
	list-style-type: none;
}

div#CenterMain ul#ESPPlansSummary li {
	padding-top: 12px;
}

div#CenterMain ul#GuaranteePoints {
	padding: 12px;
}

div#CenterMain ul#HowItWorksProcess li {
	clear: both;
}

div#CenterMain div.Questions p {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 1.4em;
}



/* @end */



/* @end */

/* @group Footer Section */

div#FooterSection {
	background: url(../Media/Media-Design/nw5-footer-bg.png) repeat-x 0 0;
	height: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#FooterSection h5 {
	color: #4c4c4c;
	text-transform: uppercase;
	text-align: left;
}

div#FooterSection .FooterCol {
	
}

div#FooterSection form p {
	margin: 0;
}

div#FooterSection .disclaimer, div#FooterSection .disclaimer span {
	font-size: 10px;
	color: #797979;
}

div#FooterSection div.disclaimer {
	margin-top: 40px;
}

div#FooterSection div#LtCtrFooter ul {
	margin: 0 0 0 10px;
	list-style-type: none;
	padding: 0;
}

div#FooterSection div#LtCtrFooter ul li {
	margin-bottom: 8px;
}

div#FooterSection div#LtCtrFooter ul li a {
	color: #3b5678;
	text-decoration: none;
}

div#FooterSection div#LtCtrFooter ul li a:hover {
	text-decoration: underline;
}



/* @end */

/* @end */

/* @group jQuery UI Modifications */

div.ui-widget-content, div.ui-widget-header {
	padding: 9px;
}



/* @end */

/* @group BC Layouts */

/* @group BC Module Stylesheet Modifications */

div.form div.item {
	padding: 0;
	margin: 6px 0 10px;
}

form div.item label {
	font-size: 12px;
}

form div.item input.cat_textbox_small,form div.item input.cat_textbox {
	width: 160px !important;
	margin-bottom: 0;
	padding: 4px !important;
	font-weight: bold;
	font-size: 14px;
}



/* @end */

/* @group Blog Layouts */

.BlogComment {
	margin-bottom: 10px;
}

.CommentList {
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.TrackbackList {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.BlogList {
	margin-bottom: 10px;
}

.BlogOverall a#nextpage {
	background: url(/Media/Media-Icons/Media-Icons-Large/16x16/next.png) no-repeat right;
	margin: 0 4px;
	padding: 2px 20px 0 10px;
}

.BlogOverall a#previouspage {
	background: url(/Media/Media-Icons/Media-Icons-Large/16x16/back.png) no-repeat left;
	margin: 0 4px;
	padding: 2px 10px 0 20px;
}



/* @end */

/* @group Comment Layouts */

.RatingFeedback {
	margin-bottom: 10px;
}



/* @end */

/* @group Announcement Layouts */

#AnnouncementDetails .date {
	padding: 4px;
	font-size: 1.2em;
	width: auto;
	font-weight: bold;
}



/* @end */

/* @group Affiliate Layouts */

#AffiliateStats {
	
}

#AffiliateStats #StatsTable {
	width: 100%;
}

#AffiliateStats #StatsTable div.label,
			#AffiliateStats #StatsTable div.value {
	width: 50%;
}

#AffiliateStats #StatsTable div span {
	padding: 8px;
	margin: 10px 0px;
}

/* @end */

/* @end */
#CenterSection #CenterMain #NWSteps h2 {
	font-size: 16px;
	font-weight: bold;
}

#CenterSection #CenterMain #NWSteps {
	margin-bottom: 20px;
}

#CenterSection #CenterMain .container .span-24.last #NWSteps h2 img {
	float: left;
	margin-right: 8px;
	margin-bottom: 6px;
}

#CenterSection #CenterMain ul {
	list-style: none;
	padding-left: 12px;
	margin-bottom: 20px;
}

#CenterSection #CenterMain #Resources {
	margin-bottom: 20px;
}

#CenterSection #CenterMain #StepsMenu {
	margin-bottom: 20px;
}
