@charset "utf-8";
/* CSS Document */

body {

	background: url(/images/bkg.png);
	background-repeat: repeat;
	margin: 0px;

}

.translateSpot span {
	display: none;
}

.translateSpot #google_translate_element
{
    height:23px;
    overflow:hidden;
}

.topRight a:link {
	color: #000000;
	text-decoration: none;
}
.topRight a:visited {
	color: #000000;
	text-decoration: none;
}
.topRight a:hover {
	color: #000000;
	text-decoration: underline;
}
.topRight a:active {
	color: #000000;
	text-decoration: underline;
}

.topRight b {
	font-size: 11px;
	text-transform: uppercase;
}

.altRight a:link {
	color: #000000;
	text-decoration: underline;
}
.altRight a:visited {
	color: #000000;
	text-decoration: underline;
}
.altRight a:hover {
	color: #000000;
	text-decoration: none;
}
.altRight a:active {
	color: #000000;
	text-decoration: none;
}


.right {

	background-color: #d5eafb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;

}

.searchField {

	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 14pt;
	color: #333333;
	border: 1px solid black;

}

.topRight {

	background-color: #5ba5fb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;

}

.altRight {
	background-color: #5ba5fb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
}

.share {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.boldArial10 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
}

.arial10 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;

}

.arial11 {

	font-size: 11pt;
	line-height: 16pt;
	font-family: Arial, Helvetica, sans-serif;

}

a:link {
	color: #2a5685;
	text-decoration: underline;
}
a:visited {
	color: #2a5685;
	text-decoration: underline;
}
a:hover {
	color: #2a5685;
	text-decoration: none;
}
a:active {
	color: #2a5685;
	text-decoration: none;
}

.bottom {

	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

}

.ulClass {

	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;

}

.printHeader {
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.more {
	display: none;
	padding: 4px;
}

/* Define Left Nav Styles */

#navbar {
   margin: 0;
   padding: 0;
   width: 896px;
   background-color: black;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   }
#navbar li {
   display: block;
   padding: 0px;
   list-style: none;
   float: left; }
#navbar li a {
   display: block;
   padding: 0px;
   color: #000;
   text-decoration: none; }
#navbar li ul {
   display: none; 
   background-color: #000000;
   }
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; }
#navbar li:hover li, #navbar li.hover li {
   float: none; }
#navbar li:hover li a, #navbar li.hover li a {
   padding-left: 6px;
   padding-right: 8px;
   padding-top: 7px;
   padding-bottom: 5px;
   background-color: #92c5fa ;
   margin-top: 1px;
   margin-bottom: 1px;
   color: #000; }
#navbar li li a:hover {
   background-color: #2a5685;
   color: #FFF; }
