﻿@import url('layout.css');
#headertext {
	margin-left: 240px;
}
.Options {
	padding: 10px;
	
	float: left;
}
.pets {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;

}
.TableBorderLine {
	border: thin solid #000000;
}
.CellBorderLined {
	border: 1px solid #000000;
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
}
.specials {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FFFFCC;
	float: left;
}
.imgfltleft {
	float: left;
	padding: 0px;
	margin: 10px;
}
.img200by300 {
	padding: 0px;
	margin: 10px;
	width: 200px;
	height: 300px;
}
.img300by200 {
	float: none;
	padding: 0px;
	margin: 10px;
	width: 300px;
	height: 200px;
}
.Thumbnails {
	height: 60px;
	width: 100px;
}
#container {
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #FFFFCC;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	background-repeat: repeat;
	background-attachment: scroll;
}

#content {
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	border-style: double none none none;
	border-width: 1px;
	border-color: #d8bfd8;
	text-align: center;
	clear: both;
}
/* Masthead Styles */
#masthead h1 {
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

#navigation li {
	float: left;
}

#navigation li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
#navigation li.dropdown {
    display: inline-block;
}

/* Content Styles */
#navigation .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

#navigation .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
#navigation li a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

#navigation .dropdown-content a:hover {background-color: #f1f1f1}

#navigation .dropdown:hover .dropdown-content {
    display: block;
}
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
	font-size: small;
}
#content h1 {
	color: #503750;
}
#content h3 {
	color: #503750;
}

#content img {
	padding-right: 10px;
}
#gallerycontent {
	text-align: center;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
#content a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.small {
	font-size: xx-small;
}
.script {
	font-family: "Script MT Bold", "Arial Rounded MT Bold", sans-serif;
}
.imgfltright {
	float: right;
	padding: 10px;
}

.legend {
	border-color: #FFFFFF;
	padding: 5px;
	border-style: solid;
	background-color: #669933;
	float: inherit;
	display: block;
	clear: both;
	color: #FFFFFF;
	text-align: center;
}
.calendars {
	text-align: left;
}
</style>
