@charset "UTF-8";
/* CSS Document */


.highlight {
	position: relative;
	width: 400px;
	
	height: 350px;
	
}

.highlight .text {
	
	float: left;
	width: 180px;
}

.highlight .main-title {
	
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 0px;
	color: #000;
	display: block;

}

.highlight .main-subtitle {

	font-size: 12px;
	padding-bottom: 30px;
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px dotted #B4B2B2;
	line-height: 1.5;
	
}

.highlight .main-subtitle p {
	
	padding: 0;
	margin: 0;
}

.highlight .nav {
	
	position: relative;
	display: block;
	height: 30px;
}

.highlight .title {
	
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	display: block;
	color: #000;
	padding-bottom: 10px;
}

.highlight .title  p, .highlight .info p {

	margin: 0;
	padding: 0;
}

.highlight .info {
	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	display: block;
	padding-bottom: 35px;
 
}

.highlight .image {
	
	float: right;
	width: 160px;
}

#stylePrevious {
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 10;
}

#styleNext {
	position: absolute;
	top: 5px;
	left: 160px;
	z-index: 10;
}

.layout #contentSection #centerThreeColCust .centreImage {
	
	position: absolute;
	top: 16px;
	left: 16px;
	
}

.layout #contentSection #centerThreeColCust .centreTitle {
	
	position: absolute;
	top: 60px;
	left: 430px;
	z-index: 50;
	
}

.layout #contentSection #centerThreeColCust .centreSubtitle {
	
	position: absolute;
	top: 250px;
	left: 455px;
	width: 260px;
	font-family: "Century Gothic", Verdana;
	font-size: 13px;
	
}

.layout #contentSection #centerThreeColCust .read-more {
	
	position: absolute;
	bottom: 15px;
	left: 455px;
	width: 260px;
	font-family: "Century Gothic", Verdana;
	font-size: 12px;
	
}


.layout #contentSection #mainThreeColCust {
	
	background-image: url(/images/ghosts/sb_icon.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	
}