body  {
	background: #f9f2e4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-position: 0 0;
	background-repeat:no-repeat;
       
}

/* videos on website */

object{margin-left: -8px;}

#mainWrapper{
	width: 100%;
	height: 100%;
	position: relative;
	}
	
#wrapper{
	margin-left: auto;
	margin-right :auto;
        background-image:url(/Images/bg/bcsh-mainbg.jpg);
        background-repeat: no-repeat;
	width: 1000px;
	height: 1955px;
	}
    
    
.twoColFixRtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 840px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	padding: 360px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    position: relative;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/* right sidebar content div */

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 285px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: solid 7px #fff;
	background:#f9f2e4; 
        position: relative;
	top: 12px;
	right: 110px;
        margin-bottom: 72px;
}

* html .twoColFixRtHdr #sidebar1 {
	margin-top: 20px;
}


/* main content div */
.twoColFixRtHdr #mainContent { 
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width: 437px;	
	position: relative; 
	left: 124px;
	top: 12px;
	border: solid 7px #fff;
	background:#f9f2e4;
} 


.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
        

} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 750px;
	text-align: center;
	color: #8b421b;
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
  
}

#memberLogin{
	position: absolute;
	top: 10px;
	right: 145px;
	font-size: 13.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#8b421b;
}

#memberLogin a:link, #memberLogin a:visited{
	color:#8b421b;
	text-decoration: none;

	}
	
#memberLogin a:hover, #memberLogin a:active{
	text-decoration: underline;
}

/* the video next to the logo */
#headerVideo{
	position: absolute;
	top: 80px;
	right: 75px;
	z-index: 1000;
	width: 400px;
    height: 220px;
	}

#kickWidget_101827_203802{
height: 280px;
}

/* leaderboard */
#adspace{
	position: relative;
	width: 770px;
	height: 100px;
	position: relative;
	left: 122px;
	top: 8px;
	
	}
	
* html #adspace{
	margin-top: 21px;

}
    
#ContentBelowAd{
        background-image:url(/Images/footer/homeFooter.jpg);
	background-repeat: no-repeat;
        border-top: 2px solid #fff;
	position: relative;
	width: 750px;
	height: 390px;
	left: 122px;
	top: 0px;
        padding: 10px;
	}
    
    #ContentBelowAd td{
    padding: 10px;
    }
    
#navigationMenu{
margin-left: 0px;
width: 842px;
}
	
/* navigation built as dynamic menu in BC */
#cat_467664_divs{
margin: 0 auto;
margin-top: 16px;
width: 842px;
height: 37px;
}
#cat_467664_divs img{
margin-right: 0; padding-right: 0;
}

.catmain1467664 img{margin-right: 0; padding-right: 0;}
*:first-child+html #cat_467664_divs{
      
}

* html #cat_467664_divs{

}
    
    
    
/* -------------------------------sub pages style----------------------------------- */
/* -------------------------------sub pages style----------------------------------- */
/* -------------------------------sub pages style----------------------------------- */

#sub-mainWrapper{
	width: 100%;

	position: relative;
	}

#sub-wrapper{
	margin-left: auto;
	margin-right :auto;
	background-image:url(/images/subpage-bg/bcsh-subpages-bg.jpg);
	background-repeat: no-repeat;
    width: 1100px;


}

.twoColFixRtHdr #subpageHeader { 
	padding: 215px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    position: relative;
} 
.twoColFixRtHdr #subpageHeader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#subpageHeaderContainer{
	width: 465px;
	height: 135px;
	position: absolute;
	top: 0px;
	right: 90px;
	}


/* navigation built as dynamic menu in BC */
#subpageNavigationMenu #cat_467664_divs{
margin-left: 30px;
margin-top: -50px;
width: 842px;
height: 37px;
	}
#secondnavigation{
margin-left: 30px;
margin-top: -50px;
width: 842px;
height: 37px;
	}

#secondnavigationlower{
margin-left: 30px;
margin-top: 0px;
margin-bottom: 10px;
width: 842px;
height: 37px;
	}

#homenewnavigation{
margin-left: -5px;
margin-top: 16px;
width: 842px;
height: 37px;
	}

#homenewnavigationlower{
margin-left: -5px;
margin-top: 0px;
margin-bottom: 10px;
width: 842px;
height: 37px;
	}

*:first-child+html #subpageNavigationMenu #cat_467664_divs{
        
}

* html  #subpageNavigationMenu #cat_467664_divs{
       left: -20px;
}
    

/* right sidebar content div */

.twoColFixRtHdr #subpageSidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: solid 7px #fff;
	background:#f9f2e4;
	margin-right: 20px;
	margin-bottom: 20px;
    position: relative; 
	right: 70px;
	top: 0px;
    padding: 10px;
}

.twoColFixRtHdr #subpageSidebar1Store {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: solid 7px #fff;
	background:#f9f2e4;
	margin-right: 20px;
	margin-bottom: 20px;
    position: relative; 
	right: 70px;
	top: 0px;
    padding: 10px;
}

.twoColFixRtHdr #subpageSidebar1 img {
    padding: 0px;
    margin-left: -8px;
}

/* main content div */
.twoColFixRtHdr #subpageMainContent { 
	width: 605px;
	border: solid 7px #fff;
	background:#f9f2e4;
	padding: 10px;
    padding-left: 12px;
	margin-bottom: 20px;
	position: relative; 
	left: 60px;
	top: 0px;	
} 

/* video page template content setting */
#subpageMainContent-vid{
	width:915px;
	border: solid 7px #fff;
	background:#f9f2e4;
	padding: 10px;
        padding-left: 12px;
	margin-bottom: 20px;
	position: relative; 
	left: 60px;
	top: 0px;
	}



/* retail page subpageMainContent-store */

.twoColFixRtHdr #subpageMainContent-store { 
	width: 780px;
	border: solid 7px #fff;
	background:#f9f2e4;
	padding: 10px;
    padding-left: 12px;
	margin-bottom: 20px;
	position: relative; 
	left: 60px;
	top: 0px;	
} 

* html .twoColFixRtHdr #subpageMainContent { 
	padding: 0px;

}

* html * html .twoColFixRtHdr #subpageMainContent img { 
	margin-left: 10px;

}


.twoColFixRtHdr #subContainer { 
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#subContentBelowAd{
	background-image:url(/images/subpage-bg/bcsh-subpages-largecontainer.jpg);
	background-repeat: no-repeat;
    border: solid 7px #fff;
	width: 920px;
	height: 370px;
    margin-bottom: 20px;
    position: relative; 
	left: 58px;
	top: 0px;  
    padding: 10px;
	}
    
    #subContentBelowAd td{
    padding: 10px;
    }


/* -------------------------------end sub pages style----------------------------------- */
/* -------------------------------end sub pages style----------------------------------- */
/* -------------------------------end sub pages style----------------------------------- */


#cat_467664_divs{}

.announcement-list{}