@charset "utf-8";
/* CSS Document */
/* Start Main Document Structure */
* {
	padding: 0;
	margin: 0;
}
body, html {
	background-image: url(../imgs/BoucneHouse_bkg.jpg);
	background-repeat:repeat-x;
	background-color:#03fe2b;
	height: 100%; 
	behavior:url("csshover.htc");
}
#outerWrapper	{
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	top:0;
	left:0;
}
html>body #outerWrapper {
    height: auto;
	}
#wrapper { 
 	margin: 0 auto;
 	width: 960px;
}
#topBkg	{
	width:960px;
	height:50px;
	margin:0 auto;
	background-image: url(http://starz.maverickads.com/imgs/bh_top_bkg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#menuContainer	{
	width:760px;
	height:44px;
	background-image:url(http://starz.maverickads.com/imgs/bh_menu_logo_bkg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFF;
	padding-left:200px;
}
#navleft	{
	width:720px;
	float:left;
	display:inline;
}
#navright	{
	width:35px;
	float:right;
	display:inline;
	padding: 5px 5px 0px 0px;
}
#nav	{
	width:720px;
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:.9em;
}
#nav ul	{
	list-style:none;
	margin:0;
	padding:14px 3px 0px 3px;
}
#nav li	{
	display:inline;
}
#nav a:link, #nav a:visited	{
	padding:14px 5px 14px 5px;
	color:#000;
	text-decoration:none;
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:.8em;
	font-weight:bold;
}
#nav a:hover	{
	padding:14px 5px 14px 5px;
	color:#fff;
	text-decoration:none;
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:.8em;
	font-weight:bold;
	background-color:#00CCFF;
}
.containerWrapper	{
	width:940px;
	padding:0px 10px 10px 10px;
	background-color:#FFF;
}
.container	{
	width:940px;
	background-image:url(http://starz.maverickads.com/imgs/bh_header_bkg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.lftCol	{
	float:left;
	width:634px;
	display:inline;
}
.rgtCol	{
	float:right;
	width:298px;
	display:inline;
}

.topLogoContainer	{
	height:176px;
	background-image:url(http://starz.maverickads.com/imgs/bh_top_logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.newContainerMain	{
	width:250px;
	border:10px #fff solid;
	margin-top:20px;
	padding:10px 10px 10px 10px;
	background-color:#fff;
	background-image:url(http://starz.maverickads.com/imgs/news_bkg_grd.jpg);
	background-repeat:repeat-x;
}
.mainContent	{
	padding:10px 10px 10px 10px;
}
.lowLftCol	{
	width:308px;
	float:left;
	text-align:center;
}
.lowRgtCol	{
	width:308px;
	float:right;
	text-align:center;
}
.lowCtrCol	{
	text-align:center;
	margin-left:313px;
	margin-right:313px;
}

.lowColContainer	{
	margin-top:10px;
}

.newsHeaderTxt	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:22px;
	font-weight:100;
	padding-bottom:10px;
	color:#b301ee;
}
.blueHeaderTxt	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:48px;
	font-weight:100;
	color:#0485fc;
}
.txt	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:14px;
	line-height:22px;
}
.txt a:link, .txt a:visited	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:14px;
	text-decoration:underline;
	color:#b301ee;
}
.txt a:hover	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:14px;
	text-decoration:none;
	background-color:#b301ee;
	color:#fff;
}
.Orangetxt	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:14px;
	line-height:22px;
	color:#dd7e03;
	font-weight:bold;
}
.blueTxt	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:18px;
	font-weight:100;
	color:#0485fc;
}
.blueTxt a:link, .blueTxt a:visited	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:18px;
	font-weight:100;
	color:#0485fc;
	text-decoration:none;
}
.blueTxt a:hover	{
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:18px;
	font-weight:100;
	background-color:#0485fc;
	text-decoration:none;
	color:#fff;
}
.clearFloat {
  clear: both;
  display: block;
}
.footer{ 
 	padding: 10px 10px 10px 10px;
 	width: 940px;
	background-color:#FFF;
	margin-top:20px;
}
.footerlftCol	{
	float:left;
	width:634px;
	display:inline;
}
.footerrgtCol	{
	float:right;
	width:298px;
	display:inline;
	text-align:right;
}
.linkText a:link, .linkText a:visited	{
	font-family:Arial, Helvetica, verdana;
	font-size:10px;
	text-decoration:underline;
	color:#0485fc;
}
.linkText a:hover	{
	font-family:Arial, Helvetica, verdana;
	font-size:10px;
	text-decoration:none;
	color: #fff;
	background-color:#FF6600;
}
