/************************************************************************************/
/*PAGE MASTER WIDTHS*/
.Page_Width_Whole {
	width:770px;
}

TD#Page_Body_ColumnLeft {
	width:179px;
}

TD#Page_Body_ColumnCenter_Home {
	width:447px;
}

TD#Page_Body_ColumnRight_Home {
	width:168px;
}

TD#Page_Body_ColumnsCenterAndRight_Wrapper_Sub {
	width:624px;
}
	TD#Page_Body_ColumnCenter_Sub {
		width:447px;
	}
	
	TD#Page_Body_ColumnRight_Sub {
		width:156px;
	}

TD#Page_Body_ColumnRightWhole_Sub {
	width:610px;
}
/************************************************************************************/

/************************************************************************************/
/*PAGE BASE STYLES*/
* {	
}

HTML {
}

BODY {
	/*Page Backgorund Pattern*/
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

/*Zero Body Margins*/
HTML, 
BODY {
	padding:0;
	margin:0;
}

HR {
	margin:1em 5px;
	margin-top:0;
	height:3px;
	border-style:none;
	border-width:0;
	color:#c2731b;
	background-color:#c2731b;
}

/*Fix Image Links Defaults*/
A IMG {
	border-width:0;
}

/*Standardize Brower Styles*/
P {
	margin:0;
	margin-bottom:1em;
	
}
LI, 
P {
	line-height:1.2em;
}
LI {
	margin-bottom:0.5em;
}
UL, 
OL {
	margin:0;
	padding:0;
	margin-left:3em;
	margin-bottom:1em;
}
UL {
	list-style-type:disc;
}
OL {
	list-style-type:decimal;
}

/*Fix <form> Margin Defaults*/
FORM {
	margin:0;
	padding:0;
}
/************************************************************************************/

/************************************************************************************/
/*GENERAL STYLES (USE THESE)*/
H1 {
	/*Nothing*/
}

H2,
H2.Body_Content_Header {
	margin:0;
	padding:0;
	margin-bottom:1em;
	
	font-size:13px;
	font-weight:bold;
	color:#f6f5f0;
	padding-left:8px;
	line-height:25px;
}

H3,
H3.Body_Content_SubHeader {
	margin:1em 0 0.75em 0;
	padding:0;
	
	font-size:12px;
	font-weight:bold;
	color:#666666;
	
	border-bottom:solid 2px #aeaeae;
	margin-right:5px;
}

H4,
H4.Body_Content_SubHeader {
	margin:0;
	padding:0;
	margin-bottom:0;
	
	font-size:12px;
	font-weight:bold;
	color:#381003;
}

BODY,
A,
.Page_Body_ContentBlock, 
.Body_Content_Copy_Default {
	/*Page Default Font*/
	font-family:Arial, Sans-Serif;
	font-size:15px;
	font-weight:normal;
	color:#000000;
}

A {
	color:#c2731b;
	text-decoration:underline;
}
A:hover {
	text-decoration:none;
}
.Page_Body_ContentBlock A,
.Body_Content_Copy_Default A {
	font-weight:bold;
}

DIV.Content_Copy {
	width:382px;
	text-align:justify;
}
/************************************************************************************/

/************************************************************************************/
/*FOOTER*/
DIV#Page_Footer_Wrapper {
	margin:0 auto; /*center element*/
}
	
	.Footer_Copyright_Copy {
		font-family: Arial, Sans-Serif;
		font-size:11px;
		font-weight:bold;
		color:#ffffff;
	}
/************************************************************************************/

/************************************************************************************/
/*MISC*/
DIV#Page_Body_Wrapper {
	margin:0 auto; /*center element*/
	background-color:#ffffff;
}
	
	TD#Page_Body_ColumnsCenterAndRight_Wrapper_Sub {
		background-color:#ac8660;
	}
/************************************************************************************/

/************************************************************************************/
/*PAGE HEADER*/
DIV#Page_Header_Wrapper {
	background-position:top left;
	background-repeat:repeat-x;
	height:339px;
}

	/*Header Logo Tagline Area*/
	DIV#Page_Header_LogoTaglineArea {
		margin:0 auto; /*center element*/
	}
		.Page_Header_AffiliateInfoName {
			font-family: Arial, San-Serif;
			font-size:20px;
			font-weight:bold;
			color:#c2731b;
		}
		.Page_Header_AffiliateInfoTitle {
			font-family: Arial, San-Serif;
			font-size:14px;
			font-style:italic;
			color:#c2731b;
		}
/************************************************************************************/

/************************************************************************************/
/*LEFT COLUMN*/
DIV#LeftColumn_AffiliateInfo H3 {
	margin:1em .50em 0.75em 0;
	padding:0;
	
	font-size:12px;
	font-weight:bold;
	color:#666666;
	
	border-bottom:solid 2px #aeaeae;
}

DIV#LeftColumn_AffiliateInfo P {
	margin:0;
	margin-bottom:.5em;
	line-height:1.2em;

	color : #666666;
	font-size : 12px;
	font-family : Arial, Sans-Serif;
	text-decoration : none;
	font-weight : normal;
}
DIV#LeftColumn_AffiliateInfo A {
	font-size : 12px;
	font-family : Arial, Sans-Serif;
	text-decoration : none;
	font-weight : normal;
	color : #c2731b;
	text-decoration:underline;
}
DIV#LeftColumn_AffiliateInfo A:hover {
	text-decoration:none;
}
/************************************************************************************/

/************************************************************************************/
/*RIGHT COLUMN*/
.RightColumn_MediaDescriptionHeader {
	color : #c2731b;
	font-size : 15px;
	font-family : Arial, Sans-Serif;
	text-decoration : none;
	font-weight : bold;
	text-align: center;
}

.Content_Button_VideoLink {
	float:right; 
	margin:3px 0 0 8px;
}

.Content_NextStep_IntroCopy {
	font-weight:bold;	
}

P.Content_NextStep_A_ShowDetailsNote,
P.Content_NextStep_A_ShowDetailsNote A {
	font-family:Verdana, Sans-Serif;
	font-size:11px;
	font-style:italic;
	color:#666666;
	
	margin:0.5em 0;
}

DIV#ADetails {
	width:400px;	
}

DIV#ADetails H2 {
	font-weight:bold;
	font-size:18px;
	color:#808080;
	padding:0;
	margin-left:25px;
	margin-bottom:0.5em;
}

DIV#ADetails H3,
DIV#ADetails P {
	margin-left:55px;
	text-align:left;
}

DIV#ADetails H3 {
	font-weight:bold;
	font-size:15px;
	color:#c2731b;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	border-style:none;
}

DIV#ADetails H3.EnrollmentPrice {
	float:right;
}

DIV#ADetails P {
	font-size:12px;
	margin-top:0;
}
/************************************************************************************/

/************************************************************************************/
/*REPLICANT DEPENDANT SYTLES (HATE)*/
.rep_sideNavHeader{
	font-size : 17px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	font-weight : bold;
}
.rep_sideNavSubHeader{
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	text-decoration : none;
	font-weight: bold;
}
.rep_sideNavText{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c2731b;
	text-decoration: none;
}
.rep_sideNavText:hover{
	color : #c2731b;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
.rep_sideNavLink{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	text-decoration : underline;
}
.rep_sideNavLink:hover{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	text-decoration : none;
}
.rep_rightSideNavHeader{
	font-size : 17px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	font-weight : bold;
}
.rep_rightSideNavSubHeader{
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	text-decoration : none;
	font-weight: bold;
}
.rep_rightSideNavText{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	text-decoration: none;
}
.rep_rightSideNavText:hover{
	color : #c2731b;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
.rep_rightSideNavLink{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	text-decoration : underline;
}
.rep_rightSideNavLink:hover{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	text-decoration : none;
}
.rep_ContentBodyHeader{
	color : #c2731b;
	font-size : 16px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
.rep_ContentBodyText{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : none;
}
.rep_ContentBodyTextAutoship{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #CAAB8C;
	color : #000000;
	text-decoration : none;
}
.rep_bodyHREF{
	color : #c2731b;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
.rep_bodyHREF:hover{
	color : #c2731b;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.rep_footerText{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	text-decoration : none;
}
.rep_shopCategoryHeader{
	font-size : 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	font-weight : bold;
	text-decoration : none;
}
.rep_shopCategoryHeader:hover{
	font-size : 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	font-weight : bold;
	text-decoration : none;
}
.rep_shopCategory{
	font-size : 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	font-weight : bold;
	text-decoration : none;
}
.rep_shopCategory:hover{
	font-size : 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	font-weight : bold;
	text-decoration : none;
}
.rep_shopProductHeader{
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #c2731b;
	font-weight : bold;
}
.rep_shopTextHeader{
	color : #c2731b;
	font-size : 11px;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.rep_shopText{
	color : #c2731b;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.rep_shopLinkText{
	color : #c2731b;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
.rep_shopLinkText:hover{
	color : #c2731b;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.rep_shopline{
	background-color: #BA9570;
}
.rep_tableborder{
	border-color: #BA9570;
}
.rep_tablebackground
{
	background-color: #BA9570;
}
.rep_tableheader
{
	color: #3059AC;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #000300;
	padding:2px;
}
.rep_columnheader
{
	 FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #c2731b;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
/*	color: #000300;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #BA9570;
	font-weight : bold;
	padding:3px;
*/
}
.rep_columnheaderautoship
{
	color: #c2731b;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #CAAB8C;
	font-weight : bold;
	padding:3px;
}
.rep_columncontent
{
	color: #c2731b;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:2 2 2 5;
}
.styleButton1
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT: bold 11px Arial;
    BORDER-LEFT: #000000 1px solid;
    CURSOR: hand;
    COLOR: #ffffff;
    BORDER-BOTTOM: #000000 1px solid;
    BACKGROUND-COLOR: #c2731b;
}
.Content_ContentHeaderNoBackground{
	color : #c2731b;
	font-size : 16px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
.ConfirmInfoTableHeader{
	color : #c2731b;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-weight : bold;
}
.FSQ_Text_Input{
	width:128px;
	height:19px;
	font-size:10px;

}
.myAccount_td_Border {
	border-left: 1px solid #835126;

}

.content
{
    FONT-SIZE: 11px;
    COLOR: #311800;
    FONT-FAMILY: "Arial"
}
.boldcontent
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #c2731b;
    FONT-FAMILY: "Arial"
}
.tinycontent
{
    FONT-SIZE: 9px;
    COLOR: #311800;
    FONT-FAMILY: "Arial"
}

.bigboldcontent
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
    COLOR: #c2731b;
    FONT-FAMILY: "Arial"
}
.arialcontent
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #a67950;
    FONT-FAMILY: "Arial"
}
.bottomcontent
{
    FONT-SIZE: 13px;
    COLOR: #C09C7D;
    FONT-FAMILY: "Arial"
}
.bottomsmallcontent
{
    FONT-SIZE: 10px;
    COLOR: #C09C7D;
    FONT-FAMILY: "Arial"
}

A
{

    TEXT-DECORATION: underline
}

A:hover
{
    TEXT-TRANSFORM: none;

    TEXT-DECORATION: none
}



.imageborder
{
	border: 2px;
	border-style: solid; 
	border-color: #835126
}
.pagebgcolor
{
	background: #5A3617
}
.contentbgcolor
{
	background: #F5EDAC
}
.Nav1bgcolor
{
	background: #A67950
}

.Nav2bgcolor
{
	background: #BA9570
}

.Nav3bgcolor
{
	background: #CAAB8C
}

.Nav4bgcolor
{
	background: #F5EDAC
}

.subsectionheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #835126;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.sectionheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #835126;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/************************************************************************************/


.EnrollType{
	font-size: 14px;
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}
.EnrollItemNum{
	font-size: 12px;
	color: #94979C;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}
.EnrollItemDesc{
	font-size: 10px;
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	text-align: left;
}
.EnrollItemBullets{
	font-size: 10px;
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
}
.ItemPrice{
	font-size: 13px;
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
}
.ItemUnit{
	font-size: 10px;
	color: #94979C;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
}
.ItemTotal{
	font-size: 13px;
	color: #94979C;
	font-family: Verdana;
	font-weight: bold;
}
.ItemBenefit{
	font-size: 10px;
	color: #94979C;
	font-family: Verdana;
	font-weight: normal;
}
.ItemBenefitBullet{
	font-size: 10px;
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	line-height: 11px;
	list-style-position:outside;
	list-style-type:square;
}
.BigCopy{
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	text-align: left;
	line-height: 15px;
}
.BigCopyBold{
	font-size: 13px;
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
}
.NoUpgrade{
	font-size: 12px;
	color: #94979C;
	font-family: Verdana;
	font-weight: bold;
	line-height: 15px;
}


.BuildYourWay_ExpoCopy {
	font-family:arial; 
	font-size:11px; 
	font-weight:normal; 
	color:#000000; 
}
.BuildYourWay_ResourceItems_Header {
	font-family:arial; 
	font-size:11px; 
	font-weight:bold; 
	color:#FFFFFF; 
	background-color:#335986;
}
.BuildYourWay_ResourceItems_Body {
	font-family:arial; 
	font-size:11px; 
	font-weight:normal; 
	color:#000000; 
	background-color:#f8f2c2;
}

A.BuildYourWay_ResourceItems_Link {
	font-family:arial; 
	font-size:9px; 
	font-weight:normal; 
	color:#000000; 
	text-decoration:underline;
}
A.BuildYourWay_ResourceItems_Link:hover {
	color:#000000; 
	text-decoration:none;
}
