body{ border-left:0px 0px 0px 0px; height:100%; margin:0px 0px 0px 0px; background:#ffffff;}
#wrapper{ position:relative; height:258px; }
#logo{ position:absolute; top:29px; left:29px; width:228px; height:31px; z-index:3; }
#user{ position:absolute; height:18px; top:8px; right:8px; text-align:right; z-index:3; }
#header{ position:absolute; bottom:40px; z-index:2; width:100%; background:url(headerbg.gif); }
#menu{ position:absolute; background:url(menubg.jpg); width:auto; height:54px; bottom:0px; z-index:1; }
#SearchContainer input{MARGIN:0px 0px 0px 0px; BORDER:1px solid #545454; font-size:9px; color:#ffffff; BACKGROUND:#000000;  WIDTH: 120px;  HEIGHT: 16px;}
#LanguageContainer select{MARGIN:0px 0px 0px 0px; BORDER:1px solid #76AADC; font-size:9px; color:#000000; BACKGROUND:transparent; WIDTH: 120px;	HEIGHT: 16px;}

.bannerpane{ padding:5px 5px 5px 5px; }
.toppane{ padding:0px 0px 10px 0px; }
.leftpane{ padding:0px 0px 0px 0px; }
.contentpane{ padding:0px 0px 10px 0px; }
.rightpane{ padding:0px 0px 10px 15px; }
.bottompane{ padding:0px 0px 0px 0px; }


.Head{ font-size:12px; font-weight:bold; color:#000; }
.SubHead{ font-size:11px; color:#000; }
.SubSubHead{ font-size:11px; color:#000; }
.Normal{ font-size:11px; color:#000; }
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{	color:#F48F0E; text-decoration:none; }
A.CommandButton:hover{ color:#F48F0E; text-decoration:underline;}
TH,TD,DIV{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#ffffff; }
A,A:link,A:visited,A:active{ color:#F48F0E; text-decoration:none; }
A:hover{ color:#F48F0E; text-decoration:none; }
.user,a.user:link,a.user:active,a.user:visited{color:#ffffff; text-decoration:none; font-weight:bold; font-size:10px;}
a.user:hover{ color:#000000; text-decoration:none; font-weight:bold; font-size:10px;}
.footer,a.footer:link,a.footer:active,a.footer:visited{	font-size:10px; color:#ffffff; text-decoration:none; font-weight:bold;}
a.footer:hover{	font-size:10px;	color:#00CC33; text-decoration:none; font-weight:bold;}
.links,a.links:link,a.links:active,a.links:visited{	font-size:10px; color:#ffffff; text-decoration:none; font-weight:normal;}
a.links:hover{font-size:10px; color:#00CC33; text-decoration:none; font-weight:normal;}
.breadcrumb,a.breadcrumb:link,a.breadcrumb:active,a.breadcrumb:visited{	font-size:9px; color:#ffffff; text-decoration:none; font-weight:bold;}
a.breadcrumb:hover{ font-size:9px; color:#000000; text-decoration:none; font-weight:bold;}
.flash,a.flash:link,a.flash:active,a.flash:visited{	font-size:11px; color:#ffffff; text-decoration:none; font-weight:bold;}
a.flash:hover{	font-size:11px;	color:#000000; text-decoration:none; font-weight:bold;}
/*___________________________________________________________________________________________*/
.MainMenu_MenuContainer{ background:transparent; width:100%;}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }

.MainMenu_MenuItem,.submenuitembreadcrumb{
	color:#000000;	font-size:11px;	font-weight:normal;
	padding:2px 15px 2px 10px;
	border:1px ##00CC66 solid; border-width:1px 0px;
}
.submenuitemselected{
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	padding:2px 15px 2px 10px;
	border:1px #E54F59 solid;
	border-width:1px 0px;
	Margin:2px;
	background:#003300;
}
.submenu{
	z-index:1000;
	border:2px #BCBCBC solid;
	padding:0px;
	margin-top:2px;
	margin-left:2px;
	background:#00CC66;
}
.rootmenuitem TD{ 
	color:#ffffff; font-size:11px; font-weight:bold;
	padding: 0px 0px 0px 0px;
	background:transparent;
	background-image:url(images/menu_pointer.gif);
	background-repeat:no-repeat;
	background-position:center right;
	border-bottom:1px dotted #ffffff;
	height:20px;
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#ffcc00; font-size:11px; font-weight:bold;
	padding: 0px 0px 0px 0px;
	background:transparent;
	background-image:url(images/menu_pointer.gif);
	background-repeat:no-repeat;
	background-position:center right;
	border-bottom:1px dotted #ffffff;
	height:20px;
}
.MainMenu_MenuBreak{display:none; }


/* House Menu Styling */
ul#HouseMenuNav {
	width: 13em;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#HouseMenuNav li {
	display: block;
	position: relative;
	border-bottom: 1px dotted #FFFFFF;
}

ul#HouseMenuNav li a {
	display: block;
	width: 13em;
	padding: 3px;
	background: #003300 url(/images/breadcrumb.gif) no-repeat center right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

ul#HouseMenuNav li a:hover {
	background-color: #006600;
	color: #FFCC00;
}

ul#HouseMenuNav li ul {
	position: absolute;
	width: 13em;
	left: -999em;
	top: 0px;
	z-index: 10;
	border: 1px solid #FFFFFF;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#HouseMenuNav li:hover ul, ul#HouseMenuNav li.sfhover ul {
	left: 13em;
}




