@charset "UTF-8";

/* CSS Document                  */
/* Written by Chris Converse     */
/* for Lynda.com                 */

.grey {color: #aaa;}

/*  City Info   */
.city_detail_container { display: none; }
.city_detail_container .city_detail { width: 300px; border: 1px solid #ccc; }


/*  Interactive Map Container */
.map_container {
	background-image: url(../img/content/map.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 494px;
	width: 760px;
	position: relative;
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 100px 0 0 0;
}

.map_container .clear_both { clear: both; line-height: 1px; }

.map_container h2 {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
}
.map_container h3 {
	margin: 0px 12px 3px 0px;
	padding: 0;
	font-size: 12px;
	color: #2c3748;
	border-bottom: 1px solid #a9b5c8;
}

.map_container h4 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.map_container p {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.map_container a, a:visited { color: #AA0000; margin: 0px 10px 0px 0px; }

.map_container a.dot {
	background-image: url(../img/content/dots.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	cursor: pointer;
}
.map_container a.dot.selected {
	background-position: 0px -40px;
}
.map_container a.dot:hover {
	background-position: 0px -20px;
}
.map_container .form_continent {
	position: absolute;
	top: 265px;
	left: 30px;
}
.map_container .detail_container {
	position: absolute;
	top: 360px;
	left: -172px;
	width: 310px;
	height: 260px;
}
.map_container .city_detail {
	position: absolute;
	top: 0px;
	width: 284px;
	padding: 10px 0px 10px 10px;
	border: 1px solid #a9b5c8;
}

.map_container .city_detail .city_photo {
	float: left;
	margin: 0px 15px 0px 0px;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0px 5px 3px #4e5d74;
	-webkit-box-shadow: 0px 5px 3px #4e5d74;
	-moz-box-shadow: 0px 5px 3px #4e5d74;
	-webkit-border-radius: 8px;
}
.map_container .city_detail .city_info {
	width: 284px;
	float: left;
}

.northvale h4, .northvale h5, .northvale p {
	font-size: 10px;
}

.northvale h4 {
	margin-top: 6px;
}
