a.gold_link {
	border: 0;
	padding: 0;
	margin: 0;
	color: black;
}

.gold_portrait, .gold_landscape, .gold_double {
	background: url('/images/directory/gold_bg.png');
	margin: 4px;
	border: 5px solid #dfa916;
	width: 247px;
	height: 178px;
}


.gold_title {
	display: block;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #b08308;
}
.gold_information {
	display: block;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
	color: #807e7b;
}







.gold_portrait .gold_information {
	padding-top: 30px;
	width: 125px;
}

.gold_portrait .gold_title {
	padding-top: 10px;
	width: 125px;
}

.gold_portrait img.profile_picture {
	display: inline;
	float: left;
	width: 119px;
	height: 176px;
	border: 1px solid white;
}

.gold_portrait img.reveal_more {
	display: inline;
	position: relative;
	left: 20px;
	top: 15px;
}
.gold_portrait p {
	float:right;
	margin: 0 0 0 0;
}







.gold_landscape .gold_information  {
	padding: 5px 0 0 0;
	width: 247px;
}

.gold_landscape img.profile_picture {
	width: 247px;
	height: 113px;
	padding-top: 18px;
}

.gold_landscape img.reveal_more {
	display: inline;
	position: relative;
	left: 85px;
	bottom: 137px;
}





.gold_double {
	color: black;
}
.gold_double .gold_information  {
	padding: 5px 0 0 0;
	width: 247px;
}

.gold_double img.profile_picture {
	display: inline;
	float: left;
	padding-top: 16px;
	padding-left: 6px;
	width: 113px;
	height: 113px;
	border: 0;
}

.gold_double img.reveal_more {
	display: inline;
	position: relative;
	left: 85px;
	bottom: 137px;
}

