/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #663600;
	line-height: 14px;
	padding: 3px;
	margin-left: 8px;
}
h3{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #663600;
	margin-left: 8px;
	text-align: left;
}

.green {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: 3A4C00;
}
.italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #3A4C00;
	text-decoration: underline;
}

.italic2 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #3A4C00;
	text-decoration: underline;
}

.italic3 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #3A4C00;
}
.list{
	margin-bottom: 0.5em;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #663600;
	list-style: outside square url(assets/bulletwhite.gif);
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #3A4C00;
}
.navigation{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px 3px 10px 6px;
	width: 111px;
	text-align: center;
}



.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3A4C00;
	display: block;
	padding: 10px 3px 10px 6px;
	width: 111px;
	text-decoration: none;
	background-color: #F4BE6d;
	text-align: center;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #820024;
	text-transform: uppercase;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #758248;
	padding: 0px;
	text-align: right;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #CCCCCC;
	padding: 6px;
	text-align: center;
}
/*styles for blog*/
.floatRight {
  float:right;
  padding: 10px;
  }
#backlink {
  clear: both;
  }
/*styles for photo gallery*/
#pictureWrapper {
  width: 408px;
  float:right;
  text-align:center;
  font-weight:bold;
  margin: 194px 20px 10px 0;
  padding-right: 85px;
  }
#pictureWrapper p {
  margin:0;
  padding:0;
  }
#mainpic {
  float:right;
  background:url(../images_common/shadow.gif) bottom right no-repeat;
  }
#mainpic img{
  margin: -8px 8px 8px -8px;
  }
#thumbnails {
  min-height: 345px;
  }
#thumbnails img {
  margin: 0 2px;
  border: none;
  }
#thumbnails table {
  margin: 0 15px;
  margin: 515px 20px 10px 265px;
  }
#pageNav {
  width: 100px;
  }