/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, ul, li, ol {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 13px;
	color: #FFFFFF;
	margin-right: 55px;
	margin-left: 55px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	line-height: 16px;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #ED1C24;
	padding: 33px 0px 0px 65px;
	text-indent: 0px;
	text-transform: uppercase;
	margin: 0px;
	background-image: url(images/h1bg.gif);
	background-repeat: no-repeat;
	height: 64px;
}
h2 {
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 55px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #FFE275;
}

address {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
	margin: 30px 0px 20px 10px;
	text-align: left;
}
address a:link {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}

/* Styles the copyright div */
.copyright {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #7766A6;
}
.copyright a:link {
	color: #7766A6;
	text-decoration: underline;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.blackBorder {
	border: 1px solid #000000;
}
.leftnav ul {
	list-style: none;
}
.leftnav li {
	list-style: none;
	margin-left: -10px;
}
.leftnav a {
	text-decoration: none;
	font: 13px/1.7em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.leftnav img {
	margin-left: -15px;
}
.leftnav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.leash {
	background: url(/images/leash.gif) no-repeat;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 55px;
	margin-bottom: 20px;
	font-weight: normal;
}
h4 {
	font-size: 15px;
	color: #FFFFFF;
	margin-left: 55px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	line-height: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.title2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
h6 {
	font-size: 15px;
	color: #FFCC00;
	margin-left: 55px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.copyright a:hover {

	color: #000000;
	text-decoration: none;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.standardwhite {
	color: #FFFFFF;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	font: 14px/16px Arial, Helvetica, sans-serif;
}
.copyright a:visited {

	color: #7766A6;
	text-decoration: underline;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.redBorder {
	border: 1px solid #FF0000;
}
.privacy {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.dogwalk {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #ED1C24;
	padding: 45px 0px 0px 115px;
	text-indent: 0px;
	text-transform: uppercase;
	margin: 0px;
	background-image: url(/images/daywalks.gif);
	background-repeat: no-repeat;
	height: 64px;
}
.yellow {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #F3F13C;
}
.smallwhite {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

