/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img  
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* layout.css */
html {
text-align : center;
background-color: #252416;
}
div#container { 
position : relative; 
width : 760px; 
margin : 0 auto; 
text-align : left;
background: url(../images/faux-columns.png) repeat-y;
}
div#content {
position : relative; 
width: 100%;
}
div#sidebar {
position: absolute;
width: 300px;
height: 500px;
top: 15px;
left: 5px;
}
div#content-main {
width: 60%;
margin: 2em 0;
margin-top:  0;
padding: 0;
margin-left: 275px;
min-height:700px;
height:auto !important;
height:700px;
}
#branding {
display: block;
width: 100%;
height: 114px;
background: url(../images/logo.png) no-repeat;
clear:both;
}
h1#logo a {
display: block;
width: 200px;
height: 114px;
text-indent: -5000px;
outline: none;
} 
#branding_image {
height: 315px;
width:439px;
background: url(../images/branding.jpg) no-repeat;
margin-top: 2px;
margin-left: 11px;
text-indent: -5000px;
}
#top-contact-info p {
font-family: "Times New Roman", Times, serif;
font-size: 155%;
font-weight: bold;
text-align: right;
padding: 0;
padding-top: 40px;
padding-right: 20px;
color: #d0d4be;
}
#top-contact-info a {
display: block;
width: 200px;
height: 20px;
text-indent: -5000px;
outline: none;
float: right;
} 
#top-contact-info a:link, #top-contact-info a:visited {
color: #d0d4be;
text-decoration: none;
} 
#top-contact-info a:hover {
color: #e1e5cd;
text-decoration: underline;
} 


/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group { zoom: 1; display: block; }

/* * * home page style * * * * * * * * * * * * * * * * * * * * * * * * * * */
#hp-call-outs {
width: 253px;
margin-top: 10px;
margin-left: 12px;
background: url(../images/callouts.jpg) no-repeat;
text-align: center;
}
#hp-call-outs p {
padding: 0;
}
#certified-professionals p {
padding: 0;
padding-top: 50px;
padding-left: 10px;
}
#certified-professionals a:link, #certified-professionals a:visited {
color: #fff;
text-decoration: none;
}
#certified-professionals a:hover {
color: #fff;
text-decoration: underline;
}
#specials p {
padding: 0;
padding-top: 80px;
padding-left: 38px;
}
#specials a:link, #specials a:visited {
color: #fff;
text-decoration: none;
}
#specials a:hover {
color: #fff;
text-decoration: underline;
}
#newsletter {
text-align: left;
height: 180px;
margin-top: 85px;
margin-left: 10px;
color: #fff;
}
#hp-contact  {
margin-top: 5px;
text-align: left;
padding-left: 20px;
color: #fff;
}
#hp-contact p {
padding-bottom: 10px;
}
#hp-contact a:link, #hp-contact a:visited  {
color: #d0d4be;
text-decoration: underline;
} 
#hp-contact a:hover {
color: #e1e5cd;
} 
#we-offer {
width: 40%;
float: left;
}
#pets-can-enjoy {
width: 59%;
float: left;
}
ul.checkbox  {
padding-left: 10px;
}
ul.checkbox li {
list-style: url(../images/checkbox.gif);
}


/* * * general styles * * * * * * * * * * * * * * * * * * * * * * * * * * */
.more {
text-align: right;
}
.external {
background: url(../images/external.png) no-repeat right center;
text-decoration:none;
padding-right: 15px; 
}
.breadcrumb {
font-size:85%;
padding-left: 32px;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
ul {
margin-left: 25px;
}
li {
padding-bottom: 5px;
margin-left: 25px;
margin-right: 25px;
list-style: disc;
}
ol {
padding: 14px 25px;
padding-left: 50px;
}
ol li {
margin: 0 0 6px;
list-style: none;
}
.right  {
float: right;
padding: 0 0 10px 10px;
}
img.right  {
float: right;
padding: 20px 0 10px 10px;
}
.left {
float: left;
padding: 0 0 25px 25px;
}
.center {
text-align: center;
padding-top: 50px;
}
.small {
font-size: 85%;
}
.bio-title  {
font-size: 100%;
font-weight: bold;
}
.bios {
padding-bottom: 15px;
}
.bios img {
float: right;
padding-bottom: 5px;
padding-left: 5px;
}
.logos {
padding: 25px 50px;
}
ul.services {
margin: 0;
padding: 14px 32px;
}
ul.services li{
margin: 0 0 6px;
padding: 0;
list-style: none;
}
.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* * * =tables * * * * * * * * * * * * * * * * * * * * * * * * * * */
table {
margin: 5px;
margin-left: 32px;
}
table#rate-chart {
background-color: #b7baa7;
border-collapse: collapse;
border: 1px solid #e2e2e2;
text-align: left;
width: 43%;
}
table#rate-chart td {
padding: 2px;
border: 1px solid #e2e2e2;
text-align: left;
}




/* * * reservation form * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
width: 37em;
margin-left: 25px;
}
form p{
font-size: 100%;
padding: 2px;
clear: both;
margin-bottom: 6px;
overflow: hidden;
}
/* fieldset styling */
fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #939464;
}
/* legend styling */
legend {
font-weight: bold;
color: #4e4c34;
}
/* style for  labels */
label {
float: left;
width: 14em;
}
/* style for required labels */
label .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
input {
width: 220px;
}
input.radio, input.checkbox, input.submit {
width: auto;
}
input.radio, input.checkbox {width: auto; float: left; margin-right: 5px;}
.radiolabel, .checkboxlabel {width: auto; margin-right: 25px;}
textarea {
width: 220px;
height: 100px;
} 
/* submit */
form div input {
width: 100px;
margin-left: 160px;
padding: 0 .25em;
background-color: #a91c34;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}

p.select label {width: 320px;}
p.select select {float: right;}


/* * * email form * * * * * * * * * * * * * * * * * * * * * * * * * * */
#comments_form_two {
width: 20em;
padding-top: 2px;
margin-left: 10px;
}
#comments_form_two p{
font-size: 100%;
padding: 2px;
padding-left: 0px;
}
/* fieldset styling */
#comments_form_two fieldset {
margin: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #939464;
}
/* legend styling */
#comments_form_two legend {
font-weight: bold;
color: #4e4c34;
}
/* style for  labels */
#comments_form_two label {
float: left;
width: 5em;
}
/* style for required labels */
#comments_form_two  .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
#comments_form_two input{
width: 150px;
}
#comments_form_two input.radio, input.submit {
width: auto;
}
#comments_form_two textarea {
width: 75x;
height: 100px;
} 
/* submit */
 form#comments_form_two div input {
width: 75px;
margin-top: 0px;
margin-left: 135px;
padding: 0 .25em;
background-color: #fff;
color: #000;
text-transform: uppercase;
font-size: 90%;
}



/* * * =copyright * * * * * * * * * * * * * * * * * * * * * * * * * * */
#copyright {
width: 100%;
clear: both;
height: 70px;
background-color:#252416;
color: #fff;
text-align: center;
font-size : 80%;
padding-top: 5px;
}
#copyright p {
padding-left: 0px;
padding-right: 0px;
}
#copyright a:link, #copyright a:visited {
color: #fff;
text-decoration: none;
}
#copyright a:hover {
color: #fff;
text-decoration: underline;
}






/* * * =nav main * * * * * * * * * * * * * * * * * * * * * * * * * * */
.nav {
width: 100%;
height: 29px;
border-top:		1px solid #5f603c;
border-bottom:		1px solid #5f603c;
background: url(../images/nav-bg.png);
}
ul.sf-menu li {
}

/* * * =nav current * * * * * * * * * * * * * * * * * * * * * * * * * * */
body#home_page ul.sf-menu li#home a {
color: #fff;
background: url(../images/nav-current.png) no-repeat left center;
cursor: default;
}
body#about_page ul.sf-menu li#about a {
color: #fff;
background: url(../images/nav-current.png) no-repeat left center;
cursor: default;
}
body#services_page ul.sf-menu li#services a {
color: #fff;
background: url(../images/nav-current.png) no-repeat left center;
cursor: default;
}
body#rates_page ul.sf-menu li#rates-and-hours a {
color: #fff;
background: url(../images/nav-current.png) no-repeat left center;
cursor: default;
}
body#directions_page ul.sf-menu li#directions a {
color: #fff;
background: url(../images/nav-current.png) no-repeat left center;
cursor: default;
}
body#reservations_page ul.sf-menu li#reservations a {
color: #fff;
background: url(../images/nav-current.png) no-repeat left center;
cursor: default;
}
body#articles_page ul.sf-menu li#articles a {
color: #fff;
background: url(../images/nav-current.png) no-repeat left center;
cursor: default;
}
body#contact_page ul.sf-menu li#contact a {
color: #fff;
background: url(../images/nav-current.png) no-repeat left center;
cursor: default;
}
ul.sf-menu li#home .first {
border-left: none;
}



/* * * =anchor links * * * * * * * * * * * * * * * * * * * * * * * * * * */
a:link, a:visited {
color: #9b1a30;
outline: none;
}
a:hover{
text-decoration: underline;
}


#coupon-page table tr { display: block; margin-bottom: 20px; }
#coupon-page td { border: dashed 2px #A91C34; }
#coupon-page td p { font-size: 90%;}
#coupon-page td ul { font-size: 80%; }

