/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}
/* commented backslash hack v2 \*/
html, body, form
{
	background: #000;
	height: 100%;
}
/* end hack */

/*--------------------style---------------------*/
body {
	font-family: Arial, Verdana;
	color: black;
	font-size: 12px;
	background: black;
	margin:0;
	padding:0;			
	}
	
#outer
{
	margin-left: 215px;
	margin-right: 215px;
	background: #000;
	margin-bottom: -142px;
	min-height: 100%;
}
#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: #000;
	overflow: hidden;
}

.headerinner 
{
    background-image: url(/images/Logo-BB.jpg);
	background-color: #F99348;
	height:94px;
	margin:10px;
	margin-top:22px;
	z-index:10;
}

#topnavigation
{
	right:10px;
	position:absolute;
	top:85px;
	z-index:100;
}

#languagenavigation
{
	right:10px;
	position:absolute;
	top:5px;
	z-index:100;
}

#left
{
	position: relative; /*ie needs this to show float */
	width: 215px;
	float: left;
	margin-left: -214px; /*must be 1px less than width otherwise won't push footer down */
	z-index: 100;
	left: -1px;
}
.leftbackground 
{
    background-image: url(/images/RectangleBG-BB.jpg);
	background-color: #912a09;
	bottom:365px;
	left:10px;
	min-height:240px;
	position:absolute;
	top:152px;
	width:195px;
}
* html .leftbackground /*only ie gets this style*/
{
	left:10px;
	height: expression((document.body.offsetHeight - 515) > 300 ? document.body.offsetHeight - 515 + "px" : "300px");
}

.leftbartop 
{
	bottom:365px;
	left:12px;
	min-height:10px;
	padding:10px 10px 20px 10px;
	position:relative;
	top:0px;
	width:175px;
}

* html .leftbartop /*only ie5 and ie6 gets this style*/
{
	height: expression(document.body.offsetHeight - 508 + "px");
}

.leftbarbottom
{
    background-image: url(/images/RectangleBG-BB.jpg);
	background-color: #912a09;
	bottom:155px;
	height:173px;
	left:10px;
	position:absolute;
	width:195px;
}

#right
{
	position: relative; /*ie needs this to show float */
	width: 215px;
	float: right;
	margin-right: -214px; /*must be 1px less than width otherwise won't push footer down */
	left: 0px;
	color: #000;
}
.rightbackground 
{
    background-image: url(/images/RectangleBG-BB.jpg);
	background-color: #912a09;
	bottom:155px;
	min-height:175px;
	position:absolute;
	right:10px;
	top:225px;
	width:195px;
}
* html .rightbackground /*only ie gets this style*/
{
	right:10px;
	height: expression((document.body.offsetHeight - 380) > 300 ? document.body.offsetHeight - 380 + "px" : "300px");
}
.rightinnertop 
{
	background-color: #000;
	border:1px solid #404040;
	height:35px;
	position:relative;
	left:12px;
	top:10px;
	width:194px;
}

.rightinnerbottom 
{
	left:12px;
	min-height:10px;
	padding:0px 10px 20px 12px;
	position:relative;
	top:45px;
	width:175px;
}

#footer
{
	width: 100%;
	clear: both;
	height: 142px;
	background-color: #000;
	text-align: center;
	position: relative;
}
#clearheader
{
	height: 142px;
}
/*needed to make room for header*/
#clearfooter
{
	clear: both;
	height: 142px;
}
/*needed to make room for footer*/
* > html #clearfooter
{
	float: left;
	width: 100%;
}

.footerinnerleft
{
	background-color: #ff7e00;
	top:25px;
	height:94px;	
	left:10px;
	min-width:600px;
	right:218px;
	position:absolute;
}

* html .footerinnerleft /*only ie5 and ie6 gets this style*/
{
	width: expression((document.body.offsetWidth - 228) > 600 ? document.body.offsetWidth - 228 + "px" : "600px");
}

#bottombarlogo
{
	top:31px;
	position:relative;
}

* html #bottombarlogo /*only ie5 and ie6 gets this style*/
{
	left: 0px;
}

.footerinnerright
{
    background-image: url(/images/BottomRightLogo-BB.jpg);
	background-color: #000;
	border:1px solid #404040;
	top:25px;
	height:94px;
	position:absolute;
	right:10px;
	width:194px;
}

* html .footerinnerright /*only ie5 and ie6 gets this style*/
{
	left: expression(document.body.offsetWidth - 205 + "px");
}

.centrecontentbackground
{
	position: absolute;
	top: 130px;
	left: 210px;
	right: 230px;
	bottom:142px;
}
html > body .centrecontentbackground
{
	right: 230px;
}
* html .centrecontentbackground /*only ie gets this style*/
{
	height: expression(document.body.offsetHeight-282);
	width: expression(document.body.offsetWidth-440);
}

.centrecontentbackgroundinner 
{
    background-image: url(/images/ContentBG-BB.jpg);
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	border:1px solid #404040;
	bottom:12px;
	left:10px;
	position:absolute;
	right:-10px;
	top:22px;
}
* html .centrecontentbackgroundinner /*only ie gets this style*/
{
	height: expression(document.body.offsetHeight-308);
	width: expression(document.body.offsetWidth-440);
}

/* ie mac styles */
#centrecontent
{
	float: left;
	margin: 0 -1px; /* moz fix*/
	padding-top:10px;
	padding-left:30px;
	position: relative;
	width: 94%;
	z-index: 1;
}

html > body #minHeight
{
	float: right;
	width: 0px;
	height: 100%;
	margin-bottom: -142px;
}
/*safari wrapper */

/* CSS Document */
* html #outer{	height:100%;}
#minHeight {display:none}
#left {margin-right:-3px;}/*3px jog */
#right {margin-left:-2px;padding-bottom:140px}/*3px jog */
* html #footer {
	height:142px;/* for ie5 */
	he\ight:140px;/* for ie6 */
}
#centrecontent {margin:0}

#splash
{
	background-color: #000000;
    background-position:center;
    background-repeat:no-repeat;
	bottom:0px;
	height:100%;
	left:0px;
	position: absolute;
	right:0px;
	text-align:center;
	top:0px;
	vertical-align:middle;
	width:100%;
	z-index:999;
}