body {  
	background-color: #d7c6af; 
	text-indent: 0;
	line-height: 100%;
	font-family: verdana;
	font-size: 8pt;
	margin: 10px;
	color: #000;
}

table { 
	font-size: 8pt;
	color: #000;
	border-width: 0px;
	border-collapse: collapse;
	padding: 0px;
}

td {
	padding: 0px;
}

textarea {
	background-color: #FFF;
	color: #666;
	font-size: 8pt;
	border: 1px solid #666;
}

input {
	background-color: #FFF;
	font-family: verdana;
	font-size: 8pt;
	border: 1px solid #666;
}

hr { color: #CCC; height: 1px}

img { border: 0px; }
img.border { border: 1px solid #CCC; }
img.border2 { border: 1px solid #8C8893; }

a { text-decoration: none; }
a:link { color: #60110f;  }
a:visited { color: #60110f; }
a:hover { color: #ac5957; }
a:active { color: #ac5957; }

font.heading {
	font-family: Book Antiqua;
	font-size: 18pt;
}

font.error {
	color: #900;
}

/* Menu */

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font: normal 9px Tahoma;
	color: #FFF;
	line-height: 15px;
	z-index: 100;
	width: 205px;
	background-color: #d7c6af;
	border: 1px solid #7E8275;
}

.anylinkcss a{
	color: #FFF;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 0px;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover{
	background-color: #b44240;
	color: #FFF;
}

.navCellOff {
	background-color: #7e1816;
}
.navCellOn {
	background-color: #b44240;
}

/* Gallery */

.gallery td {
	/* valign="middle" */ 
	text-align: center;
	height: 120px;
}


/* Sidebar */

.sidebar {
	font-size: 7pt;
	color: #60110f;
}

input.sidebar {
	color: #60110f;
	font-size: 8pt;
	border: 1px solid #60110f; 
}

#sidebar {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 5px;
}

#sidebar_sub {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}

#sidebar_sub li {
	font-size: 7pt;
	margin: 0;
	padding: 6px 0 6px 30px;
}

#sidebar_sub_wide {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}

#sidebar_sub_wide li {
	font-size: 7pt;
	margin: 0;
	padding: 6px 0 6px 40px;
}

#phone { background: url("../../images/red/phone_icon.gif") no-repeat 0% 50%; }
#fax { background: url("../../images/red/fax_icon.gif") no-repeat 0 50%; }
#email { background: url("../../images/red/email_icon.gif") no-repeat 0 50%; }
#directions { background: url("../../images/red/directions_icon.gif") no-repeat 0 50%; }
#feedback { background: url("../../images/red/feedback_icon.gif") no-repeat 0 50%; }
#search { background: url("../../images/red/search_icon.gif") no-repeat 0 50%; }

/* Footer */

div#footer > p { font-size: 7pt; color: #000; text-align: center; }
div#footer a:link { color: #000; text-decoration: none; }
div#footer a:visited  { color: #000; }
div#footer a:hover  { color: #505A38; }
div#footer a:active  { color: #505A38; }