/* box - center */
#center .box {
	margin: -1px 0 0 43px;
	padding: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 645px;
}
#center .box .location {
	border-top: 1px solid #fff;
	padding: 1px 0 5px 14px;
}
#center .box h1 {
	background: #a3a3a3 url('/dsg/arrow_down_white.gif') no-repeat 14px 7px;
	color: #fff;
	border-top: 1px solid #fff;
	font-size: 150%;
	height: 30px;	/* 38px - PT */
	padding: 8px 0 0 50px;
}
#center .box .content {
	background: #dcdcdc;
	border-top: 1px solid #fff;
	padding: 14px;
}
#center .box .content .media {
	float: right;
	margin: -14px -14px 1em 1em;
}
#center .box .content a.inquire-link {
	font-size: 117%;
	color: #b1004a;
	font-weight: bold;
}


/* first shown box */
#center div.first .box {
	
}
#center div.first .box .location {
	background: #e6e6e6;
}
	#center div.first .box .location a {
		text-decoration: none;
		color: #323232;
		font-size: 80%;
	}
	#center div.first .box .location a:hover {
		text-decoration: underline;
	}
#center div.first .box .content {
	background: #fff url('/dsg/box_background_top.png') repeat-x top left;
	min-height: 102px;	/* 130 - PT - PB */
	height: auto !important;
	height: 102px;
}

/* first green box */
#center div.first .box .green .location {
	background: #deea9c;
}
#center div.first .box .green h1 {
	background-color: #cadd62;
	color: #323232;
}
