/* - - - - - - - - - - primary content - - - - - - - - - -  */
	
#primary_content {
	background: #9CA394 url(../_images/locations/loader.gif) no-repeat center center;
	padding: 0 40px 0 0;
	padding: 0;
	width: 804px;
	border-right: 1px solid #fff;
}

#primary_content a,
#primary_content a:hover {
	border: 0;
}

#text_overlay {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	width: 500px;
}

#map {
	position: relative;
}

/* @group GoogleMaps */

#gmapWrapper {
	position: relative;
	/*width: 639px;*/
	width: 804x;
	/*height: 370px;*/
	height: 420px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.gmapBubble {
	width: 220px;
}

.gmapBubble dl {
	position: relative;
	width: 180px;
	padding: 0;
	line-height: 13px;
}

.gmapBubble dt {
	float: right;
	width: 98px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.gmapBubble dd {
	margin-left: 82px;
}

.gmapBubble dd.gmapInfoImage {
	float: left;
	border: 1px solid #666;
	margin-left: 0;
	margin-right: 10px;
}

#primary_content .gmapBubble dl a {
	cursor: pointer !important;
	color: #333;
}

.gmnoprint div div {
	font-size: 10px !important;
	font-weight: normal !important;
	font-style: normal;
}

#gmapViews {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

#gmapViews li {
	float: left;
	width: 402px;
	padding: 0;
	margin: 0;
}

#gmapViews li a {
	display: block;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
}

#gmapViews li a:hover, #gmapViews li a:focus {
	background-color: #444 !important;
}

#gmapViews li a#gmapLinkDefault {
	background-color: #666;
}

#gmapViews li a#gmapLinkPortland {
	background-color: #555;
}

/* @end */