@charset "UTF-8";

/* 
*Set's border, padding and margin to 0 for all value s
{
	padding: 0;
	margin: 0;
	border: 0;
}
*/
body, html {
	font-family: Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	height:100%;
	background-image: url(images/bdw_cover.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top right;
	margin:0px;
	padding:0px;
}

body {
font-size: 62.5%;
}

* html { 
	/* old ie's can be dumb about this */
	width:100%;
	height:100%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 1.4em;
	padding-top: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.4em;
	color: #FFFFFF;
	line-height: 1em;
	padding: 20px 0 0 0;
	height:130px;
	margin:0px;
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #FFFFFF;
	line-height: 1.4em;
}

.bdwBlue { color: #49448d ; }


p.blackText {color: #000000 ; }


#sidebar1 {
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width: 200px;
	padding: 20px 10px 0px 0px;
	height: 100%;
	border:0px;
	z-index:1000;
	background:#FFF;
}
* html #sidebar1 { margin:0px; }
#sidebar1 a { border:0; }

#mainContent {
	margin: 0px 0px 0px 210px;
	padding: 0px 40px 80px 40px;
	overflow:visible;
	background:#84CC1B ;
	width:610px;
	display:block;
} 
* html #mainContent { float:left; position:absolute; left:200px; margin-left:10px; clear:none; }

#mainContent img.header {
	margin-left: -40px;
	padding-top: 0px;
	padding-bottom: 0px;
}



#mainContent img.banner {
	margin-left: -40px;
	padding:0;
}



#mainContent embed { display:block; float:left; clear:both; }

#container {
	width: 900px;
	text-align: left;
	height: auto;
	position: relative;
	background:#FFF;
	overflow:visible;
}
#sidebar1 h3 { margin:0px; padding:0px; }

.video{
	margin-left: -40px;
}

#home {
	margin: 0px 0px 0px 260px;
	height:100% !important;
} 

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style1 {
	color: #9900CC;
	font-weight: bold;
}
.style2 {
	font-size: 1.2em;
}


#MenuBar1 ul { margin:0; padding:0; }
#MenuBar1 li { margin:0; border-bottom:1px solid #999; }


.AccordionPanelContent { background:transparent url(images/darkgreen_alpha.png) 0 0 repeat; }


.AccordionPanelContent a { font-weight:bold; color:#FFFFFF; text-decoration:underline; }

.showcaseHolder{
	display:block;
	position:absolute;
	width:800px;
	height:500px;
	left:50%;
	top:50%;
	margin-top:-250px;
	margin-left:-400px;
	background:#FFF;
	border:1px solid #333;
	}


.showcaseTop{
	display:block;
	position:relative;
	width:800px;
	height:80px;
	text-align:center;	
	}
	
	
.showcaseBottom{
	display:block;
	position:relative;
	width:800px;
	height:410px;
	text-align:center;
	color: #333;	
	}

/*
br { clear:both; } - causing a huge gap in ffox - CHECK
*/
