body,
td,
input,
select {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:LINK {
	COLOR: #000099;
}
a:ACTIVE {
	COLOR: #0000FF;
}
a:VISITED {
	COLOR: #19214A;
}
a:HOVER {
	COLOR: #0000FF;
}

h1 {
	font-size: 19px;
	margin-bottom: 17px;
	color: #008B54;
	font-weight: bolder;
}

h2 {
	color: #454545;
	font-size: 17px;
	margin-bottom: 15px;
}

h3 {
	font-size: 15px;
	margin-bottom: 13px;
}

h4 {
	font-size: 14px;
	margin-bottom: 12px;
}

/* outer templating */

#outerContainer {
	margin-left: auto;
	margin-right: auto;
	width: 782px;
	text-align: left;
	background-color: #7FB2E5;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

/* header section */

#header {
	margin-top: 0px;
	margin-right: 16px;
	margin-left: 16px;
	margin-bottom: 13px;
	border: 1px solid #8791C1;
	border-top: 0;
	background-color: #E3F4F6;
	height: 100px;
	position: relative;
}

#logo {	
	position: absolute;
	left: 21px;
	top: 20px;
	border: 0;
	z-index: 89;
}

#rotator {
	height: 100px;
	overflow: hidden;
}

#rotator img {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

/* left column section */

#leftColumn {
	width: 229px;
	vertical-align: top;
	font-size: 11px;
}

#leftColumn .leftColumnBox {
	background-color: #DEEBF8;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 0px;
	margin-bottom: 13px;
	border: 1px solid #8791C1;
	color: #333333;
}

#leftColumn .leftColumnBox .boxInner {
	background-color: white;
	border: 1px solid #999999;
	padding-top: 13px;
	padding-bottom: 13px;
}

#leftColumn .leftColumnBox .boxTitle {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 10px;
	color: #133A4C;
	font-weight: bolder;
}

#leftColumn .leftColumnBox .boxInner p {
	margin-bottom: 11px;
}
#leftColumn .leftColumnBox .boxInner .noBottomMargin {
	margin-bottom: 0px;
}

#leftNavigation {
 *position:relative;
 *z-index:100;
}

#leftNavigation,
#leftTripAdvisor,
#leftReservations,
#leftCommentsPhotos,
#leftStore,
#leftNewsletter,
#leftEmployment,
#leftPreserveVillas,
#leftConcordiaEcoStudios,
#leftCartBox,
#leftDirTree,
#leftNavLinks,
#leftSearchBox,
#leftShipCalcBox,
#leftSpecialsBox,
#leftWhatsHotBox,
#leftWhatsNewBox {
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

#leftTripAdvisor ul {
	margin-top: 10px;
	font-weight: bold;
}
#leftTripAdvisor ul li {
	margin-bottom: 7px;
	line-height: 11px;
}
#leftTripAdvisor ul li a {
	font-weight: normal;
	font-size: 10px;
}

#leftReservationsForm div {
	margin-top: 0px;
	margin-bottom: 6px;
}

#leftReservations input,
#leftReservations select,
#leftNewsletter input,
leftNewsletter submit {
	font-size: 11px;
}

#leftStore #leftRandomStoreProduct #productAdditional {
	font-size: 10px;
	margin-top: 7px;
}

#leftReservationsForm #partySelection #adultsAndChildrenSelection {
	font-size: 10px;
	text-align: right;
	margin-right: 48px;
	margin-bottom: 0px;
	margin-top: 4px;
}

#mahodotorg {
	position: static;
	width: 177px;
	font-size: 12px;
}

#mahodotorg .yuimenuitemlabel {
	_zoom: 1;
}

#mahodotorg .yuimenu .yuimenuitemlabel {
	_zoom: normal;
}

.yui-t1 {
	width: 177px;
}

.yui-skin-sam .yuimenuitemlabel {
	padding-left: 8px;
	color: #133A4C;
	font-weight: bolder;
}

.yui-skin-sam .yuimenu .bd {
	border-color: #999999;
}

/* right column section */

#rightColumn {
	vertical-align: top;
	line-height: normal;
	width: 553px;
	
}

#primaryContent {
	margin-left: 0px;
	margin-right: 16px;
	border: 1px solid #999999;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 27px;
	padding-left: 16px;
	background-color: white;
	margin-bottom: 13px;
}

#primaryContent em {
	font-style: italic;
}

#primaryContent strong,
#primaryContent h1,
#primaryContent h2,
#primaryContent h3,
#primaryContent h4,
#primaryContent h5,
#primaryContent h6 {
	font-weight: bold;
	text-align: left;
}

#primaryContent p,
#primaryContent div,
#primaryContent table,
#primaryContent hr,
#primaryContent ul,
#primaryContent ol,
#primaryContent blockquote {
	margin-top: 0px;
	margin-bottom: 14px;
}

#primaryContent ul,
#primaryContent ol,
#primaryContent blockquote {
	margin-left: 31px;
}

#primaryContent blockquote {
	font-size: 12px;
	margin-right: 31px;
}

#primaryContent blockquote blockquote {
	margin-top: 10px;
	margin-bottom: 0px;
}

#primaryContent ul,
#primaryContent ol {
	margin-right: 0px;
}

#primaryContent ul li,
#primaryContent ol li {
	list-style-image: none;
	list-style-position: outside;
	margin-bottom: 6px;
}

#primaryContent ul li {
	list-style-type: disc;
}

#primaryContent ol li {
	list-style-type: decimal;
}

#primaryContent ul.noBullets li {
	list-style-type: none;
}

#primaryContent ul.image li {
	list-style-image: url(http://www.maho.org/Images/MB.gif);
}

#primaryContent #siteMap ul,
#primaryContent #siteMap ul li {
	margin-bottom: 0px;
}

#primaryContent hr {
	height: 1px;
	color: #e5e5e5;
}

#primaryContent .smaller {
	font-size: 12px;
}

#primaryContent .noBottomMargin {
	margin-bottom: 0px;
}

#primaryContent .clearing {
	clear: both;
}

#primaryContent .centerText {
	text-align: center;
}

#primaryContent .centered {
    margin-left: auto;
    margin-right: auto;
}
#primaryContent .centerImage {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#primaryContent .rightImage {
	display: block;
	margin: 0pt 0pt 13px 13px;
	float: right;
}
#primaryContent .leftImage {
	display: block;
	margin: 0pt 13px 13px 0pt;
	float: left;
}
#primaryContent img.blackBorder {
	border: 1px solid black;
}

#primaryContent .greyBox {
	display: block;
	background-color: #f0f0f0;
	padding: 12px;
	margin-bottom: 12px;
	font-size: 12px;
}
#primaryContent .greyBox td {
	font-size: 12px;
}

#primaryContent .greyBox h1 {
	font-size: 17px;
	margin-bottom: 15px;
}
#primaryContent .greyBox h2 {
	font-size: 15px;
	margin-bottom: 13px;
}

#primaryContent #subNavigation {
	text-align: center;
	font-size: 12px;
}

#primaryContent #subNavigation a.selected {
	text-decoration: none;
	font-weight: bold;
}

/* should the following be only on the home page? */

#primaryContent .yui-content ul li,
#primaryContent .yui-content table,
#primaryContent .yui-content div {
	margin-bottom: 0px;
}

#copyright {
	text-align: center;
	font-size: 10px;
	color: #666666;
	margin: 0;
	padding-top: 21px;
}

/* footer section */

#footer {
	font-size: 13px;
	margin-top: 0px;
	margin-right: 16px;
	margin-left: 16px;
	margin-bottom: 0px;
	border: 1px solid #8791C1;
	border-bottom: 0;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	text-align: center;
	font-weight: bold;
	background-color: #E3F4F6;
}
#footer img {
	vertical-align: middle;
	margin-left: 13px;
	margin-right: 13px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#primaryContent td, #primaryContent th {
	vertical-align: top;
}
#primaryContent th {
	font-weight: bold;
}
table.ProductDetail, table.OuterTable {
	width: 503px;
	border: 0px;
}
table.ProductListing {
	width: 503px;
	margin-left: auto;
	margin-right: auto;
}
td.ProductImage {
	padding-bottom: 16px;
}
th.ProductDetail {
	font-size: 15px;
	background-color: white;
	color: black;
	border: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 13px;
	text-align: left;
}
td.ProductDetail {
	padding-bottom: 16px;
}
th.ProductOptionsCaption {
	font-size: 14px;
	background-color: white;
	color: black;
	border: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	text-align: left;
}
.ProductOptions {
	padding-bottom: 7px;
}
td.CategoryTrails {
	display: none;
}
td.ProductNavigation {
	text-align: center;
	padding: 0;
	padding-bottom: 21px;
	font-weight: normal;
}
td.ProductNavigation a {
	font-weight: bold;
}
td.Navigation {
	background-color: #f0f0f0;
	border: 0;
	font-weight: normal;
}
td.ProductListing {
	padding-left: 21px;
	padding-right: 21px;
	text-align: center;
	padding-bottom: 16px;
}
th.OuterTableCaption {
	font-size: 19px;
	margin: 0;
	padding: 0;
	padding-bottom: 17px;
	color: #008B54;
	font-weight: bolder;
	background: white;
	border: 0;
	text-align: left;
}
.TreeLevel0 {
	padding-left: 21px;
}
.TreeLevel1 {
	padding-left: 37px;
}
.TreeLevel2 {
	padding-left: 53px;
}
.TreeLevel3 {
	padding-left: 69px;
}
.TreeLevel4 {
	padding-left: 85px;
}
.TreeLevel5 {
	padding-left: 101px;
}
.TreeLevel6 {
	padding-left: 117px;
}
.TreeLevel7 {
	padding-left: 133px;
}