html, body {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	background-color: White;
	color: Black;
	line-height: 1.2em;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image: url(/images/interface/backgrounds/bg_fish.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

a {
	text-decoration: none;
	color: White;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, .subtitle, h3 a {
	line-height: 1em;
	color: #999615 !important;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-decoration: none !important;
}
h1 {
	font-size: 1.5em;
	margin-bottom: 15px;
	font-weight: normal;
}
.subtitle {
	line-height: 1.2em;
	margin-bottom: 15px;
}

.no-underline
{
	text-decoration: none !important;
}

#distance {
	padding-top: 50px;
	zheight:50%;
	zmargin-bottom: -318px; /* half of container's height */
}
.tintImg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;	
}
.basicTint {
	opacity: 0.94;
    -moz-opacity: 0.94;
    filter: alpha(opacity=94);
}

img {
	border: 0px;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.largeTxt {
	font-size: 1.3em;
}

#contentTint {
	position: absolute;
	background-color: #18150c; 
	width: 100%;
	height: 573px;
	opacity: 0.50;
    -moz-opacity: 0.50;
    filter: alpha(opacity=50);
	 zmargin-top: -530px;
}

#iFrame {
	color: White;
	position:absolute; 
	width:100%; 
	height:100%; 
	overflow:auto;
	z-index:2;
	margin: auto;
}
#iFrameContent {
	height: 600px;
}
#row1, #row2, #row3, #row4 {
	width: 100%;
}
#row1 .frameCont {
	font-size: 1.2em;
	text-align: right;
	padding-bottom: 10px;
}
#row1 {
	zmargin-top: 2em;
}
#row1 .phone {
	letter-spacing: 1px;
	margin-left: 5px;
}
#row2 {
	border-top: solid 1px White;
	border-bottom: solid 1px White;
	position: relative;
	zheight: 530px;
}
#row3 {
	position: relative;
}
#row2 .frameCont,
#row3 .frameCont,
#row4 .frameCont {
	z-index: 3;
	overflow: hidden;
}
#row3, #row4 {
	font-size: 0.85em;
}
#row4 {
	clear: both;
	margin-top: 15px;
	padding-bottom: 15px;
}
#row4 .address {
	font-weight: bold;
}
#row4 .address span {
	margin-right: 15px;
}
#row4 .copyrightsAndMadeBy {
}
#row4 .copyrightsAndMadeBy span {
	margin-right: 15px;
}
#iFrameContent .frameCont {
	width: 984px;
	margin: auto;	
}

#row3 .frameCont {
	position: relative;

	background: transparent url(/images/interface/icons/aa-logo.jpg) no-repeat scroll top right;
}

#row3 .frameCont #beds {
	position:absolute;
	top:6px;
	right: 145px;
}

#pageContainer .logoCol,
#pageContainer .contentCol,
#leftPageContent,
#rightPageContent {
	height: 540px;	
}
#pageContainer {
	width: 871px;
	float: right;
	color: #49403f;
}
#pageContainer .logoCol 
{
	position: relative;
	width: 155px;
	height: 540px;
	float: left;
	background-color: #fff;

}
#pageContainer .logoCol .logo {
/*
	position: absolute;
	top: 10px;
	left: 14px;
*/
	margin: 10px 0px 0px 14px;
}
#pageContainer .logoCol .bottomLeftContent {
	position: absolute;
	left: 0px;
	bottom: 6px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 140px;
}
#pageContainer .logoCol .bottomLeftContent a {
	text-decoration: underline !important;
}
#pageContainer .contentCol {
	float: right;
	width: 716px;
	text-align: right;
}

#leftPageContent {
	width: 310px;	
	float: left;
	background-color: White;
}
#leftPageContent .contnr {
	/*causes white bug ie6*/
	margin-right: 15px;
	/*width:309px;*/
}
#rightPageContent {
	width: 406px;
	float: right;
	text-align: right;
}
#rightPageContent img.picture {
	float: left;
}
#rightPageContent .contentBlock {
	background-color:#85870B;
	zheight: 135px;
	zoverflow: hidden;
	clear: both;
	color: White;	
}
#rightPageContent .contentBlock .cntnr {
	zmargin: 0px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#rightPageContent .contentBlock img {
	/*display: block;*/
}
#rightPageContent .map
{
	padding: 0px 30px;
}
#rightPageContent .map p
{
	font-size: 0.9em;
}
#rightPageContent .map h3
{
	color: #fff !important;
	margin-bottom: 8px;
}
#rightPageContent #map
{
	margin-bottom: 12px;
}

#leftPageContent,
#rightPageContent {
	text-align: left;
}
#currentPageContent {
	clear: both;
}
/*menu-links*/
#menu-links
{
	margin-top: 20px;
}
#menu-links a
{
	color: #999615 !important;
}
#menu-links div
{
	margin-bottom: 12px;
}

#menu-links #pdf a
{
	padding: 5px 28px 5px 0px;
	background: url('/images/interface/icons/pdf.gif') no-repeat center right;
	display: block;
}

/*special offers*/
#specialOffers
{
	margin-top: 12px;
	clear: both;
}
#specialOffers, #news
{
	border-top: dotted 1px #999615;
	padding-top: 10px;
}

#specialOffers .row
{
	overflow: hidden;
}


#specialOffers .offerBlock
{
	width: 140px;
	float: left;
}

#specialOffers .specialOffer
{
	margin-top: 2px;
	padding-top: 5px;
	float: left;
	margin-bottom: 10px;
}

#specialOffers .hasNoImage
{
	width: 140px;
}

#specialOffers .borderL
{
	width: 139px;
	border-left: dotted 1px #999615;
}

#specialOffers .borderR
{
	width: 139px;
	border-right: dotted 1px #999615;
}

#specialOffers .hasImage
{
	width: 280px;
	display: block;
}


#specialOffers .hasImage .offerBlock
{
		
}

#specialOffers .txt h3
{
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
#specialOffers .hasNoImage .txt
{
	width: 120px;
	padding: 0px 10px;
}

#specialOffers .hasImage .txt
{
	width: 130px;
	margin-left: 10px;
}

#specialOffers .img
{
	border-width: 0px;
	width: 140px;
	height: 140px;
	padding: 0px;
}
.logoCol a,
#specialOffers .img a
{
	text-decoration: none !important;
}
#specialOffers .img img
{
	border: 1px solid #c0c0c0;
	padding: 6px;
}

.clear
{
	clear: both;
}

#news h3
{
	margin-bottom: 12px;
}