/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}
 
body {
background: url(../images/layout/bg.gif);
font: 66.5%/1.25 Georgia, "Times New Roman", Times, serif ;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:0;
margin: 30px 0 25px 0;
letter-spacing:-1px;
font-size:2.0em;
font-family: Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
border-bottom: 1px dotted #a38f69;
}

h1.about {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: url(../images/layout/title_about.png) 0 0 no-repeat;
height: 75px;
border: none;
}

h1.living {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: url(../images/layout/title_living.png) 0 0 no-repeat;
height: 75px;
border: none;
}

h1.catering {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: url(../images/layout/title_catering.png) 0 0 no-repeat;
height: 75px;
border: none;
}

h1.tour {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: url(../images/layout/title_tour.png) 0 0 no-repeat;
height: 75px;
border: none;
}

h1.careers {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: url(../images/layout/title_careers.png) 0 0 no-repeat;
height: 75px;
border: none;
}

h1.contact {
font-size:1.2em;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 0;
padding: 0;
font-weight: bold;
background: url(../images/layout/title_contact.png) 0 0 no-repeat;
height: 75px;
border: none;
}

h2 {
font-size:1.8em;
font-family: "Times New Roman", Times, serif;
margin: 30px 0 0 0;
padding: 0 0 15px 0;
color: #7d4d16;
}
 
h3 {
padding:0;
margin: 35px 0 15px 0;
letter-spacing:-1px;
font-size:1.8em;
font-family: Georgia, "Times New Roman", Times, serif;
border-bottom: 1px dotted #b49b86;
color: #7d4d16;
}

h3.first {
font-size:1.2em;
font-family: Times, "Times New Roman", Georgia, serif;
margin: 15px 0 0 0;
padding: 0 0 10px 0;
}



/***** Common Formatting *****/

p, ul, ol {
margin:0;
}

ul, ol {
padding:0;
}

blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a:focus
{
  -moz-outline-style: none;
}


/***** Forms *****/
#form {
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 20px 0;
}

form {
margin:0;
padding:0;
display:inline;
}
 
input, select, label, textarea {
font:0.7em Verdana, Arial, Helvetica, sans-serif;
color:#413b3c;
}

input, select, textarea {
border: none;
background-color: #e9e8e8;
color:#413b3c;
}

textarea {
width:80%;
}

label{
width:100px;
padding:0;
text-align:left;
cursor:pointer;
color:#413b3c;
}

div input,fieldset div textarea{
width:150px;
padding:2px;
}

#submit input {
clear:both;
padding: 3px 10px;
text-align:left;
border: none;
background-color: #e9e8e8;
color:#413b3c;
}

input:focus,textarea:focus{
background:#cccccc;
color:#000;
}

/***** Tables *****/

table {
border:0;
margin:0 0 1.25em 0;
padding:0;
font:0.7em Verdana, Arial, Helvetica, sans-serif;
}
 
table tr td {
padding:2px;
}

/***** Wrapper *****/
 
#wrap{
	width: 800px;
	\width: 800px;
	w\idth: 800px;
	margin: 0px auto 50px auto;
	padding: 0px;
}

 
/***** Global Classes *****/

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.caps		   { text-transform: uppercase; }
.lightbrown    { color: #7d4d16; }
 
.wrap          { width:800px;margin:0 auto; }
 
.img-left      { float:left;margin:0px 10px 0px 0; }
.img-right     { float:right;margin:0px 0 0px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.caption	   { text-align: right; color: #9a9999; font:0.7em Verdana, Arial, Helvetica, sans-serif; padding-top: 5px; }

/***** Layout *****/

#header {
	height: 210px;
	width: 870px;
	margin:0 auto;
}

#navcontainer {
	margin:0 auto;
	padding:0;
	height: 90px;
}

#nav {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	height: 90px;
}

#nav span {
  display: none;
}

#nav li { 
	display: inline; 
	list-style:none; 
	margin: 0 auto;
}
#nav li a { 
	float: left; 
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#nav li a img { 
	border:none; 
	vertical-align: bottom; /* for IE6 */
}
#nav li a:hover { 
	visibility:visible; /* for IE6 */ 
}
#nav li a:hover img { 
	visibility:visible; /* for IE6 */ 
}
#nav li a:hover img/**/ { 
	visibility:hidden; /* hide from IE5.0/win */
}
#nav li a:focus img/**/ { 
	outline: none;
	border: none;
	overflow: hidden;
}

#bt_about { 
	background: url(../images/layout/bt_about_ov.gif) no-repeat left bottom; 
}
#bt_living { 
	background: url(../images/layout/bt_living_ov.gif) no-repeat left bottom; 
}
#bt_catering { 
	background: url(../images/layout/bt_catering_ov.gif) no-repeat left bottom; 
}
#bt_tour { 
	background: url(../images/layout/bt_tour_ov.gif) no-repeat left bottom; 
}
#bt_careers { 
	background: url(../images/layout/bt_careers_ov.gif) no-repeat left bottom; 
}
#bt_contact { 
	background: url(../images/layout/bt_contact_ov.gif) no-repeat left bottom; 
}


#main {
	width:800px;
	padding:0;
	background: url(../images/layout/bg-content.jpg) repeat-y;
	margin: 0;
	overflow: hidden;
}

#fontresize {
	margin: 0 35px;
	color: #643318;
	text-align: right;
}

#fontresize a:link {
	color: #993717;
	text-decoration: none;
	border-bottom: none;
}

#fontresize a:visited {
	color: #572b1c;
	text-decoration: none;
	border-bottom: none;
}

#fontresize a:hover {
	color: #61a5d5;
	text-decoration: none;
	border-bottom: none;
}

#sideBar {
	float:left;
	width:180px;
	padding: 0 0 30px 35px;
	margin: 0;
}

#sideBar p {
	padding:0 30px;
	color:#472a09;
	font-size: 1.5em;
	text-align: center;
	font-style:italic;
}

#sideBar p.sideimage {
	padding:10px 0 0 0;
	color:#472a09;
	font-size: 1.5em;
	text-align: center;
	font-style:italic;
}

#sideBar p a, #sideBar p a:link, #sideBar p a:visited {
	color:#666;
	text-decoration:underline;
}

#sideBar p a:hover {
	color:#333;
	text-decoration:none;
	background-color:#DDEE55;
}

#sideBar ul {
	margin:0;
	padding:0 30px;
}

#sideBar li {
	list-style:none;
	margin:0;
	padding:0;
}

#sideBar li a, #sideBar li a:link, #sideBar li a:visited {
	display:block;
	text-decoration:none;
	padding:10px 5px;
	color:#472a09;
	font-size: 1.5em;
	text-align: center;
	font-style:italic;
	border-bottom: 1px dotted #bead8b;
}

#sideBar li a:hover {
	display:block;
	color:#4e748f;
	text-decoration:none;
	border-bottom: 1px dotted #bead8b;
}

#sideBar li a:active {
	display:block;
	color:#853a21;
	text-decoration:none;
	border-bottom: 1px dotted #bead8b;
}

#sideBar li a#current {
	display:block;
	color:#853a21;
	text-decoration:none;
	border-bottom: 1px dotted #bead8b;
}

#sidemenu-top { 
	background: url(../images/layout/sidemenu_top.png) 0 0 no-repeat;
	height: 46px;
}

#sidemenu-middle { 
	background: url(../images/layout/sidemenu_middle.png) 0 0 repeat-y;
}

#sidemenu-bottom { 
	background: url(../images/layout/sidemenu_bottom.png) 0 0 no-repeat;
	height: 67px;
}


#content {
	width: 515px;
	float: right;
	margin: 0;
	padding: 0 55px 35px 10px;
	color: #382a1a;
}

#content p {
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 0 0 2.25em 0;
}

#content p.first {
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 2.0em 0 2.25em 0;
}

#content ul {
	list-style-type: disc; 
	margin: 1em 0 1em 30px;
	list-style-position: outside;
	font-size: 1.4em;
}

#content ul li { 
	margin: .5em 0 .5em 0;
	line-height: 1.8em;
	
}

#content ol { 
	margin: 1em 0 1em 30px;
	list-style-position: outside;
	font-size: 1.4em;
}

#content ol li { 
	margin: .5em 0 .5em 0;
	line-height: 1.8em;
	
}


#content p a:link {
	color: #993717;
	text-decoration: none;
	border-bottom: 1px dotted #993717;
}

#content p a:visited {
	color: #572b1c;
	text-decoration: none;
	border-bottom: 1px dotted #572b1c;
}

#content p a:hover {
	color: #61a5d5;
	text-decoration: none;
	border-bottom: 1px dotted #61a5d5;
}

/***** Content Catering Menu *****/

#contentcatering {
	width: 515px;
	float: right;
	margin: 0;
	padding: 0 55px 35px 10px;
	color: #382a1a;
}

#contentcatering p {
	font-size: 1.4em;
	line-height: 1.8em;
	margin: 0 0 1em 0;
}

#contentcatering ul {
	list-style-type: disc; 
	margin: 0 0 1em 30px;
	list-style-position: outside;
	font-size: 1.4em;
}

#contentcatering ul li { 
	margin: .5em 0 .5em 0;
	line-height: 1.8em;
	
}

#contentcatering ol { 
	margin: 0 0 1em 30px;
	list-style-position: outside;
	font-size: 1.4em;
}

#contentcatering ol li { 
	margin: .5em 0 .5em 0;
	line-height: 1.8em;	
}

#contentcatering p a:link {
	color: #993717;
	text-decoration: none;
	border-bottom: 1px dotted #993717;
}

#contentcatering p a:visited {
	color: #572b1c;
	text-decoration: none;
	border-bottom: 1px dotted #572b1c;
}

#contentcatering p a:hover {
	color: #61a5d5;
	text-decoration: none;
	border-bottom: 1px dotted #61a5d5;
}


/***** Special Classes *****/
.extitle {
	font:1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.exdate{
	border-bottom: 1px dotted #999999;
	padding:0;
	margin:0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.accented-big {
	font: 1.5em Times, "Times New Roman", serif;
	font-weight: bold;
	line-height: 1.4em;
}

.name{
	padding:0;
	margin:0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.shaded {
	color: #888888;
}


/*
=================================
footer
=================================
*/
#footer{
    clear:both;
	width:800px;
	background: url(../images/layout/bg-footer.jpg) no-repeat;
	height: 84px;
}

#footermenu {
	width: 740px;
	margin:0 auto;
	padding: 0;
	font-size: 0.95em;
	text-transform: uppercase;
	color: #ffef85;
}

#footermenu ul {
	padding: 30px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.02em;
}

#footermenu li { 
	display: inline; 
	list-style:none; 
	float: left; 
	display: block;
	padding: 0;
	margin: 0;
}

#footermenu li a { 
	padding: 0 28px 0 0;
	margin: 0;
}

#footermenu a, #footermenu a:link, #footermenu a:visited {
	color: #ffef85;
	text-decoration:none;
}

#footermenu a:hover {
	color:#fff;
	text-decoration:none;
}

#sitecredits {
	color: #4c3c32;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 8px 0 25px 0;
}

#sitecredits a, #sitecredits a:link, #sitecredits a:visited {
	color: #55463c;
	text-decoration: none;
	padding: 0 30px 0 0;
}

#sitecredits a:hover{
	color: #7b675b;
	text-decoration: none;
	padding: 0 30px 0 0;
}
