	body
	{
		padding: 0;
		margin: 0;
		background-color: #D6D5BB;
		color: #43595E;
		text-align: center;
		
	font: 0.8125em Verdana, sans-serif;	
		
	}
	

/*--------------Structural elements -------------------*/
	#wrapper
	{
		margin-right:auto;
		margin-left:auto;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 920px;
		background: #fff url("images/bkg.gif") top center repeat-y;
	}
	
	#container
	{
		
		margin-right:auto;
		margin-left:auto;
		width: 875px;
		margin-bottom: 5px;
		text-align: center;
		background-color: #999D85;
		border: 1px solid #111B1E; 
		
	}

	#contents	
	{
	
	    clear:left;
		margin-bottom: 10px;
		margin-right:auto;
		margin-left:auto;
		width: 800px;
		padding: 25px;
		background-color: #D6D5BB;
		border: 5px solid #330033;
		color: #000;
		text-align: left;
		/*
		font-size: 0.8em;
	*/
	}
	

	#header
	{
		margin-top: 10px;
		margin-right:auto;
		margin-left:auto;
		width: 850px;
		height: 190px;
		background: #fff url("images/header.jpg") top no-repeat;
		border: 5px solid #330033;
	    color: #fff;
	    text-align: left;

	}
		
* html #header img{
 margin-bottom: -4px; /* hack for IE */
}


/* common styling */


	h1, h2, h3, h4
	{
		background-color: transparent;
		font-family: verdana,sans-serif;
		color: #43595E;
	}


h1 {font-size: 1.4em; letter-spacing: 1px;}
h2 {font: 1.3em Georgia, "Times New Roman", serif; letter-spacing: 1px;}
h3 {font: bold 1em Verdana, Arial, sans-serif; letter-spacing: 2px;
  text-transform: uppercase;}
h4 {font: bold 1.1em Georgia, "Times New Roman", serif; letter-spacing: 1px;}

.bold{
        font-weight: bold;
        }
        

blockquote{
		color: #43595E;
		font: 1.1em bold ;
		font-style: italic;
		
}

p {
		color: #43595E;
		background-color: transparent;
		font-family: verdana,sans-serif;
	/*
		font-size: 1em;
	*/
	}


        a{
        color: #9F82A0;
        font-weight: bold;
        }

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

    ul{
        font-weight: bold;
        list-style: circle; 
		font-family: verdana,sans-serif;
        color: #43595E;
        }

        li{
        margin-left: 40px;
        font-weight: normal;
        }
        
.ctr
        {
        margin: 0 25px;
        text-align: center;
        }
        
        



   /*
   h2 > ul{
     	font-size: .8em;
     }
   */
/*------------ breadcrumbs ----------------*/
	
#bread {
	color: #333;
	padding: 0;
	margin-bottom: 20px;
	font-family: verdana,sans-serif;
	/*
	font-size: 0.8em;
	*/
	}

#bread a{
        color: #9F82A0;
	font-weight: normal;
	}


#bread a:hover{
	color:#330033;
	font-weight: normal;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	}

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}


/*------------------ Menu --------------------- */
#menu {
width:860px;
position:relative;
margin-right:auto;
margin-left:auto;
font-family: verdana,sans-serif;
font-size:1.2em;
z-index:100;
background-color: #330033;
}




#cssdropdown, #cssdropdown ul {
font-size:0.8em;
padding:0;
margin: 0 0 0 5px;
height: 22px;
list-style-type:none;
/*background-color: #330033;
*/}




#cssdropdown li {
 float: left;
 position: relative;
 margin: 0 2px 0 0;
 padding: 0;
 }

 * html #cssdropdown li {
  margin: 0 1px;
  padding: 0;

}


/*
.mainitems{background-color: #330033;
}
  */
.mainitems a, .mainitems a:visited{
display:block;
padding-top: 2px;
text-decoration:none;
color:#D6D5BB;
width: 104.3px;
height:20px;
background-color:#330033;
text-align: center;
font-weight: normal;

background: #9F82A0 url("images/mn_shad.gif") top repeat-x;
}

.subuls{
display: none;
width: 8em;
position: absolute;
top: 1.3em;
left: -10px;
background-color: #330033;
 }



.subuls li{
width: 100%;
background-color: #9F82A0;
}

* html .subuls{
top: 2em;
}
   

.subuls li a, .subuls li a:visited{
text-decoration: none;
font-weight: normal;
border: none;
background: #9F82A0 url("images/mn_shad.gif") top ;
border: 1px solid #330033;
   }
   
* html .subuls li a, .subuls li a:visited{
border: none;
width: 103px;
background: #9F82A0 url("images/mn_shad.gif") top right ;

}   
   

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top
right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
left:-6px;
}



/* style the top level hover */
#menu a:hover, #menu ul ul a:hover{
color:#FFCC66;
font-weight: normal;

}
#menu :hover > a, #menu ul ul :hover > a{
color:#FFCC66;
font-weight: normal;

}



/*------------------- Footer --------------------- */
#footer{
  text-align: center;
  padding: 0;
  margin:0;

}

#footer p{
position: relative;
top: 25px;
color:#43595E;
}

#footer a{
  color: #9F82A0;
  font-size: 0.9em;
}

#footer a:hover{
  color: #330033;
}


* html #footer p{
top: 20px;
}



#button, #buttona{
position: relative;
float: right;
width: 230px;
height: 40px;
background: #D6D5BB url("images/button.gif") top no-repeat;

}


#button a, #buttona a{
position: relative;
top: 10px;
padding-left: 13px;
text-decoration: none;
color:#D6D5BB; 
}

#button a:hover, #buttona a:hover{
color: #FFCC66;
}


#buttona a{margin-left: 7px;
}

/*---------- policies ------------------*/
#policies li{
padding-bottom: 1em;}

.addr{
padding: 0 0 1em 3em;
}

/*directions */

.tab_cell_d
        {

	background-color:#D6D5BB;
    color: #43595E;    
    margin: 0 auto;
	/*width: 600px;
    */
    }


.col1_d{	
  	width: 90px;
    text-align:left; 
    padding: 0 10px;   
}    

.col2_d{
	width: 180px;
    text-align:left;
    margin-left: 10px;    
}




/* roooms */

caption{
margin:10px 0;
font-size: 1.2em;
}
.tab_cell
        {
 	border: 2px solid #330033;
 	border-collapse: collapse;
	background-color:#D6D5BB;
    color: #43595E;    
    margin: 0 auto;
	/*width: 600px;
    */
    }

.tab_outter{

	background-color:#D6D5BB;
    color: #43595E;
    margin: 2px auto 0 auto;
 	border: 2px solid #330033;
    border-collapse: collapse;
}


.tab_inner{
    margin: 0 auto 2px auto;
 	}


.row1{

 } 
 
 
.row2{
 	border-bottom: 1px solid #330033;
    border-collapse: collapse; 
 }  


.tab_th, .tab_th_sm{
	border: 1px solid #330033;
	text-align:center;
	background-color: #999D85;
	color:#D6D5BB;
}
.tab_th_sm{
	font-size: .95em;}


.col1{
	background-color: #D6D5BB;
	width: 150px;
	padding: 5px 5px 2px 5px;
        }

.col2{
    text-align: left top;    
	background-color: #D6D5BB;
	width: 600px;
	padding: 0 5px;

}

.col2 h1{
font-weight: bold;
font-style: italic;
font-size: 1em;
}



.col3, .col4, .col5{
    text-align: center;    
	background-color: #D6D5BB;
	border: 1px solid #330033;
	width: 130px;
	padding: 0 10px;
}


.col6{
    text-align: center;    
	color:#D6D5BB;
	width: 255px;
	padding-bottom: 4px;
	margin: 0;
	background: #D6D5BB url("images/button.gif") top no-repeat;
}

.col6 a{
padding: 0 70px;
color: #D6D5BB;
font-size: 90%;
}



.col6 a:hover{
color:#FFCC66; 
}

    
.col1_s{	
    background-color: #D6D5BB;
	border: 1px solid #330033;
	width: 60px;
    text-align:center;    
}    

.col2_s{
	background-color: #D6D5BB;
	border: 1px solid #330033;
	width: 180px;
    text-align:center;    
}

img {
border:none;
}

img_none{
text-decoration: none;}



ul.none{
margin-left: 250px;
list-style:none;}

ul.none li{margin:0;}

.calendar_item p, .media_description{
margin-left: 20px;
}


/*------  Contact Page ----------------*/

/* contact */

fieldset {padding:0; border:0; margin:0;}

#contact label{
color: #43595E;
float: left;
width: 120px;
margin-left: 50px;
font-weight: bold;
}

#contact input, #contact textarea{
width: 300px;
margin-bottom: 5px;
}

#contact textarea{
width: 300px;
height: 150px;
}

#contact .boxes{
width: 1em;
}

#contact #submitbutton{
margin-left: 180px;
margin-top: 5px;
width: 90px;
}

#contact br{
clear: left;
}

img.contact{
  margin-top: 20px;
  }



/*----------- Home -----------*/

#rev_links{
text-align: center;
margin:25px;
padding-top: 10px;]
}


#bb_rev{}

#giftcert{padding-top:20px;}

#others{clear: both;
padding-top:20px;}



/*----------- Pictures -----------*/
.pic_right{
  float:right;
  padding: 0px;
  margin: 2px 15px 2px 5px;
}

.pic_left{
  float:left;
  padding: 5px 5px 0px 0px;
  margin: 4px;
}

.pic_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}



#rotate{
width: 300px;
float: right;
}





/*--------- Current Page styling ------------------*/



#uber a {
color: #FFCC66;
font-weight: normal;
}



ul.subuls li a{
  color:#D6D5BB;
  font-weight: normal;
}

li#uber ul.subuls li a{
  color: #D6D5BB;
}

li#uber ul.subuls li a:hover{
    color: #FFCC66;
    font-weight: normal;
}

