@charset "utf-8";
/* CSS Document */

body{
	margin:0; padding:0; background:url(images/mainbg.jpg) repeat-x; background-color:#7c9ce7; text-align:justify;
}
.font1{
	font-family:Tahoma, Geneva, sans-serif; color:#333; font-size:11px; text-align:justify; text-decoration:none; line-height:16px;
}
.font2{
	font-family:Tahoma, Geneva, sans-serif; color:#14aa00; font-size:11px; text-decoration:none; line-height:16px; font-weight:bold; 
}
.font3{
	font-family:Tahoma, Geneva, sans-serif; color:#F60; font-size:12px; text-decoration:none; line-height:16px; font-weight:bold;
}
.font4{
	font-family:Tahoma, Geneva, sans-serif; color:#00309c; font-size:11px; text-decoration:none; line-height:16px; font-weight:bold;
}
.font5{
	font-family:Tahoma, Geneva, sans-serif; color:#00309c; font-size:10px; text-decoration:none; line-height:16px; font-weight:bold; padding:0 0 6px 10px;
}
.font6{
	font-family:Tahoma, Geneva, sans-serif; color:#fff;  text-decoration:none; line-height:16px; background:#272d8d; border-radius:3px;
}
.font6 a{
	text-decoration:none; color:#fff; font-size:11px; font-weight:600; 
}
.font6 a:hover{
	text-decoration:none; color:#f9ffc7; font-size:11px; font-weight:600; 
}

img{
	border:none;
}


/*    OVER LABEL   */

#triggers {
}
#triggers img {
	cursor:pointer;
} 
.apple_overlay {
  
  /* initially overlay is hidden */
  display:none;
  
  /* growing background image */
  background:#333;      
  
  /* some padding to layout nested elements nicely  */
  padding:15px;
  line-height: 18px;
  
  /* a little styling */    
  font-size:11px;
  color: #FFFFFF; font-family: helvetica;
  -moz-border-radius:6px;  -webkit-border-radius:6px;
}


/* default close button positioned on upper right corner */
.apple_overlay .close {
  background-image:url(http://adepto-locomotivecms-bucket.s3.amazonaws.com/images/close.png) ;
  background-repeat: no-repeat;    cursor: pointer;
  height: 35px;
  position: absolute;
  right: -12px;
  top: 5px;
  width:35px;
}
