﻿body 
{
    margin: 0;
    font: 100% arial, helvetica, sans-serif;
}

@media screen {

html,body 
{
    height: 100.1%;
}

.title {
    color: #000;
    border-bottom: solid 1px #000;
    position: relative;
    margin-top: 0;
    font-family: "monotype corsiva",script;
    font-size: 30px;
}

.topline 
{
    border-top: solid 1px #069;
    padding-top: 10px;
}
.logo 
{
    margin: 0;
    width: 565px;
    height: 150px;
    background: url('/images/DesertObedience%20Teal.JPG') no-repeat;
}
.logo span {display: none}

.paws
{
    color: #000;
    list-style: none url('/images/pawbullet.gif');
    font-weight: bold;
}

.indent {
    position: relative;
    left: 15px;
    padding: 0 15px;
}

li {margin-bottom: 5px}

a 
{
    text-decoration: none;
    color: #009;
}

a:hover
{
    text-decoration: underline;
    color: #03f;
}

.bottommenu 
{
    width: 100% !important;
    width: 940px;
    max-width: 940px;
    border-top: solid 1px #069;
    margin: 10px 0;
}

.bottommenu td {
    text-align: center; 
    color: #205c57; 
    font-weight: bold;
    width: 25%;
}    

.main 
{
    width: 100% !important;
    width: 940px;
    max-width: 940px;
    margin: 0 auto 20px auto;
    color: #066;
    height: inherit;
    padding: 0 10px;
    position: relative;
}

.content
{
    margin-left: 160px;
    min-height: 350px;
}
strong.hilite {
    color: #000;
}
.floatimg {
    float: right;
    margin: 0 0 10px 10px;
}

.menu 
{
    width: 140px;
    vertical-align: top;
    position: absolute;
    top: 150px;
    left: 0;
    margin-right: 15px;
}

.menu a 
{
    display: block;
    width: 139px;
    height: 76px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.menu a span 
{
    display: none;
}

#image1:hover {background-image: url('/images/home_hi.JPG')}
#image1 {background-image: url('/images/home.JPG')}

#image2:hover {background-image: url('/images/services_hi.JPG')}
#image2 {background-image: url('/images/services.JPG')}

#image3:hover {background-image: url('/images/trainers_hi.JPG')}
#image3 {background-image: url('/images/trainers.JPG')}

#image4:hover {background-image: url('/images/schedule_hi.JPG')}
#image4 {background-image: url('/images/schedule.JPG')}

#image5:hover {background-image: url('/images/locations_hi.JPG')}
#image5 {background-image: url('/images/locations.JPG')}

}

@media print 
{
    .menu {display: none}
    h1.logo 
    {
        font-size: 22px; 
        border-bottom: solid 1px #000; 
        text-align: center
    }

    h3 {font-size: 17px}
    
    .bottommenu 
    {
        border-top: solid 1px #000;
        width: 100%;
    }
    
}

