body {
	margin:0;
	padding:0;
	color:#333;
	font-size:80%;
	font-family: "Trebuchet MS",verdana,helvetica,sans-serif;
	text-align:center;
	background-image: url(images/bodypagebk.jpg);
	background-repeat: repeat-x;

}
h1 {
	font-size:18px;
	color: #333333;
	padding-left: 35px;
	background: transparent url('images/h14.jpg') no-repeat top left;
	line-height: 43px;
	font-family: Verdana, sans-serif;
	margin-left: 25px;
	margin-top: 12px;
	font-weight: bold;
} 
h2 {
	margin-top: 5px;
	padding-left: 35px;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 34px;
}
h3 {
	font-size:16px;
	font-family: Verdana, sans-serif;
	margin-top: 6px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	background-image: url(images/bodybk2.jpg);
	background-color: #99CC00;
	background-position: center 347px;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	border: 1px solid #000000;	
}

#header {
	margin: 0;
	background-image:url(images/tuckerdoggietopheaderwithbone.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 347px;
}

#side-a {
	float: left;
	width: 187px;
	margin-top: -50px;
}

#side-b {
	margin: 0;
	float: left;
	width: 485px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-top: -50px;
	margin-left: 6px;
}
#contentbk{
	margin-left: 26.5px;
	width: 713px;
	background-image: url(images/contentbk.jpg);
	background-position: left 82px;
	background-repeat: repeat-y;
	margin-bottom: -24px;
}
#contentbktop{
	background-image: url(images/contentbktop.jpg);
	background-repeat: no-repeat;
	width: 713px;
	height: 100px;
}
#contentbkbottom{
	background-image: url(images/contentbkbottom.jpg);
	background-repeat: no-repeat;
	width: 713px;
	height: 100px;
	margin-top: 12px;
	margin-left: 26.5px;
	padding-top: 44px;
}
#navcontainer
{
	width: 187px;
	font-family: "Lucida Sans";
	font-size: 11px;
	margin-bottom: 0px;
	font-weight: bold;
}

ul#navlist
{
	text-align: center;
	list-style: none;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	height: auto;
}

ul#navlist li
{
	display: block;
	background-image: url(images/blankdoghole2.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
	height: 61px;
	width: 187px;
}

ul#navlist li a
{
	display: block;
	width: 106px;
	color: #000000;
	text-decoration: none;
	padding-top: 2em;
	padding-bottom: 0.1em;
	height: 40px;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	color: #FF6600;
	font-weight: bold;
	background-position: 0 .2em;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #FF6600;
	background: transparent;
	border-bottom-color: #DCB86D;
	font-weight: bold;
	background-position: 0 .2em;
	text-decoration: underline;
}
#bullets {
	font-size: 16px;
	font-weight: bold;
	padding-top: 160px;
	float: right;
	margin-right: 290px;
	color: #990002;
}
ul#bullets2 li a:hover, ul#bullets li#active a:hover{
	color: #FF6600;
	text-decoration: underline;

}
a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color: #990002;
	text-decoration: none;
}

.clear{clear:both;
}
#footer {
	clear: both;
}
/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(icon_popup.gif) no-repeat center right;
}
/* all A tags whose HREF attribute starts with #top */
a[href ^="#top"] {
	padding-right: 18px;
    background: transparent url(icon_top.gif) no-repeat center right;
   
}

a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(icon_xls.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(icon_external.gif) no-repeat center right;
}
.contactform{
	padding-bottom: 12px;
	width: 100%;
}
.floatright{
	float:right;
	margin-right: 4px;
}
.floatleft{float:left;}

#index .index, #gallery .gallery, #webcam .webcam, #location .location, #about .about, #contact .contact, #requirements .requirements, #resources .resources, #services .services, #policies .policies

{
color: #FF6600;
	background: transparent;
	border-bottom-color: #DCB86D;
	font-weight: bold;
	background-position: 0 .2em;
	text-decoration: underline;}

#bonelist li {
	list-style: none;
	text-align:center;
}
.anchor{
	font-weight: bold;
	color: #E15A00;
	text-decoration: underline;
		

}
