/* CSS Document */
body {
	background:#560000 url(images/design2bg.jpg) top center no-repeat;
	font-size:14px;
	color:#FFFFFF;
	font-family: "Times New Roman", Georgia, serif;

}
* {
	margin:0;
	padding:inherit;
	}
	
ul {
	margin-left:30px;
	}
	
#container2 {
	width:836px;
	height:658px;
	position:relative;
	margin:0 auto;	
	background:url(/images/design2.jpg) no-repeat;
	}
	
#inner_container {
	width:860px;
	position:relative;
	margin:0 auto;
	background-color:#610000;
	}
	
#header {
	background:url(images/logo.jpg) no-repeat;
	height:86px;
	width:214px;
	position:absolute;
	left: 51px;
	top: 87px;
}

#inner_header {
	background:url(images/header.jpg) no-repeat;
	height:180px;
	width:860px;
}

#navcontainer {
	position:absolute;
	left: 80px;
	top: 215px;
	display:block;
}

#inner_nav ul li {
	display:inline;
	}
	
#inner_nav ul {
	margin-left:0px;
	}

.navbutton ul {
	margin-left:0px;
	}

.navbutton ul li {
 	width:153px;
	height:31px;
	top:0px;
	left:0px;
	list-style:none;
}

.roll {
	width:153px;
	height:24px;
	display:block;
	padding-top:7px;
	font-size:14px;
	text-align:left;
	padding-left:15px;
	background:url(images/nav.jpg) 0px 0px no-repeat #000;
	text-decoration:none;
	color:#FFFFFF;
	
	 
}
	
.navbutton .roll:link {
	background-position:0 0px;
	text-decoration:none;
}

.navbutton .roll:hover {
	background-position:0 -32px;
	text-decoration:none;
}

#homeFlash	{
	position:absolute;
	width:373px;
	height:232px;
	left: 328px;
	top: 70px;
 }

#homeContent {
	position:absolute;
	width:347px;
	left: 339px;
	top: 394px;
	color:#FFFFFF;
 }
 
#homeContent .boldfont {
 
 padding-bottom:10px;
 font-size:20px;
}

#homeContent p {
text-indent:8px; 
}

#EqualHousing {
	position:absolute;
	left: 547px;
	top: 552px;
	color: #000;
	font-weight:bold;
	}
	

#ft_adx {
	position:absolute;
	left: 70px;
	top: 506px;
	font-size:12px;
	color: #999999;
	text-align:center;
	
}

#BC_footer {
	text-align:center;
	margin-top:10px;
	position:absolute;
	left: 250px;
	top: 623px;
	padding-bottom:50px;
	}

#BC_footer a, #BC_footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: gray;
	text-decoration: none;
}

#BC_footer a:hover {
	color:#ffffff;
}





/* Clear Fix with ie hack*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}

/* end Clearfix */

	
