/*CSS Document*/
/*This is a basic stylesheet that can be customized for individual sites*/
/*CSS Stylesheet by Sajoba LLC - All Rights Reserved*/


/*Div Settings*/

#surround {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	border: 5px double #3B3333;
}

#banner {
	height: 126px;
	background-image: url(../img/petbar1.jpg);
	width: 880px;
}

#banner2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align: center;
	background-color: #A19A70;
	color: #FFFFFF;
	background-image: url(../img/six.jpg);
	height: 130px;
	width: 880px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E5F4E;
}

#topnav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #A49B75;
	text-align: center;
	margin-right: 2px;
	margin-left: 3px;
	font-size: .9em;
	height: 26px;
	}
	
#leftnav {
	float: left;
	width: 126px;

}

#rightnav {
	width: 126px;
	float: right;
}
#content {
	width: 860px;
	font-size: .9em;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#main {
	background-color: #FFFFFF;
}

#footernav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	clear: both;
	width: 880px;
	text-align: center;
	font-size: 0.9em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5E5F4E;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #A39B74;
	color: #000000;
	font-weight: normal;
}

#footerbanner {
	background-image: url(../img/petbar2.jpg);
	height: 126px;
	width: 880px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5E5F4E;
	border-bottom-color: #5E5F4E;
}

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	background-color: #A39B74;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}
.footername {
	font-size: 1.1em;
	font-weight: 500;
}


#sidebarleft {
	float: left;
	width: 140;
}
#sidebarright {
	float: right;
	width: 140px;
}


/*Tags*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 90%;
	background-color: #B3A88E;
	background-image: url(../img/bkgd.jpg);
}


h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}


/*Link Settings*/
a:link {
	text-decoration: none;
	color: #890300;
}
a:visited {
	text-decoration: none;
	color: #890300;
}
a:hover {
	color: #363F30
}
#leftnav a {
	color: #0033CC;
}
#leftnav a:hover {
	color: #009966;
}

#topnav a {
	color: #000000;
}

#footernav a {
	color: #000000
}

#footernav a:hover {
	color: #7A7145
}



#footer a {
	color: #000000
}

#footer a:hover {
	color: #7A7145
}




/*Classes*/
.copyright {
	font-size: 1.0em;
}
.footer-text  {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.border {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7A7145;
	border-right-color: #7A7145;
	border-bottom-color: #7A7145;
	border-left-color: #7A7145;
}
.footer-border {
	border: 2px solid #7A7145;
}
.staffname {
	font-weight: bold;
	color: #4A4326;
	font-size: 1.1em;
}
.breadcrumb {
	font-size: 120%;
	color: #890300;
	text-align: center;
	font-weight: normal;
}
.pagetitles {
	font-weight: bold;
	color: #4A4326;
	font-size: 1.2em;
}

