@charset "utf-8";

/* CSS Document */

body{ margin:0px; font-family:Microsoft sans serif; font-size:13px;	color:#434343; background-image:url(../images/topbg.jpg); background-repeat:repeat-x; background-position:top;}

.body{ background-image:url(../images/bottombg.jpg); background-repeat:repeat-x; background-position:bottom;}

.headerbg{ background-image: url(../images/header_bg.jpg); background-repeat:repeat-x; height:113px;}

.menubg{ background-color:#4C99CC; height:41px; font-family:Arial, Helvetica, sans-serif, Garamond, "ITC Garamond"; text-transform:uppercase; font-size:12px; color:#FFFFFF; font-weight:bold;}

a.menulink{ color: #FFFFFF; display:block; height:26px; text-decoration:none;padding-left:5px; padding-right:5px; vertical-align:middle; padding-top:15px;  font-family: Arial, Helvetica, sans-serif, Garamond, "ITC Garamond"; text-transform:uppercase;}

a.menulink:hover{ color:#FEFE4B; display:block; height:26px; background-color:#005288; padding-left:5px; padding-right:5px; vertical-align:middle;padding-top:15px; text-decoration:none; font-family: Arial, Helvetica, sans-serif, Garamond, "ITC Garamond"; text-transform:uppercase;}

.searchbox{ background-color:#FFFFFF; height:20px; padding-top:5px; width:166px; border:none;}

.topcenter{ background-image:url(../images/top_center.jpg); background-repeat:repeat-x;}

.bottomcenter{ background-image:url(../images/bottom_center.jpg); background-repeat:repeat-x;}

.leftcenter{ background-image:url(../images/left_center.jpg); background-repeat:repeat-y;}

.rightcenter{ background-image:url(../images/right_center.jpg); background-repeat:repeat-y;}

.headingcenter{ background-image:url(../images/headingcenter.jpg); background-repeat:repeat-x; color:#FFFFFF; text-transform:uppercase;}

a.listlink{ color:#000000; text-decoration:none;}

a.listlink:hover{ color:#000000; text-decoration:underline;}

.redtxt{ font-size:11px; color:#295498; text-decoration:none;}

a.redtxt{ font-size:11px; color:#295498; text-decoration:none;}

a.redtxt:hover{ font-size:11px; color:#295498; text-decoration:underline;}

.loging{ width:157px; height:22px; border:1px solid #A5ACB2;}

.boxborder{ border:1px solid #D1D1D1;}

.darkdot{ background-image:url(../images/darkdot.jpg); background-repeat:repeat-x; height:1px;}

.lightdot{ background-image:url(../images/lightdot.jpg); background-repeat:repeat-x; background-position:bottom}

.bluetxt{ color:#4C99CC; text-transform:uppercase;}

.footerbg{ background-color:#4C99CC; height:57px; font-size:11px; color:#FFFFFF;}

a.footerlink{ color:#FFFFFF; font-size:11px; text-decoration:none;}

a.footerlink:hover{ color:#FFFFFF; font-size:11px; text-decoration:underline;}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#480000;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #fff;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #fff;
    background: url(../images/bubble.gif) no-repeat bottom;
}

