@charset "UTF-8";
/* CSS Document */
/* Removes Ugly Default Border From Linked Images
-------------------------------------------------------*/

a img {
	border: none;
	}


/* Gereric Clear, Use On Divs
-------------------------------------------------------*/

.clear {
	clear: both;
	}
	.clearrt{
}

.clearfix:after {
	
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}
	
/* Hide from IE Mac \*/

.clearfix {
	display: block;
	}
	
/* End hide from IE Mac */

/* Accessible Hide: visualy hides an element yet
   makes content available to screen-readers.
-------------------------------------------------------*/

.hide {
	position: absolute;
	left: -3000px;
	}
	
/*  ## Accessibility Menu (Usualy Hidden)

==============================================================



  These styles control the display the "skip to content" and

  "Skip to Navigation" Links. These links are normaly hidden

  from Web browsers.



------------------------------------------------------------*/



#accessibility {

	display: none;

	}



	#nav-skipto-content {

		}



		#nav-skipto-navigation {

			}


body  {
	margin: 40px, auto; /* 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;
	background-color:#003300;
	color: #000000;
	font-size: 14px;
	
	font-family: Tahoma;
}
 #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #A8BD72;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;	
} 
 #header {
	padding: 0 10px 0 40px;  /* 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. */
	background-color: #633B17;
	height: 220px;
	background-image: url(../images/title-logo.png);
	background-repeat: no-repeat;
	border: solid 5px #D1B270;
	font-family: Tahoma;
	font-size: 16px;
	color: #003300;
	background-position: center;
} 
 #header h1 {
	margin: 5px 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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-top: 15px;
}

#header blockquote{
	margin:0;
	padding:0;
	font-weight: bold;
}
#header p{
	font-family:arial;
	font-weight:bold;
	font-size:18px;
	line-height: .8em;
}

/*****Navigation********/

#nav {
	position: relative;
	width: 645px;
	height:28px;
}
#nav ul {
	padding: 0;
	line-height: 18px;
	margin-top: 0px;
	margin-left: 60px;
}



#nav ul li {
	list-style: none;
	float: left;
	margin-left: 32px;
	position: relative;
	text-align: center;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	border: thin #000000 solid;
	background-color: #005E2B;
}



#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:16px;
	text-align:center;
	width: 90px;
	color: #ffffff;
}


#nav a:hover {
font-size: 16px;
	list-style: none;
	float: left;
	text-align: center;
	width: 90px;
	color:#000;
	background-color:#D1B270;
}


 #sidebar1 {
	width: 270px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	border: solid #D1B270 2px;
	position: relative;
	background-color: #90A262;
	float: left;
	background-image: url(../images/9links.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 880px;
}


#vertnav li:last-child{
	border-bottom:1px solid #000000;
}


#vertnav{
	float: left;
	width:8.5em;
	margin: 10px 5px 10px 0px;
	padding: 0;
}

#vertnav ul {
     padding: 0;
     margin:0;
     list-style: none;
     width:9em;
     z-index:999;
     position:absolute;
     overflow:visible;
}

#vertnav li {
	position: relative;
	width: 9em;
	border-bottom:none;
	display:block;
	height:43px;
	line-height: 1.3em;
	font-family: Papyrus;
	font-size: 22px;
	color:#000000;
	font-weight:bold;
	list-style-type: none;
	text-align: center;
}

#vertnav li.horse{
	position:absolute;
	left: 44px;
	top:270px;
	}


#vertnav li.show{
	position:absolute;
	left: 44px;
	top:190px;
	}
	
	#vertnav li.ranch{
	position:absolute;
	left: 44px;
	top:35px;
	}
	#vertnav li.pets{
	position: absolute;
	left: 44px;
	top: 350px;
}

#vertnav li.health{
	position:absolute;
	left: 44px;
	top:110px;
	}
	#vertnav li.gifts{
	position:absolute;
	left: 44px;
	top:755px;
	}
	#vertnav li.wildlife{
	position:absolute;
	left: 42px;
	top:430px;
	}
	#vertnav li.feed{
	position:absolute;
	left: 44px;
	top:510px;
	}
	
#vertnav li.lawn{
	position:absolute;
	left: 44px;
	top:590px;
	}
#vertnav a {
	text-decoration:none;
	display:block;
	margin:0.3em 0 0.2em .3em;
	width:8.5em;
	height:1em;
	text-align: left;
	color: #000000;
	height: 1.3em;
}

#vertnav a:hover, #vertnav li a:hover{
	color: #FFFFFF;
	font-family: Papyrus;
	
}

#vertnav ul li {
	border: solid #000000 thin;

}

#vertnav ul li:hover, #vertnav ul li a:hover{
	color: #003300;
	z-index:999;
	
}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
	display:none;
	position:absolute;
	top:0em;
	left:7em;
	z-index:999;
	
}

/* non-IE browsers see this */
#vertnav ul li>ul, #vertnav ul ul li>ul{
     margin-top:9em;
	 z-index:999;
	 
}

#vertnav li a:hover ul ul, #vertnav li a:hover ul ul ul, #vertnav li a:hover ul ul ul ul, #vertnav li a:hover ul ul ul ul ul{
     display:none;
	 z-index:999;
}

#vertnav li a:hover ul, #vertnav ul li a:hover ul, #vertnav ul ul li a:hover ul, #vertnav ul ul ul li a:hover ul, #vertnav ul ul ul ul li a:hover ul{
	display:block;
	z-index: 999;
}

li>ul {
	top: auto;
	left: auto;
	border: solid #000000 thin;
	background-color: #D1B270;
	z-index:999;
}
/* Win IE only \*/
* html #vertnav li{float:left;}
/* end holly hack */ 



 #content {
	margin: 0px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #A8BD72;
	width: 650px;
	float: right;
}

 #content h1{
	padding: 5px 0px 0px 0px;
	margin-top: 0px;
 } 
#content img{
	background-position: center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left:10px;
}


.animals{
	float:right;
	margin-right:25px;
	width:600px;
	
}


.facebook{
position:absolute;
top:840px;
left:55px;}



 #footer {
	padding: 0 10px 0 20px;
	background-color: #90A262;
	text-align:center;
} 
 #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 */
}
.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;
    line-height: 0px;
}
 
