/* ==========================
    CSS STYLES FOR DNN MENU
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#bcMenuH, #bcMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 9;
}

#bcMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li li { /* all items under the top level */
	z-index: 8;
}

#bcMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#bcMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 7;
}

#bcMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#bcMenuH li:hover ul ul, 
#bcMenuH li:hover ul ul ul, 
#bcMenuH li.sfhover ul ul, 
#bcMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#bcMenuH li:hover ul, 
#bcMenuH li li:hover ul, 
#bcMenuH li li li:hover ul, 
#bcMenuH li.sfhover ul, 
#bcMenuH li li.sfhover ul, 
#bcMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9;
}

#bcMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/

.menuBegin
{
    padding-left:4px;
}
#bcMenuCurrentLink a,#bcMenuCurrentLink:hover,#bcMenuCurrentLink li a:hover
{
    background: url(images/impress_18.gif) repeat-x top left;
}
#bcMenuH a:hover
{
    background: url(images/impress_18.gif) repeat-x top left;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#bcMenuH, #bcMenuH ul { /* all submenu lists */
	width: 100%;
	background-color: transparent;
	height: 20px;
    padding-bottom:0px;
}

#bcMenuH li { /* all list items */
	height: 25px;
	padding:0px 0px 0px 0px;
	display:block;
}



#bcMenuH a { /* all links within the menu wrapper */
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; /*#D3D3D3; */
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 9px;
	padding-right: 8px;
    line-height:25px;
    height: 25px;
}

#bcMenuH a:hover { /* all links within the menu wrapper */
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; /*#D3D3D3; */
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 9px;
	padding-right: 8px;
	line-height:25px;
	height: 25px;
}

a#bcMenuCurrentLink
{ 
    cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; /*#D3D3D3; */
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left:9px;
	padding-right: 8px;
	/* background-image: url(images/impress_18.gif);*/
	line-height:25px;
	height: 25px;
}


#bcMenuH li a:hover {
	cursor: pointer; 
	cursor: hand; 
	color: #D3D3D3; /*#D3D3D3; */
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-left: 9px;
	padding-right: 8px;
	/*background-image: url(images/impress_15.gif);*/
	line-height:25px;
	height: 25px;
	text-decoration:none;
}



#bcMenuH li ul { /* second-level lists */
	width: 290px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:solid 1px #999;
	/*border-top:0px;*/
	border-bottom:solid 1px #777;
	border-right:solid 1px #777;
	margin: 0;
	margin-top:0px;
	line-height: 20px;
	height:auto;
	padding:0 0px 0 0px;
	text-align:left;
	background-color:#fff;
}

#bcMenuH li li { /* all items under the top level */
	height:20;	
	/*_height: 100%; hack for MacIE5 to ignore, while other browsers use \*/
	height: 20px;
	/* end hack */
	margin: 0;
	text-align:left;
	padding:0 0px 0 0px;
	width:290px;
}
#bcMenuH li li:hover { /* all items under the top level */
	height:20;	
	/* hack for MacIE5 to ignore, while other browsers use \*/
	/* end hack */
	padding:0 0px 0 0px;
	margin: 0;
	text-align:left;
}


a#bcMenuH li li { /* all item links under the top level */
	padding: 0 0 0 0px;
	height:20px;
	margin: 0;
	text-align:left;
}

a:hover#bcMenuH li li {
	color: #000;
	padding: 0 0 0 0px;
	height:20px;
	margin: 0;
	text-align:left;
}
#bcMenuH li li a { /* all item links under the top level */
	padding: 0 0 0 4px;
	line-height: 20px;
	height:20px;
	margin: 0;
	text-align:left;
	color: #999; /*#D3D3D3; */
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: #eee;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#bcMenuH li li a:hover {
	color: #ccc;
	padding: 0 0 0 4px;
	line-height: 20px;
	height:20px;
	margin: 0;
	text-align:left;
	text-decoration:none;
}
.menuBegin
{
    padding-left:4px;
}
#bcMenuCurrentLink a,#bcMenuCurrentLink:hover,#bcMenuCurrentLink li a:hover
{
   /* background: url(images/impress_18.gif) repeat-x top left;*/
}
#bcMenuH a:hover
{
   /* background: url(images/impress_18.gif) repeat-x top left;*/
}

.divKeys
{
 margin-top:10px;
margin-left:10px;
 background : url(/Portals/5/Images/NewPages/keys_bg.png) no-repeat;
 width:514px;
 height:289px;
position:relative;
}
.divBusinessPeople
{
height:140px;
position:absolute;
left:142px;
top:2px;
 width:360px;
}
.divBusinessPeople h2
{
margin:0px;
padding:0px;
color:#1B5F9C;
margin-top:10px;
font-size:14px;
font-weight:bold;
}
.divBusinessPeople p
{
margin:0px;
padding:0px;
margin-top:10px;
}
.divCareerPersonal
{
height:140px;
position:absolute;
left:142px;
top:140px;
 width:360px;
}
.divCareerPersonal h2
{
margin:0px;
padding:0px;
margin-top:10px;
color:#7AB915;
font-size:14px;
font-weight:bold;
}
.divCareerPersonal p
{
margin:0px;
margin-top:10px;
padding:0px;
}
.divFooter
{
 margin-top:10px;
 background: url(/Portals/5/Images/NewPages/smp-box.png) no-repeat;
 width:722px;
 height:254px;
 text-align:left;
margin-left:15px;
}
.divFooterTitle
{
    height:33px;
    text-align:center;
}
.divFooterTitle h2
{
    color:#555;
    margin:0px;
    padding:0px;
    padding-top:6px;
    font-size:12px;
    text-align:center;
font-weight:bold;
}
.divFooterTitle h2 a, .divFooterTitle h2 a:visited
{
    color:#555;
}
.divFooter h3
{
margin:0px;
padding:0px;
color:White;
margin-top:7px;
margin-bottom:20px;
font-weight:bold;
}
.divFooter h3 a, .divFooter h3 a:visited
{
margin:0px;
padding:0px;
color:White;
margin-top:7px;
margin-bottom:20px;
font-weight:bold;
}
.divFooter h3 a:hover
{
margin:0px;
padding:0px;
color:White;
margin-top:7px;
margin-bottom:20px;
font-weight:bold;
}
.divFooterTextLeft
{
float:left;
width:300px;
height:185px;
padding-left:16px;
}

.divFooterTextRight
{
float:right;
height:185px;
width:296px;
margin-right:40px;
}
.divFooterItemsLeft
{
margin:0px;
padding:0px;
margin-left:28px;
}
.divFooterItemsLeft li
{
list-style-image: url(/Portals/5/Images/NewPages/bullet_blue.png);
margin-left:7px;
margin-bottom:4px;
}
.divFooterItemsLeft a:link
{
color:#444;
}
.divFooterItemsLeft a:visited
{
color:#444;
}
.divFooterItemsLeft a:hover
{
color:#444;
}
.divFooterItemsRight
{
margin:0px;
padding:0px;
margin-left:20px;
}
.divFooterItemsRight li
{
list-style-image: url(/Portals/5/Images/NewPages/bullet_green.png) ;
margin-bottom:4px;
}
.divFooterItemsRight a:link
{
color:#444;
}
.divFooterItemsRight a:visited
{
color:#444;
}
.divFooterItemsRight a:hover
{
color:#444;
}
.divMore
{
position:absolute;
bottom:2px;
right:0px;
}

.tdBlue
{
    background: url(/Portals/_Default/Skins/SMPSkinBlue/Images/b_blue.png) no-repeat; 
    width: 264px; 
    height: 31px; 
    text-align: center;
}
.tdBlue a:link, .tdBlue a:visited
{
    color: #fff; 
    font-size: 13px;
    margin:0px;
    padding:0px;
    font-weight:bold;
}
.tdGreen
{
    background: url(/Portals/_Default/Skins/SMPSkinBlue/Images/b_green.png) no-repeat; 
    width: 264px; 
    height: 31px; 
    text-align: center;
}
.tdGreen a:link, .tdGreen a:visited
{
    color: #fff; 
    font-size: 13px;
    margin:0px;
    padding:0px;
    font-weight:bold;
}