/*  

 * Standard HTML

 */

body {
	height:  100%;
	margin: 0;
	padding: 0;
	background-color:  black;  
	min-width:  600px;
	text-align:center;
	color:  #FAF0E6 !important;
	
}
p, ol, ul, h1, h2, h3, h4, h5, h6, td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FAF0E6 !important;
	margin:  0 0 1.2em 0;
	font-size: small;	
	line-height:  1.2em;
}
h1 { /* larger, bold */
	font-weight: bold;
	font-size: medium;
	margin-bottom:  0.2em;			  
}
h2{  /* bold */
	margin-bottom:  0.2em;
	font-weight: bold;
	font-size: small;		
}
h3 {  /* regular, but no space after  */
	font-weight: normal;
	font-size: small;
	margin-bottom:  0.2em;
}
a:link {
	color: #bc8f8f !important; 
}
a:visited {
	color: #bc8f8f !important;  
}
a:hover {
	color: #bc8f8f !important;  
} 
a:active {
	color: #bc8f8f !important;  
}
p.copyright, .small{
	margin-top: 0.5em;
	font-size: x-small;			  /* correct value for newer browsers */
}



/*  

 * jdlmp website ids

 */
#content{
	position:  relative;
	top:  0px;
	left:  0px;
	text-align:  center;
}
#nav {
    	position:  relative;
	top:  0px;
	left:  0px;
	width: 949px;
	height:  50px;
	padding: 0px;
	margin:  0px auto;
	text-align:  left;
}
#forest {
	position: relavtive;
	top: 50px;
	left:  0px;
	height:  518px;
	width: 949px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	background-color: white;
}
.forestplain{
	background-image:url('../images/forest.jpg');
}
.forestcoming{
	background-image:url('../images/forestcoming.jpg');
}
.forestfox{
	background-image:url('../images/forestfox.jpg');
}
.forestsquirrels{
	background-image:url('../images/forestsquirrels.jpg');
}
.forestelk{
	background-image:url('../images/forestelk.jpg');
}
.forestrabbit{
	background-image:url('../images/forestrabbit.jpg');
}
.forestbandit{
	background-image:url('../images/forestbandit.jpg');
}
.forestowl{
	background-image:url('../images/forestowl.jpg');
}
.forestshrews{
	background-image:url('../images/forestshrews.jpg');
}

#header {
    position:  relative;
	top:  50px;
	left:  100px;
	float:  right;
	width: 500px;
	margin: 0;
	padding: 0;
	text-align:  right;
}
#elkdiv { 
    position:  absolute;
	top:  0px;
	left:  450px;
	float: left;
	margin: 0;
	padding: 0;
	z-index:  1;
}

#banditdiv { 
    position:  relative;
	top:  0px;
	left:  79px;
	float: left;
	margin: 0;
	padding: 0;
	z-index:  1;
}

#owldiv { 
    position:  relative;
	top:  65px;
	left:  865px;
	float: left;
	margin: 0;
	padding: 0;
	z-index:  1;
}

#rabbitdiv { 
    position:  relative;
	top:  180px;
	left:  205px;
	float: left;
	margin: 0;
	padding: 0;
	z-index:  1;
}

#foxdiv { 
    position:  relative;
	top:  125px;
	left:  400px;
	float:  left;
	margin: 0;
	padding: 0;
	z-index:  1;
}

#squirreldiv { 
    position:  relative;
	top:  0px;
	left:  5px;
	float: left;
	margin: 0;
	padding: 0;
	z-index:  1;
}

#shrewdiv { 
    position:  relative;
	top:  315px;
	left:  733px;
	float: left;
	margin: 0;
	padding: 0;
	z-index:  1;
}



#homecopy {
   position:  relative;
      top:  30px;
      left:  40px;
      width:  865px;
      height:  420px;
      padding:  0px;
      margin:  0px;
      text-align:  left;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      color: #faf0e6;
      font-size: small;	
      line-height:  1.2em;
      overflow:  auto;  /* scrollbar */

scrollbar-base-color: gray; scrollbar-track-color: gray; scrollbar-face-color: #363636; scrollbar-highlight-color: gray; scrollbar-3dlight-color: gray; scrollbar-darkshadow-color: gray; scrollbar-shadow-color: gray; scrollbar-arrow-color: #c3c3c3;
      z-index:  5;
}

#homecopy p{
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      color: #faf0e6;
      font-size: small;	
      line-height:  1.2em;
      z-index:  5;
}

#homecopyinner{
	margin:  20px;
	float:  left;
	color:  #faf0e6;
	z-index:  6;

}

#homecopycenter{
	margin:  20px;
	color:  #faf0e6;
	z-index:  6;
	text-align:  center;

}

#footer { 
    position:  absolute;
	top:  540px;
	float: right;
	height:  20px;
	width:  949px;
	margin: 0;
	padding: 0;
	z-index:  1;
}



.transparentback{
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0);
/* RGBa with 0.7 opacity */
background: rgba(0, 0, 0, 0.7);
filter:alpha(opacity=0.7)
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}


/*  

 * jdlmp website classes

 */	
.navimage{
	position:  relative;
	top:  25px;
	border:  none;
	padding:  0px 50px 0px 0px;
}

.hoverimage{
	border:  none;
	display:  none;
}
.xs { /* small no space after  */
	font-size: x-small;
	margin-bottom:  0.2em;
}
.center{
	text-align:center;
}

img.center {   display: block;   margin-left: auto;   margin-right: auto; }