/***********************************
 TAGS
***********************************/
html, body {
	height:100%;
}

body {
	background: #f6f3df;
	margin: 8px;
	color: #33460c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

ul {
	margin-left: -20px;
	margin-top: 3px;
	margin-right: 0px;
	padding-top: 3px;
	padding-left: 40px;
	list-style-type: disc;
}

li {
	margin: 0em;
	line-height: 1.1em;
	padding: .1em;
}

dl {
	margin: 0px;
}

dt {
	padding-bottom: 5px;
	padding-top: 15px;
}

dd {
	margin-left: 20px;
}

a:link, a:visited, a:active, a:hover{
	color: #33460c;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-family: Garamond, Georgia;
	font-size: 2.2em;
	font-weight: normal;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

/***********************************
 CLASSES
***********************************/

/* DEPRECATED */
table.body-container {
	width: 100%;
	border-left: 1px solid #33460c;
	border-right: 1px solid #33460c;
}

/* DEPRECATED */
td.menu-left {
	vertical-align: top;
	text-align: left;
	width: 180px;
	border-right: 1px solid #33460c;
	background: url('../images/menu-marble.jpg') repeat-y top left;
}

/*td.menu-left-nobg {
	vertical-align: top;
	text-align: left;
	width: 180px;
	border-right: 2px solid #33460c;
	background: #f6f2cd;
}*/

div.menu-left-sub, div.menu-left-sub-active {
	float: left;
	clear: both;
	padding: 5px;
	width: 170px;
}

div.menu-left-sub {
	background: transparent;
}

div.menu-left-sub.active {
	background: #33460c;
}

div.menu-left-sub a:link, div.menu-left-sub a:active, div.menu-left-sub a:visited, div.menu-left-sub a:hover {
	color: #33460c;
	font-weight: normal;
}

div.menu-left-sub.active a:link, div.menu-left-sub.active a:active, div.menu-left-sub.active a:visited, div.menu-left-sub.active a:hover {
	color: #ffffff;
	font-weight: normal;
}

div.menu-button {
	background: url('../images/menu-button.gif') no-repeat top left;
	color: #33460c;
	font-size: 16px;
	font-weight: bold;
	width: 160px;
	height: 32px;
	clear: both;
	text-align: center;
	padding-top: 7px;
	margin-top: 5px;
	margin-left: 10px;
	cursor: pointer;
}

div.menu-button.active {
	background: url('../images/menu-button-active.gif') no-repeat top left;
	color: #ffffff;
}

div.menu-button-large {
	background: url('../images/menu-button-large.gif') no-repeat top left;
	color: #33460c;
	font-size: 16px;
	font-weight: bold;
	width: 160px;
	height: 56px;
	clear: both;
	text-align: center;
	padding-top: 7px;
	margin-top: 5px;
	margin-left: 10px;
	cursor: pointer;
}

div.menu-button-large.active {
	background: url('../images/menu-button-large-active.gif') no-repeat top left;
	color: #ffffff;
}

div.menu-address {
	font-size: 14px;
	padding-left: 7px;
	font-weight: bold;
}

/* DEPRECATED */
div.main-body {
	background: #f7f3d6;
	float: left;
	width: 546px;
	text-align: left;
	padding: 8px;
}

/* DEPRECATED */
td.main-body {
	background: #f7f3d6;
	text-align: left;
	vertical-align: top;
}

.small_caps {
	text-transform: uppercase;
	font-style: italic;
}

/***********************************
 IDS
***********************************/
#wrapper {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 858px;
}

#header {
	clear: both;
	background-color: #bbc3ab;
	overflow: hidden;
	border: 1px solid #33460c;
}

#body {
	clear: both;
}

#sidebar {
	float: left;
	vertical-align: top;
	text-align: left;
	width: 180px;
	border-right: 1px solid #33460c;
	background: url('../images/menu-marble.jpg') repeat-y top left;
}

#content {
	float: left;
	background: #f7f3d6;
	text-align: left;
	vertical-align: top;
}

#footer {
	background-color: #bbc3ab;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	clear: both;
	border: 1px solid #33460c;
}

/* DEPRECATED */
/*#header {
	width: 856px;
	height: 99px;
	border-bottom: 2px solid #33460c;
	background: #d5d2b1;
}

/* DEPRECATED */
/*
#footer {
	width: 852px;
	border-left: 2px solid #33460c;
	border-right: 2px solid #33460c;
	border-bottom: 2px solid #33460c;
	background:#c2c4a3;
	text-align: center;
	height: 30px;
	padding-top: 10px;
}
*/

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #33460c;
	text-decoration: none;
	font-size: 14px;
}

span.main-heading {
text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

td.pl {
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 11px;
	width: 30%;
}

img.pl {
	border: 1px solid #000000;
}

/***********************************
 SCRIPT CSS
***********************************/

div.photo {
	margin: 0 10px 10px 0;
	float: left;
}

#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}
#closeButton {
	top: 5px;
	right: 5px;
}

#lightbox img {
	border: none;
	clear: both;
}

#overlay img {
	border: none;
}

#overlay {
	background-image: url(../images/overlay.png);
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

