@charset "utf-8";
/* CSS Document */


/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image 
	background-image:url(../images/blank.png);*/
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
		
	
	/* some padding to layout nested elements nicely  */
	padding:30px;

	/* a little styling */	
	font-size:11px;
	margin-top:-30px;
	top:0;
	background-image:url(../images/backgrounds/mask.png);
}

.apple_overlay.contactOL {
	width:600px;
}

.apple_overlay.flickrComponent {
	width:700px;
}

.apple_overlay img.mainImage {
	float:left;
	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
	margin-right:46px;
}
.apple_overlay h2 {
	font-size:60px;
	color:#FFF;
	margin:0;
	padding:0;
	font-weight:normal;
	
}
.apple_overlay h3 {
	font-size:43px;
	color:#FFF;
	padding:5px 0 0 0;
	margin:0 0 0 20px;
	font-weight:normal;
	
}
.apple_overlay h4 {
	font-size:37px;
	color:#FFF;
	margin:0;
	padding:0;
	font-weight:normal;
}
.apple_overlay h5 {
	font-size:23px;
	color:#bf4c18;
	margin:0 0 0 8px;
	padding:0;
	font-weight:normal;
	width:600px;
}

.apple_overlay p.contact  {
	float:left;
	width:180px;
	line-height:21px;
	font-size:14px;
	font-weight:normal;
	margin:10px 0 0 20px;
}
.apple_overlay p.about {
	line-height:21px;
	font-size:14px;
	font-weight:normal;
	margin:10px 0 0 20px;
}
.apple_overlay p.numbers2 {
	float:left;
	width:260px;
	font-size:14px;
	line-height:21px;
	font-weight:normal;
}

.apple_overlay .numbers{
	position:absolute;
	top:320px;
	
}
.apple_overlay p.top {
	margin-left:5px;
	font-size:14px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* black version of the overlay. simply uses a different background image */
	div.apple_overlay.black {
			
		color:#fff;
		height:350px;
		display:none;
	}
	div.apple_overlay.black2 {
			
		color:#fff;
		height:600px;
		display:none;
		padding:3px 0 0 0;
		background-image:url(../images/backgrounds/bgPanel.png);
		
	}

.test {
	
	position:absolute;
	width:200px;
	height:200px;
	z-index:1000000;
	margin-left:-200px;
	margin-top:-400px;
	background-color:#900;
	background-image:url(../images/background/lava.png);	
}
.mapLink:link, .mapLink:visited {
	color:#FFF;
	
}
.mapLink:hover {
	color:#8e0e13;
	
}