/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0px; padding:0px }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* ------------------------------------------------------------------------- */

body{
	background-color:#606;


	/** color:#800000; **/
	line-height:17px;
	/** font-weight:800; **/

/*	body, td, div, span, ul{
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #F0F1d7; /**  EEF1B5     ** /
  font-size: 14px;
}*/
	color:#822632; /* 933743 822632 */
	margin:9px 0px 20px 0px;
	padding:0px;
	font-family: Arial, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif ! important;
	font-size:15px;
}
img{
	border:0px;
	margin:0px;
	padding:0px;
}
form{
	display:inline;
	margin:0px;
}
h1,h2,h3,h4,h5{
	font-family:Trebuchet MS;
	/**
	background-image:url("/images/n/h_grad01.jpg");
	background-repeat:repeat-y;
	**/
}
h1{
	margin:15px 0px 5px 0px;
	font-size:178%;
	color:#514F00;
}
h2{
	margin:11px 0px 4px 0px;
	font-size:153%;
	padding-bottom:2px;
	background-image:url("/images/n/h_grad02.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
}
h3{
	margin:7px 0px 3px 0px;
	font-size:128%;
	padding-bottom:2px;
	background-image:url("/images/n/h_grad02.gif");
	background-position:bottom left;
	background-repeat:no-repeat;
}
h4{
	margin:4px 0px 2px 0px;
	font-size:103%;
}

#bodyWrap{
	width:760px;
	margin-left:auto;
	margin-right: auto;
	background-color:#E6D6B5;
	border:1px solid #D6A954;
}
#mainTable{
	background-color:#E6D6B5;
}

#header{
	background-color:#000;
	border-bottom:14px solid #FC0;
}
#linkButtons{
	margin:0px auto;
	width:425px;
}
/*** deprecated decs - no longer in most pages  - delete by 10-31-2006
#mainBody{
	padding:30px 15px 8px 15px;
}
#QtrRound02{
	background-image:url("/images/assets/angle.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
}
**/
.h2_1{
	font-size:119%;
	color:#606;
}
.emTxt1{
	font-style:italic;
	font-size:13px;
	line-height:20px;
}
.maroonTxtAll{
	/** color:#800000; **/
}
.maroonTxt1{
	margin:18px 0px 0px 0px;
}
/** this is what I got for the link states **/
a{
	color:ROYALBLUE;
}
a:hover{
	color:ROYALBLUE;
	text-decoration:underline;
}
a:visited{
	color:ROYALBLUE;
}
.cb{
	clear:both;
}


#topMargin{
	width:100%;
	height:20px;
	background-color:#D8C59B;
	border-bottom:4px solid #807758;
	padding:2px 0px;
}
#mainTable{
	/**width:;**/
	border-right:1px solid #000;
	border-left:1px solid #000;
}
#newBody{
	background-color:#E6D8B2; /** old: #817658; - and getting lighter and lighter: D9C59A : DDCBA5 : E5D7BA : EEE5D2 : F6F2E8 
	2006-09-24: then mixing in FFE91D, we get:
	E6D8B2 @8%
	E9DAA3 @15%
	EBDB96 @23%
	**/
	padding:20px 0px 5px 12px;
}
#rightInset{
	position:relative;
	float:right;
	width:236px;
	/** height:278px; **/
	background-color:#E6D6B5;
	background-image: url("/images/n/rinsetbg.jpg");
	background-repeat:repeat-x;
	margin-top:-20px; /** see padding in #newBody **/
}
#subNav{
	background-image: url("/images/n/tinsetbg.jpg");
	background-repeat:repeat-y;
	/** background-color:#E5B4D0; **/
	height:22px;
	padding:0px 15px;
	color:WHITE;
	font-size:smaller;
}
#subNav a{
	color:white;
	text-decoration:underline;
	padding:0px 10px;
	margin-bottom:-13px;
}
#subNav a:hover{
	text-decoration:none;
}
#subNav #roomsRates, #subNav #thingsTodo, #subNav #feedback, #subNav #homeSection{
	display:none;
} 
#homeSection{
	padding-left:315px;
}
#feedback{
	padding-left:206px;
}
#thingsTodo{
	padding-left:111px;
}
#roomsRates{
	margin-left:-4px;
}

#medallion{
	/*background-color:none;*/
	position:absolute;
	left:8px;
	top:-22px;
}
#rightInsetContent{
	margin-top:110px;
	padding:0px 10px 10px 10px;
	font-size:90%;
}
#topNews{
	background-color:#000;
	color:#333;
	padding:8px;
	margin-top:-20px;
	margin-left:-12px;
}
#pr20{
	padding-right:20px;
}
.hdr07{
	color:#E2CB95;
	font-weight:700;
	font-size:119%;
}
.hiddenText{
	display:none;
}
