html, body, #shell {
	min-height: 100%;
}

body {
	background-color: #001603;
}

#shell{
	background-color: #d9ffde;
	color: #001603;
	width: 800px;
	margin: auto;
	border: 1px solid green;
}

#content_wrapper{
	min-height: 100%;
}

h1, h2, h3 {
	color: #0f601b;
}

h1{
	font-size: 18px;
	margin-top: 30px;
}

#footer {
	position: relative;
	margin-top: -55px; /* negative value of footer height */
	height: 55px;
	clear:both;
	text-align: center;
	font: bold 12px/18px Lucidan Sans;
} 

#footer .business_name {
	font-variant: small-caps;
	font-size: 16px;
}

#footer .address {
	font-size: 11px;
}

#logo {
	float: left;
}

#header_photo{
	float: right;
}

#body_content {
	padding-bottom: 55px; /* must be same height as the footer */
	font: 12px/18px Lucida Sans;
	margin: 10px 30px 10px 30px;
}  

#body_content .indent {
	margin-left: 30px;
	margin-right: 30px;
}

#body_content ul {
	list-style-image: url(../images/list_bullet.png);
}

.photos_right_align{
	float: right;
}

img.before, img.after{
	width: 100px;
}

.photo_caption{
	font-size: 10px;
	font-weight: bold;
}
.photo_right{
	float:right;
	width: 250px;
}

.bmi_calculator{
	float: right;
	width: 250px;
	min-height: 150px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #001603;
}

.info_box{
	float: right;
	width: 250px;
	min-height: 300px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #001603;
}

.info_box p.center {
	text-align: center;	
}

.info_box h1 {
	font-size: 16px;
	margin-top: 5px;	
}

.info_box ul{
	list-style: none;
}

.info_box li {
	padding-left: 20px;
	margin: 0;
}

.info_box li.pdf {
	background-image: url(../images/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.info_box ul.no_bullets {
	list-style: none;
	list-style-image: none;
}


.info_box a {
	text-decoration: none;
}

.info_box a img {
	border: none;
}

.left_column{
	float: left;
	width: 359px;
}

.right_column{
	float: right;
	width: 359px;
}

.bold {
	font-weight: bold;
}

.large{
	font-size: 16px;
}

#map_canvas{
	min-height: 300px;
	width: 350px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
