@charset "UTF-8";
body {
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	background: #1c1c1c;
	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;
}
.oneColFixCtrHdr #container {
	width: 895px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 50px auto 30px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000;
	padding: 0;
	background-image: url(images/header_back.jpg);
	background-repeat: no-repeat;
	height: 100px;
	border: 1px solid #622e09;
	color: #666666;
	font-size: 11px;
	position: relative;
}
.oneColFixCtrHdr #header.akumalHeader {
	background-image: url(images/header_back_akumal.jpg);
}
#header ul {
	float: right;
	list-style: none;
	margin: 65px 60px 0 0;
	padding: 0;
}
#header li {
	display: inline;
	padding: 0 10px;
}
li.sideBorders {
	border-right: solid #666666 1px;
	border-left: solid #666666 1px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(images/main_back.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #622e09;
	border-left: 1px solid #622e09;
	border-bottom: 1px solid #622e09;
	background-position: left top;
	position: relative;
	height: 596px;
}
.oneColFixCtrHdr #mainContent.akumalMain {
	background-image: url(images/main_back_akumal.jpg);
}
#mainContent p {
	font-size: 11px;
	padding: 0;
	margin: 7px 0;
	text-align: justify;
	line-height: 1.5em;
}
.imageButton {
	position: absolute;
	top: 320px;
	right: 100px;
	border: 0;
}
#mainText {
	position: absolute;
	top: 410px;
	left: 100px;
	right: 60px;
}
#mainContent.sanMiguelInfo   {
	background-image: url(none);
	color: #000000;
	background: #EEEEEE;
	height: auto;
	padding: 10px 100px;
}
.sanMiguelInfo h3 {
	font-size: 12px;
	color: #999999;
}
.sanMiguelInfo img {
	padding: 3px;
	border: solid #000000 1px;
	float: right;
	margin: 10px 0 10px 10px;
}
img.leftImg {
	float: left;
	margin: 10px 10px 10px 0;
}
#sanMiguelTable {
	background: #000000;
	color: #FFFFFF;
	font-size: 11px;
	border: solid #622e09 1px;
	position: relative;
}
#sanMiguelTable table {
	margin: 20px auto;
	border: solid #622e09 3px;
}
#sanMiguelTable td {
	padding: 5px;
	border: solid #622e09 1px;
}
.rightAlign {
	text-align: right;
}
#sanMiguelTable p {
	margin: 0 100px 20px 100px;
	text-align: justify;
}
#sanMiguelTable p.availability {
	position: absolute;
	top: 35px;
	right: 100px;
	margin: 0;
	border: solid #666666 1px;
	padding: 3px;
}
img.sanMiguelTableTitle {
	margin: 20px 0 10px 100px;
}
#lowNav {
	background: #000000;
	padding: 9px 10px 5px 90px;
	border-right: 1px solid #622e09;
	border-left: 1px solid #622e09;
}
#lowNav img {
	padding: 0 10px;
	border: 0;
}
#lowNav img.lowNavSpacers {
	border-right: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	color: #FFFFFF;
	font-size: 125%;
	background-image: url(images/footer_back.jpg);
	background-repeat: no-repeat;
	height: 100px;
	position: relative;
}
#imageMap a {
	position: absolute;
	top: 68px;
	left: 98px;
	text-decoration: none;
	right: 650px;
	bottom: 10px;
 }
#imageMap a i { visibility: hidden; }
.author {
	color: #999999;
	font-size:11px;
}
#imageMapTop a {
	position: absolute;
	top: 50px;
	left: 100px;
	text-decoration: none;
	width: 350px;
	height: 40px;
}
#imageMapTop a i {visibility: hidden;}
blockquote {
	color: #622E09;
	font-weight: normal;
	font-size: 14px;
	text-align: right;
	margin: 20px 0 0 0;
}
.clearFlt {
	clear: both;
} 
#tidalBrain {
	text-align: right;
	font-size: 11px;
	background: #1c1c1c;
}
#tidalBrain p {
	margin: 0;
	padding: 5px 0 0 0;
}
#header a:link, #header a:visited {
	color: #666666;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:active {
	color: #666666;
	text-decoration: none;
}
#mainText a:link, #mainText a:visited {
	color: #999999;
	text-decoration: none;
}
.sanMiguelInfo a:link, .sanMiguelInfo a:visited {
	color: #2382d7;
	text-decoration: none;
}
#mainText a:hover, .sanMiguelInfo a:hover {
	color: #622e09;
	text-decoration: underline;
}
#mainText a:active, .sanMiguelInfo a:active {
	color: #333333;
	text-decoration: underline;
}
#sanMiguelTable a:link, #sanMiguelTable a:visited {
	color: #666666;
	text-decoration: none;
}
#sanMiguelTable a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sanMiguelTable a:active {
	color: #666666;
	text-decoration: none;
}
#tidalBrain a:link, #tidalBrain a:visited {
	color: #999999;
	text-decoration: none;
}
#tidalBrain a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#tidalBrain a:active {
	color: #999999;
	text-decoration: none;
}

