/*Styling specific to the gallery index page */

div#wrap{width:720px; text-align:left; margin-left:10px; float:left; }
div#links{float:left; width: 250px; }
div#imagethumbs{width:470px; float:left; text-align:center; background-color:Gray}



h2 {text-align:center; color:white;}
#imagetable{width:460px;  }
.imagecols{width: 33%; text-align:center; vertical-align:top;}
.imagecols img{border:2px solid white; text-align:center; }
.imagecols img:hover{border:2px solid #000080;}

.images {width:100%}
.imagenar{text-align:center;}

/* text box refers to the links menu */
.textbox 
{
	border: groove 3px #000080;	margin-bottom: 7px; padding-top:0px; 
	padding-bottom:0px;
    width:240px; margin-left:0px;
}

.textboxheader
{ 
    border: groove 3px #000080;
    font-weight: bold; font-size: 14pt; color: white;
    font-family:Arial, Helvetica, sans-serif;    
    width: 240px; margin-left:0px;    
    background-image:url(../Images/LayoutImages/headerbkgrd.jpg);
    background-repeat: repeat-x ;
}
.textbox a
{
    color: white;
    font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;  
    font-size: 14px; font-weight: bold;
	 height:20px;
	 vertical-align:middle;
	 Padding-left:10px;
	 text-align:left;
}
.textbox a .bullet{font-size:large; color :white;}
.textbox a:hover .bullet {font-size:medium; color :Yellow;}
.textbox a:hover
{
 	color: red;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;  font-size: 14px; font-weight: bold;
	height:20px;
}
