html, body, #wrap { height: 100%; }

body {
	background:#fff url(../images/bg.gif) repeat-x top left;
}

body > #outerwrap {height: auto; min-height: 100%;}

#wrap {
	padding-bottom: 122px;
}  
#header {
	height:120px;
}
#logo {
	margin-top:10px;
}
#logo img {
	float:left;
}
#logo h1 a {
	float:left;
	display:block;
	width:310px;
	height:25px;
	background:url(../images/bhc.png) no-repeat 0 0;
	text-indent:-99999px;
	margin:20px 0 0 20px;
}
#sliderholder {
	margin:30px 0;
}
#slider {
	height:315px;
	background:#666;
}
#frontblocks {margin: 0 0 30px 0;}
#block1 {
	background:#e4f1c7;
}
#block2 {
	background:#b9d7e7;
}
#block3 {
	/*background:#e9e9e9;*/
	background:#fcd0dc;
}
.blocks {
	height:220px;
}
#contentholder {margin:20px 0 30px 0;}
#breadcrumb {
	margin-bottom: 20px;
}
#content {
	/*background:#f5f5f5;*/
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding:0 20px 30px 0;
}
#footerholder {
	background:#fff url(../images/footer-bg.gif) repeat-x top left;
	position: relative;
	margin-top: -122px; 
	height: 122px;
	clear:both;
}
#search {
	height:82px;
}

#copyright, #footernav {height:40px;}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
/*Opera Fix for fixed footer */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
