@charset "utf-8";
/* CSS Document */

body{background-color:#b6b6b6; sans-serif; font-size:12px; background-image:url(images/bg.jpg); background-attachment:fixed; background-position:top; background-repeat:repeat-x; min-width:600px;}
p {font-family:Verdana, Geneva, sans-serif}

#wrapper {position:relative; width:900px; height:auto; margin:auto; background-color:#c7d5e6; border:5px solid #ffffff; margin-top:20px; overflow:auto}

#banner {width:900px; height:125px; position:relative;}

#nav1 {width:900px; height:38px; z-index:0; background-color:#FFF }

#feature {width:900px;}

#leftcontent {width:559px; height:auto; float:left; padding:10px; border:2px solid #c7d5e6; margin-left:5px; margin-bottom:5px; margin-top:5px;  background-color:#FFF; font-family: Arial, Helvetica, sans-serif; position:relative; overflow:auto}

#rightcontent {border:2px solid #c7d5e6;width: 290px; height:auto; float:right; margin-right:5px; background-color:#ffffff; margin-top:5px; margin-bottom:5px}
#rightcontent p{line-height:16px}

#lower {display: none; width:900px; height:300px; clear:both; background-color:#ffffff; margin:auto; margin-bottom:0px; background-image:url(images/lowerbg.jpg)}

#footer {width:870px; height: 200px; background-image:url(images/footerbg.png); background-position:center top; background-repeat:no-repeat; margin:auto; margin-top:5px; float:none; padding:20px;font-family:Verdana, Geneva, sans-serif; font-size:10px;  clear: both;}
#pop1 {border:1px solid #b6b6b6}

h1 {color: #141414}
h2 {color:#1d487d}
h2 a:link{color:#1d487d; text-decoration:none}


a:link {color:#004e8e; text-decoration:underline}
a:visited{color:#004e8e; text-decoration:underline}
a:hover {text-decoration: none}

#box {
		    width:377px;
			height:290px;
		    font-family:verdana,arial,helvetica,sans-serif;
		    font-size:18px;
		    text-align:center;
			background-image:url(images/feature2.jpg);
			padding:0px;
			line-height:1.5;
			margin-top:0px;
		 }
		#text {
		    height:100%;
		    color:#000;
		    filter:alpha(opacity=0);
		    opacity:0;
			margin:auto
		 }

 
#nav1 li {
	float: left;
	position: relative;
	width: 150px;
	text-align: center;
	height:30px;
	cursor: default;
	background-color: #c7d5e6;
	list-style-type: none;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif
	
}
 

 

 
#nav1 li ul {
	display: none;
	list-style-type: none; 
	font-weight: normal;
	background-color:#CCC;
	margin-top:10px;
	z-index:0;
	text-align:center;
	
}
 
#nav1 li>ul {
	top: auto;
	left: auto;
}
 
#nav1 li li {
	background-color: #ccc;
	text-align:center;
	left:-40px;
	
	
	
}
 
#nav1 li:hover ul, li.over ul {
	display: block; 
	cursor:pointer
}

/*---------- bubble tooltip -----------*/

a.tt{
    position:relative;
    z-index:24;
    color:#004e8e;
}
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:150px;
	color: #993300;
    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(tooltips/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(tooltips/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(tooltips/bubble.gif) no-repeat bottom;
}
