/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: ; 
margin: 0;
padding: 0;
font: normal 8pt/16pt verdana, arial,sans-serif;
}

#wrapper {
margin: 0 auto;
width: 1000px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(images/bgtop1.png) top center no-repeat; 
width: 948px;
height: 78px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 1066px;
height: 100%;
padding: 0px 17px 0px 17px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/header1.png) top center repeat-x; 
width: 915px;
height: 150px;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
color: white;
font-size: 35px;
text-align: right;

}
/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin-left: 10px;
float: left;
text-align: left;
}

#menu li a {
height: 37px;
voice-family: "\"\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: navy;
display: block;
background:  url(images/off.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}
	
#menu li a:hover {
color: blue;
background:  url(images/on.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#list {
margin-left: 20px;
margin-top: 10px;
list-style: circle;
}

#ul1 {
list-style: circle;
margin: 0;
padding: 0;
text-align: left;
}


#stuff {
background:  url(images/texttop.png) top left no-repeat;
width: 690px;
margin: 0px 0px 0px 220px;
padding-top: 55px;
border: 2px navy;
text-align: justify;
}

img {
border: none;
} 

#menu_bar {
  margin:0px;
  padding:0px;
  height:35px;
  clear:both;
}

#navmenu ul {
  margin: 0px 0px 30px 150px; 
  padding: 0;
  list-style-type: none; 
  list-style-image: none;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  text-transform: uppercase;
  }

#navmenu li {display: inline; }

#navmenu ul li a {
  text-decoration:none;
  padding-top: 9px;
  padding-bottom: 11px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: #ffffff;
  background: transparent;
  border-right: 1px #38bd07 solid;
  }

#navmenu ul li a:hover {
  color: #1d2cff;
  background: #8CE8FF;
	
   }


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

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

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed 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*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}




/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom1.png) bottom center no-repeat; 
width: 948px;
height: 50px;
}




