@charset "utf-8";
*{margin:0;padding:0px;}
body {background-color: #FFF;font-family:Arial,Helvetica,sans-serif;font-size:12px;background-image: url(/images/bg3.jpg);background-repeat: repeat-x;}
#container {background-color:#FFF;margin:auto;width:900px;border-style:solid;border-width:thin;border-color:#aaf;}
#logo {margin:auto;width:900px;background-color:#FFF;}
a:link {color:#006699;}
a:visited {color:#006699;}
a:hover {text-decoration:none;}
h1 {
	color: #006699;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {font-size: 12px;font-family: Arial, Helvetica, sans-serif;color: #000;}
.style2 {color: #000066}
.style3 {
	color: #006699;
	font-size: 18px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.style4 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066aa;
}



.bsa_menu {
   height:15px;
}
.bsa_sub_menu li, .bsa_menu li {
   list-style-type:none;
   display:inline;
}
.bsa_menu li a {
   -moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;
   border-top-right-radius: 5px;
   border-top-left-radius: 5px;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#D6EAFF');
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#D6EAFF));
   background: -moz-linear-gradient(top,  #fff,  #D6EAFF);
   text-decoration:none;
   padding:0px;
   display:inline-block;
   width:147px;
   text-align:center;
   background-color:#FFFFFF;
   color:#333;
   font-family:Tahoma, Geneva, sans-serif;
   font-weight:bold;
   font-size:1em;
}
.bsa_menu li a:hover {
   background-color:#C2F5FF;
   color:#1E606E;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#C2F5FF');
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#C2F5FF));
   background: -moz-linear-gradient(top,  #fff,  #C2F5FF);
}
.bsa_sub_menu {
   margin:0;
   padding:0;
   width:147px;
   display:none;
   position:absolute;
   top:16px;
   z-index:100;
   overflow:hidden;
}
.bsa_sub_menu li {
	overflow:hidden;
	white-space:nowrap;
}
.bsa_sub_menu li a {
   text-decoration:none;
   padding:5px;
   display:block;
   background-color:#66CCFF;
   color:#FFFFFF;
   font-family:Verdana,"Times New Roman", Times, sans-serif;
   font-size:.8em;
   border-bottom:#FFFFFF solid 1px;
}

.bsa_sub_menu li a:hover {
   background-color:#1E6FD9;
}

#bas_menu_wrapper {
	background-color:#223462;
	width:900px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

/* CSS for BSA's menu v3.0 */
.menuContainer {
	position:absolute;
	top:41px;
	width:900px;
	display:none;
	z-index:1000;
	background-color:#E6F8FF;
	border:1px solid #555;
	-moz-box-shadow: 0px 2px 3px #888;
	-webkit-box-shadow: 0px 2px 3px #888;
	box-shadow:0px 2px 3px #888;
	-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;
	border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;
}
.menuContainer a {
	color:#106EE8;
	text-decoration:none;
}
.menuContainer a:hover {
	text-decoration:underline;
}
.menuEleCol {
	width:30%;
	float:left;
	margin:5px;
	padding:0 0 0 10px;
	list-style:none;
}
.menuImg {
	margin:28px;
	border:0px;
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
	box-shadow: 2px 2px 3px #888;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.menuContainer hr {
	width:95%;
	margin:10px auto;
	background-color: #CCC;
	border:0;
	height: 1px;
}
.mainMenuWrapper {
	width:900px;
	height:40px;
	top:0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#D6EAFF');
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#D6EAFF));
    background: -moz-linear-gradient(top,  #fff,  #D6EAFF);
	background-color:#E6F8FF;
	border:1px solid #000;
}
.mainMenuLink{
	width:100px;
	display:inline-block;
	margin:0;
	font-size:16px;
	font-family:Palatino Linotype, Book Antiqua3, Palatino, serif;
	color:#106EE8;
	text-decoration:none;
	padding:8px 0 0 0;
	border-right:1px solid #555;
	text-align:center;
	height:32px;
}
.mainMenuLink:hover {
	color:#000;
	background-color:#E6F8FF;
}
#menuSearchForm {
	float:right;
	display:inline-block;
	padding:8px 0 0 0;
	margin:0;
}
#menuSearch {
	height:16px;
	background-color:#fff;
	border:1px solid #aaa;
	font-weight:bold;
	color:#555;
	padding:2px 0 2px 8px;
	margin:0;
	border-width:1px 0 1px 1px;
	-moz-border-radius-bottomleft:10px;-moz-border-radius-topleft:10px;
	border-bottom-left-radius: 10px;border-top-left-radius:10px;
}
#menuSearchButton {
	float:right;
	height:22px;
	width:20px;
	background-image:url('/images/icons/search.png');
	background-repeat:no-repeat;
	background-position:left center;
	margin:0 20px 0 0;
	border:1px solid #aaa;
	border-width:1px 1px 1px 0;
	padding:0px 20px 0 0px;
	background-color:#FFF;
	-moz-border-radius-bottomright:10px;-moz-border-radius-topright:10px;
	border-bottom-right-radius: 10px;border-top-right-radius:10px;

}
#menuSearchButton:hover {
	background-color:#E6F8FF;
	cursor: pointer;
}
#mainMenuImg {
	padding-left:100px;
	display:inline-block;
	vertical-align:middle;
	border-width:0;
}
.menuBorderBlocker{
	position:absolute;
	background-color:#E6F8FF;
	top:-10px;
	width:117px;
	height:10px;
}
.menuBorderRight {
	border:1px solid #000;
	border-width:0 0 1px 1px;
	position:absolute;
	top:-10px;
	width:10px;
	height:9px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DEEEFF', endColorstr='#D6EAFF');
    background: -webkit-gradient(linear, left top, left bottom, from(#DEEEFF), to(#D6EAFF));
    background: -moz-linear-gradient(top,  #DEEEFF,  #D6EAFF);
}
.menuBorderLeft {
	border:1px solid #000;
	border-width:0 1px 1px 0;
	position:absolute;
	top:-10px;
	width:10px;
	height:9px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DEEEFF', endColorstr='#D6EAFF');
    background: -webkit-gradient(linear, left top, left bottom, from(#DEEEFF), to(#D6EAFF));
    background: -moz-linear-gradient(top,  #DEEEFF,  #D6EAFF);
	background-color:#E6F8FF;
}



