@charset "utf-8";
body {
	text-align: center;
	background-color: #220F0A;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 924px;
	margin: 60px auto 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #663517;
	background-image: url(../images/bkgContentTile.gif);
	background-repeat: repeat-y;
	position: relative;
}
.oneColFixCtrHdr #header {
	height: 112px;
	background-color: #663517;
	background-image: url(../images/woodBar.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
object {
	background-color: #FFF5EB;
}

#logoHome {
	float: left;
	padding: 37px 0 0 350px;
	display: inline;
}
#address {
	float: right;
	padding: 37px 40px 0 0;
	display: inline;
	margin: 0px;
}


.oneColFixCtrHdr #mainContent {
	background: #FFF5EB;
	margin: 0 12px;
}
#mainPhoto {
	height: 335px;
}

#contentBox {
	background-image: url(../images/hull.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 30px 25px;
}
#galleryBox {
	padding: 30px 25px;
}
#contentBox h3, #galleryBox h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #663517;
	margin: 0;
	line-height: 2.5;
}
#contentBox h2, #galleryBox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #663517;
}


#contentBox #colText {
	float: left;
	display: inline;
	width: 470px;
	padding: 0 80px 0 30px;

}
#contentBox #colText p {
	line-height: 24px;
	margin: 0 0 12px 0;
}
#contentBox #colText li {
	line-height: 1.5;
	margin: 0 0 5px 30px;
}



#contentBox .dropCap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90px;
	color: #663517;
	float: left;
	display: inline;
	line-height: normal;
	padding: 0 3px 0 0;
	margin: -20px 0 -10px -5px;
}


#contentBox .firstLine {
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #663517;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pullQuote {
	font-size: 18px;
	font-style: italic;
	color: #663517;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 20px 0;
}

.floatLeft {
	display: inline;
	float: left;
}

.floatRight {
	display: inline;
	float: right;
}
.clearFloat {
	clear: both;
}




.oneColFixCtrHdr #footer {
	height: 133px;
	background-color: #663517;
	background-image: url(../images/woodBar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}
#footer a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0 3px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#footer .logo {
	display: inline;
	float: left;
	padding: 40px 0 0 40px;
}
#footer #footerLinks {
	float: left;
	display: inline;
	padding: 50px 0 0 30px;
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainmenu {
	height: 129px;
}
#mainmenu li {
	line-height: normal;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	display: inline;
}

a {
	color: #006699;
}
a:hover {
	color: #8C442A;
}
#rope {
	position: absolute;
	padding: 0px;
	background-image: url(../images/rope.png);
	height: 53px;
	width: 982px;
	left: -30px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ropeFooter {
	position: absolute;
	padding: 0px;
	background-image: url(../images/rope.png);
	height: 53px;
	width: 982px;
	left: -30px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* IE PNG HACK */
.ie-hide  
{  
    _display:none;  
}  
#interiorPhoto {
	height: 235px;
}
#ropeNoPhoto {
	position: absolute;
	padding: 0px;
	background-image: url(../images/rope.png);
	height: 53px;
	width: 982px;
	left: -30px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 250px;
}
.photoBorder {
	background-color: #FFFFFF;
	padding: 5px;
	border: solid 1px #BE8B61;
}
