* {
    margin: 0;
    padding: 0;
}

html, body { height: 100%; }

body {
    font-family: Arial, sans-serif;
    font-size: 0.75em;
}

#top_bar {
    background: #fff url("../images/top_bar.jpg") top left repeat-x;
    height: 60px;
    position: absolute; top: 0; left: 0;
/*    width: 100%;  */
    width: 886px;
    z-index: 1;
}

#left_column {
    position: absolute; top: 0; left: 0;
    width: 185px;
    z-index: 2;
}

#logo {
    background: #000 url("../images/logo.jpg") center center no-repeat;
    height: 100px;
    margin: 10px auto 20px auto;
    width: 100px;
}

#navigation { margin-top: 38px; }

#navigation * { list-style: none; }

#navigation li {
    background-color: #5e5436;
    border: 1px solid #332c16;
    margin: 3px 10px;
}

#navigation li.selected {
    background-color: #b0aa87;
    color: #332c16;
    font-weight: bold;
    padding: 2px 5px;
}

#navigation a {
    color: #fff;
    display: block;
    padding: 2px 5px;
    text-decoration: none;
}

#navigation a:hover { background-color: #423a20; }

#container {
    border-left: 1px solid #c0ba9c;
    border-right: 1px solid #c0ba9c;
    margin: 0 20px 0 185px;
    min-height: 100%;
    position: relative;
    width: 700px;
}

#content { padding: 0 20px 44px 20px; }

#content #header {
    background: url("../images/header.jpg") center bottom no-repeat;
    height: 54px;
    padding-top: 70px;
    width: 100%;
}

#content h1 {
    border-bottom: 1px solid #000;
    font-family: Georgia, serif;
    font-size: 1.5em;
    margin: 20px 0 10px 0;
}

#content h2 {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-style: italic;
}

#content h3 {
    font-size: 1em;
    font-weight: normal;
    text-decoration: underline;
}

#content p {
    margin: 10px 0;
    text-align: justify;
}

.italicize {
	font-style: italic;
	}
	
.boldit {
	font-weight: bold;
	}


#content ul { margin: 5px 0 10px 30px; }

#content ol { margin: 10px 20px 10px 40px; }

#content ol > li { margin: 0 0 20px 0; }

#content ol ul { margin: 5px 0 5px 30px; }

#content ol p { margin: 5px 0; }

#content table { margin: 10px 0px; }

#content table td { vertical-align: top; }

#content table p { margin: 0;
	text-align: left; }

#content table.info { width: 100%; }

#content table.info td { border-top: 1px solid #ccc; }

#content table.info td:first-child {
    font-weight: bold;
    padding-right: 10px;
    width: 90px;
}

#content table.info p { margin: 5px 0; }

#content table.info ul { margin: 5px 0 5px 30px; }

#content td.contact_info {
    padding-left: 10px;
    font-size: 1.2em;
}

#content td.contact_info p { margin-bottom: 10px; }

#content img { border: 1px solid #000; }

#content #slideshow { border: 0; }

#content .back {
    position: absolute;
    right: 20px;
    top: 176px;
}

#content a {
	color: #5e5436;
}

#content a:hover {
	text-decoration: none;
	color: #b0aa87;
}

#content a:visited {
	text-decoration: none;
	color: #b0aa87;
}

.centered {
	text-align: center;
	}

#image {
    border: 1px solid #000;
    height: 267px;
    margin: 0 10px 0 0;
    width: 400px;
}

#map {
    border: 1px solid #000;
    margin: 10px 0;
}

#footer {
    color: #999;
    padding: 5px 0;
    position: absolute; bottom: 0; left: 0;
    width: 100%;
}

#footer p {
    margin: 2px;
    text-align: center;
}

#printable {
    margin: 10px auto;
    position: relative;
    width: 700px;
}

#printable #header {
    margin: 20px auto;
    width: 399px;
}
