/* 
    Styles for Gallery Pages started 10/1/09
    Banner layers come from HomeStyles.css
 */
 
#BelowBanner
{
  position: relative;
  width: 800px;
  top: 150px;
  left: 0px;  
}

#Gallery
{
  position: relative;
  width: 800px;
  /* 4/22/10 More height added for pagination links */
  height: 860px;
  top: 0;
  left: 0px;
  float: left; /* 11/23/09 added to allow clear: both on footer */
}
/* 
   11/15/09 change height from 690 to
   5/19/10 length of page increased to 900
 */

#GalleryBody
{
  position: relative;
  float: left;
  width: 480px;
  /* 4/22/10 More height added for pagination links */
  height: 900px;
  padding: 10px;
  background: url(../Images/Backgrounds/GalleryBodyLineCrop.gif) right repeat-y; /*7/22/11 Changed from no-repeat to repeat-y; cropped  image from GalleryBodyLine*/
}

#Pagination
{
  position: relative;
  bottom: 5px;;
  width: 480px;
  height: 25px;
  margin-top: 20px;
  padding: 10px;
}

/* 
   11/15/09: height changed from 690 to match change in gallery length to accommodate 4 rows
   5/19/10 length of page increased to 900
*/
#LeftNavigation
{
  float: left;
  width: 140px;
  height: 900px;
  background: #8AC642;
  padding: 10px 3px 0 5px;
  margin: 2px;
}

#LeftSubNavigation
{
  positon: relative;
  left: 0;
  width: 140px;
  padding-left: 15px;
  margin-top: -10px;
}

#GalleryRightNavigation
{
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  width: 130px;
  height: 800px;
  padding: 5px;
}

/* 5/18/10 More space from top */
#GalleryFooter
{
  position: relative;
  top: 50px;
  left: 0px;
  width: 800px;
  height: 75px;
}

#BottomGreenBar
{
  position: relative;
  height: 24px;
  width: 800px;
  padding: 5px;
  background: url(../Images/Backgrounds/GreenBandGradient.jpg);
}


/* CLASS STYLES */
.ThumbnailCell 
{
	background: url(../Images/Backgrounds/ThumbnailBackground.jpg) no-repeat 10px 10px;
	padding: 15px 0 0 20px;
	width: 150px;
	height: 160px;
}

