/* CSS Document */

body {
		margin: 15px 0 15px 0;
		background-color: #e5e5e5;
		font-family: Arial, Helvetica, sans-serif;
	}

table {
		font-size: 11px;
		color: #666666;
	}

td.topRow {
		background-color: #6f6c69;
		vertical-align: middle;
		padding-right: 15px;
	}
	
td.bottomRow {
		background-color: #6f6c69;
		vertical-align: middle;
		padding-right: 15px;
	}

td.topShadow {
		background-image: url(../images/shadow_top.gif);
		background-position: bottom;
		background-repeat: repeat-x;
	}
	
td.bottomShadow {
		background-image: url(../images/shadow_bottom.gif);
		background-position: top;
		background-repeat: repeat-x;
	}
	
td.leftShadow {
		background-image: url(../images/shadow_left.gif);
		background-position: right;
		background-repeat: repeat-y;
	}
	
td.rightShadow {
		background-image: url(../images/shadow_right.gif);
		background-position: left;
		background-repeat: repeat-y;
	}
	
td.testimonialsBG {
		background-color: #6f6c69;
		padding: 10px 10px 10px 10px;
	}

td.logoTop {
		background-color: #6f6c69;
		padding: 0 10px 10px 10px;
	}
	
td.logoBottom {
		background-color: #799729;
		padding: 10px 10px 10px 10px;
	}

.footer {
		margin: 20px 0 20px 0;
		text-transform: uppercase;
	}
	
.navContainer {
		margin: 20px 0 20px 0;
		background-color: #799729;
	}

.navItem {
		padding: 0 0 10px 7px;
	}

.contentContainer {
		margin: 18px 0 18px 0;
	}

.promoContainer {
		margin: 18px 0 0 0;
	}

.promoItem {
		padding: 0 0 10px 0;
		line-height: 18px;
	}

input.guestbook {
		color: #cccccc;
		padding: 2px 2px 0 5px;
		border: 1px solid #b1ada9;
		font-size: 11px;
		height: 17px;
		width: 155px;
	}

.guestbookText {
		font-size: 11px;
		color: #ffffff;
	}

.testimonial {
		font-style: italic;
		padding-top: 15px;
		color: #ffffff;
	}

.testimonialAuthor {
		padding-top: 10px;
		color: #ffffff;
	}
	
.internalStructure {
		padding: 18px;
		background-color: #efeeee;
		line-height: 18px;
	}

.headingInside {
		padding-bottom: 15px;
	}

.heading {
		margin-bottom: 20px;
		margin-top: 10px;
		border-bottom: 1px solid #cccccc;
	}
	
.internalTestimonial {
		font-size: 15px;
		font-style: italic;
		padding: 0 25px 15px 25px;
		line-height: 18px;
	}

.internalTestimonialAuthor {
		padding-right:25px;
	}

.subHeading {
		font-size: 13px;
		font-weight: bold;
		color: #799729; /* 004483 */
		padding-bottom: 5px;
	}

.locationContainer {
		margin: 15px 0 0 0;
	}

.locationText {
		line-height: 18px;
		padding: 0 0 30px 0;
	}
	
.formRow {
		padding-bottom: 25px;
	}

.formHeading {
		font-size: 12px;
		padding-bottom: 5px;
	}
	
.formBG {
		background-color: #ffffff;
		padding: 15px;
		border: 1px solid #cccccc;
	}

.receptionButtonsContainer {
		background-color: #6f6c69;
		border: 1px solid #cccccc;
	}

.receptionButtons {
		padding: 18px;
	}

a:link, a:active, a:visited {
		color: #333333;
		text-decoration: underline;
	}

a:hover {
		color: #ef7320;
	}
	
a.footerLink:link, a.footerLink:active, a.footerLink:visited {
		color: #666666;
		text-decoration: underline;
	}

a.footerLink:hover {
		color: #333333;
	}
