﻿*
{
    margin: 0;
    padding: 0;
}

body
{
    /*background: #FFFFFF url(images/img01.gif) repeat-x;*/
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #4e392f;
}


h1, h2, h3
{
    margin-bottom: 1.5em;
    letter-spacing: -0.05em;
    font-family: Georgia, "Times New Roman" , Times, serif;
}

h1, h1 a, h2, h2 a
{
    text-decoration: none;
    color: #414141;
}

h1 a:hover, h2 a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 38px;
}

h2
{
    font-size: 28px;
}

h3
{
    font-size: 16px;
    font-weight: normal;
    color: #939292;
}


a
{
    color: #00457e;
}

a:hover
{
    text-decoration: none;
}

a img
{
    border: none;
}


/* header */

#header
{
    margin: 0 auto;
    background-color: Yellow;
}

#header a
{
    text-decoration: none;
}
#header #headerLeft
{
    float: left;
    width: 200px;
    padding: 30px 0 0 80px;
}

#header #headerRight
{
    padding-top: 100px;
    float: right;
}

#headerRight img
{
    vertical-align: bottom;
}


/* Menu */

#mainMenu
{
    width: 592px;
    height: 57px;
    background: url(../Images/MenuBackground.png) no-repeat;
}

#mainMenu ul
{
    margin: 0;
    padding: 22px 0 0 38px;
    list-style: none;
    line-height: normal;
    color: #FFFFFF;
}

#mainMenu li
{
    float: left;
    padding: 0 6px 0 6px;
}

#menu li.first
{
}

#mainMenu a
{
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF;
}

#mainMenu a:link
{
}
#mainMenu a:visited
{
}
#mainMenu a:hover
{
    color: #a78575;
    text-decoration: underline;
}
#mainMenu a:active
{
}
/* FooterMenu */
#footerMenu
{
}

#footerMenu ul
{
    margin: 0;
    list-style: none;
    line-height: normal;
    color: #FFFFFF;
}

#footerMenu li
{
    float: left;
    padding: 0 6px 0 6px;
}

#footerMenu a
{
    text-decoration: none;
    color: #FFFFFF;
}

#footerMenu a:hover
{
    color: #a78575;
    text-decoration: underline;
}

/* Page */
#wrapper
{
    width: 1040px;
    background: url(../Images/MainBackground.png) repeat-y;
    margin: 0 auto;
}

#wrapper2
{
    width: 978px;
    margin: 0 auto; /*margin-left:1px;*/
    background-color: white; /*border-left: solid 1px #595959; 	border-right: solid 1px #595959;*/
}

#wrapperBottom
{
    height: 16px;
    width: 1040px;
    margin: 0 auto;
}
/* Content */


#content
{
}

#insideContentHeader
{
    float: left;
    height: 92px;
    width: 978px;
    background: url(../Images/InsideContentHeader.png) no-repeat;
    color: White;
}
#insideContentHeader p
{
    font-size: 25pt;
    font-family: Arial;
    line-height: 92px;
    padding-left: 288px;
}
div.tel, a.email, div.fax
{
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 0 0 5px 22px;
}
div.tel
{
    clear: both;
    background-image: url(../Images/telephone.gif);
}
div.fax
{
    clear: both;
    background-image: url(../Images/fax.png);
}
a.email
{
    background-image: url(../Images/email.gif);
    font-size: 87%;
    padding-left: 25px;
}

/* Left Content*/
#leftTop
{
    margin: 0 auto;
    height: 24px;
    width: 219px;
    background: url(../Images/leftTop.png) no-repeat;
}
#leftInside
{
    margin: 0 auto;
    width: 201px;
    min-height: 190px;
    background-image: url(../Images/leftContent.png);
    background-color: White;
    background-repeat: repeat-x;
}
#leftCenter
{
    margin: 0 auto;
    width: 219px;
    min-height: 190px;
    background-image: url(../Images/leftCenter.png);
    background-repeat: repeat-y;
}
#leftBottomAboutUs
{
    margin: 0 auto;
    width: 219px;
    height: 205px;
    background: url(../Images/leftBottomFerret.png) no-repeat;
}
#leftBottomStaff
{
    margin: 0 auto;
    width: 219px;
    height: 205px;
    background: url(../Images/leftBottomCat.png) no-repeat;
}
#leftBottomServices
{
    margin: 0 auto;
    width: 219px;
    height: 205px;
    background: url(../Images/leftBottomDog.png) no-repeat;
}
#leftBottomResources
{
    margin: 0 auto;
    width: 219px;
    height: 205px;
    background: url(../Images/leftBottomRabbit.png) no-repeat;
}
#leftBottomFacility
{
    margin: 0 auto;
    width: 219px;
    height: 205px;
    background: url(../Images/leftBottomTurtle.png) no-repeat;
}
#leftBottomContactUs
{
    margin: 0 auto;
    width: 219px;
    height: 205px;
    background: url(../Images/leftBottomHamster.png) no-repeat;
}
#leftContent
{
    float: left;
    width: 258px;
}
#leftContent p
{
    float: left;
    padding: 0 30px 0 30px;
    font: Arial;
    color: #646464;
}
/* Right Content */
#rightContent
{
    float: right;
    width: 700px;
}
#rightContent p
{
    padding: 0 30px 20px 30px;
    font-family: Arial;
    color: #646464;
}
#rightContent h1
{
    width: 100%;
    padding: 0 0 0 30px;
    font-family: Arial;
    color: #00457e;
    font-weight: bold;
    font-size: 13px;
}
#rightContent ul
{
    padding: 0 0 0 50px;
    list-style: square;
    line-height: normal;
    color: #646464;
}

#rightContent li
{
    font-family: Arial;
    padding: 0 6px 0 6px;
}

#rightContent a:link
{
    font-family: Arial;
    color: #646464;
}

#rightContent a:visited
{
    font-family: Arial;
    color: #535353;
}

/* Footer */

#footer
{
    width: 978px;
    margin: 0 auto;
    background: url(../Images/img05.gif) no-repeat;
    font-size: 12px;
    color: White;
}
#footerLeft
{
    float: left;
}
#footerRight
{
    float: right;
}
#insideContent
{
    width: 978px;
    background: url(../Images/InsideBackgroundGradient.png) no-repeat;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: White;
    padding-top: 20px;
}

#defaultContent
{
    width: 978px;
    background: url(../Images/defaultpage_bottom_background_one_section.png) no-repeat;
    padding: 18px 0 40px 68px;
}

.defaultContentSection
{
    /*width: 283px;*/
    width: 849px;
    float: left;
}

.defaultContentSectionTop
{
    color: #00457e;
    font-size: 22px; /*border: solid 1px red;*/
    padding: 10px 20px 8px 20px;
    font: Arial;
}

.defaultContentSectionBottom
{
    color: #646464;
    padding: 10px 20px 5px 20px; /*border: solid 1px blue;*/
}

.defaultTitle
{
    color: #00457e;
    font-weight: bold;
    font-size: 13px;
}

.mapContainer
{
    border: 1px solid #efefef;
    padding: 5px;
    text-align: center;
    width: 510px;
    height: 305px;
}

.map
{
    width: 500px;
    height: 300px;
}

.petcol
{
    border: 1px solid #789DB3;
}
.petcollabel
{
}
.pettable
{
    border-collapse: collapse;
}
.pettable td
{
    padding: 2px;
}
.pettable tr.row0 td
{
    background-color: #a78e82;
    color: black;
}
.pettable tr.row1 td
{
    background-color: #a78575;
    color: black;
}

