@charset "UTF-8";

body {
	background: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	background-color: #F4EADA;
}

a img {
	border: none;
}

img {
	border: none;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 32px;
	line-height: 35px;
	color: #E7590C;
	text-shadow: 4px 4px 4px #dcdcdc;
}

a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #990000;
	text-decoration: underline;
}

img.logo {
	margin-top: 20px;
}

.header-back {
	background-image: url(images/header.png);
	background-repeat: repeat-x;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	height: 132px;
}
#headerContent {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 132px;
}
#petfriendly {
	width: 300px;
	float: right;
	text-align: right;
	margin-top: 20px;
	margin-right: 40px;
}
img.petfriendly {
	position:relative;
	left:0px;
	top:-10px;
	z-index:10;
}

#menu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/menu-bar.png);
	background-repeat: repeat-x;
	height: 30px;
}
#menuContent {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}

#mainPhoto {
	clear: both;
	width: 100%;
	display: block;
}

#mainPhotoContent {
	width: 960px;
	height: 350px;
	background-color: #E7590C;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: center 230px;
	padding-top: 12px;
	margin:0 auto;
}

#mainContent {
	clear: both;
	width: 100%;
	display: block;
}

#mainContentBox {
	width: 860px;
	background-color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#infoContent {
	clear: both;
	width: 100%;
	display: block;
}

#infoContentBox {
	width: 960px;
	height: 175px;
	background-color: #F9F7F2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footerContent {
	width: 960px;
	margin: 0px auto;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	line-height: 18px;
	background-image: url(images/footer-bar.png);
	background-repeat: repeat-x;
	height: 50px;
}

.footer-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}

#copyR {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#copyRContent {
	width: 960px;
	margin: 0px auto;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999;
}

.copyRlink a:link, .copyRlink a:visited, copyRlink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.copyRlink a:hover {
	color: #555;
	text-decoration: underline;
}

/* Below is for admin page */


.nav2 {
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.nav2 a {
	font-weight: normal;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.nav2 a:link, .nav2 a:visited {
	color: #ffffff;
	background: #777;
}

.nav2 a:hover {
	color: #ffffff;
	background: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-decoration: none;
}
