/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

*{
	padding:0px;
	margin:0px;	
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

a:link, a:visited{
	color: #663910;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	font-weight: normal;
}

h6{ 
	display: inline;
	color:#d9497b;
}

h1{	
	font-size: 110%;
	color: #6d4868;	
	font-weight: bold;
}

h2{
	font-size: 110%;
	color: #666;	
	font-weight: bold;	
}

h3{
 font-size: 100%;
 color: #666;
}

h4{
 font-size: 90%;
 font-weight: normal;
 color: #666;
}

h5{
 font-size: 95%;
 color: #666;
}

ul{ 
 list-style-type: none; 
 margin-bottom: 7px;
}


label{
	font: bold 100% Arial,sans-serif;
	color: #333333;
	display: block;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #fff;
	width: 350px;
	color: #FFFFFF;
}
 legend{
 	font-weight: bold;
	color: #666;
 }
 
 @media screen {
	* html legend {
	margin: -20px 0 0 0;
	position: fixed;
	line-height: 1.4;
	}
}

p input{
	width: 200px;
}	
textarea{
	width: 300px;
	height: 100px;
}

input:focus, textarea:focus{
	background: #efefef;
}

img{ border:none;}

p{ padding-bottom: 10px}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper{
	width: 950px;
	margin-top: 20px;
	background-color: #fff;
	border: solid 1px #fff;
	float: left;
	background-image: url(images/page_back.gif);
	background-repeat: repeat-y;
	margin-left: 20px;
}

#mainArea{
	background-image:url(images/bottom_left.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	min-height:600px;
}

#content{
	padding: 0px 0px 10px 0px;
	color: #333333;
	width: 513px;
	
}

#wrapper #header{
	height: 105px;
}

.clear{ clear: both;}

#logo{
	height:60px;
	padding: 40px 0px 0px 15px;
	width: 600px;
	float: left;
	background-color: #847278;
}

#topOuter{
	background-color:#fff;
}
#topContainer{
	height: 110px;
	clear: both;
	width: 933px;
	background-color: #847278;
	border-bottom: solid 1px #fff;
}
#leftContentOuter{
	width:222px;
	float: left;
}
#leftContent{
	
	background-color: #83637f;
}
#middleContent{
	width:513px;
	float: left;
}
#rightContent{
	width:198px;
	float: left;
	background-color: #83637f;
}
#trContainer{
	width: 665px;
	float:right;
	height: 170px;
	background-color: #6d6f71;
	background-image: url(images/fresh.gif);
	background-repeat: no-repeat;
	background-position: 30px right;
}

.framedBox{
	border: solid 2px #333;
	background-color: #e7e7e9;
	margin: 0px 10px;
	padding: 15px;
}

#middleStripe{
	height: 26px;
	background-color:#847278;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	color: #fff;
	padding-top: 12px;
	padding-left: 20px;
	font-weight: bold;
	
	padding-right: 20px;
}

#middleStripe #midLeft{
	width:200px;
	float:left;
}

#middleStripe #midRight{
	width:150px;
	float:right;
	text-align: right;
}

#middleStripe a:link, #middleStripe a:visited{
	color:#fff;
}

#middleStripe a:hover{
	color:#e1d9e1;
	text-decoration:none;
}
#leftContent #middleStripe{
	border-right:none;
	border-left: solid 1px #847278;
}
#mainImage{
	height:240px;
	width: 511px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
/************** content styles ***************/

#content .pageContent{
	padding: 10px 20px 10px 30px;
	float: left;
	width: 460px;
}

#content .pageContent ul li{	
	padding: 0px 5px 5px 15px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px; 
}

#gallery #content .pageContent{
	padding: 100px 20px 10px 30px;
	float: left;
	width: 750px;
	background-color: #cbc376;
	background-image: url(images/gallery_back.gif);
	background-repeat: no-repeat;
	background-position: -10px 10px;
}


#content .pageContent a:link, #content .pageContent a:visited{

	border-bottom: dotted 1px #fff;
}

#gallery #content .pageContent a:link, #gallery  #content .pageContent a:visited{
	border-bottom: none;
}
/****************** Opacity Styles********************/

a.linkOpacity img {
	filter:alpha(opacity=100);  	
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 	
	opacity: 0.5;
	
}


/*********** #navBar styles ***********/

#navContainer{
	display:block;
	padding: 10px 0px 0px 0px;
}

#nav, #nav ul { 
	padding: 0px; 
	margin: 0; 
	list-style: none; 
	font-size: .95em;			
}


#nav a:link, #nav a:visited { 
	
	font-weight: bold;
	color: #fff;
	padding: 8px 20px 3px 15px;
	font-size: 11px;		
	text-decoration:none;
}
#nav li ul a:link, #nav li ul a:visited { 
	padding: 3px 20px 3px 25px;
	height:10px;
}
#nav li ul{
	padding-bottom:8px;
}
#wrapper #nav .dwn:link, #wrapper #nav .dwn:visited{ 
	color:#d6d6d6;
}
#wrapper #nav .dwn{
	background-color:#a683a1;
	display:block;
}

#wrapper #nav li li .dwn{
	display:inline;
}

body #nav #last a:link, body #nav #last a:visited { 
	border-right: none;
}

#nav a:hover{	
	text-decoration: none;
	color: #efefef;
	
}
#nav li {
	padding: 5px 0px 0px 0px;	
	
}
#nav li  ul{
	background-color:#a683a1;
	display:block;

}

#wrapper #subNav .dwn:link, #wrapper #subNav .dwn:visited{ 
	color:#827179;
}




/*********** #footer styles ***********/
#footer{
	padding-bottom: 15px;
	margin-top: 10px;
	color: #666;
	width: 940px;
	margin-left: 30px;
	
}

#credit{
	color: #fff;
	margin-top: 10px;
	margin: 0 10px;
}
#credit a{
	color: #fff;	
}

#footer #flinks{		
	height: 15px;
	padding-top: 5px;
}
#footer ul li{
	float: left;
	padding: 0px 0px 0px 4px;
}

 #footer a:link, #footer a:visited {
 	color: #999;
 }


 #footer a:hover{
 	text-decoration: underline;
 }


/****************** Clean Tables ********************/
.cleantable {
	border-collapse:collapse;
}

.cleantable td {
	margin:5px; 	
	padding: 5px;
	border:1px solid #000;	
	color:#000000;
	text-align:center;
}

.cleantable  .title1 {
	font-weight: bold;
	text-align: center;
}

.cleantable  .title2 {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #56464f;
}

.cleantable  .shade{
	background-color: #cfcace;
}

.cleantable  .ital{
	font-style:italic;
	text-align:left;
}

.cleantable  .left{
	text-align:left;
}

/******************floating layer Styles********************/
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	/*width: 520px;*/
	height: 1px;
	z-index: 1000;
}
.borderbot {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	background: #cccccc repeat-x;
}
.thumbs_box{
	padding: 5px;	
	border: 1px solid #333;
	/*background-image: url(images/semi_trans.png); */
	background-color: #fff;
	
}

.thumbs_box h2{
	font-size: 12px;
	font-weight: bold;	
	padding-bottom: 0px;
}

.thumbs_box img{
	border: #efefef solid 1px;	
}
.thumbs_box .descTxt{
	padding: 5px;
	color: #535353;
}
 

/****************** Gallery Styles********************/

#landsContainer .gallery {
	float: left;
	margin: 9px 10px;
}
  
  
#portContainer .gallery{
 	float: left;
	margin: 9px 30px 9px 30px;
 }
 
.gallery p {
   text-align: center;
   font-size:80%;
}

.gallery img { 
	border: #000 solid 1px;
	padding: 0px;
}

a.linkOpacity img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	
}

a.linkOpacity:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
	
}


#landsContainer{
	margin: 10px 0;
	padding: 10px 0px 10px 25px;
	border: 1px solid #e8e5c2;	
	width: 715px;
}

#portContainer{
	margin: 10px 0;
	padding: 10px 10px 10px 40px;
	border: 1px solid #e8e5c2;	
	width: 690px;
}
.rightBannerTop{
	width:198px;
	border-bottom:solid 1px #fff;
	height: 240px;
}
.rightBanner{
	width:198px;
	border-bottom:solid 1px #fff;
}
/***********************************************/
/* gallery styles   */
/***********************************************/



#galleryContainer {
	margin-top:40px;
	width: 480px;
	margin-left: -10px;
}

.galleryItem{
	width:150px;
	float:left;
	margin:10px 5px;

}
.galleryItem img{
	border:solid 1px #ccc;
}

.gallLink{
	text-align:center;
}



#calContainer{
	float:right;
	width:250px;
	height: 70px;
	color: #fff;
	border-left: solid 1px #fff;
	padding: 40px 10px 0 10px;
	background-image: url(images/book_back.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#availButton{
	margin-top:11px;
}

#offerBanner{
	margin-top:15px;
}


/********************* Splash page ******************************/
#splash #hotel {
	width:295px;
	background-color:#846380;
	height:390px;
	float:left;
}

#splash #inn {
	width:295px;
	background-color:#735f66;
	height:390px;
	float:left;
	margin-left:1px;
	
}

#splash #club {
	width:294px;
	background-color:#967c93;
	height:390px;
	float:right;
	margin-left:1px;
	
}
#splash #flash {
	width:886px;
}


#splash .content{
	padding: 10px;
	color: #fff;
	width: 275px;
}