/*##################################
  # Designed by Mary Fisher Design #
  #                                #
  # www.maryfisherdesign.com       #
  # (c) 2006 Copyright             #
  ##################################*/


body {
	margin: 0px;
	background-color: #5F841D;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/backdog.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-attachment: fixed;
	
}
p {
	margin: 0px;
	padding: 0px;
}
#address {
	font-size: x-small;
	color: #FFFFFF;
	padding-top: 5px;
}
#address a {
	color: #FFFFFF;
	
}
#address a:hover {
	text-decoration: none;
}

#wrap {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back_green.gif);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	padding-bottom: 20px;
	height: 100%;

}
#header {
	background-image: url(../images/back_header.gif);
	background-repeat: repeat-y;
	text-align: center;
	position: relative;
}

/* home navigation */


#homenav {
	width: 65px;
	background-color: #333333;
	position: absolute;
	left: 33px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 22px;
	
}

#homenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 22px;
}

#homenav li {
	
	height: 22px;
	text-indent: -5555px;
}

#homenav li a {
	display: block;
	width: 100%;
	height: 100%;
}

#home, #home a {
	width: 65px;
	background: transparent url(../images/btn_home.gif) no-repeat 0 0;
}

#homenav a:hover { background-position: 0 -22px; }

#homenav li.active a { background-position: 0 -22px; }



/* home lyne */


#lynenav {
	width: 174px;
	background-color: #333333;
	position: absolute;
	left: 495px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 29px;
	
}

#lynenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 29px;
}

#lynenav li {
	
	height: 29px;
	text-indent: -5555px;
}

#lynenav li a {
	display: block;
	width: 100%;
	height: 100%;
}

#lyne, #lyne a {
	width: 174px;
	background: transparent url(../images/btn_lyne.gif) no-repeat 0 0;
}

#lynenav a:hover { background-position: 0 -29px; }

#lynenav li.active a { background-position: 0 -29px; }


/* navigation */


#nav, .nav * {
	margin:0;
	padding:0;
}
#nav {
	width: 100%;
	float:left;
	/*margin-bottom:1.5em;*/
	
}
#nav ul {
	background:#fff; /*IE6 needs this*/
	margin: 0;
	padding: 0;
	
	list-style: none;
}
#nav li {
	float:left;
	list-style:none;
	position:relative;
	height: 40px;
	text-indent: -5555px;
}
#nav a {
	display:block;
	float:left;
	text-decoration:none;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: x-small;
}

#nav a:hover {
	text-decoration: underline;
	
}




#null, #null a {
	width: 30px;
	background: transparent url(../images/btn_null.gif) no-repeat 0 0;
}
#aboutus, #aboutus a {
	width: 74px;
	background: transparent url(../images/btn_about.gif) no-repeat 0 0;
}
#services, #services a {
	width: 81px;
	background: transparent url(../images/btn_services.gif) no-repeat 0 0;
}
#pricing, #pricing a {
	width: 80px;
	background: transparent url(../images/btn_pricing.gif) no-repeat 0 0;
}
#reservation, #reservation a {
	width: 117px;
	background: transparent url(../images/btn_reservation.gif) no-repeat 0 0;
}
#forms, #forms a {
	width: 132px;
	background: transparent url(../images/btn_forms.gif) no-repeat 0 0;
}
#news, #news a {
	width: 61px;
	background: transparent url(../images/btn_news.gif) no-repeat 0 0;
}
#contact, #contact a {
	width: 126px;
	background: transparent url(../images/btn_contact.gif) no-repeat 0 0;
}



#vacation, #vacation a, 
#daycare, #daycare a, 
#concierge, #concierge a, 
#webcam, #webcam a, 
#group, #group a,
#individual, #individual a,
#grooming, #grooming a,
#park, #park a, 
#obedience, #obedience a, 
#barkery, #barkery a, 
#shop, #shop a,
#watch, #watch a, 
#what, #what a, 
#history, #history a,
#meet, #meet a, 
#brochure, #brochure a,
#webcam, #webcam a,
#empopp, #empopp a,
#employment, #employment a
  {
	/*width: 210px;*/
	height: 10px;
	text-indent: 0px;
	background: #036f3e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}


#nav li ul li {
	height: 20px;

	}	

#nav li ul { /*drop menu box*/
	float:none;
	top:-999em;
	position:absolute;
	width: 210px;
}

#nav li li a {
	padding: 5px 5px 5px 20px;
	float:none;
	width: 185px;
}

#nav li li a:hover { 
	
	background-image: url(../images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
}


#nav li:hover,
#nav li.sfHover, 
#nav a:focus, #nav a:hover, #nav a:active {
	background-position: 0 -40px; 
}

#nav li.active a { background-position: 0 -40px; }


#nav li:hover ul, /*need for drop menu*/
#nav li.sfHover ul {
	left:0px;
	top:2.5em;
	 
}


#nav li a:link, 
#nav li a:visited, 
#nav li a:hover {
	border-bottom-width: 0;
}

/* quick hacks for IE */
*html .nav li li {
	margin-bottom:-3px;
}
*html .nav li li li {
	margin-bottom:-1px;
}
*+html .nav li li {
	margin-bottom:-3px;
}
*+html .nav li li li {
	margin-bottom:-1px;
}



/* clear */

#clear {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
	}

*#header, #nav, #topnav {display: inline-table;}

* html #header, * html #nav, * html #topnav {height: 1%;} 

#header, #nav, #topnav {display: block;}
#left {
	float: left;
	width: 449px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/body_shadow.jpg);
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content {
	padding-right: 31px;
	padding-left: 31px;
}
#right {
	width: 170px;
	margin-left: 455px;
	
}

	
/*sidebar box */
.sidebar {
	color: #CC9933 !important;
	float: right;
	background-image: url(../images/sidebar_bat2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
	width: 165px;
	}
	
/*div > .sidebar { position: fixed; }*/


.sidebar h2 {
	margin: 0 0 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background: url(../images/sidebar_bat1.gif) no-repeat left 10px;
	font-style: italic;
	font-weight: normal;
	padding-top: 30px;
	text-transform: uppercase;
	}
.sidebar p {
	font-size: x-small;
	line-height: 16px;
	
	}
	
.sidebar a {
	color: #CC9933;
	font-size: x-small;
	}
	
	.sidebar a:hover {
	text-decoration: none;
	
	}


/*copy box2 */
#box {
	color: #333333 !important;
	background: url(../images/body_back.gif) repeat-y!important;
	margin: 0px;
	padding: 0px;
	width: 433px;
	}
#box h1 {
	margin: 0;
	padding: 12px 12px 12px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #663300;
	background: url(../images/body_top.gif) no-repeat left top;
	font-style: italic;
	font-weight: bold;
	}
#box p {
	font-size: small;
	line-height: 20px;
	padding-right: 40px;
	padding-left: 20px;
	margin-bottom: 10px!important;
	}
	
#box li {
	margin: 0;
	line-height: 20px;
	background-image: url(../images/listbullet.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 25px;
	background-position: 2px 3px;
	padding-bottom: 0;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
 
 }
#box ul {
	margin: 0 0 5;
	line-height: 20px;
	list-style-type: none;
	padding-top: 0px;
	font-size: small;
	
}
H3 {
	font-family: "Times New Roman", Times, serif;
	color: #663300;
	font-size: medium;
	font-style: italic;
	margin-left: 20px;
	background-image: url(../images/copydivider.gif);
	background-position: left 0px;
	padding-top: 30px;
	background-repeat: no-repeat;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	color: #663300;
	font-size: medium;
	font-style: italic;
	margin-left: 20px;
	
}
#copydivider {
	margin-left: 170px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pic {
	float: right;
	margin: 5px;
	padding: 5px;
	border: 1px solid #996600;
}
.caption {
	font-style: italic;
	line-height: 13px;
	font-size: x-small;
	clear: both;
	margin-top: 10px;
}

/*table*/

table {
	border-spacing: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 370px;
	margin-left: 20px;
	font-size: small;
}
table th {
	text-align: left;
	font-weight: bold;
	padding: 30px 0.5em 0.5em;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	background-image: url(../images/copydivider.gif);
	background-position: left 0px;
	background-repeat: no-repeat;
	
}
table td {
	text-align: left;
	padding: 0.2em 0.5em;
}
table thead th {
	text-align: center;
	color: #663300;
}
table th.Corner {
    text-align: left;
    border-left: 0px;
}
table tr.Odd {
	background: #A7C274;
}
table tr {
	text-align: left;
	font-weight: normal;
	padding: 0.1em 0.5em 1em;
}
.tablemoreinfo {
	font-size: 80%;
	font-style: italic;
	text-align: center;
	padding: 0px!important;
}
.tablemoreinfo h4 {
	margin: 0px;
	padding: 0px;
}

.photocaption {
	font-size: 70%;
	text-align: center;

}
hr {
	margin: 0px;
	padding: 0px;
	width: 400px;
}
.top {
	font-size: x-small;
	margin-left: 200px!important;
	
}
#picbox {
	margin: 5px 15px 5px 5px;
	width: 250px;
	float: right;
	border-top: 4px double #996600;
	border-bottom: 4px double #996600;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
p a.pricing {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #990000;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

p a.pricing:hover {
	text-decoration: none;
	background-color: #003E1C;
}

#box .thickbox .picleft {
	height: 80px;
	width: 80px;
	margin: 2px;
	border: 1px solid #8F7726;
}

/*----SHOP----*/
#shopitem {
	padding: 20px;
	margin-bottom: 10px;
}

#shopleft {
	float: left;
	width: 112px;
}
#shopdescr {
	margin-left: 110px;
}
#picshop  {
	float: left;
}
.mary {
	color: #999999;
	font-size: 70% !important;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-right: 20px;
	margin-left: 17px;
	margin-top: 25px;
	margin-bottom: 0px;
	text-align: center;
}
A.marylink {
	color: #999999 !important;
}
.copyright {
	color: #333333;
}
#picbox300 {
	float: right;
	clear: both;
	width: 220px;
	margin-left: 10px;
}

.picleftgallery {
	padding: 5px;
	border: 1px solid #999999;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
#clear {
	clear: both;
}
.nomargin {
	margin: 0px;
	padding: 0px;
}
#picboxsmall  p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#picboxsmall {
	margin: 0px 15px 5px 5px;
	width: 143px;
	float: right;
	border-top: 4px double #996600;
	border-bottom: 4px double #996600;
	padding: 5px 0px 0px;
	font-size: x-small;
	line-height: 15px;
}
#picboxsmall img {
	margin-bottom: 5px;
}
#packagebox {
	background-image: url(../images/packback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
	padding-top: 45px;
	padding-right: 0px;
	padding-left: 0px;
	width: 390px;
}
#packagebox table {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 355px;
}
#packagebox  table  td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #90732B;
}
#packagebox p {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #663300;
	font-size: 130%;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#box h6 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #663300;
	font-style: italic;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
}
#packagebox li {
	margin: 0;
	line-height: 20px;
	background-image: url(../images/listbullet.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 25px;
	background-position: 2px 3px;
	padding-bottom: 0;
	font-size: 90%;
}
#packagebox ul {
	margin: 0 0 5;
	line-height: 20px;
	list-style-type: none;
	padding-top: 0px;
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;
}
.checkout {
	font-family: "Times New Roman", Times, serif;
	color: #663300;
	font-style: italic;
	margin-left: 10px;
	padding-top: 10px;
}
#restable {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 390px;
	clear: none;
	border: 1px dotted #993300;
	background-color: #DDD9AE;
}
#restable p {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-size: 85%;
}
a.squarelink {
	background-color: #00411E;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
}
a.squarelink:hover {
	text-decoration: underline;
}
#CollapsiblePanel6 {
}
#CollapsiblePanel6 li {
}
.notice {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003816;
	padding: 5px!important;
}
