/* ©MRHT by www.ManiacMonkeyMedia.com */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #2c2618;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 9.5pt;
	background: #f5eddc url('../images/bg_main.png') top left repeat;
	height: 100%;
}

a {
	color: #540201;
}

a:hover {
	text-decoration: none;
}

#bodyWrapper {
	width: 100%;
	text-align: center;
	background: transparent url('../images/bg_top.png') top left repeat-x;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

#contentWrapper {
	width: 755px;
	margin: auto;
	text-align: left;
	line-height: 2.0;
}

#content {
	width: 710px;
	margin-left: 23px;
	background: transparent url('../images/bg_text.png') center 5px no-repeat;
}

*:first-child+html #content {
	background-position: center 30px;
}

* html #content {
	background: none;
}

#footer, #footerCorrection {
	height: 60px;
}

#footerCorrection {
	margin-top: 33px;
}

#footer {
	width: 710px;
	margin: auto;
	background: transparent url('../images/bg_footer.png') top center no-repeat;
	color: #ab8578;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.7;
	letter-spacing: 1px;
}

#footer a {
	color: #ab8578;
	text-decoration: none;
}

#mmmLink a {
	text-decoration: underline;
}

#mmmLink a:hover {
	text-decoration: none;
}

#footerFloatLeft {
	width: 351px;
	float: left;
	margin: 15px 0 0 24px;
	text-align: left;
}

#footerFloatRight {
	width: 311px;
	float: right;
	margin: 15px 24px 0 0;
	text-align: right;
}

* html #footerFloatLeft {
	margin-left: 13px;
}

* html #footerFloatRight {
	width: 300px;
	margin-right: 13px;
}

.title, .sectionTitle, .sectionSubTitle {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #710303;
	margin: 25px 0 5px 0;
}

.sectionTitle {
	margin-bottom: -5px;
}

.sectionSubTitle {
	font-size: 13pt;
	font-weight: bold;
}

#signature {
	display: block;
	width: 100px;
	text-align: center;
	margin-left: 475px;
}

.socialLogo {
	margin-right: 25px;
}

/* MENU */

#menuWrapper {
	width: 754px;
	height: 31px;
	background: transparent url('../images/bg_menu.png') top center no-repeat;
	display: block;
	text-align: center;
	position: relative;
}

#menuWrapper a {
	color: #50462c;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	line-height: 1.5;
	height: 31px;
}

#menuWrapper a:hover {
	color: #610202;
}

#act0 {
	width: 79px;
}

#act1 {
	width: 227px;
}

#act2 {
	width: 112px;
}

#act3 {
	width: 96px;
}

#act4 {
	width: 71px;
}

#act5 {
	width: 98px;
}

/* SUBMENUS */

#submenus {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	visibility: hidden;
}

#submenus a {
	border-left: 1px dashed #998F76;
	border-right: 1px dashed #998F76;
	border-bottom: 1px dashed #998F76;
	display: block;
	text-decoration: none;
	color: #50462c;
	background: #D5C6A0 url('../images/bg_menu.png') -15px 3px;
	padding: 5px;
	font-size: 8pt;
	height: 15px;
}

#submenus a:hover {
	color: #ab8578;
	background: #540201;
}

/* SECTIONS */

p {
	padding-bottom: 5px;
}

#sectionText {
	font-weight: normal;
}

#breadcrumb {
	font-size: 8pt;
	margin: 10px 0 -10px 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.photoFloat, .photoFloatTan, .galleryPhoto {
	float: right;
	margin: 0 0 10px 10px;
	padding: 8px;
	border: 1px solid #bcb8a7;
	background: #e0d7ba url('../images/bg_photofloat_red.png') top left repeat;
}

.photoFloatTan, .galleryPhoto {
	background: #e0d7ba url('../images/bg_photofloat.png') top left repeat;
}

.galleryPhoto {
	float: none;
	font-size: 8pt;
	padding: 6px;
	margin: 0 10px 10px 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 118px;
	max-width: 118px;
	line-height: 1.2;
}

.galleryPhoto a {
	text-decoration: none;
}

.photoFloatTan img, .galleryPhoto img {
	border: 1px solid #b6ae98;
}

.bookInfo {
	margin-top: 8px;
}

.photoFloat img {
	border: 1px solid #6F4545;
}

.galleryPhoto img {
	margin-bottom: 3px;
}

.photoCaption {
	font-size: 8pt;
	text-align: center;
	line-height: 1.4;
	color: #756541;
	margin-top: 7px;
	float: right;
}

.photoWrapper {
	float: right;
	padding: 0 0 12px 12px;
	width: 218px;
}

#homeLink {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 10px 0 0 0;
}

.calendarUL {
	font-weight: bold;
	line-height: 1.5;
}

.calendarUL li {
	margin-bottom: 15px;
}

.formTitle {
	display: inline-block;
	width: 210px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

.formTitle input {
	width: 210px;
}

#preFooter {
	display: block;
	width: 100%;
	text-align: center;
}

#video_ftloth {
	border: 1px solid #BFBFBF;
	margin-top: 15px;
}

#socialLogos {
	display: block;
	margin: auto;
	margin: 25px 0 -10px 0;
}

* html #socialLogos {
	margin-bottom: 0;
}

.socialMargin {
	margin-right: 150px;
}

.question a {
	color: #710303;
	text-decoration: none;
}

.question a:hover {
	text-decoration: underline;
}
