@charset "utf-8";
/* CSS Document */
body#Body{
	background-image:url(/Portals/16/images/bck_gnd.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	text-align:center;
}
#wrapper{
	margin:10px auto;
	width:954;
	border:1px solid #D9D9D9;
	text-align:left;
}
#banner{
	height:115px;
	background-image:url(/Portals/16/images/banner.gif);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:16px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:16px;
}
#home_holder{
	background-image:url(/Portals/16/images/home_bck_gnd.jpg);
	background-repeat:no-repeat;
	height:723px;
	position:relative;
}
#normal_holder{
	background-image:url(/Portals/16/images/normal_bck_gnd.jpg);
	background-repeat:no-repeat;
	background-color:FFF;
	padding-top:25px;
	position:relative;
}
#wrapper .Normal, #wrapper .Normal td, body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
}
#wrapper h1{
	font-size:18px;
	font-weight:bold;
	color:#56287E;
	background-image:url(/Portals/16/images/bullet_square.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:25px;
}
#wrapper h2{
	font-size:14px;
	font-weight:bold;
	color:#56287E;
}
#wrapper h3{
	font-size:12px;
	font-weight:bold;
	color:#56287E;
}
.hr{
	border-bottom:1px solid #D9D9D9;
}
#footer{
	padding:10px 5px 5px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#696964;
	line-height:26px;
}
a img{
	border:0;
}


/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	/* margin-top: -5px; hl */
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH 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
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	width: 100%;
	height: 30px;
	background-image: url(/Portals/16/images/menu_bck_gnd.jpg);
	background-repeat: repeat-x;
	line-height: 12px;
}

#houseMenuH a { /* all links within the menu wrapper */
	color : #fff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
	background-color: transparent;
	padding: 8px 15px 10px 15px;
	border-right:1px solid #471659;
	border-left:1px solid #5B2C6C;
	width: auto;
	height: 28px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 100%;
	/* end hack */
}

#houseMenuH li { /* all list items */
	width: 144px;
	height: 28px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}

#houseMenuH li a:hover {
	padding: 8px 15px 10px 15px;
	color: #89C742; 
	background-color: transparent; 
	background-repeat: repeat-x;
	border-right:1px solid #471659;
	border-left:1px solid #5B2C6C;	
}

#houseMenuH li ul { /* second-level lists */
	width: 144px; /* 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 #333;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0 0 0 0;
	/* end hack */
	line-height: 12px;
	height: auto;
	background-color:#471659;
	background-image:none;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -31px 0 0 144px;
	_margin: -30px 0 0 144px;
	border: solid 1px #333;
	line-height: 12px;
}

#houseMenuH li li { /* all items under the top level */
	width: 148px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	width: 148px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #333; 
	background-color: transparent; 
	background-repeat: repeat-x;
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	color: #333; 
	background-color: transparent; 
	background-repeat: repeat-x;
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	color: #eee; 
	background-color: transparent; 
	background-repeat: repeat-x;
	text-decoration: none;
}

