html {
	background:#bfcd9c;
}
body {
	color:#4b3905;
	font:12px arial,verdana,helvetica,clean,sans-serif;
	background:#bfcd9c url(../images/wrapper/background.gif) repeat-x;
}
body * {
	line-height:18px;
}
table {
	font-size:inherit;
	font:100%;
}
select, input, textarea {
	font:99% arial,verdana,helvetica,clean,sans-serif;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
h1 {
	color:#7b6e48;
	font-size:20px;
	line-height:24px;
}
h2 {
	letter-spacing:1px;
	font-weight:bold;
	display:inline;
}
h3 {
	color:#6d9096;
	font-weight:bold;
}
a {
	color:#5f5d1d;
}
a:hover,
a:focus,
a:active {
	color:#6d3800;
}

/* table */
table tr th {
	padding:8px;
	color:#ffffff;
	font-weight:bold;
	background:#8fa167;
	border-left:1px solid #dcebb4;
}
table tr td {
	padding:8px;
	color:#687152;
	font-size:10px;
	background:#ecf5d8;
	border-left:1px solid #8fa167;
}
table tr.odd td {
	background:#dcebb4;
}
table tr th.first,
table tr td.first {
	border-left:0;
}
/* accommodations table */
table.accommodations tr th {
	padding:5px 15px;
	color:#4b3905;
	font-weight:normal;
	background:#ffffff;
	border-left:1px solid #dcebb4;
	border-bottom:1px solid #dcebb4;
	vertical-align:top;
}
table.accommodations tr th.first {
	border-left:none;
}
table.accommodations tr th a {
	text-decoration:none;
}
/* 1811 table*/
table.A1811 th {
	padding:0px; 
	border:1px solid #878f68; 
}

table.A1811 tr td {
	background:#e6e6e6;
	padding:0 13px;
	font-size:12px;
	color:#4b3905;
 }
h1.A1811 {
	color:#6d9096;
}
/* forms */
form.classic {
	background:#ffffff;
}
form.classic table {
	width:450px;
	background:#ffffff;
}
form.classic table tr td {
	border:0;
	padding:5px;
	font-size:11px;
	vertical-align:top;
	background:#ffffff;
}

/* classes */
.left {
	float:left;
}
.right {
	float:right;
}
.rightwedding {
	float:right; margin-top:-40px;
}
.rightwedding2 {
	float:right; margin-top:-425px;
}
div.clear {
	clear:both;
}
div.event {
	padding:20px 15px;
}
div.eventAlt {
	padding:15px;
	background:#f2f6f7;
}
div.special {
	padding:0 15px;
	margin-bottom:20px;
}
div.specialAlt {
	padding:15px 15px 0 15px;
	margin-bottom:20px;
	background:#f2f6f7;
}
ul.links {
	clear:both;
}
ul.links li {
	float:left;
	font-weight:bold;
	padding:0 9px 0 11px;
	list-style-type:none;
	background:#ffffff url(../images/footer/divider.gif) center left no-repeat;
}
ul.links li.first {
	background:#ffffff;
}
div.links {
	margin:10px;
	padding:20px;
	border:1px solid #c3d3d3;	
}
div.formMessage {
	color:#990000;
	padding:10px 20px 0 30px;
}
div.formElement {
	float:left;
	padding:10px 20px 0 30px;
}
ul.classic,
ol.classic {
	padding-left:30px;
}
ul.classic li {
	padding:2px 0;
	list-style-type:square;
}
ol.classic li {
	padding:2px 0;
	list-style-type:decimal;
}
div.footnote {
	font-size:10px;
	padding-top:15px;
	font-style:italic;
}
div.footnote ul li {
	padding:0;
}

/* wrapper */
div#wrapper {
	margin:0 auto;
	width:960px;
}

/* header */
div#header {
	height:93px;
}
div#logo {
	float:left;
	width:260px;
	height:161px;
	padding-left:27px;
	position:absolute;
	top:0;
}
div#logo img {
	behavior:url(assets/javascript/iepngfix.htc);
}
div#home {
	float:left;
	width:260px;
	height:93px;
	padding-left:27px;
}
div#contact {
	float:right;
	width:673px;
	height:50px;
	text-align:right;
	padding-top:7px;
	background:#ffffff url(../images/header/topNavBg.jpg) top right no-repeat;
}
div#contact div {
	padding:0 15px;
}
div#contact input {
	vertical-align:middle;
}
div#contact input.textbox {
	width:163px;
	height:15px;
	color:#91aaae;
	font-size:10px;
	padding:2px 6px 0 6px;
	border:1px solid #c8d6d9;
}
div#navigation {
	float:right;
	width:660px;
	height:36px;
}

/* content */
div#content {
	padding:0 10px;
	min-height:500px;
	background:#ffffff;
}
div#map {
	width:404px;
	height:279px;
}

/* footer */
div#footer {
	color:#687453;
	padding:11px 0;
	font-size:11px;
	text-align:center;
}
div#footer a {
	color:#687453;
	text-decoration:none;
}
div#footer a:hover,
div#footer a:active {
	text-decoration:underline;
}
div#footer ul li {
	display:inline;
	padding:0 9px 0 11px;
	list-style-type:none;
	background:url(../images/footer/divider.gif) center left no-repeat;
}
div#footer ul li.first {
	background:#bfcd9c;
}
div#footer span {
	display:block;
	padding:3px 9px;
}
div#footerLogos {
	padding-top:8px;
	line-height:67px;
}
div#footerLogos img {
	vertical-align:middle;
}
