@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 10px 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 */
	color: #000000;
	background-color: #231f20;
	background-image: url(images/background9.jpg);
	background-attachment: fixed;
	background-position: right 0px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* 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. */
	background-image: url(images/minimenu.jpg);
	margin: 0 15px 10px 205px;
	height: 35px;
	text-align: right;
	color: #666666;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 15px 0 205px; /* the left margin on this div element creates the column down the left 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. */
	padding: 0 0 20px 0;
} 
.twoColFixLtHdr #footer {
	padding: 20px 0 10px 0;
	font-size:11px;
	color: #666666;
	text-align: center;
	border-top: 1px dashed #666666;
} 
.twoColFixLtHdr #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 */
	padding: 10px 0; /* 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;
}
a img{
border:0;
}
.curveTopRed{
	background-color:#c4161c;
	height:14px;
	background-image: url(images/curvetop_menu.gif);
}
.curveBottomRed{
	background-color:#c4161c;
	height:14px;
	background-image: url(images/curvebottom_menu.gif);
}
.curvemainTop{
	background-image: url(images/curvemaintop.png);
	height:14px;
	width: 960px;
	margin: 0 auto;
	}
	.curvemainBottom{
	background-image: url(images/curvemainbottom.png);
	height:14px;
	width: 960px;
	margin: 0 auto;
	}
	.curvebhmTop{
	background-image: url(images/curvetop_bhm.gif);
	height:14px;
	width: 170px;
	margin: 0 auto 0 auto;
	background-color: #231F20;
	}
	.curvembhmBottom{
	background-image: url(images/curvebottom_bhm.gif);
	height:14px;
	width: 170px;
	margin: 0 auto;
	background-color: #231F20;
	}
	.bhmonth{
	margin:0 15px;
	padding:0 10px;
	background-color:#231F20;
	font-size: 12px;
	background-image: url(images/line_bhm.gif);
	color: #999999;
	}
	
		.miscTop{
	background-image: url(images/curvetop_grey.gif);
	height:14px;
	width: 170px;
	margin: 0 auto 0 auto;
	background-color: #EEEEEE;
	}
	.miscBottom{
	background-image: url(images/curvebottom_grey.gif);
	height:14px;
	width: 170px;
	margin: 0 auto;
	background-color: #EEEEEE;
	}
	.misc{
	margin:0 15px;
	padding:0 10px;
	background-color:#EEEEEE;
	font-size: 12px;
	color: #333333;
	text-align: center;
	}
	
	
		.bhmonth p{
	margin:10px;
	text-align: center;
	}
.fivepad{
	padding:5px;
	color: #666666;
}
.headerpad{
	padding:8px 10px 0 0;
	width: 400px;
	float: right;
}
.tempad{
	padding:10px;
	background-color: #eeeeee;
}
.headerpad a{
	color:#E71F28;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
}
.strappad{
	padding:10px 0 0 10px;
	width: 270px;
	float: left;
	text-align: left;
}
.strappad a{
	color:#999999;
	font-size:11px;
}
.homePLeft{
	float:left;
	width: 365px;
	padding-top: 10px;
}
.homePRight{
	float:right;
	width: 365px;
	padding-top: 10px;
}
.homePImage{
	margin-bottom:10px;
}
#footer a{
	color:#666666;
	font-size:11px;
	text-decoration: none;
	font-weight: normal;
}
.style1 {
	color: #C4161C;
	font-size: 16px;
	}
.intros{
	padding:20px 0 10px 0;
	margin: 0 0 20px 0;
	float: left;
}
.introw{
	padding:20px 0 10px 0;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 20px 0;
}
.logo{
	padding:0 0 15px 15px;
}
.bContent{
	padding:10px 10px 10px 0;
	font-size: 12px;
}
.bContentHeader{
	margin: 0 0 15px 0;
	font-size: 22px;
}
.bContent a{
	margin: 8px 0 20px 0;
	font-size: 12px;
	display: block;
}
.pRight{
	margin:0 0 0 110px;
	font-size: 11px;
}
.pRightHeader{
	margin:0 0 10px 170px;
	color: #C4161C;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}
.pRightIcon{
	margin:0 0 5px 110px;
	color: #996600;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.introMain{
	padding:10px;
	font-size: 90%;
	border: 1px dashed #cccccc;
	color: #666666;
}
.bhmPLeft{
	float:left;
	width: 365px;
	padding-top: 10px;
}
.bhmPRight{
	float:right;
	width: 365px;
	padding-top: 10px;
}
#icons td{
padding:5px;
text-align:center;
}
.iconContent{
	padding:10px;
	font-size: 12px;
}
.iconContentHeader{
	margin: 0 0 15px 0;
	font-size: 22px;
}
.iconContent td a{
	font-size: 11px;
	text-decoration:none;
	padding: 3px 0;
	display: block;
	color: #FF0000;
}
.bContent p{
	margin:10px 0 10px 165px;

}
				.bhmmaintop6{
	background-image: url(images/bhmmaintop6.gif);
	height:14px;
	background-color: #bd0d22;
	width: 220px;
	}
		.bhmmainbottom6{
	background-image: url(images/bhmmainbottom6.gif);
	height:14px;
	background-color: #bd0d22;
	margin-bottom: 20px;
	}
				.bhmmaincontent6{
	background-color: #bd0d22;
	padding: 0 10px;
	font-size: 12px;
	text-align: center;
	color: #FFFFCC;
	}
				.bhmmaincontent6 h2{
	color: #efd3a8;
	margin:0 0 10px 0;
	font-size: 18px;
	text-align: center;
	}
	.clearleft{
	clear:left;
	}
					.wrktop{
	background-image: url(images/alphatop.jpg);
	height:14px;
	background-color: #EEEEEE;
	}
		.wrkbottom{
	background-image: url(images/alphabottom.jpg);
	height:14px;
	background-color: #EEEEEE;
	margin-bottom: 20px;
	}
				.wrkcontent{
	background-color: #EEEEEE;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	color: #333333;
	border-left: 1px solid #a6a5a5;
	border-right: 1px solid #a6a5a5;
	}
					.wrkcontent5{
	background-color: #EEEEEE;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	color: #333333;
	border-left: 1px solid #a6a5a5;
	border-right: 1px solid #a6a5a5;
	}
				.wrkcontent h1{
	color: #efd3a8;
	margin:0 0 10px 0;
	font-size: 18px;
	text-align: center;
	}
.wrkwrap{
	margin-bottom:20px;
}
.wrkwrap p{
	margin:0 0 7px 160px;
	font-size: 11px;
}
.wrkwrap a{
	font-size: 11px;
}

.wrkwrap3{
	margin-bottom:0px;
	background-attachment: url(images/tivymid.gif);
}
.wrkwrap3 p{
	margin:0 0 7px 170px;
	font-size: 11px;
}
.wrkwrap3 a{
	font-size: 11px;
}



				.bhmmaintop7{
	background-image: url(images/bhmmaintop7.gif);
	height:14px;
	background-color: #bd0d22;
	width: 220px;
	}
		.bhmmainbottom7{
	background-image: url(images/bhmmainbottom7.gif);
	height:14px;
	background-color: #bd0d22;
	margin-bottom: 20px;
	}
				.bhmmaincontent7{
	background-color: #bd0d22;
	padding: 0 10px;
	font-size: 12px;
	text-align: center;
	color: #FFFFCC;
	}
				.bhmmaincontent7 h2{
	color: #efd3a8;
	margin:0 0 10px 0;
	font-size: 18px;
	text-align: center;
	}
.priceb{
	font-size:11px;
	color:#ED1C24;
	font-weight: bold;
}
.tivymid{
	background-color: #EEEEEE;
	padding: 0 10px 0 14px;
	font-size: 12px;
	text-align: left;
	color: #333333;
	background-repeat: repeat;
	background-image: url(images/tivymid.gif);
	}
							.tivytop{
	background-image: url(images/tivytop.gif);
	height:14px;
	background-color: #EEEEEE;
	}
							.tivybottom{
	background-image: url(images/tivybottom.gif);
	height:14px;
	background-color: #EEEEEE;
	margin-bottom:20px;
	}
.tivymid p{
	margin-left: 170px;
	}
.tivymid img{
border:5px solid #ffffff;
}
.tivypush{
	position:absolute;
	margin: 2px 0 0 450px;
}
	.tivymid2 a{
	color:#ffffff;
	}
.tivymid2{
	background-color: #EEEEEE;
	padding: 0 10px 0 14px;
	font-size: 12px;
	text-align: right;
	color: #cccccc;
	background-repeat: repeat;
	background-image: url(images/tivymid2.gif);
	font-weight: bold;
	}
	.tivytop2{
	background-image: url(images/tivytop2.gif);
	height:10px;
	background-color: #EEEEEE;
	}
	.tivybottom2{
	background-image: url(images/tivybottom2.gif);
	height:10px;
	background-color: #EEEEEE;
	margin-bottom:10px;
	}
	.bhmLeftc{
	width:510px;
	float:left;
}
			.pictop{
	background-image: url(http://www.jademediagroup.com/mdd/bhm/icons/graphics/top.gif);
	height:14px;
	background-color: #271f2f;
	}
		.picbottom{
	background-image: url(http://www.jademediagroup.com/mdd/bhm/icons/graphics/bottom.gif);
	height:14px;
	background-color: #c36329;
	}
						.cform input{
	background-color: #666666;
	padding: 2px;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #999999;
	width:200px;
	}
.cform .radiowidth input{			
	width:18px;
	}
					.cform td{
	padding: 2px 5px 2px 0;
	}
					.cform select{
	background-color: #666666;
	padding: 2px;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #999999;
	width:207px;
	}
	.cformhead{
	background-color:#C0151E;
	font-size:14px;
	color:#FFFFFF;
	padding-left:5px;
	font-weight: bold;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
	}
					.cform{
	padding: 6px 20px;
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	background-repeat: repeat;
	background-image: url(images/tivymid.gif);
	
	
	}
	.style10 {
	color: #666666;
	text-align: center;
	display: block;
	font-size: 11px;
	width: 250px;
	border: 1px dashed #cccccc;
	margin: 40px auto 0 auto;
	padding: 10px;
}

#tenpad td{
padding:5px;
font-size:10px;
}
					.plist{
	font-size: 12px;
	background-color: #EEEEEE;
	background-repeat: repeat;
	background-image: url(images/tivymid.gif);
	padding:0 10px;
	}
.dancebox{
	background-color:#231f20;
	border-right: 1px solid #c61618;
	border-left: 1px solid #c61618;
	padding: 0 10px 10px 10px;
	color: #CCCCCC;
	font-size: 12px;
}
.dancewrap{
	margin-right:375px;
}
.fitnesswrap{
	width:365px;
	float:right;
}
.dancebox h2{
	margin:0 0 15px 0;
	border-bottom: 1px dashed #cccccc;
	font-size: 18px;
	color: #CB6E07;
}
.dancebox h3{
	margin:0 0 15px 0;
	font-size: 14px;
	color: #8A1201;
}
.dancebox h4{
	margin:0 0 15px 0;
	border-bottom: 1px dashed #cccccc;
	font-size: 18px;
	color: #0091EA;
}
.dancebox h5{
	margin:0 0 15px 0;
	font-size: 14px;
	color: #174664;
}
.dancebox p{
	margin: 0 0 15px 0;
	line-height: 16px;
}
.dancebox a{
	color: #FFFFF9;
	font-weight: bold;
	font-size: 11px;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 0 0 10px 17px;
}
.wrkmini{
	background-color:#eeeeee;
	width:240px;
	float:left;
	margin: 0 10px 10px 0;
	background-image: url(images/wrkmini.gif);
	height: 200px;
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.wrkmini p{
	margin: 10px;
}
.intro{
	display:block;
	padding: 5px 0 5px 35px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.wrkmini li{
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	color: #DD4800;
	}
.wrkmini a{
color:#CCCCCC;
}
.kdmini{
	background-color:#eeeeee;
	width:240px;
	float:right;
	margin: 0 10px 10px 0;
	background-image: url(images/kdmini.gif);
	height: 200px;
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.tdpad{
padding:0 0 0 10px; vertical-align: top;
}
.tpadhead{
	color:#ffffff;
	background-color:#999999;
	display:block;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
					.wrktop2{
	background-image: url(images/alphatop2.jpg);
	height:14px;
	background-color: #EEEEEE;
	}
		.wrkbottom2{
	background-image: url(images/alphabottom2.jpg);
	height:14px;
	background-color: #EEEEEE;
	margin-bottom: 20px;
	}
.wrkmini3{
	background-color:#eeeeee;
	width:240px;
	float:right;
	background-image: url(images/wrkmini3.jpg);
	height: 468px;
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.wrkmini3 h4{
	color:#bd8d46;
	font-size:16px;
	margin: 15px 0;
}
#slider4{
	height: 370px
}
 
#paginate-slider4{
 
}
 
#paginate-slider4 a img{
	width: 152px;
	height: 110px;
	border: 1px solid #ffffff;
}
 
#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 1px solid #ff0000;
 
}
.stylet1{
	background-color:#0099FF;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
.stylet2{
	background-color:#0066FF;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
.stylet3{
	background-color:#EC8009;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
.stylet4{
	background-color:#BB6404;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
.stylet5{
	background-color:#8E4D04;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
