/* CSS Document */

* { margin: 0; padding: 0; behavior: url('../js/iepngfix.htc'); }

img, li { behavior: url('../js/iepngfix.htc'); }

body {
	font: 70%/1.5  Verdana, Arial, Verdana;
	color: #FFFFFF;
	background: #FEFAA0 url(../img/bk-body.jpg) repeat-x;
}

#container {
	display: block;
	margin: 0 auto;
	width: 775px;
	margin-top: 55px;
}

#content-container {
	background: url(../img/bk-container-glow3.png) no-repeat;
	min-height: 517px;
	height: auto !important;
	height: 517px;
	padding-top: 28px;
	padding-left: 25px;
}

#mission {
	background: url(../img/bk-mission.jpg) no-repeat;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	width: 295px;
	float: left;
	margin-right: 8px;
}

#services {
	background: url(../img/bk-services.jpg) no-repeat;
	float: left;
	width: 208px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	margin-right: 8px;
}

#about { 
	background: url(../img/bk-about.jpg) no-repeat;
	float: left;
	width: 208px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
}

#rn {
	background: url(../img/bk-rn.jpg) no-repeat;
	width: 730px;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	clear: both;
	margin-top: 10px;
}

h1 {
	background: url(../img/bc-logo.png) no-repeat;
	width: 309px;
	height: 52px;
	text-indent: -9999px;
	margin-left: 20px;
}

h2 {
	font-family: Arial, Verdana;
	color: #000000;
	font-size: 130%;
	margin-top: 8px;
	margin-left: 10px;
}

#services ul {
	color: #666;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

#services ul li { margin-left: 15px; }

#mission img { display: block; margin: 0 auto; margin-top: 5px; margin-bottom: 10px; }
#content-container p { color: #666; margin-left: 10px; margin-right: 10px; }
.address { margin-top: 10px; padding-left: 30px; }
#rn p { margin-right: 105px; }

#footer { margin-top: -25px; }
#footer p { font-size: 90%; color: #999999; text-align: center; margin-left: 25px; margin-right: 25px; }
#footer a { color: #999; }


a { color: #FF6600; text-decoration: none; }
a:visited { color: $FF6600; }
a:hover { text-decoration: underline; }

/* Hacks */

.clearfix:after {content: ".";
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix {height: 1%; display: block;}
/* End hide from IE-mac */
/* End clearfix */