@charset "utf-8";
/* CSS Document */

html {margin: 0; padding: 0}
body {margin: 0; padding: 0; background-color: #ffffff; background-image: url(images/bg.gif); background-position: top; background-repeat: repeat-x; font-family: 'century gothic', arial}

/*banner*/
#banner {margin-top: 20px}

/*left column*/
#title {width: 200px; background-color: #b9ab8b; border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; border-bottom: 2px solid #ffffff; color: #ffffff; text-align: center}
.h01 {font-size: 30px}
.h02 {font-size: 17px}

#nav {background-color: #ece8de; border-right: 2px solid #ffffff; vertical-align: top; padding-bottom: 20px}

#navcontainer ul {margin: 0; padding: 0; list-style-type: none}
#navcontainer li {margin: 0 0 2px 0; font-size: 13px; border-bottom: 1px solid #ffffff}
#navcontainer a {display: block; color: #333333; background-color: #ece8de; width: 190px; padding: 5px 2px 5px 10px; text-decoration: none; font-weight: normal}
#navcontainer a:hover {background-color: #6c6c6c; color: #ffffff}

.contact {font-size: 11px; margin-left: -15px; list-style-type: square}

/*content*/
#content {background-color: #d9d1bc; vertical-align: top; font-size: 12px}
.block {border-bottom: 1px solid #ffffff; padding-left: 20px; padding-bottom: 5px}
.divider {border-left: 1px solid #ffffff; vertical-align: top; width: 50%}
.textpadding {padding: 5px}
.smaller {font-size: 10px; font-family: verdana; padding: 5px}

h2 {font-size: 18px; font-style: italic; font-weight: bold; color: #80672d}
h3 {font-size: 14px; font-weight: bold; color: #6c6c6c; margin-bottom: -10px}

.leften {float: left; margin-right: 10px}
.righten {float: right; margin-left: 10px}
.blockright {float: right; margin-left: 10px; margin-right: 10px; background-color: #b9ab8b; border: 1px solid #ffffff; padding: 5px}

.chart {padding: 7px; background-color: #b9ab8b; color: #ffffff; font-family: verdana; font-size: 11px}
.chartalt {padding: 7px; background-color: #cabc9c; color: #ffffff; font-family: verdana; font-size: 11px}

#breadcrumbs {color: #b9ab8b; font-family: verdana; font-size: 11px; margin-top: 5px; margin-left: 5px}
#breadcrumbs a {color: #b9ab8b}
#breadcrumbs a:hover {color: #0f8aff}

.gallery {width: 175px; height: 175px; border: 1px solid #ffffff; text-align: center}
.emptygallery {width: 175px; height: 175px}

a:link {color: #333333; font-weight: bold}
a:visited {color: #333333; font-weight: bold}
a:hover {color: #0f8aff; font-weight: bold}
a:active {color: #333333; font-weight: bold}

/*footer*/
#footer {background-color: #b9ab8b; padding: 5px; text-align: center; color: #ffffff; font-size: 10px; font-family: verdana; border-top: 2px solid #ffffff}
a.footer:link {color: #ffffff; font-weight: normal}
a.footer:visited {color: #ffffff; font-weight: normal}
a.footer:hover {color: #ffffff; font-weight: normal}
a.footer:active {color: #ffffff; font-weight: normal}
