/*  ----------------------|  STANDARDS  |----------------------  */

li {
	padding:		0px;
}

ul {
	padding:		2px 0px;
}


/*  ----------------------|  LAYOUT  |----------------------  */

#map {
	position:		relative;
	width:			728px;
	height:			318px;
	margin:			0px;
}

#background_map {
	position:		absolute;
	z-index:		1;
}


/*  ----------------------|  DESCRIPTION  |----------------------  */

.description {
	position:		absolute;
	padding:		2px 4px;
}

	.description_text {
		display:		block; 
		background:		#fff; 
		border:			0 solid #fff; 
		border-width:	0px;
		padding:		5px 5px;
	}


/*  ----------------------|  LOCATION  |----------------------  */

.location {
	position:		absolute;
	padding:		2px 4px;
}

	.location_text {
		display:		block; 
		background:		#fff; 
		border:			0 solid #866b5a; 
		border-width:	1px;
		padding:		5px 5px;
	}

	.location_text a {
		color:			#866b5a;
	}

	.location_text a:hover {
		text-decoration:	none;
		color:				#FD5611;
	}



/*  ----------------------|  ROUNDED CORNERS  |----------------------  */

#column_left {
	float:		left;
	width:		300px;
	margin:		15px 0px 15px 20px;
	display:	inline;
}

#column_right {
	float:		left;
	width:		427px;
	margin:		15px 20px 15px 0px;
	display:	inline;
}
	

/*  ----------------------|  ROUNDED CORNERS  |----------------------  */

.xtop, .xbottom {
	display:	block; 
	background:	transparent; 
	font-size:	1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:	block; 
	overflow:	hidden;
}
.xb1, .xb2, .xb3 { 
	height:1px; 
}
.xb2, .xb3, .xb4 {
	background:		#fff; 
	border-left:	1px solid #866b5a; 
	border-right:	1px solid #866b5a;
}
.xb1 {
	margin:0 5px; 
	background:#866b5a;
}
.xb2 {
	margin:0 3px; 
	border-width:0 2px;
}
.xb3 {
	margin:0 2px;
}
.xb4 {
	height:2px; 
	margin:0 1px;
}

.description .xb2 {	border-left: 1px solid #fff; border-right: 1px solid #fff; }
.description .xb3 { border-left: 1px solid #fff; border-right: 1px solid #fff; }
.description .xb4 { border-left: 1px solid #fff; border-right: 1px solid #fff; }
.description .xb1 { background: #fff; }

