/* CSS Document */

/* CSS Document */
body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.166;	
	margin:10px auto; 
	text-align:center;
	color: #000000;
	/*background-color: #CCCAD3;*/
	background-color: #cccccc;
	
	}

form{
	padding: 0px;
}

input{ 
     border: 1px solid #000000;
     font-size:11px;
     color: #000000; 
}

select {
	 border: 1px solid #000000;
	 font-size:11px;
	 color: #000000; 
}
h1,h2,h3,h4,h5,h6{
	 font-family:  Arial, Tahoma,Helvetica;
	 color: #003d73;

}
h1{
	 font-size: 19px;
}

h2{
	 font-size: 17px;
}

h3{
	 font-size: 15px;
}

h4{
	 font-size: 14px;
}

h5{
	 font-size: 13px;
}

h6{
	 font-size: 11px;
}

hr{padding:0px;
margin:0px;}


ul{
	list-style-type: square;
}

/***** Miscellaneous*******/

.left{
	text-align: left;
}

.center {
	text-align: center;
}
.right{
  text-align: right;
}
.nobord{
	border: none;
}
.floatright{
	float: right;
}
.floatleft{
	float: left;
}
.positionrel{
	position:relative;
}
.positionabs{
	position:absolute;
}
.clearboth{
	clear:both;
}
.strong{font-weight:bold;}
.fullwidth{
	width: 100%;
}
.tdpad{padding: 5px 5px 5px 10px;}
.padfive{padding: 5px;}
/***********container styles **************/
#container{
	margin:0px auto;
	width: 768px;
	background-color: #e9c18d;
	text-align: left;
	padding: 13px 3px 13px 13px;
	border: solid 2px #aca69f;
}

#webbody{
	width: 755px;
	border: solid 1px #999999;
	background-color:#FFFFFF;
}


/*********** topmenu styles ******************/

.logo {
	font-weight: bold;
	float: left;	
	width: 233px;
}
html>body .logo{width: 236px;}
.logo h1, .logo h2{
	padding: 20px 0 0 0;
	margin: 0;
}
.logo h3, .logo h4{
	color: #333232;
	padding: 0;
	margin: 0;
}
.logo img{
	float:left;
	padding: 35px 0 0 35px;
}
/************* #navbar styles *****************/
.navbar{
	margin: 0px;
	width: 755px;
	background: url(../images/menubg.gif) repeat-x;
	position: absolute;
}
.navbar ul {
	margin: 0px 0px 0px 100px;
	padding: 0px;
	list-style:none;
	text-align:center;
}
.navbar ul li {
	position: relative;	
	border-left: solid 1px #7592c0;	
}
.navend a, .navend a:link,.navend a:visited,.navend a:active,.navend a:hover{
	border:none;
}
.navbar ul li a {   
	margin:0px;
	padding: 0px 25px 0px 25px;
	text-align: center;
	font-weight:normal;
	float:left;
	text-transform: uppercase;	
}
.navbar ul li p{
	padding: 15px 0 4px 0;
	margin:0;
}
.navbar ul li a ,.navbar ul li a:link, .navbar ul li a:visited, .navbar ul li a:active {
	color:#ffffff;
	text-decoration:none;
	font-size: 11px;
	height: 40px;	
	font-weight:normal;
}

#about .navbar ul li a.about ,#about .navbar ul li a.about:link,#about .navbar ul li a.about:visited,#about .navbar ul li a.about:active {
color:#ffffff;
	text-decoration:none;
	font-size: 11px;
	font-weight:normal;
	background: url(../images/menuhoverbg.gif) repeat-x;
	height: 50px;	
}

#reservation .navbar ul li a.reservation ,#reservation .navbar ul li a.reservation:link,#reservation .navbar ul li a.reservation:visited,#reservation .navbar ul li a.reservation:active {
color:#ffffff;
	text-decoration:none;
	font-size: 11px;
	font-weight:normal;
	background: url(../images/menuhoverbg.gif) repeat-x;
	height: 50px;	
}

#home .navbar ul li a.home ,#home .navbar ul li a.home:link,#home .navbar ul li a.home:visited,#home .navbar ul li a.home:active {
color:#ffffff;
	text-decoration:none;
	font-size: 11px;
	font-weight:normal;
	background: url(../images/menuhoverbg.gif) repeat-x;
	height: 50px;	
}

#rooms .navbar ul li a.rooms ,#rooms .navbar ul li a.rooms:link,#rooms .navbar ul li a.rooms:visited,#rooms .navbar ul li a.rooms:active {
color:#ffffff;
	text-decoration:none;
	font-size: 11px;
	font-weight:normal;
	background: url(../images/menuhoverbg.gif) repeat-x;
	height: 50px;	
}
#special .navbar ul li a.special ,#special .navbar ul li a.special:link,#special .navbar ul li a.special:visited,#special .navbar ul li a.special:active {
color:#ffffff;
	text-decoration:none;
	font-size: 11px;
	font-weight:normal;
	background: url(../images/menuhoverbg.gif) repeat-x;
	height: 50px;	
}
.navbar ul li a:hover,.navbar ul li a.front ,.navbar ul li a.front:link,.navbar ul li a.front:active,.navbar ul li a.front:visited {
	color:#ffffff;
	text-decoration:none;
	font-size: 11px;
	font-weight:normal;
	background: url(../images/menuhoverbg.gif) repeat-x;
	height: 50px;	
}
#contact .navbar ul li a.contact ,#contact .navbar ul li a.contact:link,#contact .navbar ul li a.contact:visited,#contact .navbar ul li a.contact:active {
color:#ffffff;
	text-decoration:none;
	font-size: 11px;
	font-weight:normal;
	background: url(../images/menuhoverbg.gif) repeat-x;
	height: 50px;	
}

/* Fix IE. Hide from IE Mac \*/
.navbar ul li { float: left; height: 1%; }
.navbar ul li a { height: 1%; }
/* End */

.navbar li:hover ul, li.over ul { 
	display: block;
}

/*********** bottommenu styles ******************/
.bottom{
	padding: 10px 0 5px 0;
	vertical-align:bottom;
	bottom:0;
}
.bottom div{}
.bottom img{
 	padding: 0 2px 0 2px;
}
.bottommenu { 
	background-color: #ffffff;
	color: #cccccc;
	padding: 20px 7px 7px 7px;
	height: 35px;
	clear: both;
}
.bottommenu img{
	float: left;
	margin-top: -10px;
	overflow:visible;
	z-index: 100;
	position:relative;
}
.bottommenu a{
	padding-left: 4px;
	padding-right: 4px;
}
.bottommenu a:link,.bottommenu a:visited,.bottommenu a:active,.bottommenu a:hover{
	font-size: 10px;
	text-decoration: none;
}

.bottommenu a:hover{
	text-decoration: underline;
	
}
.bottommenu h4{	margin: 0;
	color: #000000;
	font-size: 10px;
}

/***********content and heading styles***************/

.content{
	padding: 65px 30px 0 0;	
	line-height:17px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	min-height: 467px;
	height: 100%
}
.content .wrapper{height:350px}
.content li {
	margin-top: 0px;
	padding: 3px 0 0 0;
}
.content ul {
	padding-top:0px;
	margin-top: 0px;
	list-style-position: outside; 
	padding:0px;
	margin-left:15px;
	color: #000000;
}
/******** box styles **********************/
.content .box{
	background-color: #e3e3e3;
	float: none;
	width: 450px;
	height: 200px;
	margin: 0;	
	min-height: 200px;
	}
.box {
	margin:55px 20px 0 0;
	padding: 0 0 10px 0;
	background-color: #efae6e;
	float: left;
	width:250px;
	height: 400px;
	position:relative;
	min-height: 400px;
	text-align: center;
	}
.box img{border: solid 1px #000000;}
#rooms .box{
	min-height:762px;
	height: 852px;
	max-height: 762px;
}
html > body #rooms .box{
	
}
#rooms .content .box{
	min-height:200px;
	height: 200px;
}
#rooms .content{
	min-height:762px;
}
#reservation .box{
	min-height: 467px;
	height: 492px;
	max-height: 467px;
}
#reservation .content .box{
	
}

html>body .box{	
	height:auto;
}
html>body #reservation .box{	
	height:auto;
}
.content .header{background: url(../images/menubg.gif) repeat-x;}
.header{
	background-color: #be7e3a;
	text-align:center;
	padding: 5px;
	}
.box h1, .box h2, .box h3, .box h4{
	color: #ffffff;
}
.header h1, .header h2, .header h3, .header h4{
	color: #ffffff;
}
.content .box .header h3{
	padding: 6px;
}
.box .header h3{
	padding: 0;
	margin:0;
}
.box table{
	width: 100%;
	padding: 5px 0 5px 0;
}
.content table.box{

}
.box table td{
	padding: 3px 5px 3px 10px;
}
.box a, .box a:link, .box a:visited, .box a:active{text-decoration: underline;}	
.altrow{
	background-color: #ececec;
}



/************* link styles ***************/

A:link, A:visited, A:active{
	text-decoration: none;
	color: #519d3f;
	font-weight: bold;
	
}

A:hover{
	color: #519d3f;
	text-decoration: underline;
	font-weight: bold;
}

A.list:link, A.list:visited, A.list:active{
	font-size: 11px;
	text-decoration: none;
	color: #01559e;
	font-weight: bold;
	
}

A.list:hover{
	font-size: 11px;
	color: #01559e;
	text-decoration: underline;
	font-weight: bold;
}

/************* #breadCrumb styles *************/

.breadcrumbs{
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #01559e;
	margin: 0px;	
	font-family: Tahoma,Arial,sans-serif;
	font-weight:bold;
}
.breadcrumbsborder{
	background-image:url(../images/breadcrumbsborder.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	padding: 2px;
	clear: both;
}
.breadcrumbs A:link,.breadcrumbs A:visited,.breadcrumbs A:active{
	font-size: 10px;
	text-decoration: none;
	color: #b0b0b0;
	font-weight:bold;
}

.breadcrumbs A:hover{
	font-size: 10px;
	color: #01559e;
	font-weight:bold;
}

/********** #highlight styles *********************/
.highlight{
	border: solid 1px #003d73;
	background-color: #e9c18d;
	color: #000000;
	font-size: 10px;
	padding: 4px;
}

#leftcell {
	font-family:  Arial, Tahoma,Helvetica;
	color: #003d73;
	font-size:11px;
	font-weight:bold;
	padding: 2px;
}
