@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: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(../images/celticBackgroundB.gif);
	background-repeat: repeat;
}

a
{
	outline: none;
}

a:link
{
	color: #654200;
}

a:visited
{
	color: #800080;
}

a:hover
{
	color: #cc0000;
}

a:active
{
	color: #ff0000;
}

.twoColFixLtHdr #container {
	width: 830px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(../images/headerBorderCream.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 350px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -300px;
	color: #FFFFFF;
	font-size: 2px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px;
	margin-left: 15px;
	margin-right: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/sidebarBGRepeatColorMatch.jpg);
	margin-top: 10px;
}

.twoColFixLtHdr #contentbg
{
	background-image: url(../images/bodyB.png);
	background-position: center top;
	padding-top: 1px;
	background-repeat: repeat-y;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 25px -50px 235px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 30px 50px 20px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	background-color: #FEF4E1;
} 
.twoColFixLtHdr #footer {
	background-image: url(../images/footerOutlineC.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 280px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	font-style: italic;
	line-height: 150%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#navigation
{
	position: absolute;
	top: 300px;
	margin-left: 15px;
	width: 789px;
	margin-right: 15px;
	border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #E4CAB4;
	padding-left: 10px;
}

#navigation a
{
	margin-right: 3px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 3px;
}

#sidebar1 ul
{
	padding: 0px 20px 0px 18px;
	margin-bottom: 0px;
	list-style-type: none;
	margin-top: 0px;
}

#sidebar1 ul a
{
	display: block;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-decoration: none;
	font-size: 90%;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 5px 40%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#sidebar1 ul a:hover
{
	color: #FFFFFF;
	background-color: #906F51;
}
#mainContent  h1, h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	padding-bottom: 5px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6F6357;
	text-align: left;
}

#mainContent h3
{
	margin-bottom: -10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #84613A;
	border-left-width: 8px;
	border-left-style: solid;
	padding-left: 10px;
	border-left-color: #E5BA85;
	padding-bottom: 2px;
}

#mainContent h4
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C19870;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	text-transform: none;
}

#mainContent p
{
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	padding-bottom: 15px;
}

#mainContent ul li
{
	font-size: 90%;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: disc;
}

#mainContent ol li
{
	font-size: 90%;
	padding-top: 3px;
	padding-bottom: 3px;
}

#mainContent img
{
	margin-top: 20px;
	margin-right: 10px;
}

#questions p
{
	color: #3E2914;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 30px;
}

.headerImagePlacement  
{
	margin-left: 24px;
	margin-top: 0px;
	padding-top: 20px;
}
.sidebarImage
{
	margin-left: 0px;
	margin-bottom: -10px;
}

#footer img
{
	margin-left: 2px;
}

.multimap 
{
	margin-left: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.roomImages
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.backToTop
{
	text-align: right;
	font-size: 90%;
	font-style: italic;
	text-decoration: none;
	display: block;
	margin-top: 15px;
	padding-right: 15px;
}

.italicize
{
	font-style: italic;
	color: #663300;
}
form
{
	width:460px;
	margin: 15px auto 10px 20px;
}

label
{
	display: block;
	font-weight: bold;
}

textarea
{
	width: 400px;
	height: 150px;
}

.textInput
{
	width: 250px;
}

.warning
{
	font-weight: bold;
	color: #FF0000;
}

.rates
{
	padding: 10px;
	margin-top: 30px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #523400;
	border-right-color: #633F00;
	border-bottom-color: #633F00;
	border-left-color: #523400;
	background-color: #F3DBB9;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}

.emailWarning
{
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: groove;
	border-top-color: #886F65;
	border-right-color: #633F00;
	border-bottom-color: #633F00;
	border-left-color: #886F65;
	background-color: #F3DBB9;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	color: #FF0000;
	font-weight: bold;
}

.emailSuccess
{
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: groove;
	border-top-color: #886F65;
	border-right-color: #633F00;
	border-bottom-color: #633F00;
	border-left-color: #886F65;
	background-color: #F3DBB9;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	color: #000000;
	font-weight: normal;
}
