/* CSS Document */

body {margin: 0; padding: 0; text-align:center; background-color:#000000; background-image:url(images/gradient.gif); background-repeat:repeat-x;}

p {font-family:Arial, Helvetica, sans-serif; text-align:left;}

h3 {text-align:center; font-family:Arial, Helvetica, sans-serif; color:#0099CC;}

ul {text-align: left; list-style-image:url(images/droplet.gif); font-family:Arial, Helvetica, sans-serif;}

a:link {color:#0066FF;}
a:visited {color:#6666CC;}
a:hover {color:#00CCCC;}
a:active {color:#00FFFF;}

#splashborder {background-image:url(images/droplet.gif); width:10px; height:13pc;}

#contactcontent {background: url(images/bluemermaid.jpg) no-repeat 312px 215px;}



/**************************************************************************************/
/* This is the start of the style sheet for the image viewer.*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #99ccff;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px font-family: arial, helvetica, sans-serif;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/* This is the end of the style sheet for the image viewer.*/
/**************************************************************************************/
