﻿body {
    margin-top: 0px;
    
}
	
td, th {
    text-align: left;
    vertical-align: top;
    font-family: Tahoma;
    font-size: 10pt;
    color: #4B4B4B;
}



img {
    border: none 0px transparent;
}


.m {
    text-align: center;
}

.r {
    text-align: right;
}

a:link {
    color: #4B4B4B;
    text-decoration: underline;
}

a:visited {
    color: #4B4B4B;
    text-decoration: underline;
}
a:hover {
    color: #871604;
    text-decoration: underline;
}
a:active {
    color: #4B4B4B;
    text-decoration: underline;
}


.cal
{
	background-color: #990000;
	font-weight:bold;
	}


a.footerlink:link {
    font-family: Arial;
    font-size: 8pt;
    color: #4B4B4B;
    text-decoration: none;
    margin: 0px;
}

a.footerlink:visited {
    font-family: Arial;
    font-size: 8pt;
    color: #4B4B4B;
    text-decoration: none;
    margin: 0px;
}
a.footerlink:hover {
    font-family: Arial;
    font-size: 8pt;
    color: #921E07;
    text-decoration: none;
    margin: 0px;
}
a.footerlink:active {
    font-family: Arial;
    font-size: 8pt;
    color: #4B4B4B;
    text-decoration: none;
    margin: 0px;
}


a.ndfooterlink:link {
    font-family: Arial;
    font-size: 8pt;
    color: #4B4B4B;
    text-decoration: none;
    margin: 0px;
}

a.ndfooterlink:visited {
    font-family: Arial;
    font-size: 8pt;
    color: #4B4B4B;
    text-decoration: none;
    margin: 0px;
}
a.ndfooterlink:hover {
    font-family: Arial;
    font-size: 8pt;
    color: #4B4B4B;
    text-decoration: none;
    margin: 0px;
    cursor:text;
}
a.ndfooterlink:active {
    font-family: Arial;
    font-size: 8pt;
    color: #4B4B4B;
    text-decoration: none;
    margin: 0px;
}


h1 {
    font-family: Tahoma;
    font-size: 10pt;
    color: #871604;
    padding-top: 10px;
}
h2 {
    font-family: Tahoma;
    font-size: 9pt;
    color: #4B4B4B;
}


h2.white {
    font-family: Tahoma;
    font-size: 9pt;
    color: #ffffff;
    margin-top: 10px;
}

.offers {
    font-family: Tahoma;
    font-size: 9pt;
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 25px;
    text-align: justify;
    background-image: url(./images/reservation_bground.png);
    width: 300px;
    background-repeat: repeat-y;
}

.offersheading {
    background-image: url(./images/ttl_specialoffers.png);
    background-repeat: no-repeat;
    width: 328px;
    height: 49px;
    color: #FFFFFF;
    padding-left: 15px;
}



.footer {
    font-family: Arial;
    font-size: 8pt;
    color: #4B4B4B;
    text-align: center;
}

.contact {
    text-align: left;
    vertical-align: top;
    font-family: Tahoma;
    font-size: 9pt;
    color: #4B4B4B;
    padding-left: 7px;
}

.address {
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 30px;
    vertical-align: top;
    width: 254px;
}

.addressheading {
    background-image: url(./images/ttl_address.png);
    background-repeat: no-repeat;
    width: 328px;
    height: 49px;
    background-color: #FFFFFF;
}


.copy {
    text-align: left;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    width: 582px;
}

.greydots {
    background-image: url(./images/grey-dots.png);
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    height: 2px;
    margin-top: 10px;
    padding-bottom: 10px;
}

li {
    line-height: 16px;
}

.green {
    color: Green;
}
.red {
    color: red;
}

/* Lightbox image viewer section */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	