@charset "utf-8";
/* Munch and Gracie's */

html, body {
	background: #72703F url('images/background.jpg') repeat-x;
	font-family: Tahoma, Helvetica;
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
}
body {
	margin: 30px;
}

a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px;
}

hr {
	height: 1px;
	background: #CCC;
	border: none;
	border-bottom: 1px solid #999;
	margin: 10px 0px 10px 0px;
}

#header {
	background: url('images/header.png') no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 800px;
	height: 32px;
	text-align: center;
	padding-top: 218px;
	margin: 0px auto;
	position: relative;
}

#header ul {
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#header li {
	display: inline;
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#header li + li {
	margin-left: 30px;
}

#header a {
	font-size: 19px;
	color: #521F1F;
	text-decoration: none;
}

#header ul ul {
	width: 120px;
	background: #FFF;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 15px;
	left: 50%;
	display: none;
}

#header ul ul li {
	padding: 3px;
	display: block;
}

#header ul ul a {
	width: 120px;
	height: 20px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	display: block;
}

#header ul ul li + li {
	margin: 0px;
}

#header ul li.submenu:hover ul {
	display: inline;
}

#content {
	width: 770px;
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px;
	margin: 20px auto;
}

#footer {
	background: #F0F0F0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 10px;
	text-align: center;
	padding: 10px;
	margin: 0px auto;
	margin-top: 15px;
}
#footer a {
	color: #000;
}

.content_left {
	width: 500px;
	float: left;
}
.content_right {
	width: 250px;
	float: right;
}

h1 {
	color: #88480E;
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.centered {
	text-align: center;
}

h1 * {
	font-size: .75em;
}

h2 {
	color: #333;
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

p {
	margin: 5px 0px 5px 0px;
}

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.sidebox {
	width: 230px;
	background: #F0F0F0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin: 0px 0px 10px 10px;
	float: right;
}

.sidebox h2 {
	text-align: center;
}

.sidebox.homepage {
	font-size: 1.5em;
	color: #000;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.sidebox.homepage:hover {
	background: #006699;
	color: #FFF;
	text-decoration: none;
}

.sidebar {
	margin-bottom: 10px;
}

.sidebar img {
	width: 250px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 5px;
}

a.sidebar {
	color: #521F1F;
	display: inline-block;
}

a.sidebar:hover {
	text-decoration: none;
}

img.small {
	width: 200px;
}

.facebook {
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.fb-like {
	margin: 10px 0px 20px 45px;
}

#whatweoffer {
	font-size: 14px;
	list-style-image: url('images/paw_small.png');
}
#whatweoffer li {
	padding-left: 10px;
	margin-bottom: 10px;
}

#announcements {
	list-style-image: url('images/paw_small.png');
}
#announcements li {
	padding-left: 5px;
	margin-bottom: 5px;
}

.dedication {
	text-align: center;
	margin: 0px 0px 10px 20px;
}

.dedication img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
}

.registration {
	text-align: center;
}

.registration a {
	color: #521F1F;
	font-size: 1.2em;
	font-weight: bold;
}

ul.achievements li {
	clear: both;
	padding-bottom: 15px;
}

ul.achievements li b {
	font-size: 1.1em;
}

ul.achievements li img {
	width: 250px;
	border: 1px solid #CCC;
	padding: 1px;
	margin-bottom: 15px;
	float: right;
}

div.sidebar p {
	color: #521F1F;
}