/*#Global#*/
body
{
	margin: 0px;
	background: url(/App_Themes/FBBC/Images/bg_01.jpg) repeat-x #FFFFFF;
}
#MasterPageContainer
{
	margin-top: 8px;
	width: 900px;
	height: auto;
}

/*#HEADER#*/
#HeadContainer
{
	width: 100%;
	height: 95px;
}
.headLogo
{
	margin-left: 25px;
}
#HeadContainer p
{
	margin-right: 25px;
	font-family: Arial;
	font-size: 8pt;
}

/*#Menu#*/
#zoneMenuContainer
{
	position: relative;
	z-index: 9;
}
#MenuContainer
{
	width: 100%;
	height: 35px;
}
/* KENTICO CSS MENU */
#menuElem
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 35px;
	list-style: none;
}

#menuElem li
{
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 35px;
	background: url(/App_Themes/FBBC/Images/menuItemBG_01.jpg) no-repeat left;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	color: #2b415c;
	cursor: pointer;
	line-height: 27pt;
}

#menuElem li:hover, #menuItem li:active
{
	background: url(/App_Themes/FBBC/Images/menuItemBG_01.jpg) no-repeat right;
}

#menuElem ul
{
	display: none;
	list-style: none;
	cursor: pointer;
}

#menuElem li:hover ul
{
	display: block;
	position: absolute;
	top: 100%;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 148px;
	height: auto;
	background: url(/App_Themes/FBBC/Images/menuSubItemBG_01.png);
	border: 1px solid #e5e5e5;
	text-align: left;
}

#menuElem li:hover ul ul,
#menuElem li:hover ul ul ul 
{
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
	list-style: none;
	cursor: pointer;
}

#menuElem ul li:hover ul,
#menuElem ul ul li:hover ul,
#menuElem ul ul ul li:hover ul
{
	display: block;
}

#menuElem .CMSListMenuUL li
{
	width: 100%;
	height: 25px;
	background: none;
	font-size: 9pt;
	text-align: left;
	text-indent: 5px;
	line-height: 20pt;
}

#menuElem .CMSListMenuUL li:hover
{
	background: #CCCCCC;
}

#menuElem a
{
	text-decoration: none ! important;
	color: #2b415c ! important;
}


/*#SCREEN#*/
#ScreenContainer
{
}
	
/*#BODY#*/
#BodyContainer
{
	*position: relative; /* IE 6-7 Hack */
	*top: -4px; /* IE 6-7 Hack */
	width: 900px;
	height: auto;
	font-family: Arial;
}
.bodyMain
{
	background: url(/App_Themes/FBBC/Images/bodyBG_01.jpg) top repeat-x #eeeeee;
	font-family: Arial;
	font-size: 10pt;
}
.bodySecondary
{
	width: 330px;
	background: url(/App_Themes/FBBC/Images/bodyBG_02.jpg) top repeat-x #dfe1e6;
	font-family: Arial;
	font-size: 10pt;
}
.titlePage_thirds
{
	float: left;
	margin: 10px 0 25px 15px;
	width: 280px;
	height: 170px;
}
.firstThird
{
	margin-left: 0px;
}


/*#FOOTER#*/
#FooterContainer
{
	*position: relative; /* IE 6-7 Hack */
	*top: -4px; /* IE 6-7 Hack */
	width: 100%;
	background: #112034;
}
#FooterContainer a
{
	color: #FFFFFF;
	text-decoration: underline;	
}
.footCopyTable
{
	width: 100%px;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
}
.footCopyTable h1
{
	margin: 0px;
	padding: 0px;
	color: #FFFF99;
	font-size: 14pt;
	font-weight: 100;
	line-height: 12pt;
}
.footSiteMap
{
	width: 350px;
}
.footSiteMap ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.footSiteMap ul ul, .footSiteMap ul ul ul
{
	position: relative;
	top: 0px;
	left: 15px;
}
.footMission
{
	width: 275px;
}
.footNewsletterSignup
{
	width: 275px;
}

/*#COPYRIGHT#*/
#CopyrightContainer
{
	margin-top: 1px;
	*margin-top: -3px; /* IE 6-7 Hack */
	padding-top: 3px;
	width: 900px;
	height: 100px;
	background: url(/App_Themes/FBBC/Images/copyrightBG_01.png) repeat-x top left;
	text-align: center;
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF;
}


/*#Grid#*/
.DataGrid
{
	border:1px solid #cccccc;
}

.DataGrid td
{
	padding: 3px 5px;
}

.DataGrid .Row
{
	
}

.DataGrid .AltRow
{
	background-color: #eeeeee;
}

.DataGrid .Header
{
	background:#000000 url(../App_Themes/CorporateSiteGrayBlue/Images/genbackground.gif) repeat-x scroll left top;
}

.DataGrid .Header td
{
	padding: 5px;
}

.DataGrid .Header td a
{
	/* color: #ffffff; */
	color: #000000;
}

/* News Alert */
.homeNewsAlert
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    background-color: #990000;
    color: #FFFFFF;
    border: thin solid #000000;
}