
.wrap {
 border: 1px solid #99CCFF;
 width:800;
 }

/* settings for menu */
#sddm
{       margin-left: 100px;
        padding: 0;
        z-index: 30}

#sddm li
{       margin: 0 0 0 0;
        padding: 2;
        list-style: none;
        float: left;
        font-size:11px arial}

/* controls the links */
#sddm li a
{       display: block;
        margin: 0 1px 0 23px;
        padding: 4px 8px;
        width: 50px;
        background: #06003E;
        color: #fff;
        text-align: center;
        text-decoration:none}
        font-size:11px;
        font-family:arial;
        font-weight:normal;


#sddm li a:hover
{        background: #49A3FF}

/* controls the drop menu box */
#sddm div
{       position: absolute;
        visibility: hidden;
        margin: 0;
        padding: 0;
        background: #EAEBD8;
        border: 1px solid #5970B2}

/* controls the drop menu */
        #sddm div a
        {       position: relative;
                display: block;
                margin:0;
                padding: 5px 10px;
                width: auto;
                white-space: nowrap;
                text-align: left;
                text-decoration:none;
                background: #06003E;
                color: #fff;
                font: 12px arial}

#sddm div a:hover
{
 background: #49A3FF;
 color: #FFF
 }
/* end of settings for menu */


/* this CSS controls the gallery structure it self on the  gallery include files */

 .gallerycontainer{
position: relative;
font-family:arial;
font-weight:normal;
font-size:14px;

/*Add a height attribute and set to a2st image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: none;


}

/* controls the border around the roll over image */
.thumbnail:hover img{
border:2px solid red;;
}

.thumbnail span{ /*CSS for ena2d image*/
/* change width and height for size of displayed image block */
position: absolute;
background-color:#99CCFF;
padding: 5px;
left: -1000px;
border: 0px solid black;
visibility: hidden;
color: black;
text-decoration: none;
height:370px;
width:370px;
margin-left:60px;
margin-top:20px;
}

.thumbnail span img{ /*CSS for ena2d image*/
border-width: 1px solid black;;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for ena2d image*/
visibility: visible;
top: 0;
left: 230px; /*position where ena2d image should offset horizontally */
z-index: 50;

}

/* controls text for form inputs */
.formText  {
font-family: arial;
font-weight:bold;
color:black;
font-size: 14px;
text-align:left;
}

.menuBorder {
border-bottom:3px solid black;
}

.footerBorder{
 border-top:2px solid black;
 }

 .footer {
 font-family:arial;
 font-weight:normal;
 color:#99CCFF;
 font-size:12px;
  }

 .tableText {
 font-family:Tahoma;
 font-weight:normal;
 font-size:14px;
 color:black;
 text-align:left;
 }

 .bigText {
 font-family:arial;
 font-weight:normal;
 color:#000;
 font-size:16px;
 margin-left:15px;
 }
 .Taza  {
 font-size:16px;
 color:black;
 font-weight:bold;
 font-family:arial;
 margin:10px  8px  8px  8px;
 text-decoration:underline;
 }

 .TazaText  {
 font-size:16px;
 color:black;
 font-weight:normal;
 font-family:arial;
 margin-left:10px;
 }

 .menu  {
 font-weight:bold;
 text-decoration:none;
 font-size:10px;
 color:white;
 font-family:tahoma;
 }

 .anchor {
 background-image:url(images/anchor.gif);
 width:15px;
 height:15px;
 }

 # li  {
 text-decoration:none;
 color:black;
 font-family:arial;
 eont-size:14px;
 }

 #Layer1 {
   position:relative;
   width:150px;
   height:450px;
   z-index:1;
   left: 0px;
   top: 0px;
   border:0px solid #000;
}

.splash  {
 font-family:arial;
 font-size: 24px;
 color:black;
 font-weight:bold;
 }