/*========================================================*/
/*         CSS for DotNetNuke Skin - Communities           */
/*========================================================*/

/*========================================================*/
/*  2 Design Elements                                     */
/*========================================================*/

.MenuHeight { height:35px; }
.MenuTD {
	background: url(navtitle.gif) repeat-x top left;
	height: 1px;
	padding: 0px;
}
.LoginTD { width: 100%; padding: 0px 0 0px 0; }
.CopyrightRow { height:30px; padding: 0 10px 0 10px; vertical-align: middle; }

/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer {
	background: transparent;
	margin: 0px;
	padding: 0px;
}
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar {
	cursor: hand;
	background: transparent;
	margin: 0px;
	padding: 0px;
}
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu {
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #EEE; background: url(navtitle.gif) repeat-x top center transparent; font-size: 8pt; padding: 11px 0px 12px 0px; font-weight: bold; }
/*-- menuitems over             --*/ .MainMenu_Selected TD {
	color: #C6E3E7;
	background: url(navtitle.gif) repeat-x top center transparent;
	font-size: 8pt;
	padding: 11px 0px 12px 0px;
	font-weight: bold;
}
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { 	color: #C6E3E7;; background: url(navtitle.gif) repeat-x top center transparent; font-size: 8pt; padding: 10px 0px 12px 0px; font-weight: bold; }
/*-- middle seperator           --*/ .MainMenu_Seperator { background: url(navtitle.gif) no-repeat top left; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: hand;}
/*-- module menu padding        --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 15px 0 10px; }
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
									 .ModuleTitle_MenuIcon { background: #FFF; border: 0px; border-bottom: 1px dotted #999; width:0px; height: 20px; padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
									 .ModuleTitle_MenuIcon IMG { margin: 0 10px 0 10px; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

/*=============================*/
/*   LEVEL 2 Navigation - BCD  */
/*=============================*/
.NavText
{
	padding-left: 10px;
	width: 100%;
    background-position: -5px 0px;
}

.NavStatic
{
	padding-bottom: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-image: url(/images/ben/upnav.gif);
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	background-position: -8px 0px;
}

.NavHover
{
	padding-bottom: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-image: url(/images/ben/upnav.gif);
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	background-position: -8px 0px;
}

.NavCurrent
{
	padding-bottom: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-image: url(/images/ben/currentnav.gif);
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	background-position: -8px 0px;
}

.NavCurrentHover
{
	padding-bottom: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-image: url(/images/ben/currentnav.gif);
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	background-position: -8px 0px;
}


/*=============================*/
/*  End of Level 2 Navigations */
/*=============================*/

/*-- BMS Banner pane			   --*/ 
.TopBanner {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 55px;
	height: 140px;
	text-align: right;
		
}

/*--  a general   --*/ 
a {
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

/*--  links visited   --*/ 
a:link, a:visited {
	color: #222222;
}

/*--  links visited   --*/ 
.NavCurrent a:link {
	color: #C6E3E7;
}

/*--  links hover               --*/ 
a:hover {
	color:#CC0000;
}

/*--  links active             --*/ 
a:active {
	color: #9CAEB5;
}

/*--  page titles             --*/ 
h2 {
	color: #2A4395;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}