A {
	text-decoration: none;
	color: #4E6488;
	font-weight: bold;
}
A:hover { color: #BCC3D6; ; text-decoration: none}
A:visited { text-decoration: none}
.navcopy {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: auto;
}
.textverdana {
	line-height: normal;
	color: #000066;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.finecopy {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: justify;
}
.Headers {
	line-height: 15px;
	color: #4E6488;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}
.highlights {
	line-height: 12px;
	color: #1A2E4E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.firstletter {
	line-height: 15px;
	color: #1A2E4E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}
.GuestReviews {
	line-height: 15px;
	color: #4E6488;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.specialBlurb {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.liftDiscount {
	font-size: 12pt;
	color: #000066;
}
body {
	background-image: url(images/bg-pattern-4.jpg);
	background-repeat: repeat;
}
body.monastery {
	background-image: url(images/monastery-bg.jpg);
	background-repeat: repeat;	
}
.specialBlock {
	border: 1px solid #900;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #900;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.largeSoftBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: #4E6488;
}
.txt8pt {
	font-size: 8pt;
	color: #FFF;
	text-align: center;
}
.smallTxt {
	font-size: 10pt;
}
.giftCert {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #900;
}
.smallertxt {
	font-size: 6pt;
	text-decoration: underline;
}
.small-blue {
	font-size: 12px;
	color: #245EA5;
}
.tab-title {
	text-align: center;
	color: #245EA5;
}
img.rounded {
	border-radius: 10px;
}
/* Activities Page Bootstrap Overides */
body.activities table {
	background-color: #fff;
}
.nav {
	text-align: center;
	margin-top: 5px;
}
.nav>li {
	display: inline-block;
}
.nav-pills>li,
.nav-tabs>li {
	float: none;
}
.nav-pills>li+li {
	margin-bottom: 1px;
}
.nav>li>a {
	padding: 10px 8px;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #eee;
	background-color: #4e6488;
}
.nav-pills>li>a:hover,
.nav-tabs>li>a:hover
 {
	color: #eee;
	background-color: #4e6488;
}