@charset "utf-8";
/* CSS Document */

/* GLOBAL DECS*/
body{
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5{
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333;
}

p, li, dt, dd, td{
	padding:0;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}

.bbClear{
	clear: both;
	height:0;
	margin:0;
	padding:0;
	overflow: hidden;
}

.bbAlignRight{
	text-align:right;
}

/* MAIN BODY STUFF */

#bbContainer{
	width: 800px;
	margin: auto;
	padding: 0 20px;
	background: url(../images/bbMainBodyBg.jpg) repeat-y;
}

/* HEADER STUFF */

#bbHeaderContainer{
	height: 180px;
	background: url(../images/bbHeaderPic.jpg) top left no-repeat;
}

#bbHeaderContainer h1{
	display: block;
	float: left;
	width: 250px;
	height: 180px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	position: relative;
}

#bbHeaderContainer ul{
	list-style: none;
	padding: 60px 0 0 260px;
	margin:0;
}

#bbHeaderContainer li{
	float: left;
	margin:15px 0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
}

#bbHeaderContainer li a{
	padding: 2px 15px;
	text-decoration: none;
	color: #333;
}

#bbHeaderContainer li a:hover{
	background: #999999;
	color: #fff;
}

/* CONTENT STUFF */

#bbContent{
	width: 66%;
	float: right;
	margin:0;
	padding: 15px;
}

#bbMapPage #bbContent{
	width: 95%;
	float: none;
	margin:0;
}

#bbContent h2, #bbContent h3, #bbContent h4, #bbContent p, #bbContent li, #bbContent a{
	color: #fff;
}

#bbContent h2{
	font-size: 1.3em;
	padding: 0 0 10px 0;
}

#bbContent h3{
	font-size: 1.2em;
	padding: 0 0 10px 5px;
	font-weight: normal;
}

#bbContent p{
	padding: 0 0 10px 10px;
}

.contentfloat{
	width: 50%;
	float: left;
}

.bbSideImage{
	padding:0 0 0 10px;
	margin:0;
}

.bbSideImage img{
	border:0;
}

/* FOOTER STUFF HERE */

#bbFooter{
	clear: both;
	width: 800px;
	height: 126px;
	margin: auto;
	padding: 0 20px;
	background: url(../images/bbFooterBg.jpg) no-repeat;
}

#bbFooterLeft{
	width: 30%;
	padding: 10px 0;
}

#bbFooterLeft p{
	font-size: .85em;
	text-align: center;
	padding: 3px;
}

#bbFooterLeft p a{
	font-weight: bold;
	color: #333;
	text-decoration: none;	
}

#bbFooterLeft p a:hover{
	text-decoration: underline;
}

#bbFooterRight{
	width: 66%;
	float: right;
	padding: 10px 10px;
}

#bbFooterRight p{
	font-size: .9em;
	text-align: center;
	padding: 5px;
}

#bbFooterRight p a{
	font-weight: bold;
	color: #333;
	text-decoration: none;	
}

#bbFooterRight p a:hover{
	text-decoration: underline;
}

#bbHostingFooter{
	width: 800px;
	margin: auto;
}

#bbHostingFooter p{
	text-align: right;
	font-size: .8em;
}