/* generic styles */

body {
	background: #95b1ac url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a:link, a:active, a:visited {
	color: #006a5e;
	text-decoration: underline;
}
a:hover {
        color: #006a5e;
        text-decoration: none;
}

/* layout styles */

#layout-container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 732px;
}
#bg-left {
	background: url(../images/bg-left.png);
	background-repeat: repeat-y;
	width: 2px;
}
#bg-right {
        background: url(../images/bg-right.png);
        background-repeat: repeat-y;
        width: 2px;
}
#layout-menu {
	width: 728px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(../images/bg-menu.jpg);
}
#layout-menu2 {
	width: 728px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(../images/bg-menu2.jpg);
}
#layout-menu-links {
	width: 524px;
	color: #ffffff;
	vertical-align: top;
	padding-top: 8px;
}
#layout-menu-links a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
#layout-menu-links a:hover {
        text-decoration: underline;
}
#layout-menu-links2 {
	width: 524px;
	color: #000000;
	vertical-align: top;
	height: 37px;
}
#layout-menu-links2 td {
	border-right: 1px solid #006a5e;
	padding: 0 5px 0 5px;
}
#layout-menu-links2 td.last {
	border-right: none;
}
#layout-menu-links2 a {
	line-height: 35px;
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
#layout-menu-links2 a:hover {
        text-decoration: underline;
}
#layout-menu-shadow {
	background: url(../images/bg-menu-shadow.jpg);
	background-repeat: no-repeat;
	width: 728px;
	height: 5px;
}
#layout-content { 
        width: 728px;
	margin-left: auto;
        margin-right: auto;
        text-align: center;
	background: #ffffff;
}
#layout-menu-left {
	width: 202px;
	height: 500px;
	background: #dec182;
	border-left: 1px solid #676767;
	border-right: 1px solid #676767;
	vertical-align: top;
	text-align: center;
}
#layout-menu-left a {
	color: #000000;
	text-decoration: none;
}
#layout-menu-left div.title {
	width: 202px;
	background: #006a5e;
	padding: 7px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#layout-menu-left ul {
	list-style-image: url(../images/bullet.jpg);
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#layout-menu-left div.testimonials {
	width: 162px;
	background: url(../images/bg-testimonials.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
        margin-right: auto;
        text-align: right;
	padding: 0px 24px 0px 0px;
}
#layout-content-right {
	width: 484px;
	background: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
	padding: 0px 20px 20px 20px;
}
#layout-content-right h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #006a5e;
	margin-top: 20px;
	margin-bottom: 0px;
}
#layout-content-right h2 {
        font-size: 10pt;
        font-weight: bold;
        color: #006a5e;
        margin-top: 00px;
        margin-bottom: 0px;
}
#layout-footer-shadow {
	background: url(../images/bg-footer-shadow.jpg);
	background-repeat: no-repeat;
	width: 728px;
	height: 7px;
}
#layout-footer {
        width: 728px;
	height: 84px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        background: #006a5e;
	border-left: 1px solid #676767;
	color: #ffffff;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
}
#layout-footer a {
	color: #ffd77a;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}
#layout-footer a.small {
	font-size: 10px;
}

/* accommodations styles */

div.rooms-container {

}
div.rooms-container ul {
	padding-left: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div.rooms {
	float: left;
	margin-right: 10px;
	width: 150px;
}

/* package styles */

.divide-line {
	height: 1px;
	background: #dec182;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* image styles */

img {
	border: 0px;
}
img.border {
	border: 2px solid #006a5e;
}
img.pkg-border {
	margin-top: 10px;
	border: 2px solid #006a5e;
}
img.amenities {
	border: 2px solid #006a5e;
        float: left;
        margin-right: 5px;
}
img.float-left {
	border: 2px solid #006a5e;
	float: left;
        margin-right: 5px;
}
img.float-right {
        border: 2px solid #006a5e;
        float: right;
        margin-left: 5px;
}
img.border {
	border: 2px solid #006a5e;
}

/* font styles */

.bold {
	font-weight: bold;
}

.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


