﻿#contactUs
{
    background: url('../images/buttons/contact.png') no-repeat;
    width: 107px;
    height: 33px;
    float: left;
}

#contactUs:hover
{
    background: url('../images/buttons/contact_over.png') no-repeat;
}

#dSheriff
{
    background: url('../images/buttons/dsheriff.png') no-repeat;
    width: 107px;
    height: 33px;
    float: left;
}

#dSheriff:hover
{
    background: url('../images/buttons/dsheriff_over.png') no-repeat;   
}

#schedule
{
    background: url('../images/buttons/schedule.png') no-repeat;   
    width: 139px;
    height: 33px;
    float: left;
}

#schedule:hover
{
    background: url('../images/buttons/schedule_over.png') no-repeat;   
}

#fan
{
    background: url('../images/buttons/fan.png') no-repeat;
    width: 257px;
    height: 34px;
    margin-bottom: 10px;
    float: right;   
}

#fan:hover
{
    background: url('../images/buttons/fan_over.png') no-repeat;   
}

#dFacebook
{
    background: url('../images/buttons/dfacebook.png') no-repeat;   
    width: 204px;
    margin-bottom: 20px;
    height: 33px;
    float: right;
}

#dFacebook:hover
{
    background: url('../images/buttons/dfacebook_over.png') no-repeat;   
}

#dTwitter
{
    background: url('../images/buttons/dtwitter.png') no-repeat;
    width: 190px;
    margin-top: 35px;
    margin-bottom: 20px;
    height: 33px;
    float: right;   
}

#dTwitter:hover
{
    background: url('../images/buttons/dtwitter_over.png') no-repeat;   
}


#watch
{
    background: url('../images/buttons/watch.png') no-repeat;
    width: 167px;
    height: 32px;
    float: right;   
}

#watch:hover
{
    background: url('../images/buttons/watch_over.png') no-repeat;   
}

#be
{
    background: url('../images/buttons/be.png') no-repeat;
    width: 134px;
    height: 31px;
    float: right;   
}

#be:hover
{
    background: url('../images/buttons/be_over.png') no-repeat;   
}

#place
{
    background: url('../images/buttons/place.png') no-repeat;
    width: 204px;
    height: 33px;
    float: right;   
    margin-bottom: 20px;
}

#place:hover
{
    background: url('../images/buttons/place_over.png') no-repeat;   
}