/* @override http://www.cathedralmountain.com/css/style.css */

@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg/11.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
}
#container  {
	width: 1224px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}
#header  {
	background-image: url(../images/headerBack3.png);
	background-repeat: repeat-x;
	height: 60px;
	margin-top: 0px;
	padding-left: 60px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #282228;
}
.about  #mainContentWrapper {
	background-image: url(../images/backgrounds/about.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.location #mainContentWrapper {
	background-image: url(../images/backgrounds/location.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.gift #mainContentWrapper {
	background-image: url(../images/backgrounds/gift.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.interactiveMap #mainContentWrapper {
	background-image: url(../images/backgrounds/food.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	height: 790px;
}
.food #mainContentWrapper {
	background-image: url(../images/backgrounds/food.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.interactiveMap #mainContentWrapper {
	background-color: #FFFFFF;
	height: 790px;	
}
.packages #mainContentWrapper {
	background-image: url(../images/backgrounds/packages.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.accommodation #mainContentWrapper {
	background-image: url(../images/backgrounds/accommodation.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
}
.activities #mainContentWrapper {
	background-image: url(../images/backgrounds/activities.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
}
.rates #mainContentWrapper {
	background-image: url(../images/backgrounds/rates.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
}
.contact #mainContentWrapper {
	background-image: url(../images/backgrounds/media.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.media #mainContentWrapper {
	background-image: url(../images/backgrounds/media.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.opportunities #mainContentWrapper {
	background-image: url(../images/backgrounds/opportunities.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.links #mainContentWrapper {
	background-image: url(../images/backgrounds/links.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
}
.book #mainContentWrapper {
	background-color: #c3c2c2;
}
.gallery #mainContentWrapper {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	padding-top: 90px;
	padding-right: 220px;
	padding-bottom: 70px;
	padding-left: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
}
.gallery #mainContentWrapper img {
	margin-bottom: -10px;
}
#galleryBox1 {
	float: left;
	width: 250px;
	margin-right: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#galleryBox2 {
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#galleryBox3 {
	float: right;
	width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#mainContent  {
	background-color: #252221;
}
#mainContent2    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	float: right;
	width: 600px;
	padding-right: 220px;
	padding-bottom: 80px;
}
.accommodation #mainContent2    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;

	padding-right: 220px;
	padding-bottom: 80px;
}
#mainContent3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	float: right;
	width: 600px;
	padding-right: 160px;
	padding-bottom: 30px;
	background-color: #f7f2ec;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-left: 60px;
	padding-top: 30px;
}
#mainContent4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	float: right;
	width: 600px;
	padding-right: 160px;
	padding-bottom: 30px;
	padding-left: 60px;
	padding-top: 30px;
}
#mainContent5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	padding-bottom: 50px;
	padding-left: 1px;
	padding-top: 20px;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #f7f2ec;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 20px;
}
.pictureFloatLeft {
	width: 246px;
	float: left;
	margin-top: 23px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.activitiesImage {
	width: 200px;
	float: left;
	margin-top:  5px;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.packagesImage1 {
	height: 338px;
	width: 256px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.packagesImage2 {
	height: 247px;
	width: 256px;
	margin-top: 20px;
	margin-bottom: 60px;
}
.packagesImage3 {
	height: 303px;
	width: 255px;
	margin-top: 20px;
	margin-bottom: 176px;
}
.packagesImage4 {
	height: 315px;
	width: 256px;
	margin-top: 20px;
	margin-bottom: 70px;
}
.packagesImage5 {
	height: 276px;
	width: 256px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.contact   #mainContent2  img {
	border: medium solid #7a6140;
}
#footer  {
	background-color: #181515;
	height: 200px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0b0a0a;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 90px;
	padding-right: 90px;
	color: #96817c;
	font-size: 11.5px;
	line-height: 16px;
}
#contactFooter {
	float: right;
	padding-top: 30px;
	width: 240px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #111010;
	padding-left: 10px;
}
#contactFooter2 {
	float: right;
	padding-left: 20px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: italic;
	color: #db6e1c;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: italic;
	color: #f79e2c;
	font-weight: normal;
	text-decoration: none;
}
#footer h1 {
	color: #FFFFFF;
	font-size: 11.5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
#content {
	padding-top: 50px;
	padding-right: 184px;
	padding-bottom: 134px;
	padding-left: 184px;
	color: #FFFFFF;
}
#column1 {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	margin-top: 30px;
	line-height: 19px;
}
#column2 {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	margin-top: 30px;
	width: 400px;
	line-height: 19px;
}
#footerBox1 {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #111010;
	width: 130px;
	padding-left: 10px;
	padding-top: 30px;
}
#footerBox2 {
	float: left;
	width: 130px;
	padding-top: 30px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #111010;
}
#footerBox3 {
	float: left;
	width: 130px;
	padding-top: 30px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #111010;
}
#footerBox4 {
	float: left;
	width: 130px;
	padding-top: 30px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #111010;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #d56a18;
	font-weight: normal;
	letter-spacing: 1.8px;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 1.8px;
	margin-bottom: 2px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #3a5a31;
	font-weight: normal;
	letter-spacing: 1.8px;
	line-height: 24px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-transform: uppercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3a5a31;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #db6e1c;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 0;
}
h6 {
	font-size: 15px;
	font-weight: bold;
	color: #db6e1c;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
}
.gallery h6 {
	font-size: 15px;
	font-weight: bold;
	color: #db6e1c;
	text-transform: uppercase;
	margin-top: 14px;
	margin-bottom: 0px;
}
h7 {
	font-style: italic;
	color: #db6e1c;
}
h8 {
	color: #db6e1c;
	font-weight: bold;
}
h9 {
	color: #db6e1c;
	padding-top: 20px;
	padding-bottom: 20px;
}
a {
	outline: none;
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}
a:hover {
	outline: none;
	text-decoration: underline;
	color: #db6e1c;
	font-weight: normal;
}
img {
	border: none;
}
#sidebarAccommodations {
	float: left;
	width: 200px;
}
#sidebar {
	padding-top: 60px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #1a1413;
	margin-top: 0px;
	padding-bottom: 80px;
}
#footer2 {
	background-color: #252221;
	height: 200px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0b0a0a;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 90px;
	padding-right: 90px;
	color: #96817c;
	font-size: 11.5px;
	line-height: 16px;
}
#footer2 h1 {
	color: #FFFFFF;
	font-size: 11.5px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
#footer2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: italic;
	color: #db6e1c;
	font-weight: normal;
	text-decoration: none;
}
#footer2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: italic;
	color: #f79e2c;
	text-decoration: none;
}
.clearfloat {
	clear: both;
}
.mainImage {
	background-color: #1a1413;
}
#bookingCalendar {
	background-color: #ebedea;
	width: 222px;
	border: thin solid #666666;
	margin-left: 60px;
	margin-top: 60px;
	background-image: url(../images/sidebar/bookingCalendar/bookingCalendarHead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 48px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	text-align: center;
	line-height: 10px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 20px;
}
.dottedLine {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 15px;
	margin-bottom: 15px;
}
.packagesTextRight {
	float: right;
	width: 280px;
}
#ratesQuote {
	text-align: center;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
table {
	border-collapse:collapse;
	padding: 90px;
}
th {
	background-image: url(../images/th.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b1652a;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #cf5612;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
}
td {
	padding-left: 10px;
	padding-right: 10px;
}
td.item {
}
tr.even {
	background-color: #c8c4b5;
	color: #333333;
	text-align: center;
	font-size: 13px;
	height: 40px;
}
tr {
	color: #FFFFFF;
	background-color: #676253;
	text-align: center;
}
tr.odd {
	background-color: #e7e7da;
	color: #333333;
	text-align: center;
	font-size: 13px;
	height: 40px;
}
SPAN.strike {
	text-decoration: line-through;
	color: #c18d74;
	font-weight: normal;
	font-style: normal;
}
#contactFloatRight {
	float: right;
	width: 400px;
}
.mapTextFloatRight {
	float: right;
	color: #db6e1c;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 150px;
	margin-top: -19px;
}
.accommodationImageEnlargeText {
	color: #db6e1c;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;	
	margin-top: 4px;
}
#linksColumnRight {
	float: right;
	width: 330px;
}
.links #mainContent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	float: right;
	width: 700px;
	padding-right: 120px;
	padding-bottom: 80px;
}
#booking
{
float: right;
width:900px;
}
#bookingBar {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 42px;
	text-align: right;
	height:  30px;
	background-color: #2f2f2d;
} 
#textad {
	margin-top: 60px;
	margin-right: 20px;
}
#textad a {
	color: #db6e1c;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}	
#flashcontent {
	background: url(../images/CML036.jpg) no-repeat center top;
}
