/*** GENERAL & FORMATTING TAGS ***/
body {
	background-color: #ffead5;
	background-image: url(images/fern_tile2.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
}
h1 {
	color:#9a1861; 
	font-size:16px; 
	font-weight:bold; 
	margin:23px 15px 0 63px;
}
h1 a {
	color:#9a1861;
	text-decoration:none;
}
h1 a:visited {
	color:#9a1861;
	text-decoration:none;
}
h1 a:hover {
	color:#20566a;
	text-decoration:underline;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #20566a;
	margin-top:25px;
	padding-left:15px;
	background-image:url(images/link_paw.gif);
	background-position:left;
	background-repeat:no-repeat;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #216984;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #216984;
}
a:hover {
	text-decoration: none;
	color: #3e7e3f;
}
a:active {
	text-decoration: underline;
}
.boldHighlight {
	color:#9a1861; 
	font-weight:bold;
}
.mainContainer {
	background-color:#FFFFFF; 
	padding:35px;
}
/*** NAVIGATION & MENU ***/
.menuUp {
	color:#20566a; 
	text-align:center; 
	background-image:url(images/menu_bg_up.gif); 
	background-position:right; 
	background-repeat:repeat-x; 
	padding-top:6px;
}
.menuUnder {
	color:#735231; 
	text-align:center; 
	background-image:url(images/menu_bg_under.gif); 
	padding-top:6px;
}
.menuUnder a {
	color:#735231;
	text-decoration:none;
}
.menuUnder a:visited {
	color:#735231;
	text-decoration:none;
}
.menuUnder a:hover {
	color:#dc6e00;
	text-decoration:underline;
}
/*** HOME PAGE ELEMENTS ***/
.newsFeatureBG {
	width:229px; 
	height:299px; 
	background-image:url(images/newsfeature_bg.gif); 
	background-repeat:no-repeat;
}
.newsFeatureItem	{
	margin:18px 22px 0px 22px;
}
.newsFeatureItem a {
	color:#993366;
	text-decoration:underline;
}
.newsFeatureItem a:visited {
	color:#993366;
	text-decoration:underline;
}
.newsFeatureItem a:hover {
	color:#216984;
	text-decoration:underline;
}
.newsDiv {
	height:21px; 
	background-image:url(images/news_div.gif); 
	background-position:bottom center; 
	background-repeat:no-repeat;
}
.homeFeatureBG {
	width:561px; 
	height:299px; 
	background-image:url(images/homefeature_bg.gif); 
	background-position:right;
}
.welcomeAudio {
	float:left; 
	margin: 135px 0 0 30px; 
	text-align:center; 
	color:#20566a; 
	font-size:13px; 
	font-style:italic; 
	font-weight:bold;
}
.servicesFeatureBG {
	background-image:url(images/kitty_dance.jpg); 
	background-position:top left; 
	background-repeat:no-repeat;
}
.serviceLink {
	color:#9a1861; 
	font-size:16px; 
	font-weight:bold; 
	margin:23px 15px 0 63px;
}
.serviceLink a {
	color:#9a1861;
	text-decoration:none;
}
.serviceLink a:visited {
	color:#9a1861;
	text-decoration:none;
}
.serviceLink a:hover {
	color:#20566a;
	text-decoration:underline;
}
.serviceSubs {
	color:#6c5035; 
	margin:2px 15px 0 98px; 
	line-height:16px;
}
.serviceSubs a {
	color:#6c5035;
}
.serviceSubs a:visited {
	color:#6c5035;
}
.serviceSubs a:hover {
	color:#6c5035;
}
.homeDropCap {
	background-image:url(images/cap-s.gif); 
	background-position:top left; 
	background-repeat:no-repeat; 
	margin:14px 0 0 10px; 
	padding:25px 35px 25px 25px; 
	text-indent: 18px;
}
.listHeader {
	margin:0px 35px; 
	color:#20566a; 
	font-style:italic; 
	font-weight:bold;
}
.listPadding {
	padding-left:25px;
}
.bulletPaws {
	list-style-image:url(images/bullet_paw.gif); 
	list-style-position:outside; 
	line-height:18px;
}
.exploreLink {
	background-image:url(images/arrow_orange.gif); 
	background-position:left; 
	background-repeat:no-repeat; 
	margin:15px 0 12px 0; 
	padding:0 90px 0 20px; 
	float:right; 
	font-size:14px; 
	font-weight:bold; 
	color:#dc6e00;
}
.exploreLink a {
	color:#dc6e00;
	text-decoration:underline;
}
.exploreLink a:visited {
	color:#dc6e00;
	text-decoration:underline;
}
.exploreLink a:hover {
	color:#9a1861;
	text-decoration:none;
}
/*** FOOTER ELEMENTS ***/
.footerText {
	color:#9b9285; 
	font-size:10px; 
	padding-top:45px;
}
.footerText a {
	color:#cc9966;
	text-decoration:underline;
}
.footerText a:visited {
	color:#cc9966;
	text-decoration:underline;
}
.footerText a:hover {
	color:#cc9966;
	text-decoration:none;
}
/*** CONTACT FORM ***/
.fields {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #d7ccc1;
}
.validation-advice {
margin: 5px 0;
padding: 5px;
background-color: #dc6e00;
color : #ffffff;
font-weight: bold;
} 
input.required, textarea.required {
border: 1px solid #efbc8a;
}

.formErrorMsg {
	margin-top: 20px;
	padding:10px;
	background-color: #dc6e00;
	color: #ffffff;
	border: 1px solid #735231;
}
.contactInfo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
}
.contactContainerRight {
	float: right;
	width: 250px;
}
.contactContainerColor {
	background-color: #fefaf5;
}
.contactCopy {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyAreaCode {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #dc6e00;
}
.contactStatement {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9a1861;
	padding: 20px 0 5px 0;
}
/*** PHOTO GALLERY ***/
.categoryThumbContainer {
	margin: 20px; 
	float: left; 
	text-align: center;
}
.categoryThumbLink {
	display: block; 
	width: 200px; 
	height: 200px;
}
.categoryLink {
	text-align: center; 
	padding-bottom: 25px;
}
.categoryLink a {
	color: #dc6e00;
	text-decoration: none;
}
.categoryLink a:visited {
	color: #dc6e00;
	text-decoration: none;
}
.categoryLink a:hover {
	color: #9a1861;
	text-decoration: underline;
}
/*** IMAGE COLUMNS ***/
.imageContainer1 {
	background-image: url(images/corner_bl.gif); 
	background-position: bottom left; 
	background-repeat: no-repeat; 
	width: 200px; 
	padding: 0 0 15px 25px;
}
.imageContainer2 {
	background-image: url(images/corner_tr.gif); 
	background-position: top right; 
	background-repeat: no-repeat; 
	width: 223px; 
	padding: 20px 30px 10px 0; 
	margin-bottom: 20px;
	margin-left:15px; 
	float: right; 
	font-size: 12px;
}
.imageColumn {
	float:right; 
	width:200px; 
	margin-left:20px;
	margin-top:35px;
}
.imageCaption {
	font-size:10px;
	text-align: right; 
	margin: 5px 0 40px 0;
}
.imageCaption a {
	color: #dc6e00;
	text-decoration: none;
}
.imageCaption a:visited {
	color: #dc6e00;
	text-decoration: none;
}
.imageCaption a:hover {
	color: #9a1861;
	text-decoration: underline;
}
.imageBorder {
	border: 1px solid #b89c80;
}
/* NEWS & EVENTS */
.newsLink a {
	color: #190100;
	text-decoration: none;
}
.newsLink a:hover {
	color: #190100;
	text-decoration: underline;
}
#news1 {
	background-image: url(images/dot3px1_dred.gif); 
	background-position: bottom left; 
	background-repeat: repeat-x; 
	padding: 25px 0 15px 0;
}
#news2 {
	padding: 20px 0 10px 0; 
}
.newsItem {
	font-size: 12px; 
	padding: 10px 0; 
	color: #666666;
}
.moreNews {
	text-align: right;
}
.newsItemContainer {
	padding: 7px 10px;
}
.newsDotted {
	border-bottom:1px dotted #ccc4b6;
}
.newsShaded {
	background-color: #ecf9ee;
}
.newsDate {
	float: right; 
	text-align: right; 
	font-size: 11px;
	font-style:italic; 
	padding: 5px 0 0 0;
}
.newsDate2 {
	font-weight:bold;
	color:#dc6e00;
}
.newsTitle {
	font-size:14px;
	font-weight: bold; 
	color: #216984;
	padding: 0 0 5px 0; 
}
.newsTitle a {
	color: #216984;
	text-decoration: none;
}
.newsTitle a:hover {
	color: #3e7e3f;
	text-decoration: underline;
}
.itemNumberContainer {
	font-size: 11px; 
	color: #ccc4b6;
	border-bottom:1px dotted #ccc4b6;
	padding: 15px 0 5px 0;
}
.itemNumberContainer2 {
	font-size: 11px; 
	color: #ccc4b6;
	border-top:1px dotted #ccc4b6;
	padding: 5px 0 15px 0;
	margin-bottom: 40px;
}
.itemShow {
	float: left;
}
.itemPages {
	text-align: right;
}
.itemPages a {
	color: #dc6e00;
	text-decoration: underline;
	padding-left: 5px;
}
.itemPages a:visited {
	color: #dc6e00;
	text-decoration: underline;
}
.itemPages a:hover {
	color: #9a1861;
	text-decoration: underline;
}
/*** SERVICES & RATES : ACTIVITIES ***/
.tablePadding {
	padding-left:20px;
}
.anchorButton {
	background-color:#e2f3fa; 
	padding:5px; 
	border:1px solid #e4dac9;
}





.imageAndCaptionContainer {
	width: 200px;
	margin: 5px;
	float: left;
	border: 0;
	padding: 10px;
}
.imageContainer {
	width: 200px;
	height: 200px;
	position: relative;
}
.imageContainer div {
	position: absolute; bottom: 0;
}
.imageContainer div div {
	width: 200px;
	text-align: center;
	position: relative;
}
.imageContainer div div img {
	border: 0;
}
.captionContainer {
	width: 200px;
	padding: 5px;
}
.clear {
	clear: both;
}