@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 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: #FFDC93;
	background-color: #666666;
	background-image: url(images/background6.jpg);
	background-attachment: fixed;
	background-position: center bottom;
}
.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #02a64f;
} 
.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/minimenubhm.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 #mainContent a{
	color:#FFFFFF;
} 
.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: 12px;
}
.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;
}
.curveTopyellow{
	background-color:#c4161c;
	height:12px;
	background-image: url(images/mentop_bhm4.gif);
}
.curveBottomyellow{
	height:12px;
	background-image: url(images/menubottom_bhm.gif);
}
.curveTopRed{
	background-color:#c4161c;
	height:12px;
	background-image: url(images/mentop_bhm.gif);
}
.curveTopo{
	background-color:#ff9900;
	height:12px;
	background-image: url(images/omtop.gif);
}
.curveBottomo{
	height:12px;
	background-image: url(images/ombottom.gif);
}
.curveBottomRed{
	height:12px;
	background-image: url(images/menubottom_bhm.gif);
}
.curvemainTop{
	height:14px;
	width: 960px;
	margin: 0 auto;
	}
	.curvemainBottom{
	background-image: url(images/curvemainbottombhm.png);
	height:14px;
	width: 960px;
	margin: 0 auto;
	}
		.cbmain{
	background-image: url(images/cbmain.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:0;
	font-size: 12px;
}
.bContentHeader{
	margin: 0 0 15px 0;
	font-size: 22px;
	color: #FFFFFF;
}
.bContent a{

}
.pRight{
	margin:0 0 0 180px;
	font-size: 12px;
}
.pRightPush{
	font-size: 12px;
	padding: 10px 0;
	font-weight: bold;
}
.pRightHeader{
	margin:0 0 10px 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.pRightHeader2{
	margin:0 0 20px 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.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: 510px;
	padding: 0;
}
.bhmPRight{
	float:right;
	width: 200px;
	padding-top: 10px;
}
#icons td{
padding:5px;
text-align:center;
}
.iconContent{
	padding:5px;
	font-size: 12px;
	background-color: #008540;
	background-image: url(images/hpcurve.jpg);
	background-repeat: no-repeat;
}
.iconContentHeader{
	margin: 0 0 15px 0;
	font-size: 22px;
}
.iconContent td a{
	font-size: 11px;
	text-decoration:none;
	padding: 3px 0;
	display: block;
	color: #CCFFFF;
}
.style3 {
	color: #FFFFFF;
	font-size: 14px;
}
.style5 {
	color: #ADD685;
	font-size: 12px;
}
.style7 {
	color: #FFFFFF;
	font-size: 14px;
}
.workshops{
	margin-bottom:10px;
	line-height: 18px;
}
.bhmfill{
	padding:0 20px 0 160px;
	background-image: url(images/bhmmain1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 450px;
	background-color: #C4B60D;
	color: #706807;
}
.bhmfill h1{
	padding:0;
	display:block;
	margin:30px 0 20px 0;
	font-size: 28px;
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
}
.bhmfill em{
	font-size:18px;
	font-style:normal;
}
.bhmfill li{
	font-size:18px;
	display:block;
	padding:3px 0;
	color: #990000;
}
	.bhmmaintop{
	background-image: url(images/bhmmaintop.jpg);
	height:14px;
	background-color: #b72a21;
	width: 220px;
	}
		.bhmmainbottom{
	background-image: url(images/bhmmainbottom.jpg);
	height:14px;
	background-color: #b72a21;
	margin-bottom: 20px;
	}
				.bhmmaincontent{
	background-color: #b72a21;
	padding: 0 10px;
	font-size: 12px;
	text-align: center;
	}
	
		.bhmmaintop2{
	background-image: url(images/bhmmaintop2.gif);
	height:14px;
	background-color: #342928;
	width: 220px;
	}
		.bhmmainbottom2{
	background-image: url(images/bhmmainbottom2.gif);
	height:14px;
	background-color: #342928;
	margin-bottom: 20px;
	}
				.bhmmaincontent2{
	background-color: #342928;
	padding: 0 10px;
	font-size: 12px;
	text-align: center;
	color: #CCCCCC;
	}
				.bhmmaincontent2 h2{
	color: #999999;
	margin:0 0 10px 0;
	font-size: 18px;
	text-align: center;
	}

			.bhmmaincontent h2{
	color: #FFFFCC;
	margin:0 0 10px 0;
	font-size: 18px;
	text-align: center;
	}
.bhmLeftc{
	width:510px;
	float:left;
}
.bhmRightc{
	width:220px;
	float:right;
	padding-top: 10px;
}
#tenpad{
padding:10px;
}
		.bhmmaintop3{
	background-image: url(images/bhmmaintop3.gif);
	height:14px;
	background-color: #c36329;
	width: 220px;
	}
		.bhmmainbottom3{
	background-image: url(images/bhmmainbottom3.gif);
	height:14px;
	background-color: #c36329;
	margin-bottom: 20px;
	}
				.bhmmaincontent3{
	background-color: #c36329;
	padding: 0 10px;
	font-size: 12px;
	text-align: center;
	color: #CCCCCC;
	}
				.bhmmaincontent3 h2{
	color: #efd3a8;
	margin:0 0 10px 0;
	font-size: 18px;
	text-align: center;
	}
	
	
	
	
			.bhmmaintop4{
	background-image: url(images/bhmmaintop4.gif);
	height:14px;
	background-color: #afa82d;
	width: 220px;
	}
		.bhmmainbottom4{
	background-image: url(images/bhmmainbottom4.gif);
	height:14px;
	background-color: #b72a21;
	margin-bottom: 20px;
	}
				.bhmmaincontent4{
	background-color: #252A47;
	padding: 0 10px;
	font-size: 12px;
	text-align: center;
	color: #FFFFCC;
	}
				.bhmmaincontent4 h2{
	color: #efd3a8;
	margin:0 0 10px 0;
	font-size: 18px;
	text-align: center;
	}
				.bhmmaintop5{
	background-image: url(images/bhmmaintop5.gif);
	height:14px;
	background-color: #242a47;
	width: 220px;
	}
		.bhmmainbottom5{
	background-image: url(images/bhmmainbottom5.gif);
	height:14px;
	background-color: #5b1946;
	margin-bottom: 20px;
	}
				.bhmmaincontent5{
	background-color: #5b1946;
	padding: 0 10px;
	font-size: 12px;
	text-align: center;
	color: #FFFFCC;
	}
				.bhmmaincontent5 h2{
	color: #efd3a8;
	margin:0 0 10px 0;
	font-size: 18px;
	text-align: center;
	}
	#schedule td{
	width:164px;
	color:#003300;
	text-align:center;
	border:1px solid #00B757;
	padding: 10px 0;
	}
	#schedule2 td{
	width:247px;
	color:#003300;
	text-align:center;
	border:1px solid #00B757;
	padding: 10px 0;
	}
.teachLink{
	padding:5px;
	font-size:12px;
	color: #000000;
}
				.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;
	}
	.bhmLeftc input{font-size12px;
	}
			.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{
	background-color: #271f2f;
	padding: 6px 20px;
	font-size: 12px;
	color: #CCCCCC;
	}
					.cform input{
	background-color: #666666;
	padding: 2px;
	font-size: 11px;
	color: #CCCCCC;
	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: #CCCCCC;
	border: 1px solid #999999;
	}
	.cformhead{
	background-color:#C0151E;
	font-size:14px;
	color:#FFFFFF;
	padding-left:5px;
	font-weight: bold;
	border-right:5px solid #271f2f;
	}
.activities{
	background-color:#FFFFFF;
	text-align: left;
}
.activitiesMenu{
	float:left;
	width:200px;
	font-size: 11px;
	text-align: left;
}
.activitiesContent{
	margin-left:230px;
	font-size: 12px;
	padding-right: 20px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.acitem{
}
.acitem img{
	float:left;
	width:100px;
	margin: 0 10px 0 0;
}
.acitem p{
	margin: 10px 0 10px 120px;
}
#menu {
	margin-top:0px;
}
#menu dl {
	width: 150px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
#menu dt {
	margin:0;
	padding: 15px 0 5px 0;
	font-size: 1.2em;
	font-weight:bold;
	color: #4477AA;
}
#menu dd {
	margin:0;
	padding:0;
	color: #000000;
	font-size: 1em;
	border-bottom:1px solid #e9e8e8;
}
#gallery a, #gallery a:visited {
	color:#000000;
	text-decoration:none;
	display:block;
	padding:4px 5px 4px 20px;
	width:125px;
	background-color: #FFFFFF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
#gallery a:hover {background: #258; color:#9cf;}
 
ol li {font-size:11px;}
	.clearleft{
	clear:left;
	}
	.actsection{
	padding: 10px;
	border: 1px solid #e9e8e8;
	height: 130px;
	margin-bottom: 10px;
	}
.options{
	font-weight:bold;
	color: #996600;
}
	.actsectionb{
	padding: 10px;
	border: 1px solid #e9e8e8;
	height: 100px;
	margin-bottom: 10px;
	color: #996600;
	}
	.actsectionc{
	padding: 10px;
	border: 1px solid #e9e8e8;
	height: 80px;
	margin-bottom: 10px;
	}
.actlinks{
	text-align:right;
	font-weight: bold;
	padding: 10px 0;
	color: #999999;
	font-size: 14px;
}
.actlinks a{
	text-decoration: none;
	color: #999999;
}
.style10 {
	color: #666666;
	text-align: center;
	display: block;
	margin-top: 110px;
}
.question{
font-size:10px;
}
.palign{
	padding: 30px 180px 10px 40px;

}
.palign a{
color:#ffffff;
}
.hpcurve2{
	font-size: 12px;
	background-color: #008540;
	background-image: url(images/hpcurve2.jpg);
	background-repeat: no-repeat;
	height: 12px;
}
.fixed{
	background-image: url(images/fixed.jpg);
	height:30px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-color: #292627;
	background-position: right;
}

