/***************************************************************************************************/		
/**********************************POP UP STYLES                    START***************************/
/***************************************************************************************************/

/*

#page { 
	position: relative;
	}
.bubbleInfo {
	position: relative;
	top: 150px;
	left: 100px;
	width: 500px;
	z-index:99999999;
	}
.trigger {
	position: absolute;
	width: 85px; 
	height: 30px;
	border: none;
	}


.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	}
.popup td.corner {
	height: 15px;
	width: 17px;
	}
.popup td#topleft {
	background-image: url(/resources/images/bubble-1.gif); 
	}
.popup td.top { 
	background-image: url(/resources/images/bubble-2.gif); 
	}
.popup td#topright { background-image: url(/resources/images/bubble-3.gif); }
.popup td.left { background-image: url(/resources/images/bubble-4.gif); }
.popup td.right { background-image: url(/resources/images/bubble-5.gif); }
.popup td#bottomleft { background-image: url(/resources/images/bubble-6.gif); }
.popup td.bottom { background-image: url(/resources/images/bubble-7.gif); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(/resources/images/bubble-8.gif); }
#pageLayout .popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	width: 222px;
	margin-bottom: 0;
	}
.popup-contents img { border: none;}
#pageLayout .popup table.popup-contents a {
	font-size: 10px;
	text-decoration: none;
	}
#pageLayout .popup table.popup-contents a:hover {
	font-size: 10px;
	color: #282E8C;
	text-decoration: underline;
	}
table.popup-contents th {
	text-align: right;
	text-transform: lowercase;
	}
table.popup-contents td {
	text-align: left;
	}	
.wash { 
	top: 139px; 
	left: 420px;
	position: absolute;
	}
.maine { 
	top: 49px; 
	left: 453px;
	position: absolute;
	}
.seattle { 
	top: 20px; 
	left: 50px;
	position: absolute;
	}
.minneapolis { 
	top: 76px; 
	left: 264px;
	position: absolute;
	}
.chicago { 
	top: 106px; 
	left: 28px;
	position: absolute;
	}
.indianapolis { 
	top: 130px; 
	left: 334px;
	position: absolute;
	}
.denver { 
	top: 138px; 
	left: 172px;
	position: absolute;
	}
.bakersfieldCA { 
	top: 163px; 
	left: 55px;
	position: absolute;
	}
.honolulu { 
	top: 280px; 
	left: 144px;
	position: absolute;
	}
#page #content {
	width: 200px;
	height: 122px;
	position: absolute;
	left: 527px;
	top: 203px;
	color: white;
	font-size: 12px;	
	}
.popup h4 { font-size: 12px;}

*/

/***************************************************************************************************/		
/**********************************POP UP STYLES                    END  ***************************/
/***************************************************************************************************/

/* FIX SLIDE SHOW IN CHROME */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#slideshow_flash { 
		position: relative;
		left: -260px;
		top: 11px;
	}
}