@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #606c30;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#container {
  width: 850px;
  margin: 0px auto;
  background-color: #afb989;
  padding-bottom: 30px;
}

#header {
  width: 850px;
  height: 271px;
}

#three_col_wrap {
  margin-top: 20px;
}

#col1 {
  width: 190px;
  float: left;
  margin-right: 20px;
}

	#nav {
	  font-weight: bold;
	  font-size: 13px;
	}
	
		#nav ul {
		  list-style: none;
		  letter-spacing: 1px;
		  text-indent: 20px;
		  border-top: 3px solid #606c30;
		  border-bottom: 3px solid #606c30;
		}
	
		#nav a {
		  display: block;
		  width: 190px;
		  height: 30px;
		  line-height: 30px;
		}
	
		#nav a:link, #nav a:visited {
			background: url(images/nav-up-bg.gif);
			color: #ffffff;
			text-decoration: none;
		}
		
		#nav a:hover {
			background: url(images/nav-hover-bg.gif);
			color: #333919;
			text-decoration: none;
			background-color: #a4b952;
		}
		
		#currentlink a:link, #currentlink a:visited,
		#currentlink a:hover, #currentlink a:active {
		  background-image:  url(images/nav-current-bg.gif);
		  background-repeat: no-repeat;
		  background-position: 0% 50%;
		  color: #333919;
		}

#three_col_wrap #col2 {
  width: 300px;
  float: left;
  margin-right: 20px;
}

#three_col_wrap #col3 {
  width: 300px;
  float: left;
}

#two_col_wrap {
  margin-top: 20px;
}

#two_col_wrap #col2 {
  width: 620px;
  float: left;
}

#footerwrap {
  width: 100%;
}

#footer {
  margin: 0px auto;
  width: 850px;
  background-image: url(images/footer-horz-bg.gif);
  background-repeat: repeat-x;
  background-position: 0 0px;
  padding-top: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

  #footer a {
    color: #f3ce81;
  }
  
  #footer p {
    margin-top: 10px;
	margin-bottom: 20px;
  }

.clr {
  clear: both;
}

/* images */

img {
  margin-bottom: 15px;
}

#header img
{
  margin-bottom: 0px;
}


/* Text Styles */

h1 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
}

p {
  line-height: 20px;
  margin-bottom: 20px;
}

#col2 ul, #col3 ul {
  padding-left: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}

#three_col_wrap #col2 h1 {
  background-image: url(images/notebook.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
  height: 53px;
  text-indent: 70px; 
  line-height: 53px;
}

#three_col_wrap #col3 h1 {
  background-image: url(images/mag-glass.jpg);
  background-repeat: no-repeat;
  background-position: 0 0px;
  height: 53px;
  text-indent: 70px; 
  line-height: 53px;
}

#two_col_wrap h1 {
  margin-bottom: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #374011;
  width: 286px;
  padding: 7px;
  color: #f3ce81;
  background-image: url(images/col3-h2-corner.gif);
  background-repeat: no-repeat;
  background-position: 0 0px;
  width: 606px;
}

#col2 h2 {
  margin-bottom: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  background-color: #952028;
  width: 286px;
  padding: 7px;
  color: #f3ce81;
  background-image: url(images/h2-corner.gif);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

#col3 h2 {
  margin-bottom: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  background-color: #952028;
  width: 286px;
  padding: 7px;
  color: #f3ce81;
  background-image: url(images/h2-corner.gif);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.floatleft {
  float: left;
  margin-right: 20px;
}

  .floatleft_nomargins {
    float: left;
  }

.floatright {
  float: right;
  margin-left: 20px;
}

/* Image Gallery Styles */

.photogallery{ /*CSS for TABLE containing a photo album*/
  text-align: center;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border: 0;
}

.photogallery img{ /*CSS for images within an album*/
border: 1px solid green;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #952028;
color: #f3ce81;
}


