#OverPageContent{
	position:absolute;
}

.OverPageContent{
	width:100%;
	z-index:1000;
	top:0px;
	left:0px;
	background-color:#000000;
}

.c_popup {
	font-size:12px;
	overflow:hidden;
	position:absolute;
	z-index:1115;
	/*height:465px;*/
	left:140px;
	top:126px;
}

.c_popup .c_popup_body {
	position:relative;
	border:0px solid red;
}

.c_popup .c_popup_body .c_popup_data{
	padding:20px; 
}

.c_popup .c_popup_body .c_popup_close{
	padding:1px 3px;
	border:1px solid #cccccc;
	color:#cccccc;
	font-weight:bold;
	font-size:14px;
	position:absolute;
	right:12px;
	top:12px;
	display:block;
	z-index:50;
}

.c_popup .c_popup_body .c_popup_close{
	width:25px;
	height:26px;
	padding:0px;
	border:0px;
}

.c_popup .c_popup_body .c_popup_close span{
	display:none;
}

#PopupContent{
	border:0px solid red;
}

#PopupContent .popup_info{
	line-height:16px;
}


/*** Contact Popup *********/

.contact_form_popup{
	border:0px solid #fff;
}


.contact_form_popup .popup_edge_skin{
	width:683px;
}

.contact_form_popup .popup_tile{
	padding:0 30px;
	width:623px;
	position:relative;
}

.contact_form_popup .popup_edge_skin{
	background-image:url(../../../assets/images/skins/popup_edges.gif);
	background-repeat:no-repeat;
	height:23px;	
}

.contact_form_popup .popup_tile{
	background-repeat:repeat-y;
	background-image:url(../../../assets/images/backgrounds/popup_tile.jpg); 
}

.contact_form_popup .popup_edge_skin.top{
	background-position:0 0px;
}

.contact_form_popup .popup_edge_skin.bottom{
	background-position:0 -20px;
}

.contact_form_popup .c_form_content_popup{
	float:left;
	border:0px solid red;
	width:440px;
}

.contact_form_popup .contact_info{
	width:135px;
	overflow:hidden;
	position:relative;
	float:right; 
}

.contact_form_popup .contact_info .summary_contact_details{
	padding-top:52px;
	padding-bottom:35px;
}


#map_api{
	position:absolute;
	left:-4px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#1C1E1B;
	z-index:50;
}

/******************************************/