/* HTML Defaults */

body {
	font: 81%/1.4em Arial, Helvetica, sans-serif;
	color: #2e2e2f;
	background: #ebedf2;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: underline;
	color: #a31c37;
}
a:visited {
	text-decoration: underline;
	color: #7e7e7f;
}
a:hover {
	text-decoration: underline;
	color: #7d242a;
}
h1 {
	font: normal 230%/1.1em Georgia, "Times New Roman", Times, serif;
	color: #a31c37;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0;
}
h2 {
	font-size: 140%;
	color: #a31c37;
}
h3 {
	font-size: 115%;
	color: #a31c37;
}
h4 {
	font-size: 100%;
}
img {
	border: none;
}
hr {
	color: #fff;
	background: #fff;
	height: 1px;
	padding: 0;
	border: none;
}
table {
	width: 95%;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	margin: 0;
	padding: 5px;
	border-collapse: collapse;
}

/* Main Container */

#container {
	width: 100%;
	min-width: 980px;
	float: left;
}
#main {
	margin-left: 245px;
}
.clear {
	clear: both;
}

/* Nav */

#nav {
	width: 245px;
	float: left;
}
#front #nav {
	background: url(../images/nav_front_bg.png) no-repeat left top;
	padding-top: 44px;
}
#front #logo {
	display: none;
}
#logo, #logo a {
	height: 65px;
	width: 245px;
	float: left;
}
#logo {
	background: url(../images/nav_logo.png) no-repeat left top;
}
#logo a {
	text-indent: -9999px;
}
#nav ul, #nav ul li {
	width: 245px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul {
	background: #4c4c4e url(../images/nav_bg.png) no-repeat left top;
	height: 285px;
	padding-top: 2px;
}
#nav ul li {
	font-size: 108%;
	line-height: 1.1em;
	text-align: right;
	position: relative;
}
#nav ul li a {
	width: 185px;
	float: left;
	padding: 3px 30px;
}
#nav ul li a:link, #nav ul li a:visited {
	text-decoration: none;
	color: #fff;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #b2b3b7;
}
#nav ul li ul {
	background: #4c4c4e;
	display: none;
	height: auto;
	width: 200px;
	padding-top: 0;
	position: absolute;
	top: 0;
	left: 245px;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul li {
	font-size: 100%;
	text-align: left;
	width: 200px;
}
#nav ul li ul li a {
	width: 180px;
	padding: 3px 10px;
}
.navarrow {
	background: url(../images/nav_arrow.png) no-repeat center center;
	height: 9px;
	width: 5px;
	position: absolute;
	top: 7px;
	left: 225px;
}
#nav form {
	color: #fff;
	background: #7e7e7f;
	width: 221px;
	float: left;
	clear: both;
	margin: 0;
	padding: 12px;
}
#nav fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#nav legend {
	font: 108% Georgia, "Times New Roman", Times, serif;
	color: #e6e8ee;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;	
}
#nav label {
	font-size: 85%;
}
#newsletterEmail {
	font: 85% Arial, Helvetica, sans-serif;
	color: #2e2e2f;
	vertical-align: middle;
	background: #fff url(../images/newsletterinput_bg.png) repeat-x left top;
	width: 150px;
	padding: 4px;
	border: none;
}
#newsletterSubmit {
	font: normal 85% Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #707071 url(../images/newsletterbutton_bg.png) repeat-x left top;
	height: 22px;
	width: 54px;
	border: solid 1px #b2b3b7;
}

/* Footer */

#footer {
	font-size: 70%;
	line-height: 1.1em;
	color: #929294;
	background: url(../images/footer_bg.png) repeat-x left top;
	text-align: right;
	height: 106px;
	width: 245px;
	float: left;
	clear: both;
	padding: 15px 0;
}
#footer p {
	padding: 0 15px;
}

/* Header */

#header {
	color: #fff;
	background: #a31c37 url(../images/header_bg.png) repeat-x left bottom;
	height: 44px;
	width: 100%;
	float: left;
}
#header a:link, #header a:visited {
	text-decoration: none;
	color: #fff;
}
#header a:hover {
	text-decoration: underline;
	color: #fff;
}
#header p {
	white-space: nowrap;
	float: left;
	margin: 0;
}
#contact {
	width: 515px;
	float: left;
	padding: 6px 0;
}
#contact p {
	padding: 0 12px;
}
.phone {
	font: 185%/1.2em Georgia, "Times New Roman", Times, serif;
	color: #d7d8db;
	border-right: solid 1px #d18e9b;
}
.address {
	font-size: 92%;
	line-height: 1.2em;
}
.directions a {
	background: #707071 url(../images/newsletterbutton_bg.png) repeat-x left top;
	float: left;
	padding: 0 5px;
	border: solid 1px #b2b3b7;
}
#emergency {
	background: url(../images/emergency_bg.png) no-repeat right bottom;
	height: 44px;
	width: 213px;
	float: right;
}
#emergency p {
	font-weight: bold;
	padding: 17px 0 0 55px;
}

/* Content */

#contentwrapper {
	width: 100%;
	float: left;
}
#content {
	background: url(../images/content_bg.png) repeat-x left top;
	width: 100%;
	float: left;
	clear: both;
}
#content ul {
	margin-left: 0;
	padding-left: 0;
}
#content ul li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: .2em 0;
	padding-left: 14px;
	list-style: none;
}
#title {
	padding: 20px 20px 10px 20px;
}
#bodytextside, #bodytext {
	float: left;
	width: 100%;
}
#bodytextside {
	margin-right: -245px;
}
.bodypadding {
	padding: 10px 20px;
}
#bodytextside .bodypadding {
	padding: 10px 265px 10px 20px;
}
#side {
	width: 245px;
	float: right;
}
#sidenav {
	font-size: 108%;
	line-height: 1.1em;
	color: #bcbdc1;
	background: #a31c37;
	width: 245px;
	float: left;
	padding: 10px 0;
}
#sidenav dl, #sidenav dt, #sidenav dd {
	width: 245px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidenav dt, #sidenav dd {
	width: 215px;
	float: left;
	padding: 4px 15px;
}
#sidenav dl a:link, #sidenav dl a:visited {
	text-decoration: none;
	color: #fff;
}
#sidenav dl a:hover {
	text-decoration: none;
	color: #b2b3b7;
}
#sidenav dt {
	font-weight: bold;
}
.sidephoto p {
	font-size: 77%;
	line-height: 1.2em;
	margin: .5em 0;
}
.map, .smallmap {
	width: 425px;
	float: right;
	margin: 0 0 20px 20px;
}
.map {
	width: 425px;
}
.smallmap {
	width: 300px;
}
.bodyphoto {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
}

/* Front */

#splash {
	background: #b5b6ba url(../images/splash_bg.png) repeat-x left top;
	height: 287px;
}
#splash h1 {
	background: url(../images/front_photo.jpg) no-repeat left top;
	text-indent: -9999px;
	height: 287px;
	width: 730px;
}
#frontmain {
	font-size: 92%;
	line-height: 1.2em;
	background: #d3d3d7 url(../images/frontmain_bg.png) repeat-x left top;
	min-width: 750px;
	float: left;
	clear: both;
}
#intro {
	width: 70%;
	float: left;
	padding: 15px 0;
}
#intro p {
	margin-top: 0;
	padding: 0 15px;
}
#services {
	font-weight: bold;
	width: 30%;
	float: right;
	padding: 15px 0;
}
#services ul {
	padding-right: 15px;
}
#tools {
	color: #fff;
	background: #a31c37;
	width: 100%;
	float: left;
	clear: both;
}
#tools h2 {
	font: normal 138%/1.1em Georgia, "Times New Roman", Times, serif;
	color: #e6e8ee;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0;
	padding: 8px 15px;
}
#tools p, #tools ul {
	font-size: 92%;
	line-height: 1.1em;
	margin: 0;
}
#tools ul li {
	background-image: url(../images/bullet_tools.png);
}
#tools a:link, #tools a:visited {
	text-decoration: none;
	color: #e6e8ee;
}
#tools a:hover {
	text-decoration: underline;
	color: #fff;
}
#special, #mypet, #videos {
	height: 170px;
	width: 32%;
	float: left;
}
#special {
	background: #7d252b;
}
#special h2 {
	text-transform: none;
	letter-spacing: normal;
	border-bottom: solid 1px #c07985;
}
#special h3 {
	font: normal 230%/1.1em Georgia, "Times New Roman", Times, serif;
	color: #e6e8ee;
	margin: 0;
	padding: 5px 15px;
}
#special p {
	margin-left: 115px;
	padding: 5px 15px;
}
#offer {
	width: 130px;
	float: left;
}
#special p.more {
	float: left;
	margin: 0;
}
#special p.more a {
	color: #fff;
	background: #707071 url(../images/newsletterbutton_bg.png) repeat-x left top;
	float: left;
	padding: 4px 7px;
	border: solid 1px #b2b3b7;
}
#mypet, #videos {
	background-repeat: no-repeat;
	background-position: left 30px;
}
#mypet {
	background-image: url(../images/mypet_bg.png);
	border-right: solid 1px #d18e9b;
}
#mypet ul li, #videos ul li {
	font-weight: bold;
}
#mypet p, #mypet ul, #videos p, #videos ul {
	padding: 0 15px 0 95px;
}
#videos {
	background-image: url(../images/videos_bg.png);
}
