/* 20091117 > BMCC > LAYOUT
---------------------------------------------------------------- */
.Top {
    width:910px;
    height:28px;
	margin:0px auto;
	padding-top:15px;
	background-image:url(Images/bg_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
}

.Top .BannerTop {
	width:173px;
	height:157px;
	position:absolute;
	top:32px;
	right:234px;
	z-index:99;
	background-image:url(images/bg_topbanner.gif);
	background-repeat:no-repeat;
}

.Wrapper {
    width:910px;
    margin:0px auto;
    overflow:hidden;
    background-image:url(images/bg_wrapper.gif);
}

.Wrapper .Left {
    width:679px;
    float:left;
    padding-left:4px;
}

.Left .Logo {
	padding-left:30px;
	padding-top:5px;
}

.Left .Menu {
	height:26px;
	width:679px;
	background-image:url(images/bg_menu.gif);
	background-repeat:no-repeat;
	margin-top:2px;
	margin-bottom:15px;
}

.MenuNav, .MenuNav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:relative;
	padding-left:25px;
}

.MenuNav a{
	display:block;
	margin:0px 12px 0px 0px;
	padding:6px 8px 2px 8px;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-family:Verdana, Arial, sans-serif;

}

.MenuNav a:hover {
	padding:6px 8px 2px 8px;
    border-bottom:solid 2px #717272;
    color:#f4af52;
}

.MenuNav li{
	float:left;
	position:relative;
}

.MenuNav ul {
	position:absolute;
	display:none;
}

.MenuNav li:hover ul ul, .MenuNav li:hover ul ul ul, .MenuNav li:hover ul ul ul ul{
	display:none;
}

.MenuNav li:hover ul, .MenuNav li li:hover ul, .MenuNav li li li:hover ul, .MenuNav li li li li:hover ul{
	display:block;
}

.MenuNav .itemHover {
}

.MenuNav .itemSelected {
	padding:6px 8px 2px 8px;
    border-bottom:solid 2px #717272;
    color:#f4af52;
}

.Left .Content {
    width:665px;
    overflow:hidden;
    padding-top:10px;
    padding-right:7px;
    padding-left:7px;
}

.Content .ContentLeft {
	width:220px;
	float:left;
	padding-right:20px;
}

.Content .ContentLeftIndex {
	width:195px;
	float:left;
	padding-right:5px;
}

.Content .ContentLeftAloj {
	width:290px;
	float:left;
	padding-right:5px;
}

.Content .ContentRight {
	width:425px;
	float:left;
}

.Content .ContentRightIndex {
	width:465px;
	float:left;
}

.Content .ContentRightAloj {
	width:370px;
	float:left;
}

.Wrapper .Right {
    width:227px;
    float:right;
    padding-top:10px;
}

.Bottom {
	width:910px;
	height:28px;
	margin:0px auto;
	background-image:url(images/bg_bottom.png);
	background-repeat:no-repeat;
}


#submenu
{
	padding: 2px 0px 0px 0px;
}
#submenu div.button, #submenu div.buttonActive
{
	height: 21px;
	padding-top: 4px;
	padding-left: 7px;
	border-bottom: solid 1px #ededed;
	border-top: solid 1px #f6f6f6;
	font-size: 15px;
	color: #111111;
	cursor: pointer;
}
#submenu div.button:hover
{
	background-color: #a3d0f7;
	color: #ffffff;
}
#submenu div.buttonActive
{
	background-color: #cfe6fa;
	cursor: default;
}

#submenu div.button a, #submenu div.button a:hover
{
	font-weight: normal;
	color: #111111;
	text-decoration: none;
}

#submenu div.button:hover a
{
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#submenu div.buttonActive a, #submenu div.buttonActive a:hover
{
	font-weight: normal;
	color: #111111;
	text-decoration: none;
	cursor: default;
}

#stepmenu
{
	padding: 2px 0px 0px 0px;
}
#stepmenu div.button, #stepmenu div.buttonActive
{
	height: 21px;
	padding-top: 4px;
	padding-left: 7px;
	border-bottom: solid 1px #ededed;
	border-top: solid 1px #f6f6f6;
	font-size: 15px;
	color: #111111;
}
#stepmenu div.buttonActive
{
	background-color: #cfe6fa;
}

/* 20100712 > BMCC > Bottom Bar
-------------------------------------------------- */
    .BottomBar { border-top:solid 2px #666666; border-bottom:solid 2px #777777; background-image:url(Images/bgBottomBar.gif); background-repeat:repeat-x; background-position:top; background-color:#646464; width:100%; margin-top:10px; }
    .BottomBar .BottomCtn  { width:870px; padding:10px 20px 10px 20px; margin:0px auto; font-size:11px; color:#a9a9a9; }
    .BottomCtn .MenuBox { float:left; margin-right:70px; }
    .BottomCtn .LogosBar { text-align:right; padding:4px 0px 2px 0px; border-top:dashed 1px #777777; border-bottom:dashed 1px #888888; }
    .BottomCtn .SocialTtl { margin-bottom:2px; color: #cfb077; font-weight:bold; }
    .BottomCtn .BottomMsg { float:right; text-align:right; }
    .MenuBox a.MenuLink { }
    .MenuBox a.SubMenuLink { color:#999999; font-weight:normal; }
    .MenuBox a.SubMenuLink:hover { color:#f79646; }
    .BottomMsg a.BottomLink { color:#c6c6c6; font-weight:normal; }
    .BottomMsg a.BottomLink:hover { color:#f79646; }
