body {
	font-family: georgia, times, serif;
	font-size: 10px;
	color: #333;
	margin: 0;
	padding: 0;
	background: /*#cbc0ac*/ #c6b593;
	}
	
a {
	color: #600;
	text-decoration: none;
	border-bottom: 1px solid #600;
	}
	
a:hover {
	color: #fff;
	background: #600;
	border: 0;
	}
	
a.pdf
{
	padding: 0 18px 0 0; 
	background-image: url(../i/icn-pdf.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
	
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	}
	
h1 {
	font-size: 1.6em;
}
	
h2 {
	font-size: 1.2em;
	}
	
p {
	margin: 0;
	padding: 0;
	}
	
ul {
	margin: 0;
	padding: 0;
	}
	
ul li {
	margin: 0;
	padding: 0;
	}
	
ol li {
	margin-bottom: 10px;
	line-height: 1.5;
	}
	
img {
	border: 0;
	}
	
img.feature {
	float: right;
	margin: 0 0 10px 10px;
	}
	
input, select {
	font-size: 10px;
	}
	
label {
	font-weight: bold;
	}
	
legend {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	}
	
fieldset {
	border-width: 1px 0 0;
	border-color: #666;
	}
	
table.form th {
	text-align: right;
	white-space: nowrap;
	}
	
table.form th, table.form td {
	padding: 3px;
}
	
th.wide {
	text-align: left !important;
	}
	
table.form th.header {
	text-align: left;
	background-color: #c6b593;
}
	
.clean {
	list-style: none;
	}
	
.clear {
	clear: both;
	}
	
.super {
	position: relative;
	font-size: .6em;
	top: -4px;
	}
	
.small {
	font-size: 10px;
	}
	
.alert {
	background-color:  #f00;
	color: #fff;
	padding: 0 3px;
}
	
a.img, a.img:hover {
	border: none;
	background: white;
	}
	
ul.items {
	margin-bottom: 10px;
	}
	
.items li {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url(../i/bullet-arrow-green.gif) 2px 3px no-repeat;
	}
	
#canvas {
	width: 750px;
	margin: 10px auto 20px auto;
	border: 1px solid #666;
	background: #fff;
	padding: 20px;
	}
	
#userBar {
	margin: -20px -20px 20px;
	padding: 3px 10px;
	border-bottom: 1px solid #666;
	font-family: helvetica, arial, sans-serif;
	}
	
#userBar form {
	display: inline;
	}
	
#masthead {
	position: relative;
	background: #ccc;
	height: 195px;
	}
	
#banner {
	position: relative;
	height: 175px;
	}
	
.home #masthead {
	height: 295px;
	}
	
.home #banner {
	background: url(../i/banner-home.jpg) left top no-repeat;
	height: 275px;
	}
	
.training #banner, .pupTraining #banner, .references #banner {
	background: url(../i/banner-training.jpg) left top no-repeat;
	}

.dogs #banner {
	background: url(../i/banner-dogs.jpg) left top no-repeat;
	}

.boarding #banner, .reservations #banner {
	background: url(../i/banner-boarding.jpg) left top no-repeat;
	}

.facilities #banner {
	background: url(../i/banner-facilities.jpg) left top no-repeat;
	}
	
.photos #banner {
	background: url(../i/banner-photos.jpg) left top no-repeat;
	}

.contact #banner {
	background: url(../i/banner-contact.jpg) left top no-repeat;
	}

.links #banner {
	background: url(../i/banner-links.jpg) left top no-repeat;
	}

#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	}
	
#blurb {
	position: absolute;
	right: 40px;
	top: 50px;
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
}

#blurb a {
	display: block;
	color: #fff;
	background-color: rgb(37,67,48);
	border: none;
	font-size: .75em;
	padding: 3px 10px;
	background: rgb(37,67,48) url(/i/subnav-arrow-current-g.gif) right 50% no-repeat;}

#blurb a:hover {
	background: #600 url(../i/subnav-arrow-hover.gif) right 50% no-repeat;
}
	
#toplinks {
	position: absolute;
	right: 5px;
	top: 5px;
	/*border-bottom: 1px solid #fff;*/
	}
	
#toplinks li {
	float: left;
	}
	
#toplinks li a {
	display: block;
	background-color: rgb(37,67,48);
	padding: 5px 10px;
	border: 0;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	/*font-size: 1.5em;
	width: 250px;
	text-align: center;*/
	}
	
#menu {
	position: absolute;
	left: 0;
	top: 175px;
	font-size: 12px;
	}
	
.home #menu {
	top: 275px;
	}

	
#menu ul {
	float: left;
	}
	
#menu ul li {
	float: left;
	}
	
#menu li a {
	display: block;
	background-color: rgb(37,67,48);
	height: 20px;
	width: 107px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	border: 0;
	}
	
#toplinks li a:hover, #menu li a:hover {
	color: #fff;
	background-color: #600;
	}
	
#content {
	margin: 20px 0;
	}
	
#content p {
	line-height: 150%;
	}
	
#main {
	float: right;
	width: 460px;
	padding: 0 20px 0 20px;
	font-size: 1.2em;
	border-left: 1px solid #ccc;
	}
	
#main h1, #xtra h1 {
	font-size: 1.4em;
	margin-bottom: 5px; 
	}
	
#main p {
	margin-bottom: 10px;
	}
	
#xtra {
	width: 209px;
	padding: 0 20px 0 20px;
	border-right: 1px solid #ccc;
	}
	
#xtra p {
	text-align: justify;
	}
	
#footer {
	clear: both;
	padding: 5px;
	border-top: 1px solid #ccc;
	text-align: center;
	}
	
.sidebarPhoto {
	margin-bottom: 10px;
	}
	
#subnav {
	border-top: 1px solid #ccc;
	}

#subnav li a {
	display: block;
	padding: 5px 10px;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	}
	
#subnav li a:hover {
	background: #600 url(../i/subnav-arrow-hover.gif) right 50% no-repeat;
	}

dl.doglist {
	margin: 0;
	padding: 0;
	}
	
.doglist dt {
	clear: both;
	margin: 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #ccc;
	font-weight: bold;
	}
	
.doglist dd {
	margin: 0 0 10px 0;
	}
	
.doglist dd.img {
	float: left;
	}
	
.doglist dd.desc {
	margin-left: 160px;
	}
	
dl.links {
	margin: 0;
	padding: 0;
	}
	
.links dt {
	margin: 0 0 5px 0;
	}
	
.links dd {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.reservation dl dt {
	font-size: 12px;
	font-weight: bold;
	}
	
.reservation dl dd {
	margin-left: 0;
	}

table.fee {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #c6b593;
	border-collapse: collapse;
	}
	
.fee th {
	background-color: #c6b593;
	padding: 5px 10px;
	font-family: helvetica, arial, sans-serif;
	}
	
.fee td {
	padding: 5px 10px;
	}
	
#sponsors {
	margin-top: 40px;
	text-align: center;
	}
	
.home #sponsors {
	clear: both;
	margin-top: 20px;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	text-align: center;
	}
	
#sponsors h2 {
	text-align: center;
	margin-bottom: 10px;
	}
	
.home #sponsors h2 {
	}

#sponsors ul li {
	margin-bottom: 10px;
	text-align: center;
	}
	
.listHeader {
	background-color: #c6b593;
	padding: 3px 5px;
	}
	
ul.info {
	border: 1px solid #c6b593;
	padding: 5px;
	}
	
ul.address {
	font-size: 1.4em;
	}

.photos #xtra h1 {
	font-size: 1.6em;
	}
	
table.litter {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #c6b593;
	border-collapse: collapse;
	}
	
.litter th {
	text-align: right;
	vertical-align: top;
	background-color: #c6b593;
	padding: 5px 10px;
	font-family: helvetica, arial, sans-serif;
	}
	
.litter td.sex {
	text-align: center;
	}
	
.litter td {
	vertical-align: top;
	border: 1px solid #c6b593;
	padding: 5px 10px;
	}
	
.litter td.qty {
	text-align: center;
	width: 33%;
	}
	
table.splits {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	}
	
div.step {
	border: 1px solid #c6b593;
}

div.stepMeat {
	padding: 5px;
}

.step h3 {
	background-color: #c6b593;
	padding: 5px;
}

div.complete h3 {
	background: #c6b593 url(../i/icn-stepComplete.gif) right 50% no-repeat;
}
	
/*#ownerUpdate {
	display: none;
	background-color: #eee;
}*/


/*	==========	*/

div.feature {
	float: left;
	position: relative;
	width: 220px;
	/*background-color: rgb(37,67,48);*/
	/*color: #fff;*/
	padding: 10px;
	height: 200px;
	margin-bottom: 20px;
	border: 1px solid #c6b593;
}

.feature p {
	font-size: 12px;
}

#trainingBox {
	margin-right: 12px;
	/*background: rgb(37,67,48) url(/i/bg-trainingBox.jpg) left bottom no-repeat;*/
}

#boardingBox {
	margin-right: 12px;
	/*background: rgb(37,67,48) url(/i/bg-boardingBox.jpg) left bottom no-repeat;*/
}

#retrieverBox {
	/*background: rgb(37,67,48) url(/i/bg-retrieverBox.jpg) left bottom no-repeat;*/
}

a.featureLink {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 200px;
	width: 222px;
	background: transparent url(/i/feature-link.png) left bottom no-repeat;
	border: none;
	color: #254330;
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
}

a.featureLink:hover {
	background: transparent url(/i/feature-link.png) -222px bottom no-repeat;
	color: #600;
}

a.featureLink span {
	position: absolute;
	bottom: 0;
	right: 20px;
	text-align: right;
}