/*
    AUTHOR: Jason Blanton
            blantonbuilt@gmail.com
*/

* { margin: 0; padding: 0; }

html { overflow-y: scroll; }
body { 
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #6C5535;
	line-height: 17px;
}
ul { list-style: none inside; }

p { margin: 5px 5px 5px 10px; }
a { outline: none; }
a img { border: none; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

#wrap {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#header {
	height: 195px;
	background: url("../images/header.jpg") no-repeat;
}
#navigation {
	float: left;
	width: 268px;
	border-right: solid 2px #6c5535;
}
#content {
	float: left;
	width: 648px;
	margin-left: 20px;
	margin-right: 20px;
}
.imagebox {
	float: left;
	margin-top: 10px;
	width: 160px;
	border-right: solid 2px #808080;
}
.desc {
	float: left;
	margin: 10px;
	height: 285px;
	width: 465px;
	overflow: auto;
}
#content ul { margin-left: 20px; list-style-type: disc;}
#content ol { margin-left: 50px; }
#footer {
	background: #FFF;
	border-top: solid 5px #6c5535;
	padding: 5px;
}
#footer a{
	text-decoration: none;
	color: #666666;
}

.Heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6B5536;
}
.Links1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: bold;
	font-variant: normal;
	color: #6B5536;
}
.Links2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: bold;
	font-variant: normal;
	color: #666;
}
.HeadingWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	margin-left: 10px;
	color: #FFF;
}
.style21 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #0B296A; }




#Home { display: block; width: 250px; height: 25px; background: url("../images/home.png") no-repeat 0 0; }
#Home:hover { background-position: -250px 0px; }
#Home span { display: none; }

#Services { display: block; width: 250px; height: 25px; background: url("../images/services.png") no-repeat 0 0; }
#Services:hover { background-position: -250px 0px; }
#Services span { display: none; }

#Dogs { display: block; width: 250px; height: 25px; background: url("../images/dogs-puppies.png") no-repeat 0 0; }
#Dogs:hover { background-position: -250px 0px; }
#Dogs span { display: none; }

#Food { display: block; width: 250px; height: 25px; background: url("../images/dogfood.png") no-repeat 0 0; }
#Food:hover { background-position: -250px 0px; }
#Food span { display: none; }

#Books { display: block; width: 250px; height: 25px; background: url("../images/books-dvds.png") no-repeat 0 0; }
#Books:hover { background-position: -250px 0px; }
#Books span { display: none; }

#Photos { display: block; width: 250px; height: 25px; background: url("../images/photo-gallery.png") no-repeat 0 0; }
#Photos:hover { background-position: -250px 0px; }
#Photos span { display: none; }

#Training { display: block; width: 250px; height: 25px; background: url("../images/training-grounds.png") no-repeat 0 0; }
#Training:hover { background-position: -250px 0px; }
#Training span { display: none; }

#Contact { display: block; width: 250px; height: 25px; background: url("../images/contact.png") no-repeat 0 0; }
#Contact:hover { background-position: -250px 0px; }
#Contact span { display: none; }

#Calendar { display: block; width: 250px; height: 25px; background: url("../images/calendar-of-events.png") no-repeat 0 0; }
#Calendar:hover { background-position: -250px 0px; }
#Calendar span { display: none; }

#Blackgold { display: block; width: 250px; height: 200px; background: url("../images/blackgold-ad.png") no-repeat 0 0; }
#Blackgold:hover { background-position: -250px 0px; }
#Blackgold span { display: none; }

#Buynow { display: block; width: 102px; height: 28px; background: url("../images/buynow.jpg") no-repeat 0 0; }
#Buynow:hover { background-position: -102px 0px; }
#Buynow span { display: none; }
