body { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.commission_para { color: #fff; font-size: 13px; text-align: center; margin-top: 4px; margin-bottom: 4px; }
.main_paragraphs { color: #fff; font-size: 13px; text-align: justify; margin: 15px; }
.image_gallery_title { margin-top: 6px; margin-bottom: 6px; }
p { }
td { }
h1 { font-size: 20px; font-family: "times new roman", times; font-weight: bold; font-style: italic; margin: 0.67em 0; }
a:link { color: #fff3dc; text-decoration: underline; }
a:visited { color: #ccc; text-decoration: underline; }
a:hover { color: #ccf; text-decoration: underline; }
a:active { color: #ccc; text-decoration: underline; }
.title_graphic { margin: 4px 6px 4px 4px; }
.title_graphic_other { text-align: right; margin: 4px 6px; }
.wc_logo { margin: 10px; }
.wc_logo_other { margin: 15px 10px 15px 20px; }
.index_page_text { color: #fff; font-size: 12px; text-align: justify; }
/*navigation*/
#navlist
{ font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; margin: 0; padding: 5px 0 5px 10px; }
#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
margin: 0 10px 4px;
text-decoration: none;
color: #fff;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{ padding-bottom: 2px; background: transparent; color: #ccf; }
#navlist a:hover { color: #ccc; }
/*gallery nav*/
.gallery { font-size: 12px; }
/*gallery popups*/
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #fff;
padding: 5px;
left: -1000px;
border: dashed 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
