
BODY {
	PADDING-RIGHT: 0px;
	BACKGROUND-POSITION: left top;
	PADDING-LEFT: 0px;
	FONT-SIZE: 50%; 
	BACKGROUND-ATTACHMENT: scroll; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px;
	COLOR: #000; PADDING-TOP: 0px;
	BACKGROUND-REPEAT: repeat-x;
	FONT-FAMILY: Arial, Helvetica, Verdana, Sans-serif;FONT-SIZE: 80%;
	BACKGROUND-COLOR: #fff
}


#searchBar2 {
  white-space: nowrap;
  BACKGROUND-COLOR: #fff;
  padding: 12px 32px 20px 32px;
}

#cat {
  white-space: nowrap;
 width: 50%;
  BACKGROUND-COLOR: #538FCD;
}
#top {
  white-space: nowrap;

   background:  url(images/bk.gif);
    margin: 0;
}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	margin-top: 10px;
	text-align: center;
	}

/* ================= catalog tabs ================== */
/* generic catalog tab properties */
.searchList {
  font-family: Arial, sans-serif;
  font-size: 12px;
  white-space: nowrap;
  padding: 4px;
  margin: 0 0 0 22px;
  color: #fff;
}
.tabOn, .tabOff, .tabOnEnd, .tabOffEnd {
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  padding: 3px 12px 4px 12px;
  border-top: 1px solid #3770a8;
  width: 8%;
  margin: 0;
}
.tabMOn, .tabMOff, .tabMOnEnd, .tabMOffEnd {
  text-align: center;
  text-decoration: none;
  padding: 3px 12px 4px 12px;
}
#sL {
}

#sL a.tabOff {
  border-left: 1px solid #3770a8;
  color: #ffffff;
}
#sL a.tabOn, #sL a.tabOff:hover{
  border-left: 1px solid #3770a8;
  color: #333333;
}
#sL a.tabOffEnd {
  border-left: 1px solid #3770a8;
  border-right: 1px solid #3770a8;
  color: #ffffff;
}
#sL a.tabOnEnd, #sL a.tabOffEnd:hover {
  border-left: 1px solid #3770a8;
  border-right: 1px solid #3770a8;
  color: #333333;
}
#sL a.tabOff, #sL a.tabOff:visited, #sL a.tabOffEnd, #sL a.tabOffEnd:visited {
  background-color: #6D84B1;
}
#sL a.tabOn, #sL a.tabOn:visited, #sL a.tabOn:hover, #sL a.tabOff:hover, #sL a.tabOnEnd, #sL a.tabOnEnd:hover, #sL a.tabOffEnd:hover, #sL a.tabOnEnd:visited {
  background-color: #9CD18F;
}
/* ================= end catalog tabs ================== */

/* ================= Tool Tips ================= */
.balloonstyle{
position:absolute;
top: -500px;
left: 0px;
padding: 0px;
visibility: hidden;
display: none;
border:3px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 125px;
height: 145px;
overflow: hidden;
text-align:center;
vertical-align:middle;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

.balloonheader {width:125px; height:20px; background-color:#000; color:#fff; text-align:left; font-family:verdana; font-size:11px;}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: -20;
visibility: hidden;
display: none;
}
/* ================= End Tool Tips ================= */
