#main_con {
	
	text-align: center; 
	position: relative; 
	z-index: 100; 

 }
 
 
#main_img {

	z-index: 200; 
	
 }
 
 
 
.popup {

	z-index: 400;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	

 } 



.marker {

	position: absolute; 
	z-index: 300;
	width: 23px; 
	height: 23px; 

 } 




#pop_con {

	width: 289px; 
	background-image: url(../images/pop_bodybg.png);
	background-repeat: repeat-y; 
	height: auto !important; 
 	height: 130px; 
	min-height: 130px; 
 
 }

#pop_head {

	width: 289px; 
	background-image: url(../images/pop_headbg.png);
	background-repeat: no-repeat; 
	height: auto !important; 
 	height: 29px; 
	min-height: 29px; 
	text-align: left; 

 } 

 
 
#pop_foot {

	width: 289px; 
	height: 15px; 
	background-image: url(../images/pop_footbg.png);
	background-repeat: no-repeat; 

 } 


#pop_title {
 
	color: #ffffff;
	font-family: Georgia,  serif;
	font-size: 9pt; 
	padding: 5px 0px 0px 10px; 

 } 
 
 
#pop_txt {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 7pt;
	padding: 3px 0px 0px 5px; 

 }
 
 
.p_title {

	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 13pt; 
 	padding: 10px 0px 0px 10px; 
	 

 } 
 
.p_desc {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 
	font-size: 8pt;
	padding: 10px 0px 10px 10px;  
	

 } 
 
 
.p_desc ol {
	
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 

 } 
 
.p_desc li {
	
	
	list-style-type: none; 
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 
	font-size: 8pt;
	

 }
