@charset "UTF-8";
body {
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #8B713C;
}
#mainContent h1 {
}
.oneColFixCtrHdr #container #mainContent {
	padding-left: 5px;
}

.img_index {
	/*padding: 1px;*/
	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;
	width: 121px;
	}
.rain_caption {
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #8B713C;
	text-align: center;
	width: 100%;
	text-decoration: none;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	margin: auto;
	letter-spacing: .1em;
	height: 3em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rain_captionMLD {
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #8B713C;
	text-align: center;
	width: 100%;
	text-decoration: none;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	margin: auto;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rain_captionBIG {
	font-size: 10px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #8B713C;
	text-align: center;
	width: 200px;
	text-decoration: none;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	letter-spacing: 0.1em;
}
#species {
	height: 200px;
	width: 200px;
}
#finishes {
	height: 200px;
	width: 200px;
	overflow: scroll;
}
#PageHeading {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#PageHeading p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#PageHeading h3 {
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	/*height: 800px;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/Headder.jpg);
	height: 145px;
	/*padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;*/
}
/*.oneColFixCtrHdr #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 */
}
a:hover  {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#apCrouton p {
	font-family: Arial, Helvetica, sans-serif;
	color: #8C7237;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#apCrouton a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #8B713A;
	text-decoration: none;
	font-size: 12px;
}
#apCrouton a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9900;
	text-decoration: none;
}
#apCrouton a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}



.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC9900;
	display: block;
	font-variant: small-caps;
}
#apMenu_top p {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#apMenu_2nd p {
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	/*font-size: 14px; */
}
#apMenu2ndB {
	position:absolute;
	width:536px;
	height:21px;
	z-index:1;
	left: 334px;
	top: 78px;
	visibility: hidden;
	font-variant: small-caps;
}

#apMenu2ndB p{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-variant: small-caps;	
}
#apMenu_3rd p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-variant: small-caps;
}


.header a:link {
	color: #8C733A;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 12px;
}

.header a:visited {
	color: #8C723C;
	text-decoration: none;
	font-size: 12px;
}
.header a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
.header_dark a:link {
	color: #8D723A;
	text-decoration: none;
	font-variant: small-caps;
}
.header_dark a:visited {
	color: #8C723A;
	text-decoration: none;
	font-variant: small-caps;
}
.header_dark a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-variant: small-caps;
}

.menu p {
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 14px;
}
.h2_image {
	padding-top: 10px;
}
.oneColFixCtrHdr #footer {
	clear: both;
	width: 700px;
	padding-top: 0;
	padding-bottom: 0;
	margin: auto;
	height: 30px;
	overflow: hidden;
}
#mainContent #left {
	width: 160px;
	float: left;
}
#mainContent #right {
	width: 945px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.image_border {
	padding: 5px;
}
.oneColFixCtrHdr #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 */
	display: block;
}
#container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#drDiv h2 {
	margin: 0px;
	padding: 0px;
}
#content {
	margin: auto;
	width: 95%;
}
#page_title_2 {
	margin-left: 10px;
	width: 600px;
	margin-top: 20px;
}
#page_title_2 h2 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page_title_2 p {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
/*body {
scrollbar-face-color:green;
scrollbar-highlight-color:#CC9900;
scrollbar-3dlight-color:orange;
scrollbar-darkshadow-color:darkblue;
scrollbar-shadow-color:gray;
scrollbar-arrow-color:yellow;
scrollbar-track-color:#CC9900;
}
.img_border {	/*padding: 1px;*/
/*	border: 1px solid #666666;
	margin: 0px;
	padding: 0px;	/*width: 120px;*/
}
*/
#apLeftDiv {\
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#singleDiv {
	height: 590px;
	overflow-y:Auto;
	overflow-x:hidden;
	width: 125px;
	border: 1px solid #000000;
}
.blurb {
padding-right:20px;
	}
	
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}.oneColFixCtrHdr #container #mainContent #right #block_text #BLURB_DIV {
	overflow: hidden;
}
#indentDIV {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
