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

body {
	margin: 0px;
	padding: 0;
	color: #000000;
	background-image: url(BC_images/background_internal.gif);
	background-repeat: repeat;
	background-color: #BC8B63;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:11px;
}

p { 
	margin: 0px;
	color: black; 
	font-size: 11px;
} 

p.whatsnewbox { 
	color: black; 
	font-size: 11px;
} 

a {
	color:#900;
}

#main {
	position:relative;
	margin:0px auto;
	width:792px;
	height:750px;
	z-index:1;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#logo {
	position:relative;
	margin:0px auto;
	width:793px;
	height:177px;
}

#splash {
	position:absolute;
	margin:0px auto;
	width:800px;
	top: 179px;
	height: 600px;
}

#container1 {
	position:absolute;
	width:548px;
	height:524px;
	z-index:2;
	left: 244px;
	top: 9px;
	background-image: url(BC_images/background_aboutus.jpg);
}
#container2 {
	position:absolute;
	width:480px;
	height:285px;
	z-index:1;
	left: 34px;
	top: 225px;
	background-image: url(BC_images/background_whitetrans.png);
	overflow: auto;
	text-align: center;
}
#container3 {
	position:absolute;
	width:548px;
	height:524px;
	z-index:2;
	left: 244px;
	top: 9px;
	background-image: url(BC_images/background_contactus.jpg);
}

#container4 {
	position:absolute;
	width:548px;
	height:523px;
	z-index:2;
	left: 244px;
	top: 9px;
	background-image: url(BC_images/background_ourtenants.jpg);
	overflow: auto;
}

#address {
	position:absolute;
	width:166px;
	height:72px;
	z-index:3;
	left: 32px;
	top: 414px;
	color: #6d2c26;
	font-size: 11px;
}
#copyright {
	position:absolute;
	width:240px;
	height:13px;
	z-index:4;
	left: 16px;
	top: 554px;
	color: #FFF;
	font-size: 10px;
}
#header_ourtenants {
	position:absolute;
	width:480px;
	height:200px;
	z-index:2;
	left: 35px;
	top: 19px;
}

#TenantsList {
	position:absolute;
	width:480px;
	height:285px;
	z-index:5;
	left: 35px;
	top: 225px;
	background-image: url(BC_images/background_whitetrans.png);
	overflow: auto;
	text-align: left;
}
#BC_map {
	position:absolute;
	width:80px;
	height:125px;
	z-index:5;
	left: 820px;
	top: 235px;
}

#apDiv1 {
	position:absolute;
	width:548px;
	height:524px;
	z-index:5;
	left: 244px;
	top: 9px;
	background-image: url(BC_images/background_whatsnew.jpg);
}
#header_whatsnew {
	position:absolute;
	width:480px;
	height:200px;
	z-index:1;
	left: 35px;
	top: 19px;
}
#header_aboutus {
	position:absolute;
	width:480px;
	height:200px;
	z-index:1;
	left: 35px;
	top: 19px;
}

#apDiv3 {
	position:absolute;
	width:235px;
	height:285px;
	z-index:2;
	left: 34px;
	top: 225px;
	overflow: auto;
	background-image: url(BC_images/background_whitetrans.png);
}
#apDiv4 {
	position:absolute;
	width:235px;
	height:285px;
	z-index:3;
	left: 280px;
	top: 225px;
	overflow: auto;
	background-image: url(BC_images/background_whitetrans.png);
}

#ContactForm {
	position:absolute;
	width:480px;
	height:495px;
	z-index:1;
	left: 35px;
	top: 15px;
	background-image: url(BC_images/background_whitetrans.png);
	overflow: hidden;
}

.cssnav
{
	position: relative;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	background: url(BC_images/button_on.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 74px;
	height: 72px;
	margin: 0;
	padding: 0;
	top: 29px;
	left: 75px;
}

.cssnav a
{
	display: block;
	color: #fff;
	font-size: 11px;
	width: 74px;
	height: 72px;
	display: block;
	float:left;
	text-decoration: none;
}

.cssnav img
{
	width: 74px;
	height: 72px;
	border: 0
}

* html a:hover
{
	visibility:visible
}

.cssnav a:hover img
{
	visibility:hidden
}

.cssnav span
{
	position:absolute;
	z-index:1;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	top: 51px;
	left: -37px;
	width: 149px;
	height: 14px;
	text-align: center;
}

.cflite {
	width: 400px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
.cflite_td {
	padding:2px;
	font-size:11px;
}
.cflite p {
	padding:2px;
}
.cflite label {
	padding:2px;
}
label {
 padding-right:5px
}
.required {
 font-weight:normal;
}
.required_star {
 font-weight:normal;
 color:#F00;
}
.not-required {
 font-weight:normal;
}