/*FLASH RESIZE */
/* 
Methods for resizing the flash stage at runtime.

setFlashWidth(divid, newW)
divid: id of the div containing the flash movie.
newW: new width for flash movie

setFlashWidth(divid, newH)
divid: id of the div containing the flash movie.
newH: new height for flash movie

setFlashSize(divid, newW, newH)
divid: id of the div containing the flash movie.
newW: new width for flash movie
newH: new height for flash movie

canResizeFlash()
returns true if browser supports resizing flash, false if not. 
*/

function setFlashWidth(divid, newW){
	document.getElementById(divid).style.width = newW+"px";
}
function setFlashHeight(divid, newH){
	document.getElementById(divid).style.height = newH+"px";		
}
function setFlashSize(divid, newW, newH){
	setFlashWidth(divid, newW);
	setFlashHeight(divid, newH);
}
function canResizeFlash(){
	var ua = navigator.userAgent.toLowerCase();
	var opera = ua.indexOf("opera");
	if( document.getElementById ){
		if(opera == -1) return true;
		else if(parseInt(ua.substr(opera+6, 1)) >= 7) return true;
	}
	return false;
}

 /**
 * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */
if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;

/* CF LAYOUT STYLES */

body
{
height: 100%;
}

table, tr, td, p
{
font-family: Geneva, Monaco, Verdana, Arial;
font-size: 10px;
}

img
{
border: 0px;
}

a
{
/* color: #ff4700; */ 
color: rgb(57, 83, 140); 
font-family: Arial, Geneva, Monaco, Verdana;
font-size: 10px;
text-decoration: none;
text-transform: uppercase;
}

a:hover
{
/* color: #ff4700; */ 
color: rgb(57, 83, 140); 
font-family: Arial, Geneva, Monaco, Verdana;
font-size: 10px;
text-decoration: underline;
text-transform: uppercase;
}

Div#bbt08SplashPageDiv
{
/* background-color: #ff4700; */ 
background-color: rgb(57, 83, 140);
padding: 0px;
margin-left: auto;
margin-right: auto;
text-align: center;
height:100%;
}

html>body #bbt08SplashPageDiv 
{
height: auto;
min-height: 100%;
}

Div#bbt08SplashPageBodyDiv
{
text-align: right;
width: 100%;
position: relative;
right: 30px;
top: 20px;
}

html,html body 
{
height:100%;
}

html>body #bbt08PageDiv 
{
height: auto;
min-height: 100%;
}

Div#bbt08PageDiv
{
background-color: #000000;
/*height:100%;*/
}

Div#bbt08BodyDiv
{
text-align: left;
width: 100%;
/* min-width:1290px; */ 
min-width:1280px;
padding: 0px 0px 0px 0px;
background-color: #000000;
}

Div#bbt08HeaderDiv
{
/* background-color: #ff4700; */
background-color: rgb(57, 83, 140);
background-image: url('/media/templates/bbits10BG.png');
height: 383px;
height:expression("378");
/* min-width:1290px; */ 
min-width:1280px;
overflow:hidden;
margin-top:-80px;
}

Div#bbt08HeaderDivAlt
{
/* background-color: #ff4700; */
background-color: rgb(57, 83, 140);
background-image: url('/media/templates/bbits10BG.png');
height: 100px;
/* height:expression("378"); */ 
min-width:1280px;
overflow:hidden;
/* margin-top:-80px; */ 
}


Div#bbt08LeftHeader td
{

}

Div#bbt08RightHeader td
{
}

Div#bbt08ContentDiv
{
padding: 0px;
padding-bottom: 50px;
min-height: 400px;
_height: 400px;
width: 1230px;
/* min-width:1290px; */ 
/* min-width:1280px; */
}



Div#bbt08DefaultArticleMenu
{
margin-top:45px;
margin-left: 22px;
}

Div#bbt08DefaultArticleMenuHeader
{
/* color: #ff4700; */ 
color: rgb(57, 83, 140);
font-family: Verdana, Geneva, sans-serif;
font-weight: normal;
font-size: 14px;
text-decoration: none;
text-align: left;
padding:3px;
}

a.bbt08DefaultArticleMenuTitle
{
display: block;
width: 200px;
color: #FFFFFF;
font-family: Geneva, Monaco, Verdana, Arial;
font-size: 10px;
text-decoration: none;
text-align: left;
margin-left: 5px;
margin-right: 15px;
margin-top: 10px;
margin-bottom: 4px;
padding:6px;
outline: none;
}

a:hover.bbt08DefaultArticleMenuTitle, a.bbt08DefaultArticleMenuTitleActive, a:hover.bbt08DefaultArticleMenuTitleActive
{
display: block;
width: 200px;
color: #FFFFFF;
font-family: Geneva, Monaco, Verdana, Arial;
font-size: 10px;
text-decoration: none;
text-align: left;
margin-left: 5px;
margin-right: 15px;
margin-top: 10px;
margin-bottom: 4px;
padding:5px;
outline: none;
border:1px solid white;

}

a.bbt08ServicesMenuTitle
{
display: block;
width: 200px;
height:50px;
color: #FFFFFF;
font-family: Geneva, Monaco, Verdana, Arial;
font-size: 10px;
text-decoration: none;
text-align: left;
margin: 5px;
margin-bottom:0px;
outline: none;
border:1px solid white;
cursor: hand;
}

a:hover.bbt08ServicesMenuTitle, a.bbt08ServicesMenuTitleActive, a:hover.bbt08ServicesMenuTitleActive
{
display: block;
width: 200px;
height: 50px;
color: #FFFFFF;
font-family: Geneva, Monaco, Verdana, Arial;
font-size: 10px;
text-decoration: none;
text-align: left;
margin:5px;
margin-bottom: 0px;
outline: none;
/* border:1px solid #ff4700; */ 
border:1px solid rgb(57, 83, 140);
cursor: hand;
}

Div#bbt08ToolsMenu
{
margin-top: 20px;
margin-left: 40px;
padding-bottom: 15px;
}

a.bbt08ToolsMenuLink
{
display: block;
color: #FFFFFF;
font-family: Geneva, Monaco, Verdana, Arial;
font-size: 10px;
text-decoration: none;
text-align: right;
margin-right: 5px;
padding-top: 20px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 20px;
outline: none;
border:1px solid black;
}

a:hover.bbt08ToolsMenuLink, a.bbt08ToolsMenuLink
{
display: block;
color: #FFFFFF;
font-family: Geneva, Monaco, Verdana, Arial;
font-size: 10px;
text-decoration: none;
text-align: right;
margin-right: 5px;
padding-top: 20px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 20px;
outline: none;
border:1px solid white;
}

Div#bbt09BodyDiv{
text-align: left;
width: 100%;
padding: 0px 0px 0px 0px;
background-color: #F4F4F4;
/* min-width:1290px; */ 
min-width:1280px;
width:expression(document.body.clientWidth < 1290? "1290px": "auto" );
}

Div#bbt09HeaderDiv{
/* background-color: #ff4700; */ 
background-color: rgb(57, 83, 140);
height: 380px;
/* min-width:1290px; */ 
min-width:1280px;
width:expression(document.body.clientWidth < 1290? "1290px": "auto" );
}

Div#bbt09HeaderShadow{
background-image:url(/media/templates/bbt09CpathBG.png);
background-repeat:repeat-x;
height:20px;
width:100%;
}

Div#bbt09CpathDiv{
text-align:left;
height:40px;
position:relative;
z-index:1;
}

Div#bbt09ContentDiv{
/* min-width:1290px; */ 
/* min-width:1280px; */ 
/* width:expression(document.body.clientWidth < 1290? "1290px": "auto" ); */
width:expression(document.body.clientWidth < 1280? "1280px": "auto" );
}

Div#bbt09ContactContentDiv{
/* min-width:1290px; */ 
min-width:1280px;
/* width:expression(document.body.clientWidth < 1290? "1290px": "auto" ); */ 
width:expression(document.body.clientWidth < 1280? "1280px": "auto" );
min-height:700px;
}


/* ARTICLE STYLES */

DIV#bbt08DefaultArticle
{
/*width:770px;*/
position: relative;
top:30px;
}

DIV#bbt08DefaultArticleTitle
{
font-size: 17px;
text-decoration: none;
text-align: left;
padding: 10px;
}

DIV#bbt08DefaultArticleBody
{
color: #EFEFEF;
line-height: 20px;
font-family: Geneva, Monaco, Verdana, Arial;
text-align: justify;
font-size: 10px;
letter-spacing: 1px;
text-decoration: none;
padding-left: 15px;
}

Div.bbt09DefaultArticleDiv{
/* padding-left:50px; */ 
padding-left:40px;
padding-right:40px;
/* padding-top:64px; */ 
padding-top:44px;
font-family:Arial;
min-width:520px;
margin-bottom:100px;
font-family:Arial;
}

Div.bbt09DefaultArticleDivFW{
/* padding-left:50px; */ 
padding-left:40px;
padding-right:40px;
/* padding-top:64px; */
padding-top:44px; 
font-family:Arial;
min-width:390px;
width: 96%;
margin-bottom:100px;
font-family:Arial;
}


Div.bbt09DefaultArticleTitle h1{
text-shadow:0px 0px 2px #888888;
font-size:20px;
text-transform:uppercase;
padding-bottom:20px;
font-weight:normal;
font-family:Arial;
}

Div.bbt09DefaultArticleBody,
Div.bbt09DefaultArticleBody p{
color:#777777;
font-size:12px;
line-height:17px;
/* width:600px; */
min-width: 540px;
width:100%;
font-family:Arial;
margin-bottom:15px;
}

Div.bbt09DefaultArticleBodyFW,
Div.bbt09DefaultArticleBodyFW p{
color:#777777;
font-size:12px;
line-height:17px;
width:100%; 
font-family:Arial;
margin-bottom:15px;
}


Div.bbt09DefaultArticleBody ul{
margin-left:35px;
margin-top:5px;
margin-bottom:5px;
}

Div.bbt09DefaultArticleBody li{

}

/** BANNER STYLES **/

Div#bbt09FeatureMenuDiv{
padding-right:30px;
/* margin-top:65px; */ 
margin-top:45px;
/* display: none; */ 
/* visibility: hidden; */ 
}

Div#bbt09FeatureMenuDiv a{
border:1px solid #FFFFFF;
margin-bottom:7px;
width:254px;
height:130px;
display:block;
font-family:Arial;
overflow: hidden; 
position: relative; 
width: 254px; 
height: 130px;
}

Div#bbt09FeatureMenuDiv a:hover{
text-decoration:none;
/* border:1px solid #FF4700; */ 
border:1px solid #336699;
/* border:1px solid #cccc33; */
font-family:Arial;
width:254px;
height:130px;
display:block;
}

Div.bbt09FeatureMenuItem{
position:relative;
width:254px;
height:130px;
box-shadow: 0px 0px 7px rgba(0, 0, 0, .4);
-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, .4);
-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, .4);
overflow: hidden;
cursor:pointer;
margin-bottom:7px;
}

Div.bbt09FeatureMenuImage{
position:relative;
width:254px;
height:130px;
}

Div.bbt09FeatureMenuInfoBar{
position:absolute;
bottom:-3px;
bottom:expression('-4px');
left:0px;
}

Div.bbt09FeatureMenuInfoBar h1{
color:#999999;
font-family:Arial;
font-size:15px;
letter-spacing:-1px;
text-transform:uppercase;
font-weight:normal;
}

Div.bbt09FeatureMenuInfoBar h2{
color:#FFFFFF;
font-family:Arial;
font-size:11px;
text-transform:uppercase;
font-weight:normal;
}


/* MENU STYLES */

Div#bbt08MainMenu
{
position: relative;
background-color: #262626;
width: 700px;
width: expression('700px');
/* margin-top:-13px; */ 
/* margin-top:-3px; */
}

Div#bbt08MainMenuAlt
{
position: relative;
background-color: #262626;
width: 100%;
width: expression('800px'); 
/* margin-top:-3px; */ 
/* margin-top:-13px; */ 
}



a.bbt08MenuLink
{
display: block;
color: #FFFFFF;
font-family: arial;
font-size: 9px;
text-transform: uppercase;
text-decoration: none;
text-align: center;
padding-left: 15px;
padding-right: 15px;
padding-top: 6px;
padding-bottom: 6px;
height: 100%;
margin-right: 1px;
}

a:hover.bbt08MenuLink, a:hover.bbt08MenuLinkActive, a.bbt08MenuLinkActive
{
/* background: #ff4700; */ 
background: #cccc33;
display: block;
/* color: #FFFFFF; */ 
color: #3e3e3e;
font-family: arial;
font-size: 9px;
text-transform: uppercase;
text-decoration: none;
text-align: center;
padding-left: 15px;
padding-right: 15px;
padding-top: 6px;
padding-bottom: 6px;
height:100%;
margin-right: 1px;
}

/* MENU LEVEL 2 STYLES*/

.bbt08MenuLevel2
{
position: absolute;
background-color: #424242;
/* border-top: 1px solid #ff4700; */ 
border-top: 1px solid #336699;
height: 25px !important;
/* height: 22px; */
height: 25px;
width: 700px;
/* top: 22px; */ 
top: 23px;
left: 0px;
overflow: hidden;
}

a.bbt08MenuLinkLevel2
{
display: block;
height: 100%;
color: #FFFFFF;
font-family: Arial;
font-size: 9px;
text-transform: uppercase;
text-decoration: none;
text-align: left;
padding-left: 15px;
padding-right: 15px;
padding-top: 6px;
padding-bottom: 6px;
margin-right: 1px;
}

a:hover.bbt08MenuLinkLevel2, a.bbt08MenuLinkLevel2Active, a:hover.bbt08MenuLinkLevel2Active
{
display: block;
height: 100%;
/* background: #ff4700; */ 

background: #cccc33;

/* color: #FFFFFF; */ 
color: #3e3e3e;
font-family: arial;
font-size: 9px;
text-transform: uppercase;
text-decoration: none;
text-align: left;
padding-left: 15px;
padding-right: 15px;
padding-top: 6px;
padding-bottom: 6px;
margin-right: 1px;
}

table#bbt08EmailMenu
{
color: #FFFFFF;
}


/* FOOTER MENU STYLES */


Div#bbt08FooterMenu
{
margin-left: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#bbt08FooterMenuTitle
{
margin-right:10px;
font-family: Geneva, Monaco, Verdana;
font-size:9px;
text-transform: uppercase;
text-decoration:none;
color:#FFFFFF;
}


a.bbt08FooterLink
{
font-family: Geneva, Monaco, Verdana;
font-size:9px;
text-transform: uppercase;
text-decoration:none;
color:#FFFFFF;
}


a:hover.bbt08FooterLink
{
font-family: Geneva, Monaco, Verdana;
font-size:9px;
text-transform: uppercase;
text-decoration:underline;
color:#FFFFFF;
}

/* START 2009 */

#bbt09FooterMenu{
width:100%;
/* min-width:1290px; */ 
min-width:1280px;
}

#bbt09FooterContainer
{
padding: 25px 0px 70px 0px;
font-family: Arial;
font-size: 11px;
color: #777777;
background: url(/media/templates/bbits10FooterLogo.png);
background-repeat:no-repeat;
background-position:98% 10%;
background-color:#131313;
}

a.bbt09FooterMenuItemLevel1Active,
a.bbt09FooterMenuItemLevel1
{
display: block;
font-family: Arial;
font-size: 11px;
color: #777777;
text-transform: uppercase;
text-align:left;
margin-bottom: 30px;
text-decoration: none;
outline: none;
}
 
a:hover.bbt09FooterMenuItemLevel1Active, 
a:hover.bbt09FooterMenuItemLevel1{
display: block;
font-family: Arial;
font-size: 11px;
color: #FFFFFF;
text-transform: uppercase;
text-align:left;
margin-bottom: 30px;
text-decoration: none;
outline: none;
}


a.bbt09FooterMenuItemLevel2Active,
a.bbt09FooterMenuItemLevel2
{
display: block;
font-family: Arial;
font-size: 11px;
color: #777777;
text-transform: lowercase;
text-decoration: none;
text-align:left;
outline: none;
margin-bottom: 12px;
}


a:hover.bbt09FooterMenuItemLevel2Active, 
a:hover.bbt09FooterMenuItemLevel2
{
display: block;
font-family: Arial;
font-size: 11px;
color: #FFFFFF;
text-transform: lowercase;
text-decoration: none;
text-align:left;
outline: none;
margin-bottom: 12px;
}

td.bbt09FooterMenuItems
{
border-left: 1px solid #333333;
text-align:left;
padding-left: 10px;
padding-right: 40px;
}

#bbt09FooterCopyright
{
margin-top: 30px;
font-family: Arial;
font-size: 11px;
color: #777777;
}

#bbt09FooterArticle
{
font-family: Arial;
font-size: 11px;
color: #777777;
text-align: right;
line-height: 17px;
}

#bbt09FooterArticle a
{
font-family: Arial;
font-size: 11px;
color: #777;
text-align: right;
text-transform: lowercase;
line-height: 17px;
letter-spacing: 0.25pt;
text-decoration: none;
}

#bbt09FooterArticle a:hover
{
font-family: Arial;
font-size: 11px;
color: rgb(57, 83, 140);
text-align: right;
text-transform: lowercase;
line-height: 17px;
letter-spacing: 0.25pt;
text-decoration: none;
}

#bbt09FooterTable
{
border-right: 1px solid #333333;
}





Div#bbt09SubMenu{
background-image: url(/media/templates/bbt09SubMenuBG.jpg);
background-repeat: no-repeat;
background-position: right top;
height:510px;
/* width:310px; */ 
width:280px;
/* padding-top:50px; */ 
padding-top:34px; 
}

a.bbt09SubMenuLevel1Item,
a.bbt09SubMenuLevel1Item:hover{
color:#333333;
display:block;
font-size:17px;
display:block;
text-align:right;
text-shadow:0px 0px 1px #999999;
width:100%;
position:relative;
z-index:100;
height:25px;
/* padding-top:13px; */ 
padding-top:9px;
right:20px;
}

Div.bbt09SubMenuLevel1ItemActive{
position:absolute;
display:block;
width:90%;
/* height:51px; */
height:50px; 
text-align:right;
background-color:#F4F4F4;
/* top:-4px; */ 
top:-6px; 
right:0px;
z-index:50;
}

*{
margin:0;
padding:0; 
}

img, div, a, input, table, td, span, #mcMainMenu span { behavior: url(/media/iepngfix.htc) }



/** CONTACT MAIN **/

Div#bbt09ContentHeader{
width:100%;
min-width:1290px;
height:99px;
display:block;
border-bottom:1px solid #DDDDDD;
position:absolute;
text-align:center;
top:0px;
left:0px;
z-index:-1;
background-image: url(/media/templates/bbt09CpathBG.png);
background-color: #E6E6E6;
background-repeat: repeat-x;
background-position: left top;
}

Div#bbt09ContentHeader h1{
margin-top:40px;
margin-right:auto;
margin-left:auto;
text-shadow:0 0 2px #999999;
text-transform:uppercase;
font-family:Arial;
font-size:17px;
font-weight:normal;
}

Div#bbt09ContactLeftDiv{
padding-right:60px;
padding-top:50px;
}

Div#bbt09ContactRightDiv{
height:100%;
width:100%;
display:block;
background:url(/media/templates/bbt09ContactRightBG.png);
background-repeat: no-repeat;
background-position: left top;
}

/** CONTACT RIGHT - ARTICLE MENU **/

Div#bbt09ContactRightDiv{
padding-left:60px;
padding-top:55px;
width:430px;
text-align: left;
}

Div.bbt09ContactRightArticleDiv{
margin-bottom:40px;
}

Div.bbt09ContactRightArticleDiv h2{
font-family:Arial;
font-size:15px;
margin-bottom:10px;
text-shadow:0px 0px 1px #999999;
text-transform:capitalize;
font-weight:normal;
}

Div.bbt09ContactRightArticleBody,
Div.bbt09ContactRightArticleBody p{
width:350px;
color:#999999;
font-size:11px;
}

Div.bbt09ContactRightArticleBody img{
}


/** CONTACT LEFT - EMAIL FORM **/

Div#bbt09EmailForm{

}

.bbt09ContactFormTextBox{

}

.bbt09ContactFormTextBox input{
border:1px solid #CCCCCC;
height:23px;
margin-bottom:10px;
width:300px;
}

.bbt09ContactFormTextBox textarea{
border:1px solid #CCCCCC;
height:200px;
margin-bottom:10px;
width:300px;
}

.bbt09EmailFormInfo{
vertical-align: top;
font-family: Arial;
font-size:12px;
padding-right:40px;
}

.bbt09SubmitButton{
background:#FFFFFF;
border:1px solid #CCCCCC;
width:60px;
height:22px;
}

div.bbt09FeatureMenuDivBG{
border:1px solid #FFFFFF;
margin-bottom:7px;
width:254px;
height:130px;
display:block;
font-family:Arial;
overflow: hidden; 
position: relative; 
width: 254px; 
height: 130px;
background-image:none;
background-repeat: no-repeat;
cursor: pointer;
-moz-box-shadow:0 0 7px rgba(0, 0, 0, 0.4);
-webkit-box-shadow:0 0 7px rgba(0, 0, 0, 0.4);
box-shadow:0 0 7px rgba(0, 0, 0, 0.4);
}

div:hover.bbt09FeatureMenuDivBG{
border:1px solid #FF4700;
}

/** BANNER STYLES **/

Div#bbt09FeatureMenuDiv2
{
padding-right:30px;
margin-top:65px;
}

.bbt09FeatureMenuInfoBarBG
{
position:absolute;
bottom:-3px;
bottom:expression('-4px');
left:0px;
background-image:url(/media/templates/bbt09FeatureMenuInfoBar.png); 
background-repeat: no-repeat;
width: 254px;
height: 40px;
}

h1.bbt09FeatureMenuInfoBarHeaderH1
{
color:#999999;
font-family:Arial;
font-size:15px;
letter-spacing:-1px;
text-transform:uppercase;
font-weight:normal;
}

h2.bbt09FeatureMenuInfoBarHeaderH2
{
color:#FFFFFF;
font-family:Arial;
font-size:11px;
text-transform:uppercase;
font-weight:normal;
}

div#bbt09HomeBannerDiv > div.bbt09FeatureMenuDivBG{
float:left;
margin-right:8px;
}



.bbitsFooterContact h1{
font-weight:normal; 
font-family:Arial,Geneva,Monaco,Verdana; 
font-size:30px; 
line-height:36px; 
color:#777;
border:0;
margin-top:50px;
}

.bbitsFooterContact h3{
font-weight:normal; 
line-height:14px; 
font-size:11px; 
color:#777;
border:0;
}



.bbitsProductInfo h3 {   
  color: #000; 
  padding-top: 10px; 
  padding-bottom: 5px; 
  border-top: 1px solid #ccc; 
 }      
 
 .bbits10SupportTable table { 
 border: 1px solid #ccc; 
 padding: 10px; 
 margin: 0 auto; 
 width: 600px; 
 overflow: hidden; 
 display: block; 
 } 
 
 .bbits10IconTD { 
 width: 20px; 
 height: 55px; 
 padding: 0; 
 margin-left: 10px; 
 vertical-align: top;  
 } 
 
 .bbits10SupportTD { 
 width: 250px; 
 height: 55px; 
 overflow: hidden; 
 padding-right: 10px; 
 }      
 
 .bbits10IconTD img { 
 padding-right: 12px; 
 padding-top: 5px; 
 }    
 
 .bbits10SupportTD h3 { 
 padding-top: 0px; 
 padding-bottom: 3px; 
 color: #131313; border: 0; 
 }  
 
 .bbits10SupportTD span { 
 padding-bottom: 3px; 
 color: #777; 
}



