﻿body {
    height: 100%;
    overflow: hidden;
}

.prospero-body {
    top:60px;
}

.ourcity-header-container {
    background-color: white;
    color: #0F547C;
}

.search_address{
        text-decoration: underline;
}

/*Hotlink button sizing*/
.link-image {
    height:60px;
    width:160px;
}

/*OVERRIDE Default dropdown menu style*/
.prospero-menu {
    top:10px;
}

.prospero-menu img {
   height:20px; width:20px; 
}

.prospero-menu ul {
    background-color:#016783;
    list-style:none;
    color:white;
}

.prospero-menu ul li a {
    color:white;
}

.prospero-menu li {
    border-bottom: solid 1px #018fb6;
}

.prospero-menu li:last-child {
    border-bottom: none;
}

.prospero-menu .menu-text
{
    color: black;
}

.prospero-menu button:hover, .prospero-menu button:focus, .prospero-menu button:active{
   background-color:transparent;
}

.prospero-menu.btn-default:hover,
     .prospero-menu.btn-default:focus,
     .prospero-menu .btn-default:focus,
     .prospero-menu.open, 
     .prospero-menu .open, 
     .prospero-menu.dropdown-toggle.btn-default,
     .prospero-menu .dropdown-toggle.btn-default,
     .prospero-menu.btn-group.open
     .prospero-menu .btn-group.open
     .prospero-menu.dropdown-toggle
     .prospero-menu .dropdown-toggle{
    border-color:none;
    background-color:transparent;
    -webkit-box-shadow: none; 
     box-shadow: none;
}


.prospero-menu .dropdown-menu > li > a:hover, .prospero-menu .dropdown-menu > li > a:focus {
    background-color:transparent;
    color:white;
}

/*end OVERRIDE default dropdown menu style*/

/* Code to contol background image 
@media screen and (min-width: 767px) {
    .prospero #bg-photo {
        background-image: url(../Images/bk-photo-dtwn-vic-night.jpg);
        position: absolute;
        left: 0;
        width: 100%;
        height: 630px;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .prospero #bg-spacer {
        position: absolute;
        top: 430px;
        left: 0;
        width: 100%;
        height: 300px;
        background-image: url('../Images/bk-middle.png');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
        background-repeat: repeat-x;
    }
}
    */
    ol, ul
{

           padding-left: 50px;  
           list-style: disc;

          }