@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #D9B479;
}
.style1 {
	font-size: 100%;
	color: #D9B479;
	font-weight: bold;
}
.style1b {
	font-size: 110%;
	color: #D9B479;
	font-weight: bold;
}
.style1c {
	font-size: 125%;
	color: #D9B479;
	font-weight: bold;
}
.style2 {
	font-size: 90%;
	color: #9FAE4A;
	font-weight: bold;
}
.style2b {
	font-size: 100%;
	color: #9FAE4A;
	font-weight: bold;
}
.style2c {
	font-size: 110%;
	color: #9FAE4A;
	font-weight: bold;
}
.style2d {
	font-size: 125%;
	color: #9FAE4A;
	font-weight: bold;
}
.style3 {
	font-size: 100%;
	color: #5A6329;
	font-weight: bold;
}
.style3b {
	font-size: 110%;
	color: #5A6329;
	font-weight: bold;
}
.style3c {
	font-size: 125%;
	color: #5A6329;
	font-weight: bold;
}
.wrapper #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/bkg_main.gif);
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wrapper #header {
	background-image: url(images/bkg_hdr.gif);
	background: #000000;
	height: 158px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.wrapper #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wrapper #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 0 0 10px 0;
}
.wrapper #sidebar1 p{
	padding: 15px 10px 15px 20px;
}
.wrapper #mainContent { 
	margin: 10px 24px 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #d9b479;
	align: center;
}
.wrapper #mainContent table {
	font-size: 90%;
}
.wrapper #mainContent table p {
	padding: 10px 20px 10px 20px;
}
.wrapper #mainContent p {
	padding: 10px 20px 10px 20px;
}
.wrapper #mainContent form p {
	padding: 4px 20px 4px 20px;
}
.wrapper #mainContent h1, h2, h3{
	padding: 10px 20px;
}
.wrapper #mainContent h4 {
	padding: 10px 20px 10px 20px;
	font-size: 100%;
	font-weight: normal;
}
.wrapper #mainContent form {
	padding: 0 20px;
	font-size: 90%;
	font-weight: bold;
}
.wrapper #mainContent a{
	color: #9FAE4A;
	text-decoration: underline;
}
.wrapper #mainContent a:hover, #mainContent a:focus{
	color: #D9B479;
	text-decoration: underline;
}
.wrapper #mainContenthm {
	margin: 10px 24px 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/bkg_collage.jpg);
	background-repeat: no-repeat;
	color: #000000;
	align: center;
	min-height: 350px;
}
fieldset {
	border: 3px solid #5E4D32;
	width: 30em;
}
fieldset label {
	width: 8em;
	padding: 2px 8px;
	float: left;
	padding: 2px 0;
	text-align: right;
	display: block;
	margin: 0 4px 0 0;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
}
fieldset input {
	margin: 0 0 4px 0;
	padding: 2px;
	border: 1px solid #5E4D32;
	width: 10em;
	color: #000000;
	background: #CCCC99;
}
fieldset input#Submit {
	margin: 0 0 4px 4px;
	padding: 0;
	border: 1px solid #5E4D32;
	background: #CCCC99;
	width: 5em;
	color: #000000;
	font-size: 80%;
	font-weight: bold;
}
fieldset input#Clear {
	margin: 0 4px 4px 0;
	padding: 0;
	border: 1px solid #5E4D32;
	background: #CCCC99;
	width: 5em;
	color: #000000;
	font-size: 80%;
	font-weight: bold;
}
fieldset textarea {
	border: 1px solid #5E4D32;
	width: 15em;
	padding: 2px 8px;
}
fieldset p{
	padding: 0;
}
legend {
	color: #000;
	background: #CCCC99;
	border: 2px solid #5E4D32;
	padding: 2px 6px;
	font-style: italic;
}
textarea {
	color: #000000;
	background: #CCCC99;
	border: 2px solid #5E4D32;
	margin: 0 0 4px 0;
}
.fieldset .nobr {
	display:none;
}

#entire_image {
	position: relative;
}

.floatlinks p a em {
  position:absolute;
  top: 0;
  left: 0;
  right: auto;
  width:50%;
  height:100%;
  text-indent:-10000px;
}
  
#next p a em {
  left: auto;
  right: 0;
}
.v .floatlinks p a em {
  width:190px;
  height:500px;
}

#prev a>em {
  background:url("images/photonav_prev.png") no-repeat 50% -100px;
}

#next a>em {
  background:url("images/photonav_next.png") no-repeat 50% -100px;
}

#prev a:hover em, #next a:hover em, #prev a:active em, #next a:active em {
  background-position: 50% 0px;
  cursor:pointer;
}

.wrapper #footer {
	background: #000000;
	background-image: url(images/bkg_ftr.gif);
	background-repeat: no-repeat;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
.wrapper #footer a{
	color: #D9B479;
	text-decoration: underline;
}
.wrapper #footer a:hover, #footer a:focus{
	color: #9FAE4A;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
	color: #000000;
    line-height: 0px;
}