@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(graphics/borders.gif) repeat-y center top;
	background-color: #581805;
	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;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #003300;
	margin: 0 auto; /* 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. */
} 

.twoColFixLtHdr #container h1 {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 32px;
	text-decoration: none;
	color: #66FF66;
}

.twoColFixLtHdr #containerh1Link {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 32px;
	color: #0099FF;
	text-decoration: none;
}

.twoColFixLtHdr #containerh1Link:hover {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 32px;
	color: #00FFFF;
	text-decoration: none;
}

.twoColFixLtHdr #container h2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 25px;
	color: #66FF99;
}

.twoColFixLtHdr #container h3 {
	font: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 20px;
	color: #66FF99;
}

.twoColFixLtHdr #containerh3Link {
	font: Geneva, Arial, Helvetica, sans-serif;
	color: #009966;
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 20px;
	text-decoration: none;
}

.twoColFixLtHdr #containerh3Link:hover {
	font: Geneva, Arial, Helvetica, sans-serif;
	color: #0099CC;
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 20px;
}

.twoColFixLtHdr #container p {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	color: #66FF99;
}

.twoColFixLtHdr #containerpLink {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	color: #CCFF00;
	text-decoration: none;
	font-style: normal;
}

.twoColFixLtHdr #containerpLink:hover {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	color: #CCFF00;
	text-decoration: underline;
	font-style: normal;
}

.twoColFixLtHdr #container li {
	margin: 0;
	text-align: left;
	font-size: 14px;
	color: #66FF99;
}

.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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-image: url(graphics/swheader.gif);
	height: 100px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	padding: 0px 0px 0px 0px;
}

.twoColFixLtHdr #sidebar1link {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	color: #000000;
}

ul#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
}

#mainNav a {
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	border-bottom: none;
	height: 60px;
	display: block;
}

a#homeLink {
	background: #E7E7E7 url(graphics/homebutton.gif) no-repeat;
}

a#homeLink:hover {
	background-position: 0 -60px;
}

a#ourfarmLink {
	background: #E7E7E7 url(graphics/ourfarmbutton.gif) no-repeat;
}

a#ourfarmLink:hover {
	background-position: 0 -60px;
}

a#forsaleLink {
	background: #E7E7E7 url(graphics/forsalebutton.gif) no-repeat;
}

a#forsaleLink:hover {
	background-position: 0 -60px;
}

a#ourdogsLink {
	background: #E7E7E7 url(graphics/ourdogsbutton.gif) no-repeat;
}

a#ourdogsLink:hover {
	background-position: 0 -60px;
}

a#testimonialsLink {
	background: #E7E7E7 url(graphics/testimonialsbutton.gif) no-repeat;
}

a#testimonialsLink:hover {
	background-position: 0 -60px;
}

a#contactusLink {
	background: #E7E7E7 url(graphics/contactusbutton.gif) no-repeat;
}

a#contactusLink:hover {
	background-position: 0 -60px;
}

a#blogLink {
	background: #E7E7E7 url(graphics/blogbutton.gif) no-repeat;
}

a#blogLink:hover {
	background-position: 0 -60px;
}

#wrapper {
	background: url(graphics/sidebarbg.gif) repeat-y left top;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	height: 50px;
	background-image: url(graphics/footer.gif)
} 
.twoColFixLtHdr #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: 12px;
	color: #000000;
}

.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;
}