.nav {
font: 14px Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #E3DFDB;
border-right: 1px solid #E3DFDB;
border-left: 1px solid #E3DFDB;
padding: 0 17px;
text-decoration: none;
}
a.nav:link {
color: #E3DFDB;

}
a.nav:active {
color: #E3DFDB;

}
a.nav:visited {
color: #E3DFDB;

}
a.nav:hover {
background-color: #997244;
color: #27201E;
}

h1 {
font: 40px Lucida Sans Unicode, Lucida Grande, sans-serif;
text-transform: uppercase;
color: #27647B;
}

.big {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 50px;
text-transform: uppercase;
color: #27647B;
}
h2 {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 18px;
color: #27647B;
font-style: italic;
margin: -35px 0 0 5px;
}
h3 {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 17px;
color: #27647B;
text-align: left;
}
h4 {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 15px;
color: #27647B;
text-align: left;
}
h5 {
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 13px;
color: #27647B;
text-align: left;
}

.red {
font: bold 13px Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #801922;
}

p {
font: 14px Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #000000;
}

.quote {
font: italic 12px Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #997244;
}
td {
font: 15px Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #000000;
text-align: left;
}
a {color: #27647B;}

.detail {
font: italic 11px Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #997244;
margin-top: -5px;
}
.pattern-detail {
font: italic 12px Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #997244;
}

.highlight {
font: 14px Lucida Sans Unicode, Lucida Grande, sans-serif;
background-color: #27647B;
color: #E3DFDB;
padding: 3px;
}

.copyright {
font: 11px Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #997244;
text-align: right;
}

ul {
font: 14px Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #000000;
text-align: left;
list-style-type: square;}

ol {
font: bold 14px Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #000000;
text-align: left;}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FEFBE8;
padding: 2px;
border: 2px solid #27201E;
left: -1000px;
visibility: hidden;
font: italic 12px Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #27201E;
text-decoration: none;
text-align: right;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: 75px; /*position where enlarged image should offset horizontally */
}
