@charset "utf-8";

* {
   margin:0;
   padding:0;
}

body {
	background: url(images/bg.jpg) repeat-x #fc9600;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #824117;
}

p {
	margin-bottom: 7px;
}


h1 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;	
	line-height:32px;
	color: #5f2703;	
	margin: 11px 0 0 17px;
}


h2 	{
	font: bold 16px Georgia, "Times New Roman", Times, serif;	
	color: #678F07;	
	margin-bottom: 7px;	
}	

a {
	color: #824117;
	font-weight: bold;
}

a:hover, a:active, a:visited {
	color: #824117;
	font-weight: bold;
}

ul {
	margin-left: 15px;
	list-style: none;
	padding: 0;
	border: none;
	font: bold 12px Arial, Helvetica, sans-serif;

	}
li {
	margin: 2px 0;

}	

#wrapper {
   width:921px;
   margin:0 auto;
   margin-top:9px;
}

#header {
   height: 346px;
   background: url(images/slide-1.jpg) no-repeat;
   overflow:hidden;
}

.slideshow {  
    width:   922px;
    height:  346px;    
    padding: 0;  
    margin:  0 auto;  
} 
 
.slideshow img {    
    width:  922px; 
    height: 346px; 
    top:  0; 
    left: 0; 
} 

#content-top {
   background: #b5c66a url(images/bg-content-top.jpg) no-repeat;
   width:100%;
   overflow:hidden;
}

#content-top #leftcol {
   width:675px;	
   overflow:hidden;
   float: left;
}

#content-top #leftcol .textwrap{
   background:#dbe89f;
   margin:0 0 0 16px; 
   height:100%;
   overflow:hidden;  
   padding-right:12px;
   margin-bottom:14px;
}

#content-top #leftcol .textwrap p {
	margin: 13px 0 9px 16px;
	padding-bottom:2px;
}


#content-top #leftcol .textwrap img{
   float:left;
   margin:3px 2px 0px 0;
}


#content-top #rightcol {
   width:242px;	
   height: 266px;
   background:url(images/bg-rightcol.jpg) no-repeat; 
   overflow:hidden;
   float: right;
}

#content {
   min-height: 225px;
   width:100%;
   overflow: hidden;
   background: #b5c66a;
   clear:both;
}

		.content-box-short {
		min-height: 50px;
		overflow: hidden;
		height:100%;	
		}
		
			.content-box-left {
			background: #dbe89f;
			min-height: 50px;
			overflow: hidden;
			height:100%;
			margin:6px 0px 16px 16px;
			padding: 15px 15px 15px 15px;
			width: 630px;
			float: left;	
			}
			
			.content-box-right {
			min-height: 50px;
			overflow: hidden;
			height:100%;
			width: 220px;
			float: right;	
			}


		.content-boxes{
		background: #dbe89f;
		min-height: 50px;
		overflow: hidden;
		height:100%;
		margin:6px 16px 16px 16px;
		padding: 15px 15px 15px 15px;
		}

				#menu ul{
					width: 679px;
					height:25px;
					margin: 0 0 0 85px;
					padding: 8px 0 0 0;
					
				}
				
				#menu ul li{
					list-style: none;
					float: left;
					margin: 0  0 0 35px;
					padding: 0;
					
				}
				
				#menu ul li a{
					font: bold 12px Arial, Helvetica, sans-serif;
					text-transform: uppercase;
					color: #fff;
					text-decoration: none;
				}
				
				#menu ul li a:hover{
					font: bold 12px Arial, Helvetica, sans-serif;
					color: #f2f936;
					text-decoration: none;
				}
				
#footer {
			font: bold 12px Arial, Helvetica, sans-serif;
			color: #fff;
			text-align: center;
			background: #b5c66a;
			padding: 18px 0 14px 0;
			clear: both;
		}

.hotel {
	font: normal 18px Georgia, "Times New Roman", Times, serif;	
	color: #824117;
}
.hotel-city {
	font: bold 18px Georgia, "Times New Roman", Times, serif;	
	color: #678f07;
}
.titles-smaller {
	font: bold 16px Georgia, "Times New Roman", Times, serif;	
	color: #678f07;
}

#copyright {
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 8px 0;
	padding-bottom:10px;
}




/*-------reservation form--------------*/

.reservations{
    width:178px;
	overflow:hidden;
	margin: 52px auto 10px;
	padding: 0;
}
form { 
	font: bold 9px Arial, Helvetica, sans-serif; 
	color:#824117; 
}

.form-item {
  float:left; 
  margin:6px 5px 0;
  
}

label {
  display:block;
  margin-bottom:1px;
}

input {
   font-size:10px;
   color:#666;
   border:1px solid #dedede;
   padding:1px;
}

input.form-text {
   width:65px;
}

input.img-button {
   border:none;
   padding:none;
   margin-top:12px;
   width:73px;
   height:17px;
   }
   
option, select {
   font-size:10px;
   color:#666;
   border:1px solid #dedede;
}

option {
  padding-left:2px;
}

