#mapcontainer{
	overflow: hidden;
	float: left;
	margin-right: auto;
	margin-left: 0px;
	width: 1120px;
	height: 430px;
	border: medium solid #0FC;
/*margin:0 auto;*/
}

#addrcolumn{ /*left column containing the addresses*/
	float: left;
	width: 320px;
	margin-right: 0px;
	margin-left: 70px;
	margin-top: 25px;
}

#addrcolumn ul.location{ /*UL containing the addresses. Do not change "location" class name*/
list-style-type: none;
margin: 0;
padding: 0;
}

#addrcolumn ul.location li{
	margin-bottom:10px;
	position:relative;
	font-size: 27px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #BFBFBF;
}

#addrcolumn ul.location li.selected{ /*style for selected LI*/

}

#addrcolumn ul.location li.selected:after{ /*add arrow after selected LI*/
position:absolute;
content:'';
border-color:transparent transparent transparent #DFDFDF;
left:100%;
top:0;
border-style: solid;
border-width: 15px; /*adjust this property to change height of arrow*/
}

#mapcolumn{ /*right column containing the Google Map*/
	float: left;
	width: 600px;
	height: 470px;
	/* [disabled]border: thin solid #F00; */
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#mapcolumn iframe{ /*style for Google Map IFRAME*/
	width: 650px;
	height:400px;
	text-align: center;
}
#ayouty_maps {
	width: 1120px;
	margin-top: 0px;
	float: left;
}
#Our_Offices_US {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}
#Our_Offices {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
#main_Content {
	width: 1210px;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 0px;
	/* [disabled]border: thin solid #00F; */
}
#main_Content_alex {
	width: 1120px;
}
