/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {
	vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* start generic to site*/
body {
	font: 62.5%/1.25 Verdana, Arial, Helvetica, sans-serif;
	color: #31241E;
	background-image: url(../interface/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #C8B269;
}
.raggedRight {
	text-align: left;
}

p {
	color: #31241E;
	font-size: 1.2em;
	margin-bottom: 1em;
	text-align: justify;
	margin-top: .2em;
}
ul, ol {
	margin-left: 1.2em;
	font-size: 1.2em;
	margin-right: 1.2em;
	margin-bottom: 1.2em;
	padding-left: 1.2em;
}
ul {
	list-style: square;
}

a {
	/*color: #6c1805;*/
	color:#786112;	
	/*font-weight:bold;*/
}

a:hover {
	text-decoration:none;
}

h1,h2,h3 {
	font-weight: normal;
	text-align: left;
}

h1 {
	font-size: 2.2em;
	line-height: .6818;
	margin-bottom: 0.6818em;
	color: #786112;
	letter-spacing: -0.1em;
}
h2 {
	font-size: 1.8em;
	line-height: .83em;
	margin-bottom: 0.115em;
	color: #6c1805;
	margin-top: 0.715em;
}
h3 {
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: 0em;
	margin-top: 1em;
	font-weight: bold;
}
form {
	margin:0;
	padding:0;
}
/* end generic to site*/


#mast_container {
	background: url(../interface/bg-mast.jpg) no-repeat center top;
	height: 410px;
	width: 100%;
}
#container {
	width: 952px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -477px;
	position: relative;	
	left: 50%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#mast_img {
	float: left;
	width: 684px;
	height: 336px;
	margin: 0;
	padding: 0;
	background-image: url(../interface/masthead/mastbkg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}

#leftNav {	
	float: left;
	width: 267px;
	height: 336px;
	background: url(../interface/bg-nav-dark.jpg) no-repeat center top;
}

#outerContent {
	float: left;
	width: 951px;	
	background: url(../interface/bg-cnt.gif) repeat-y top left;
	
}

#content {	
	float: left;
	width: 951px;	
	border-left: 1px solid #0D0503;
	border-bottom: 1px solid #0D0503;
	border-right: 1px solid #0D0503;
	background: url(../interface/bg-cnt-bottom.jpg) no-repeat bottom left;
	margin-top: 0;			
}


/*rsvp styles*/
#hdr-rsvp {
	height: 41px;
	background: url(../inc/res2/images/bg-rsvp-top.jpg) no-repeat;
	width: 266px;
	text-align: center;
	padding-left: 15px;
	position: absolute;
}
#topNav {
	float: right;
	background: url(../interface/top_nav_bg_dark.jpg) no-repeat;
	height: 70px;
	width: 952px;
}
#topNav ul li {
	display: inline;
	width: 3em;
}
#topNav ul {
	text-align: right;
	margin: 35px 0px 0px 0px;
	padding: 0px;
}
#topNav ul a {
	color: #dac582;
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-decoration: none;
	font-weight: bold;
}
#topNav ul a:hover {
	color: #996633;
}

#left_content {
	float: left;
	width: 308px;
	padding-bottom: 100px;
}
#right_content {
	float: left;
	width: 580px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	clear: both;
	float: left;
	width: 952px;
	padding-top: 40px;
	padding-bottom: 30px;
}
#footer p {
	margin-left: 55px;
	color: #786112;
}
#footer a {
	color: #786112;
}

ul#nav	 {
	list-style: none;
	margin: 40px 0px 0px 75px;
	padding: 0px;
	line-height: 1em;
}
ul#nav li  {
	margin-bottom: 0.5em;
}
ul#nav a  {
	display: block;
	width: 142px;
	height: 20px;
}
li#home {
	background: url(../interface/nav/home_btn_off.jpg) no-repeat;
}
li#home a:hover {
	background: url(../interface/nav/home_btn_ovr.jpg) no-repeat;
	height: 20px;
}
li#home a.activeLink {
	background: url(../interface/nav/home_btn_on.jpg) no-repeat;
}
li#room_amenities {
	background: url(../interface/nav/rooms_btn_off.jpg) no-repeat;
}
li#room_amenities a:hover {
	background: url(../interface/nav/rooms_btn_ovr.jpg) no-repeat;
	height: 20px;
}
li#room_amenities a.activeLink {
	background: url(../interface/nav/rooms_btn_on.jpg) no-repeat;
}

li#hotel_amenities {
	background: url(../interface/nav/amenities_btn_off.jpg) no-repeat;
}
li#hotel_amenities a:hover {
	background: url(../interface/nav/amenities_btn_ovr.jpg) no-repeat;
	height: 20px;
}
li#hotel_amenities a.activeLink {
	background: url(../interface/nav/amenities_btn_on.jpg) no-repeat;
	height: 20px;
}

li#restaurants {
	background: url(../interface/nav/restaurant_btn_off.jpg) no-repeat;
}
li#restaurants a:hover {
	background: url(../interface/nav/restaurant_btn_ovr.jpg) no-repeat;
	height: 20px;
}
li#restaurants a.activeLink {
	background: url(../interface/nav/restaurant_btn_on.jpg) no-repeat;
	height: 20px;
}

li#special {
	background: url(../interface/nav/special_btn_off.jpg) no-repeat;
}
li#special a:hover {
	background: url(../interface/nav/special_btn_ovr.jpg) no-repeat;
	height: 20px;
}
li#special a.activeLink {
	background: url(../interface/nav/special_btn_on.jpg) no-repeat;
	height: 20px;
}

li#tour {
	background: url(../interface/nav/tour_btn_off.jpg) no-repeat;
}
li#tour a:hover {
	background: url(../interface/nav/tour_btn_ovr.jpg) no-repeat;
	height: 20px;
}
li#tour a.activeLink {
	background: url(../interface/nav/tour_btn_on.jpg) no-repeat;
	height: 20px;
}

li#events {
	background: url(../interface/nav/groups_btn_off.jpg) no-repeat;
}
li#events a:hover {
	background: url(../interface/nav/groups_btn_ovr.jpg) no-repeat;
	height: 20px;
}
li#events a.activeLink {
	background: url(../interface/nav/groups_btn_on.jpg) no-repeat;
	height: 20px;
}

li#guide {
	background: url(../interface/nav/city_guide_btn_off.jpg) no-repeat;
}
li#guide a:hover {
	background: url(../interface/nav/city_guide_btn_ovr.jpg) no-repeat;
	height: 20px;
}
li#guide a.activeLink {
	background: url(../interface/nav/city_guide_btn_on.jpg) no-repeat;
	height: 20px;
}

li#maps {
	background: url(../interface/nav/maps_btn_off.jpg) no-repeat;
}
li#maps a:hover {
	background: url(../interface/nav/maps_btn_ovr.jpg) no-repeat;
	height: 20px;
}
li#maps a.activeLink {
	background: url(../interface/nav/maps_btn_on.jpg) no-repeat;
	height: 20px;
}
.fltrt {
	float: right;
	margin-left: 16px;
	margin-bottom: 0px;
}
.bottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.top {
	margin-top: 0px;
	padding-top: 0px;
}
.goldbrdr {
	border: 2px solid #A48319;
}
.clear {
	clear: both;
}
.topAdd {
	margin-top: 1.2em;
}
.nobrdr {
	border-style: none;
}
.tracking {
	letter-spacing: -0.05em;
}


.small {
	color: #561b15;
	font-size: 1em;
}
#menuSection {
	background: url(../images/leather-panel.jpg) no-repeat;
	padding: 30px 60px 0px 30px;
	height: 310px;
	text-align: left;
}
#menuSection h3 {
	color: #F5DF8A;
}
#menuSection p {
	color: #FFFFFF;
}
.menuIcn {
	color: #FFFFFF;
	font-size: 1em;
	width: 50px;
	text-align: center;
	padding-right: 10px;
	float: left;
}
#subnav {
	background: url(../images/subnav-bg.jpg) no-repeat;
	height: 60px;
	float: left;
	width: 620px;
	font: small-caps 1.1em Georgia, "Times New Roman", Times, serif;
	color: #31241E;
	letter-spacing: -0.05em;
}
#subnav a {
	text-decoration: none;
	font-weight: bold;
	color: #786112;
}
#subnav a:hover {
	text-decoration: underline;
}
.reduceWordSpacing {
	word-spacing: -0.125em;
}
.topGoldBrdr {
	border-top: 2px solid #EDDDB9;
}
#menuSection240 {
	background: url(../images/leather-panel-240.jpg) no-repeat;
	padding: 30px 30px 0px;
	height: 310px;
	text-align: left;
	float: right;
	width: 180px;
	color: #FFFFFF;
	margin-left: 1.25em;
}
#menuSection240 h3 {
	color: #F5DF8A;
}
#menuSection240 p {
	color: #FFFFFF;
}
