@CHARSET "UTF-8";
/* CSS Document */
/* homepage specific styles */

#Top .QuotationContainer {
	position: absolute;
	top: 185px;
	right: 510px;
	z-index: 4;
	width: 180px;
}
#Top .QuotationContainer .Name {
	width: 180px;
	padding-top: 20px;
}
#Photographer {
	display: block;
	width: 140px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 28px;
	right: 10px;
	cursor: default;
	cursor: hand;
}
.Alex, .William, .Laurie {
	background-image: url('../images/bg_credit_photo.png');
}
.AlexHover {
	background-image: url('../images/bg_credit_photo_alex.png');
}
.WilliamHover {
	background-image: url('../images/bg_credit_photo_william.png');
}
.LaurieHover {
	background-image: url('../images/bg_credit_photo_laurie.png');
}
.QuotationContainer {
	font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif;
	color: #FFFFFF;
	font-weight: 400;
	text-align: right;
}
.QuotationContainer .Name {
	font-style: italic;
	font-size: 15px;
}
.QuotationSlide01, .QuotationSlide02, .QuotationSlide03, .QuotationSlide04, .QuotationSlide05 {
	font-size: 18px;
	line-height: 1.7em;
	text-align: right;
	font-family: 'OFL Sorts Mill Goudy TT', Georgia, serif;
	font-weight: 400;
}
.QuotationSlide01 .em, .QuotationSlide02 .em, .QuotationSlide03 .em, .QuotationSlide04 .em, .QuotationSlide05 .em {
	font-family: "OFL Sorts Mill Goudy Italic TT", "OFL Sorts Mill Goudy TT", Georgia, serif;
	font-style: italic;
}
.NameSlide01, .NameSlide02, .NameSlide03, .NameSlide04, .NameSlide05 {
	font-size: 14px;
	font-family: "OFL Sorts Mill Goudy Italic TT", "OFL Sorts Mill Goudy TT", "Georgia", serif;
	font-style: italic;
	letter-spacing: 0.9px;
}

/* SLIDE 1 */
.QuotationSlide01 {
	color: #FFF;
}
.QuotationSlide01 .em {
	color: #3b2110;
	font-weight: 400;
}
.NameSlide01 {
	color: #FFF;
}
/* SLIDE 2 */
.QuotationSlide02 {
	color: #FFFFFF;
}
.QuotationSlide02 .em {
	color: #ad9019;
}
.NameSlide02 {
	color: #ad9019;
}
/* SLIDE 3 */
.QuotationSlide03 {
	color: #000000;
	text-align: right;
}
.QuotationSlide03 .em {
	color: #DDb79E;
}
.NameSlide03 {
	color: #000000;
}
/* SLIDE 4 */
.QuotationSlide04 {
	color: #000000;
	text-align: right;
}
.QuotationSlide04 .em {
	color: #922a0f;
}
.NameSlide04 {
	color: #000000;
}
/* SLIDE 5 */
.QuotationSlide05 {
	color: #000000;
	text-align: right;
}
.QuotationSlide05 .em {
	color: #ffffff;
}
.NameSlide05 {
	color: #000000;
}
