/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent;
	height: 22px;
	
   border-collapse: separate;
	border-spacing: 3px;
	width:100%;
	margin-right: auto;
	padding:3px 3px 0px 3px;
	
	position:relative;
   top:4px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:22px;
}

.MainMenu_MenuItem {
	background-color: #3A5BA0;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	height: 22px;
}

.MainMenu_MenuItemSel {
	background-color: #669ACC;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 22px;
}

/********************Second Menu********************/

.SubMenu_MenuContainer {
	background-color: transparent;
	width:100%;
	margin-right: auto;
}

.SubMenu_MenuBar {
	cursor: hand; 
	height:18px;
}

.SubMenu_MenuItem {
	background-color: transparent;
	color: #3A5BA0;
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 16px;
}

.SubMenu_MenuItemSel {
	background-color: transparent;
	color: #669ACC;
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	height: 16px;
}

/********************Footer Menu********************/

.FootMenu_MenuContainer {
	background-color: white;
	width:100%;
	margin-right: auto;
	position:relative;
	text-align:center;
}

.FootMenu_MenuBar {
	background-color: white;
	cursor: hand; 
	height:14px;
}

.FootMenu_MenuItem {
	background-color: white;
	color: #3A5BA0;
	cursor: pointer;
	cursor: hand;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 14px;
	padding-bottom: 2px;
    text-transform:uppercase;
    font-size: 12px;
    font-weight:bolder;
}

.FootMenu_MenuItemSel {
	background-color: white;
	color: #669ACC;
	cursor: pointer;
	cursor: hand;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 14px;
	padding-bottom: 2px;
    text-transform:uppercase;
    font-size: 12px;
    font-weight:bolder;
}


/**********Top Level Button Menus****************/

.selButton
{
	background-color: #9F9F9F;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	border-color:White;
	font-weight: bold;
}

.selButtonHover
{
	background-color: #FFFFFF;
	color: #9F9F9F;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}


.button1
{
	background-color: #6699CC;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	border-color:White;
	font-weight: bold;
}

.button1sel
{
	background-color: #9F9F9F;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button2
{
	background-color: #663399;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button2sel
{
	background-color: #9F9F9F;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button3
{
	background-color: #CC6600;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button3sel
{
	background-color: #9F9F9F;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button4
{
	background-color: #FFCC33;
	color: #333333;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button4sel
{
	background-color: #9F9F9F;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button5
{
	background-color: #006666;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button5sel
{
	background-color: #9F9F9F;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button6
{
	background-color: #003300;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button6sel
{
	background-color: #9F9F9F;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button7
{
	background-color: #336699;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button7sel
{
	background-color: #9F9F9F;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button8
{
	background-color: #330033;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button8sel
{
	background-color: #9F9F9F;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button9
{
	background-color: #990000;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button9sel
{
	background-color: #9F9F9F;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button10
{
	background-color: #330000;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;

	font-weight: bold;
}

.button10sel
{
	background-color: #9F9F9F;
	color: #FFFFFF;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	height: 25px;
	font-weight: bold;
}



.BRCSImages
{
    margin-left: 4px;
}


Body
{
    background-image: url(/Portals/0/Skins/BRCSHome/images/HomeBG.jpg);
    background-repeat:repeat-y;
    margin: 0px;
    background-color: #ffffff;
}

A
{
    color: #6699FF;
}

A.active
{
    color: #000080;
}

A.visited
{
    color: #6699FF;
}

A.hover
{
    color: #000080;
}

.Copyright
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 10px;
    padding-bottom: 5px;
    color: #a1a1a1;
    line-height: 14px;
    padding-top: 9px;
    font-family: tahoma;
    text-align: center;
}

a.Copyright
{
    font-weight: bold;
    font-size: 10px;
    color: #a1a1a1;
    line-height: 14px;
    font-family: tahoma;
    text-align: center;
}

.Links, A.Links, A.Links:visited, a.Links:hover
{
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 5px;
    color: #000000;
    padding-top: 9px;
    font-family: tahoma;
    text-align: center;
}

a.Links:hover
{
    color: #FFa1a1;
}

TD.BRCSPageTitle
{
    background-color: #669ACC;
    height:25px !important;
    padding: 0px;
}
span.BRCSPageTitle
{
    position:relative;
    font-size:18px !important;
    font-family: Verdana, Arial, Sans-Serif;
    text-transform:uppercase;
    color: white;
    font-weight:bold;
    top:5px !important;
    margin-top:5px;
    padding-left:20px !important;
    display: inline !important;
}


.MainMenu_MenuIcon 
{
	cursor: hand;
	background-color: transparent;
	border: 0px 0px 0px 0px;
	width: 0px;
	height: 0px;
}
.MainMenu_MenuIcon:hover
{
	cursor: hand;
	background-color: transparent;
	border: 0px 0px 0px 0px;
	width: 0px;
	height: 0px;
}

.SubmenuCSSClass
{
    background-color: #336699;
    color: #FFFFFF;
	border: 1px 1px 1px 1px solid #FFCC33;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='Yellow', Direction=135, Strength=1) ;
}

.SubmenuCSSClass:hover
{
    background-color: #FFCC33;
    color: #336699;
    border: 1px 1px 1px 1px solid #FFCC33;
}

.submenuitemactivecssclass
{
    background-color: #FFCC33;
    color: #336699;
    border: 1px 1px 1px 1px solid #FFCC33;
}

.submenuitemselectedcssclass
{
    background-color: #FFCC33;
    color: #336699;
    border: 1px 1px 1px 1px solid #FFCC33;
}

.MenuItem A, .MenuItem A:Visited, .MenuItem A:Link, .MenuHdr, .MenuHdr A, .MenuItem, .MenuItemMouseOver, .MenuItemMouseOver A:Visited, .MenuItem HR, .MenuItemMouseOver A:Link, .MenuItem A:Active, .MenuItem A:Hover, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuItemMouseOver A:Active, .MenuItemMouseOver A, .MenuItemMouseOver A:Hover
{
    padding-right: 5px;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 2px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
    text-align: right;
    width: 100%;
}

.MenuItem A:Active, .MenuItem A:Hover, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuItemMouseOver A:Active, .MenuItemMouseOver A, .MenuItemMouseOver A:Hover
{
    background-color: #ffcc33 !important;
    cursor: hand;
}


/*------------------------------------------------------------------------------*/
.ContactInfo
{
    font-family: Arial, Helvetica, sans-serif;
    color: #666699;
    font-size:.8em;
    margin-top: 15px;
}

.HeaderLinks, A.HeaderLinks, TD.HeaderLinks
{
    padding-bottom: 2px;
    color: #666666;
    font-family: "Arial Narrow", Helvetica, sans-serif;
    text-transform:uppercase;
    font-size: 12px;
    font-weight:bolder;
}



