/* CSS Document */


body {
	background-color: #e9e8e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	height: 55px;
	width: 950px;
	margin: 10px auto 0 auto;
}

#consinfo {
	float: right;
	text-align: right;
	margin-right: 30px;
	margin-top: 5px;
	color: #333;
}

#consinfo h1 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	color: #666;
	text-transform: uppercase;
}

#consinfo h2 {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 3px 0;
	color: #888;
}

#consinfo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	font-size: 10px;
}

#consinfo a:hover {
	color: #666;
}

#container {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 900px;
}

#invisLinks {
	width: 900px;
	margin: 2px auto 2px auto;
	font-size: 8px;
	text-align: right;
	text-decoration: none;
	color: #FFF;
	clear: both;
}

#invisLinks a a:hover {
	text-decoration: none;
	color: #FFF;
}

#footer {
	width: 900px;
	margin: 10px auto 20px auto;
	font-size: 10px;
	text-align: right;
	color: #666;
	clear: both;
}

/* standard fonts */

h1 {
	color: #333;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #684c43;
}

h2.larger {
	font-size: 18px;
}

h3 {
	color: #666;
}

h6 {
	font-size: 9px;
	font-weight: normal;
	color: #666;
	margin-bottom: 5px;
}

a {
	color: #6b8fb0;
	text-decoration: none;
}

a:hover {
	color: #666;
}

.smalltext {
	font-size: 10px;
}

.bigtext {
	font-size: 16px;
}

/* Login */

#loginContainer {
	background-color: #FFFFFF;
	background-image:url(../images/loginBack.jpg);
	background-repeat: no-repeat;
	margin: 30px auto 10px auto;
	width: 900px;
	height: 444px;
}

#loginLeft {
	float: left;
	width: 240px;
	text-align: center;
	padding-top: 50px;
/*	background-image:url(../images/loginLeftBack.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}

#loginRight { 
	margin: 0;
	float: right;
	width: 655px;
	height: 444px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

img#loginLogo {
	margin: 20px auto;
	display: block;
}

#loginButtons {
	margin: 10px auto;
}

#loginMessage {
	font-weight: bold;
	color: #990000;
	width: 200px;
	margin: 3px auto;
	text-align: left;
}


#loginLinks {
	width: 190px;
	display: block;
	margin: 5px auto;
	padding: 5px 10px;
	border-top: 1px solid #e9e8e3;
	border-bottom: 1px solid #e9e8e3;
	text-align: left;
}

#loginLinks p {
	line-height: 16px;
}

#loginLinks a {
	color: #533a33;
	text-decoration: none;
}

#loginLinks a:hover {
	text-decoration: underline;
}

#loginLeft table {
	margin-left: 4px;
}

#loginTD {
	font-size: 10px;
}

table#loginAds {
	margin-top: 30px;
}

#loginAd1 {
	margin-bottom:4px;
}

#loginAd2 {
	
}

#loginAd3 {
	float: right;
}

/* Landing */

#landingSection1 {
	background-color: #64aedd;
	height: 220px;
}

#landingBanners {
	float: left;
	width: 600px;
}

#landingTopRight { 
	margin: 0;
	float: left;
	background-image:url('../images/freedom-back.jpg');
	width: 300px;
	/* height: 1%  Holly hack for Peekaboo Bug */
	height: 200px;
}

#landingBottomLeft {
	float: left;
	width: 574px;
}

#landingBottomRight { 
	margin: 0;
	float: left;
	
	width: 326px;
	background-image:url(../images/landingBackBR.jpg);
	background-repeat: repeat-y;
}

/* Modal Text */

#dialog h2 {
	font-size: 16px;
}

#dialog p {
	font-size: 14px;
}

#dialog a {
	font-weight: bold;
}

/* Landing Carousel */

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 600px; /*Width of Carousel Viewer itself*/
	height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	/* left: -5px; */
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 200px;
}

#stepcarouselNav {
	background-color: #64aedd;
	width: 600px;
}

#stepcarouselNav p {
	margin: 0;
}

#stepcarouselNav a{
	font-size: 15px;
	color: #eae9e4;
	margin: 0 3px;
}

#stepcarouselNav a:hover{
	color: #333;
}

#stepcarouselArrows{
	float: right;
	margin-top: 4px;
}

#stepcarouselArrows a{
	margin: 0;
}

#stepcarouselArrows img{
	margin-right: 5px;
}

/*  In Focus */

#inFocus {
	width: 550px;
	margin: 10px;
	margin-bottom:5px;
}

.inFocusStory {
	border-top: 1px solid #e9e8e3;
	height: 100px;
	width: 550px;
	display: block;
	margin: 0;
}

.inFocusStory h2 {
	font-weight: normal;
	margin: 5px 0 0 0;
}

.inFocusStory p {
	font-weight: normal;
	margin: 3px 0;
}

.Achiever {
	height: 161px !important;
}

img.inFocusImage {
	float: left;
	margin-right: 10px;
}

#inFocus .last {
	border-bottom: 1px solid #e9e8e3;
}

/* Monthly Marching Orders */

#MMO {
	width: 265px;
	margin: 10px 0 0 10px;
}

#MMO hr{
color: #e1e1e1;
}

#MMO h1 {
	font-weight: normal;
	margin: 0 0 5px 0;
	font-size: 16px;
}

#MMO h3 {
	margin: 10px 0 0 0;
	color: #000000;
}

#MMO h4 {
	margin: 4px 0 0 0;
}

#MMO p {
	margin: 0;
	/* line-height: 16px; */
}

#MMO a {
	margin: 0;
	color: #000;
	font-weight: normal;
	color: #3399CC;
}

#MMO a:hover {
	color: #684C43;
}

#MMO p.step {
	padding: 5px 5px 5px 0;
}

#MMO p.first {
	margin-top: 8px;
}

/* Garys Blog */

#GarysBlog {
	width: 260px;
	margin: 10px 0 0 10px;
}

#GarysBlog h1 {
	font-weight: normal;
	margin: 0 0 3px 0;
}

#GarysBlog h3 {
	margin: 10px 0 0 0;
	color: #000000;
}

#GarysBlog h4 {
	margin: 4px 0 0 0;
}


#GarysBlog p {
	margin: 0;
	line-height: 16px;
}

#GarysBlog a {
	margin: 0;
	color: #000;
	font-weight: bold;
}

#GarysBlog a:hover {
	color: #666;
}

/* Hot Topics */

#fade {
	display: none;
}

#hotTopics {
	margin: 7px 0 20px 40px;
	height: 315px;
	width: 280px;
}

.HotNewsSection {
	height:305px;
	overflow:auto;
	padding-right:10px;
}

#hotTopics h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}

#hotTopics p {
	margin: 0;
	line-height: 20px;
}

#hotTopics h4 {
	margin: 8px 0 4px 0;
}

.hotStory {
	margin: 5px 0;
	border-top: 1px solid #e9e8e3;
}

/* Splash Page */

#splashBanner {
	height: 77px;
}

/* Content Page */

#pageContent {
	background-image: url(../images/leftNavBack.jpg);
	background-repeat: repeat-y;
}

#leftNav {
	float: left;
	width: 200px;
}

#mainContent { 
	margin: 0;
	float: left;
	width: 650px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	padding-left: 30px;
}

.offersrewardsButton{
border-style:solid;
border-color: #666666;
border-width:1px;
padding:5px;
}

#mainContent h1 {
	color: #684c43;
}

#mainContent h2 {
	color: #333;
}

#mainContent table th,td{
font-family:inherit;
font-size:11px;
font-weight:normal;
}

#mainContent p {
	color: #333;
	line-height: 16px;
}

#mainContentWide { 
	text-align: left;
	width: 820px;
	margin: 0 auto;
}

#mainContent #inFocus {
	width: 600px;
	margin: 20px auto;
}

.trail {
	color: #666666;
}

.splashTable {
	margin-bottom: 20px;
}

/* lefthand navigation */

#leftNav ul#sectionLinks {
	width: 160px;
	list-style: none;
	display: block;
	padding-left: 0;
	margin-left: 10px;
	margin-top: 0;
}

#leftNav ul#sectionLinks li {
	display: block;
	list-style: none;
	border-bottom: 1px solid #cdc8b0;
	margin: 0;
	padding: 5px 0;
}

#leftNav ul#sectionLinks li a {
	color: #684c43;
	
}

#leftNav ul#sectionLinks li a:hover {
	color: #333;
}

/* lefthand minisection navigation */

#leftNav ul#minisectionLinks {
	width: 160px;
	list-style: none;
	display: block;
	padding-left: 0;
	margin-left: 10px;
	margin-top: 0;
	background-color:#6b8fb0
}

#leftNav ul#minisectionLinks li {
	display: block;
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	margin: 0;
	padding: 5px 0;
	font-weight: bold;	

}

#leftNav ul#minisectionLinks li a {
	color: #FFFFFF;
	padding: 5px;
}

#leftNav ul#minisectionLinks li a:hover {
	color: #EBEBEB;
}

/* Tool tip */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

/* regular lists */

#mainContent ul li {
}

#mainContent ul li h6{
	margin: 0;
}

/* stylized lists */

ul.styledList {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 415px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #EBEBEB;
	text-align: left;
}

ul.styledList li {
	padding: 10px;
}

ul.styledList li strong{
	font-size: 14px;
	color: #684c43;
	font-weight: normal;
}

ul.styledList li strong a{
	color: #684c43;
}

ul.styledList li strong a:hover {
	color: #6b8fb0;
}

ul.styledListSidebar {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #EBEBEB;
}

ul.styledListSidebar li {
	padding: 10px;
	text-align: left;
}

ul.styledListSidebar li strong{
	font-size: 14px;
	color: #684c43;
	font-weight: normal;
}

ul.styledListSidebar li strong a{
	color: #684c43;
}

ul.styledListSidebar li strong a:hover {
	color: #6b8fb0;
}

ul.styledListWide {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 620px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	background-color: #EBEBEB;
}

ul.styledListWide li {
	padding: 4px;
}

ul.styledListWide li strong{
	font-size: 14px;
	color: #684c43;
	font-weight: normal;
}

ul.styledListWide li strong a{
	color: #684c43;
}

ul.styledListWide li strong a:hover {
	color: #6b8fb0;
}

ul.sidebarLinkList {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.sidebarLinkList li {
	list-style: none;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #CCC;
}

img.pdficon {
	margin: 2px;
}

/* sidebars */

.sidebar {
	width: 175px;
	float: right;
	margin: 0 0 20px 20px;
	background-color: #EBEBEB;
	padding: 10px;
}

/* minisite */

#minisiteNav {
	/* background-color: #EBEBEB; */
	width: 500px;
}

#minisiteNav h5{
	font-size: 12px;
	margin-top: 0;
}

#minisite h1 {
	margin-bottom: 0;
}

/* New Consultant Spa Rewards */

#NCSpaRewards {
	background-image: url(../training/NCSpaRewards/images/background.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#NCSpaRewards h1 {
	margin-bottom: 0;
}

/* Be a Celebrity */

#BeACeleb {
	background-image: url(../busbuilder/recruiting/BeACeleb/images/background.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

/* tables */

table.agenda td.tableHead {
	color: #FFFFFF;
	background-color: #674C44;
}

table.agenda td {
	background-color: #FAF8F4;
	border-bottom: 1px solid #CCC;
}


table.orders td.tableHead {
	color: #FFFFFF;
	background-color: #674C44;
}

table.orders td {
	background-color: #FAF8F4;
}

