/* CSS Document */

/* assign style to all images (JPEG, GIF, etc.) that are links */
a img { margin: 0;
        padding: 0;
		border: 0;
        vertical-align: top;
		cursor: pointer;
	  }
/* thumbnails across bottom of Chelsey Cam page */
#thumbs div a img { float: left;
                    padding: 0;
			        margin-top: 0;
			        margin-bottom: 0;
			        margin-left: 9px;
		            cursor: pointer;
			        border: 0;
                  }
a.subnav { color: #107080;
	       font-family: arial;
		   font-weight: bold;
		   text-decoration: none;
         }				  
a.subnav:hover { color: #45ABB7;
                 text-decoration: underline; }				  
/* text styles for main content of pages */
p { padding-left: 35px;
    padding-right: 30px;
	padding-top: 15px;
	margin: 0;
	border: 0;
	font-family: arial;
	font-size: 12px;
	color: #414141;
  }
p.bigTxt { font-size: 14px; }
p.title { font-size: 18px;
	      color: #414141;
        }
/* text style for copyright & contact info */
p#copyright { font-size: 11px; 
              padding-top: 10px;
			  padding-left: 0;
			  padding-right: 0;
			  color: #98A1A7;
			}
form table#searcher { margin: 0;
                  padding: 0;
                }			 


/* assign styles to each thumbnail on Chelsey Cam page */
#thumb1 { position: absolute;
          margin-top: 0;
		  z-index: 1; }
#thumb2 { position: absolute;
          margin-top: 0;
		  z-index: 2; }
#thumb3 { position: absolute;
          margin-top: 0;
		  z-index: 3; }
#thumb4 { position: absolute;
          margin-top: 0;
		  z-index: 4; }
#thumb5 { position: absolute;
		  margin-top: 0;
		  z-index: 5; }
#thumb6 { position: absolute;
		  margin-top: 0;
		  z-index: 6; }
/* Chelsey Cam thumbnail navigation */
#leftArrow { position: absolute;
             margin-left: 0;
			 margin-top: 0;
			 z-index: 7;
			 visibility: visible;
		   }
#rightArrow { position: absolute;
             margin-left: 600px;
			 margin-top: 0;
			 z-index: 7;
			 visibility: visible;
		   }
