body
{
    margin: 0;
    padding: 0;
    background-color: #c00000;
    background-image: url(images/pawswalking.jpg);
    background-repeat: no-repeat;
    background-position: 70% 1%;
    font-family: 'Times New Roman';
}

#pgWrapper
{
    min-width: 800px;
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    margin-top: 80px;
}

#pgHeader
{
    background-color:White;
    padding-bottom:15px;
    background-position: left bottom;
    background-image: url(images/3.gif);
    background-repeat: repeat-x;
}

#pgBody
{
}

#pgNav
{
   
}

#pgContent
{
    margin-left:10px;
    background-color:White;
}

#pgFooter
{
    border: #c00000 1px solid;
    font-family: Arial;
    font-size: xx-small;
    text-align:center;
    padding-top:10px;
    clear:both;
}


.hyperlink
{
	text-decoration:none;
	font-family:Arial;
	font-size:x-small
}

.Info
{
    font-family: 'Times New Roman' , Arial;
    font-size: x-small;
}
.moreinfo
{
    font-weight: bold;
    font-size: 1.4em;
    color: red;
    font-family: 'Times New Roman' , Arial;
}

.clear{clear:both;}

.panelleft
{
    width: 45%;
    float: left;
    padding: 0px 5px;
    text-align: left;
    font-family: 'Times New Roman';
    
}
.panelmid
{
    width: 45%;
    float: left;
    padding: 0px 5px;
    font-family: 'Times New Roman' , 'Lucida Sans' , Arial, 'Baskerville Old Face';
    color: #993333;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    background-image: url(images/pawprint.jpg);
    background-position: right 50%;
    background-repeat: no-repeat;
}
.panelmid2
{width: 80%;
    float: left;
    padding: 0px 20px;
    font-family: 'Times New Roman' , 'Lucida Sans' , Arial, 'Baskerville Old Face';
    color: #993333;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
    background-image: url(images/pawprint.jpg);
    background-position: right 50%;
    background-repeat: no-repeat;}


.panelright
{
    float: left;
    padding: 0px 5px;
    border-left-style: groove;
}

.panelservices
{
    width: 45%;
    float: left;
    padding: 0px 5px;
    text-align: left;
    font-family: 'Times New Roman';
    border-left-style: solid;
    border-left-color: #d3d3d3;
}
.panelbusiness
{
    width: 85%;
    float: left;
    padding: 0px 5px;
    text-align: left;
    font-family: 'Times New Roman';
    color: #b22222;
}
    
    
.panelgroup
{
padding-top:15px;}

.image
{
   float:left;
   width:125px;
   clear:both;
   }
   
   .contactinput
   {width:500px;
    margin-left:10px;
    }
   
.menu
   {
    text-align:center;
    }
    
    .address
{
    font-family: 'Times New Roman' , Arial;
    color: red;
    font-size: 1.2em;
    text-align:center;
}
.line
{
    border-top-style: solid;
    border-top-color: #dcdcdc;
    padding-top:25px;
}
   
.appinfo
{
    text-align:left;
    width:95%;
    margin:0 auto;
    font-size:11pt;
    font-family: 'Times New Roman'
}

.appinfo div{margin-left:2em;margin-bottom:.5em;}
.appinfo input[type="text"]{margin:0 .5em;border:none;border-bottom:1px solid black;font-size:11pt; font-family: 'Times New Roman'}
.appinfo h3{text-align:center;}

.Underline{ text-decoration:underline;}

.PrintHeader{display:none;}
.PrintPrompt{font-size:smaller;width:70%;margin:0 auto;}
.PrintPrompt input[type="button"]{margin-left:2em;}

.href
{
    color: #dc143c;
}

.Emphasize
{
    font-style: italic;
    font-weight: bold;
}

.PopupItem
{
    position:relative;
    cursor:pointer;
    color: #dc143c;
    font-weight:bold;
    list-style-type:none;
}

.PopupSpecials
{
    width: 500px;
    position: absolute;
    left: -1000px;
    top: 3ex;
    border-bottom-style: outset;
    border-bottom-color: red;
    text-align: left;
    border-right-style: outset;
    border-top-color: red;
    border-top-style: outset;
    border-right-color: red;
    border-left-style: outset;
    border-left-color: red;
    font-weight: normal;
    overflow: auto;
    background-color: white;
    color: Black;
    text-decoration:none;
}

li:hover div.PopupSpecials{left:150px;}