@charset "ISO-8859-1";
.homeBox {
	background-image: url(../images/bg-basic.jpg);
	background-repeat: repeat-y;
}
#homeMain {
	background-image: url(../images/bg-labyrinth.jpg);
	background-repeat: no-repeat;
	padding: 20px;
}
#homeMainText {
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 440px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#quoteBar {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cfc1b9;
	border-right-color: #cfc1b9;
	border-bottom-color: #cfc1b9;
	border-left-color: #cfc1b9;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 99341b;
	font-weight: bold;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#quoteBar span {
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	display: block;
	text-align: right;
}
#quoteBar p {
	float: left;
	width: 200px;
	list-style-type: none;
	margin: 0px;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#homeMainPhoto {
	float: left;
	text-align: center;
	width: 300px;
}
.clear {
	line-height: 1px;
	clear: both;
	float: none;
}
#homeLinks a {
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #99682e;
}
#homeLinks li {
	line-height: 24px;
	list-style-image: url(../images/bullet1.gif);
}

#subSections {
	padding-top: 10px;
	padding-bottom: 10px;
	}
.subSection {
	background-color: #FFFFFF;
	padding: 10px;
	width: 210px;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 216px;
}
#bookPromo {
	padding-top: 20px;
	padding-bottom: 10px;
}
#homeMainPhoto p {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.keynoteFont {
    font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
}