/* CSS Document */


body{
background-image:url(images/background.jpg);
background-position:center;
background-repeat: repeat-y;
font-family: "Trebuchet MS";
font-size:11px;
color:#FFFFFF;


}

a .header{
color:#cf0000;
}

a:hover .header{
color:#ffffff;

}

a:visited .header{
color:#ffffff;

}

#index {
	 float:left;
}

#apDiv1 {
	top:3px;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	
	z-index:1;
}

#footer {
	bottom:0;
	background-repeat:repeat-x;
	background-image:url(images/footer.jpg);
	width:956px;
	margin-left:auto;
	height:128px;
	margin-right:auto;
	z-index:3;
}

#main {
	top:20px;
	height:200px;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	
	z-index:2;
}



#apDiv4 {
	top:400px;
	width:956px;
	margin-left:auto;
	margin-right:auto;
	z-index:4;
}

a {
	color: #cf0000;
	
	font-size:11px;
	text-decoration:none;
	font-family:Trebuchet MS;
}
a.visited {
	color: #cf0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
a.active {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
a.hover {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}




p.info {
  position:relative;
}
p.info:hover {
   background: none; 
   z-index: 500; 
}
p.info span {display: none;}
p.info:hover span {
   color:red;
   text-align: left;
   display: inline; 
   position: absolute;
   white-space: nowrap;
   font-size:9px;
   font-weight:normal;
   top: 80px; 
   left: -150px;
   background: black;
   padding: 2px;
   border: 1px solid #ffffff;
   border-top: 1px solid #ffffff;
  
}


.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
	color:#000000;
	font-size:10px;
	
    display: none; /* keeps the popup hidden if no JS available */
}




