body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}
SPAN.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 background-color: #FFFFFF;
	color: #000000;

}

SPAN.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: .5em;
	color: #FFFFFF;
	background-color: #336633;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


TABLE {
	background: #FFFFFF;
	border-collapse: collapse;

}
      TD    {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000; 
}



 /*************** GALLERY *****************/	
	   
 /* The containing box for the gallery. */
#container_gallery {
	position:relative;
	width:600px;
	height:396px;
	margin:20px 0px 0 auto;
	z-index:2;
	/*padding-bottom:170px;   needed so thumbs don't extend over footer */
    }  
	
   
   
/* Removing the list bullets and indentation */
#container_gallery ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }
	
	/* Remove the images and text from sight */
#container_gallery a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#fff;
    }   
   
   
   /* Adding the thumbnail images */
#container_gallery a.gallery, #container_gallery a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#container_gallery a.slidea {
    background:url(thumbs/dog.gif);
   height:56px; /*use this for landscape thumb sizes*/
    width:80px;
    }
#container_gallery a.slideb {
    background:url(thumbs/growing.gif);
    height:56px;
    width:80px;
    }
#container_gallery a.slidec {
    background:url(thumbs/mayor.gif);
    height:56px;
    width:80px;
    }
#container_gallery a.slided {
    background:url(thumbs/model.gif);
    height:56px;
    width:93px;
    }
#container_gallery a.slidee {
    background:url(thumbs/paint.gif);
    height:56px;
    width:93px;
    }
#container_gallery a.slidef {
    background:url(thumbs/sew.gif);
    height:56px;
    width:93px;
    }
#container_gallery a.slideg {
    background:url(thumbs/smoke.gif);
    height:56px;
    width:93px;
    }
#container_gallery a.slideh {
    background:url(thumbs/think.gif);
   height:56px;
    width:93px;
    }
#container_gallery a.slidei {
    background:url(thumbs/train.gif);
    height:56px;
    width:93px;
    }
#container_gallery a.slidej {
    background:url(thumbs/kick.jpg);
    height:56px;
    width:93px;
    }
	
	#container_gallery a.slidek {
    background:url(thumbs/village.jpg);
    height:56px;
    width:93px;
    }
	
	#container_gallery a.slidel {
    background:url(thumbs/reading.jpg);
    height:56px;
    width:93px;
    }
	
		#container_gallery a.slidem {
    background:url(thumbs/nurture.jpg);
    height:56px;
    width:93px;
    }
	
		#container_gallery a.sliden {
    background:url(thumbs/libby.jpg);
    height:56px;
    width:93px;
    }
		#container_gallery a.slideo {
    background:url(thumbs/coffee.jpg);
    height:56px;
    width:93px;
    }
		#container_gallery a.slidep {
    background:url(thumbs/pizza.jpg);
    height:56px;
    width:93px;
    }
		#container_gallery a.slideq {
    background:url(thumbs/ra.jpg);
    height:56px;
    width:93px;
    }
		#container_gallery a.slider {
    background:url(thumbs/tax.jpg);
    height:56px;
    width:93px;
    }
	
		#container_gallery a.slides {
    background:url(thumbs/coffee2.jpg);
    height:56px;
    width:93px;
    }
	
			#container_gallery a.slidet {
    background:url(thumbs/kick2.jpg);
    height:56px;
    width:93px;
    }
	
	
			#container_gallery a.slideu {
    background:url(thumbs/eye.jpg);
    height:56px;
    width:93px;
    }
	
			#container_gallery a.slidev {
    background:url(thumbs/family.jpg);
    height:56px;
    width:93px;
    }
	
			#container_gallery a.slidew {
    background:url(thumbs/sing.jpg);
    height:56px;
    width:93px;
    }
	
	
			#container_gallery a.slidex {
    background:url(thumbs/spa.jpg);
    height:56px;
    width:93px;
    }
	
	
			#container_gallery a.slidey {
    background:url(thumbs/classic.jpg);
    height:56px;
    width:93px;
    }
	
	
	/* set the size of the unordered list to neatly house the thumbnails */
#container_gallery ul {
    width:258px;
    height:386px;
    }
#container_gallery li {
    float:left;
    }
	
	/* move the thumbnails into the correct position */
#container_gallery ul {
    margin:2px 0px 2px 0px;
    float:right;
    }
	
	/* change the thumbnail border color */
#container_gallery a.gallery:hover {
    padding: 0;
    }
	
	/* styling the :hover span */
#container_gallery a.gallery:hover span {
    position:absolute;
    width:350px;
    height:372px;
    top:5px;
    left:0px; 	/* position of large hover image  */
    color:#000;
    background:#fff;
	    
    }
	
	#container_gallery a.gallery:hover img {
    border:1px solid #000;
    float:left;
    margin-right:2px;
    }
	
	#container_gallery a.slideb:hover img, #container_gallery a.slidei:hover img {
    float:right;
	
    }
	
	/* default placement image  */
	#container_gallery {
    background:#fff url(gallery_images/kick.jpg) 0px 10px no-repeat;
	
    }
	
