/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	min-width: 800px;
	background-color: cfd0b4;
	background-image: url(images/global_wrapper.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	font-weight: normal;
	line-height: 19px;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}
#nav {
	width: 800px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#nav #nav_bg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 14px;
}

#home #nav_btns li#homenav a, #privatedine #nav_btns li#privatedinenav a, #reserve #nav_btns li#reservenav a {
	text-decoration: none;
	color: #F1EAB1;
}

#nav_btns a:hover {
	text-decoration: none;
}
#nav ul#nav_btns {
	list-style-type: none;
	text-transform: uppercase;
	font-family: "Lucida Grande";
	letter-spacing: 1px;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 0px 235px;
	float: left;
	clear: right;
	line-height: 12px;
	text-align: left;
}


/* LAYOUT */


#main #main_text {
	vertical-align: top;
	font-size: 13px;
	line-height: 19px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-top: 50px;
}
#main #main_text2 {
	vertical-align: top;
	font-size: 13px;
	line-height: 19px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#main  #subnav  {
	color: #CCCC99;
	padding-top: 10px;
	padding-bottom: 4px;
}
#main #left_sidebar {
	font-size: 11px;
	vertical-align: top;
	line-height: 19px;
	color: 573f2e;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 10px;
	padding-left: 50px;
	width: 163px;
}
#photo_row  {
	padding-bottom: 20px;
	clear: both;
	float: left;
}
#photos        {
	width: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
#photos a img {
	border: 1px dotted #CCCC99;
}
#photos a:hover img {
	border: 1px solid #FFFFFF;
}
#pad {
	margin-right: 10px;
}
#main_text  a  img {
	border: 1px dotted #F1EAB1;
}
#main_text   a:hover   img {
	border: 1px solid #FFFFFF;
}


/* GENERAL LINKS */


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #f1eab1;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* TEXT STYLING */

h1 {
	font-size: 16px;
	font-style: normal;
	color: 893126;
	font-weight: normal;
	letter-spacing: 0.050em;
}

h2 {
	color: #893126;
	font-weight: bold;}
	
h3 {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #3A2B21;
}

#left_sidebar .subhead {
	padding-bottom: -10px;
	letter-spacing: 1px;
	color: #893126;
	margin: 0px;
	padding: 0px;
}

.subhead {
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: -10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.subhead3 {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #3A2B21;
	margin: 0px;
	padding: 0px;
	clear: none;
	line-height: 9px;
}
.address  {
	font-size: 10px;
	text-transform: none;
	color: #893126;
	padding-bottom: -10px;
	font-weight: bold;
}
.subnav {
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: -10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #c1c29a;
}
#subnav .on {
	color: #f1eab1;
}
#caption {
	font-size: 10px;
	color: #3A2B21;
}
#special {
	padding: 15px;
	font-size: 0.95em;
	color: #3A2B21;
	background-color: #c5c1a8;
}
/* #special a {
	background-color: #893126;
	padding: 1px;
	border: 1px dotted #C1C29A;
}*/
#special h1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #893126;
	margin: 0px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #3A2B21;
	font-size: 1.5em;
}
#nav_btns li {
	display: inline;
	padding-right: 10px;
	margin: 0px;
}
