/*
CSS By E-Marketing Associates http://www.e-marketingassociates.com
All associated graphics copyright 2006 EMA, All rights reserved. This design is not a template. You may not reproduce it elsewhere without the designer's written permission.
*/

html,body {
	background: url(../images/interface/bgPattern.jpg) repeat left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	width: 100%;
	text-align:center;
}
ul, ol {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 1.2em;
}
.bottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.top {
	margin-top: 0px;
	padding-top: 0px;
}



#container {
	width: 784px;
	margin: 0px auto;
	background: url(../images/interface/bg_cnt.jpg) repeat-y left top;
	position: relative;
	min-height: 100%;
}

* html #container {
	height: 100%;
}

#mast_top {
	background: url(../images/interface/mastTop.gif) no-repeat left top;
	height: 35px;
	width: 770px;
	margin: 0px auto;
}

/*------------------------ Top navigation */
#top_nav {
	font-size: 1.1em;
	margin: 0px 8px 0px 0px;
	text-align: right;
	padding: 13px 0px 0px 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#top_nav li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}

#top_nav a {
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
}

#top_nav a:hover {
	color: #CF2043;
}

/*------------------------ Main navigation */
#nav_main {
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 770px;
	position: relative;
	left: 7px;
	background:url(../images/interface/nav-bg.gif);
}

* html #nav_main {
	left: 0px;
}

#navbar img {
	margin: 0px;
	padding: 0px;
}


/*------------------------ City Guide sub navigation */
#city_nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#city_nav li {
	margin: 0px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	list-style-type: none;
	display: block;
	padding: 0px;
}

*html #city_nav li {
	margin: 0px 10px -12px 10px;
}

#city_nav a,
#city_nav a:link {
	text-decoration: none;
	color: #000000;
	display: block;
	list-style-type: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9E1919;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin: 0px;
}

#city_nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	list-style-type: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9E1919;
	background-color: #9E1919;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin: 0px;
}
/*------------------------ cnt */
#cnt {
	width: 770px;
	padding: 0px 8px;
}

/*------------------------ Main content (left) */
#left_content {
	padding: 20px 20px 55px 20px;
	margin: 0px;
}

#left_content p, ul {
	font-size: .7em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

#left_content a {
	color: #9E1919;
	text-decoration: none;
}

#left_content a:hover {
	color: #9E1919;
	text-decoration: underline;
}

/*------------------------ Footer */
#ftr {
	width: 784px;
	height: 70px;
	background: url(../images/interface/bg_ftr.jpg) repeat-y left top;
	position: relative;
	margin: 0px auto 0px auto;
}

#footer_cell {
	text-align: center;
	line-height: 18px;
	padding: 5px 10px 0px 10px;
}

#footer_cell a {
	text-decoration: none;
	color: #CF2043;
}
#seeuthere {
	background-image: url(../images/interface/bg_seeutherefoot.jpg);
	background-repeat: no-repeat;
	height: 47px;
	padding: 16px 0 0 20px;
	margin: 0;
	background-position: left top;
	text-align: left;
}
#seeutherelinks {
	height: 25px;
	padding: 0 0 0 560px;
	margin: 0;
	text-align: left;
}
#seeutherelinks a {
	color: #9E1919;
	text-decoration: underline;
}

#seeutherelinks a:hover {
	color: #9E1919;
	text-decoration: underline;
}

/*---------------------- Attractions */

.attractions {
	width: 190px;
	font-size: .6em;
	list-style: none;
	margin-left: -30px;
	margin-top: 20px;
}

*html .attractions {
	margin-left: 10px;
}

.right {
	margin-left: 15px;
}
/*---------------------- reservation widget */

#rsvp {
	float:left; 
	width:180px; 
	margin:15px 0px 30px 0px;
	text-align: left;
}
#rsvp_cal { 
	position:relative; 
	bottom: 5px;
}
.formtext {  
	color: #333;
	font-weight:bold;
	height:20px;
	vertical-align:bottom;
}
.formtext a {
	font-weight:normal;
}
.formtext, select {
	font-size: 11px;
}
.dropdown, .formtext {
	padding-left: 5px;
}
