/* CSS for  Hudson DC*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 90% helvetica, geneva, sans-serif;
	background: url("/images/brown-bg.gif");
}
h1 {
	color: #93866b;
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
h2 {
	color: #dad6cb;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
h3 {
	color: #dad6cb;
	font-size: 1.1em;
	margin: 0 0 10px 0;
}
input {
	padding: 2px;
}
option {
	padding: 1px 3px 1px 2px;
}
ul {
	margin: 0 0 0 25px;
}
p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
}
a img {
	border: none;
}
.l {
	float: left;
}
.r {
	float: right;
}
.clear {
	clear: both;
}
.c-l {
	clear: left;
}
.m-tb-5 {
	margin: 5px 0;
}
.m-tb-10 {
	margin: 10px 0;
}
.m-t-10 {
	margin: 10px 0 0 0;
}
.b {
	font-weight: bold;
}
.no-b {
	font-weight: normal;
}
.u {
	text-decoration: underline;
}
.no-u {
	text-decoration: none;
}
.i {
	font-style: italic;
}
.no-i {
	font-style: normal;
}
.small {
	font-size: .9em;
}
.large {
	font-size: 1.2em;
}
.t-c {
	text-align: center;
}
.purple {
	color: #221211;
}
.logo {
	position: absolute;
	top: 15px;
	z-index: 100;
	margin: 0 0 0 5px;
}
#main {
	width: 1000px;
	margin: 124px auto 0 auto;
	background: #fff;
}
#call-us {
	position: absolute;
	top: 47px;
	text-align: right;
	margin: 0 0 0 730px;
	color: #4f4f4f;
	font-size: 1.2em;
	font-weight: bold;
}
#top-shadow {
	height: 9px;
	width: 1000px;
	background: url("/images/top-shadow.png") repeat-x;
	position: absolute;
	margin: -9px 0 0 0;
	z-index: 50;
}
#bottom-shadow {
	height: 11px;
	width: 1000px;
	background: url("/images/bottom-shadow.png") repeat-x;
	position: absolute;
	z-index: 50;
}
#nav {
	height: 33px;
	width: 1000px;
	background: url("/images/nav-bg.png") repeat-x;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 800px;
	float:right;
}
#nav a {
	display: block;

	padding:10px;
	float: left;
	text-decoration: none;
	color: #dad6cb;
	font-weight: 800;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#nav a:hover {
	color:#000000;
	display: block;
}
#nav li { /* all list items */
	float: left;
}
#nav li:hover, #nav li.sfhover {
	position: static;
	/*background-color: #dad6cb;*/
	color: #000000;
	font: #000000;
	display: block;
}
#nav ul li a:hover {
color:#000000;
background: #dad6cb;
display:block;

}
#nav li img {
	margin: 4px 0 0 0;
}
#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 75;
	background: #dad6cb;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #221211;
	margin: 0 0 0 -2px;
}
#nav li ul li {
	width: 10em; /* width needed or else Opera goes nuts */
	margin: 0;
}
#nav li ul li a {
	display: block;
	padding: 3px;
	margin: 0;
	float: left;
	text-decoration: none;
	color: #ffffff;
	width: 9.5em;
	text-align:left;
}
#nav li ul li a:hover {
	background: #dad6cb;
	text-align:left;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav-shadow {
	height: 12px;
	width: 1000px;
	background: url("/images/nav-shadow.png") repeat-x;
	position: absolute;
	z-index: 50;
}
#below-nav {
	background:#dad6cb;
	min-height:80px;
	padding:20px 25px 30px 25px;
	vertical-align:top;
}
#below-nav .left {
	float:left;
	margin:0 10px 0 0;
	width:300px;
}
#below-nav a {
	text-decoration:none;
	color:#221211;
	font-weight: bold;
}
#below-nav a:hover {
	text-decoration:underline;
}
#bwm-content {
	margin: 0;
	background: url("/images/copy-bg.jpg") repeat-y;
}
#bwm-content a, #footer a {
	color: #221211;
	font-weight: bold;
}
#bwm-content a:hover, #footer a:hover {
	text-decoration: none;
}
#bwm-content p {
	color: #221211;
	padding: 20px 418px 0 65px;
}
#bwm-content img.title {
	margin: 40px 0 0 43px;
}
#main-img {
	width: 352px;
	height: auto;
	float: right;
	text-align: right;
	padding-bottom: 9px;
}
ul.menu-list {
	list-style-image: url("/images/menu-list-icon.gif");
	margin-left: 70px;
}
form.contact {
	width:315px;
}
form.contact input {
	width: 300px;
	border: 2px groove #221211;
	display: block;
	margin: 0 0 10px 0;
}
form.contact textarea {
	width: 300px;
	border: 2px groove #221211;
	display: block;
	margin: 0 0 10px 0;
	padding: 2px;
	font: 100% helvetica, geneva, sans-serif;
}
form.contact input.short {
	width: 141px;
	border: 2px groove #221211;
	display: block;
	margin: 0 10px 10px 0;
	float: left;
}
form.contact input.short.right {
	margin-right:0;
}
form.contact input#submit {
	border: 2px #221211;
	background: #221211;
	color: #fff;
	width: 308px;
}
form.contact input#submit:hover {
	background: #dad6cb;
	color: #221211;
}
#press p.press-link {
	margin: 5px 0;
}
#press p.press-link a {
	font-weight: normal;
	text-decoration: none;
}
#press p.press-link a.b {
	font-weight: bold;
	color: #93866b;
}
#press p.press-link a.b:hover {
	text-decoration: underline;
}
#press p.press-link a.pdf {
	color: #93866b;
	text-decoration: underline;
}
#press p.press-link a.pdf:hover {
	text-decoration: none;
	color: #93866b;
}
#press p.press-link a span {
}
h2.calendar {
	color: #221211;
	margin-left: 50px;
	margin-top: 40px;
}
.calendar-table {
	margin-left: 50px;
	width: 550px;
}
.calendar-table td {
	padding: 5px 0;
}
.event-date {
	width: 150px;
	margin-right: 15px;
}
.event-link {
	width: 200px;
	margin: 0 10px;
}
#footer {
	width: 990px;
	background: #d6d0c9;
	margin: 0 auto;
	color: #221211;
	font-size: .95em;
}
#footer img {
	margin: 2px 0 2px 0;
}
#footer-content {
	width: 920px;
	height: 106px;
	margin: 0 auto;
}
#footer-right {
	width: 600px;
	float: right;
	text-align: right;
}
#footer-left {
	width: 300px;
	float: left;
	text-align: left;
}
#footer-center {
	margin: 0 auto;
	width: 350px;
}
#footer-center a.r {
	display: block;
	float: right;
}
#footer-bottom {
	width: 1020px;
	height: 22px;
	margin: 0 auto;
	background: url("/images/footer-bottom.png") repeat-x;
}
#text-nav {
	width: 980px;
	margin: 0 auto;
	color: #fff;
	font-size: .95em;
}
#text-nav a {
	color: #fff;
	text-decoration: none;
}
#text-nav a:hover {
	text-decoration: underline;
}
#text-nav div#links {
	float: none;
	margin: 2px 15px 0 0;
	text-align: center;
}
#text-nav p {
	text-align:center;
}
#text-nav div#links a.purple {
	color: #221211;
	display: block;
	margin: 15px 0 0 0;
}
#text-nav a.bwm:hover {
	color: #dad6cb;
}
/* open table */

#OT_searchWrapperAll {
	width:100%;
	height:70px;
	position:relative;
	margin:0;
	padding:0;
}
#OT_searchWrapper {
	border:none;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	width:100%;
	height:65px;
	position:relative;
	margin:0;
}
#OT_searchWrapper .OT_feedTitle {
	margin:0 0 1px 5px;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
	visibility:hidden;
}
#OT_searchWrapper dl {
	padding:0;
	margin:0;
}
#OT_partySizeLbl {
	margin:0 0 0 5px;
	padding:3px 0;
	text-align:right;
	width:110px;
	display:block;
}
#OT_partySize {
	margin:0;
	padding:0;
}
#OT_dateLbl {
	margin:0 0 0 5px;
	padding:3px 0;
	text-align:right;
	width:50px;
}
#OT_date {
	width:100px;
	margin:0;
	padding:0;
}
#OT_timeLbl {
	width:60px;
	padding:3px 0;
	text-align:right;
}
#OT_time {
	margin:0;
}
#OT_empty {
	width:0;
	height:0;
	padding:0;
	margin:0;
}
#OT_submitWrap {
	margin:0 5px 0 20px;
	z-index:5;
}
#OT_logo {
	width:100px;
	float:right;
	padding:0;
	margin:0;
	display:block;
}
#OT_logoLink {
	width:290px;
	padding:0 0 10px 0;
	margin:0;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	display:block;
	float:left;
}
#OT_logoLink a {
	padding:0 0 0 10px;
}
#OT_imglogo {
	border:0;
	margin:0 0 0 10px;
}
#OT_searchWrapper form {
	margin:0;
	padding:0;
}
#OT_searchWrapper input.hidden {
	display:none;
}
#OT_searchWrapper .feedFormField, #OT_searchWrapper .feedFormField option {
	font-size:12px;
	margin:2px 2px 2px 2px;
}
#OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar {
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	margin:0;
	width:85px;
}
#OT_searchWrapper #dateDisplay {
	font-size:10px;
	color:#999;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	float:right;
	margin:0 30px 0 0;
	display:inline;
}
#OT_searchWrapper .imgCal {
	display:none;
	z-index:100;
}
#OT_searchWrapper #imageCal table {
	font-size:12px;
	width:150px;
	font-family:arial;
	font-weight:bold;
}
#OT_searchWrapper #imageCal td {
	padding:0;
	text-align:center;
}
#OT_searchWrapper .clickableDays {
	color:#000;
	text-decoration:none;
	height:18px;
}
#OT_searchWrapper .nonclickableDays {
	color:#CCC;
	height:18px;
}
#OT_searchWrapper .months {
	color:#FFF;
	text-decoration:none;
}
#OT_searchWrapper .weekdays {
	color:#000;
	text-decoration:none;
	color:#666;
	background-color:#EFEFEF;
	width:14%;
}
#OT_searchWrapper dt, #OT_searchWrapper dd {
	float:left;
	display:inline;
	position:relative;
	top:auto;
	left:auto
}
#sidebar {
	min-height:80px;
	padding:0 0 30px 0;
	vertical-align:top;
	width:353px;
	float:right;
}
#sidebar div {
	float:left;
	width:300px;
	padding:0 25px;
	text-align:left;
}
#sidebar a {
	text-decoration:none;
	color:#93866b;
}
#sidebar a:hover {
	text-decoration:underline;
}
#sidebar ul {
	list-style-image:url("/images/menu-list-icon.gif");
}
#sidebar img.title {
	margin:40px 0 8px 0;
}
#left-side, #right-side {
	float:left;
	width:300px;
}
#left-side p, #right-side p {
	padding:15px 0 0 50px;
}
form.private-event {
	margin-left: 165px;
}
form.private-event input {
	width: 300px;
	border: 2px groove #221211;
	display: block;
	margin: 0 0 10px 0;
}
form.private-event textarea {
	width: 300px;
	border: 2px groove #221211;
	display: block;
	margin: 0 0 10px 0;
	padding: 2px;
	font: 100% helvetica, geneva, sans-serif;
}
form.private-event input.short {
	width: 141px;
	border: 2px groove #221211;
	display: block;
	margin: 0 10px 10px 0;
	float: left;
}
form.private-event .button {
	display: inline;
	width: 50px;
	margin: 0;
	border: 0;
}
input#submit:hover {
	background: #dad6cb;
	color: #221211;
}
#submit {
	background:#221211;
	color:#FFFFFF;
	border:2px #93866b solid;
}
#form1 input {
	height: 15px;
	font-size:1em;
	line-height:1em;
	margin:2px;
	width: 150px;
	border: 2px groove #221211;
	display: block;
}
#form1 input#submit {
	height: auto;
	width: 157px;
	border:2px #93866b solid;
}
#footer-content input#submit {
	background:none;
	border:none;
}
.giftcard ul {
	list-style-type: none;
}
.giftcard {
}
form.giftcard {
	margin-left: 165px;
}
form.giftcard select {
	width: 310px;
	border: 2px groove #221211;
	display: block;
	margin: 0 0 10px 0;
}
form.giftcard input {
	width: 300px;
	border: 2px groove #221211;
	display: block;
	margin: 0 0 10px 0;
}
form.giftcard textarea {
	width: 300px;
	border: 2px groove #221211;
	display: block;
	margin: 0 0 10px 0;
	padding: 2px;
	font: 100% helvetica, geneva, sans-serif;
}
form.giftcard input.short {
	width: 141px;
	border: 2px groove #221211;
	display: block;
	margin: 0 10px 10px 0;
	float: left;
}
form.giftcard input.checkbox {
	float: left;
	width: 20px;
	border: 2px groove #221211;
	margin-right: 5px;
}
form.giftcard .button {
	display: inline;
	width: 50px;
	margin: 0;
	border: 0;
}
.giftcard input#submit {
	border: 2px outset #221211;
	background: #221211;
	color: #fff;
	width: 308px;
}
.giftcard input#submit:hover {
	background: #ddc8d4;
	color: #221211;
}
