#page-header {
    height: 120px;
    background-color: #ffffff;
}
#simple-menu {
    height: 120px;
    margin: 0px;
    padding: 0px;
}
.menuitem {
    height:120px;
    text-align: center;
    line-height: 80px;
    background-color: #ffffff;
    font-family: menuItem, arial;
    margin: 0px;
    padding: 0 16px;
    font-size: 10pt;
    font-weight: bold;
    border-left: dashed 1px #cccccc;
    cursor: pointer;
}
.menuitem:hover {
    background-color: #eee;
}
@font-face {
    font-family: pageLocation;
    src: url('../fonts/gothic.ttf')
}
@font-face {
    font-family: menuItem;
    src: url('../fonts/raleway.ttf')
}
#page-location {
    height: 50px;
    background-color: #333;
    line-height: 50px;
    letter-spacing: 2px;
    font-family: pageLocation, arial;
    font-size: 25px;
    font-weight: bold;
    color: #eee;
}
.content-container {
    margin: 0px auto;
    min-width: 1000px;
    max-width: 1000px;
    position: relative;
}
#page-footer {
    background-color: #333333;
    background-image: url('../images/footergradient.png');
    background-repeat: repeat-x;
    height: 200px;
    border-top: solid 1px #cccccc;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: arial;
    color: #eee;
    font-size: 10pt;
}
#page-content {
    margin-top: 15px;
    min-height: 500px;
}

p.content {
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 11pt;
    color: #555555;
}
.ppi-page-header {
    color: #777777;
}
.btn-menu {
    border: none;
    background-color: #ffffff;
    text-align: left;
    text-indent: 10px;
}
.btn-menu:hover {
    border: none;
    background-color: #cccccc;
}

#gi-top-nav {
    position: relative;
    left: 550px;
    top: -75px;
    list-style: none;
}

/* BOOTSTRAP CUSTOM CHANGES */
.btn-group.open .dropdown-toggle {
    background-color: #cccccc;
}

.caret-container {
    position: relative;
}

.caret {
    position: absolute;
    right: 20px;
    bottom: 8px
}

.dropdown-menu {
    left: 50px;
}

.dropdown-menu>li>a:hover {
    background-color: #cccccc;
}

li.googleplus {
    padding: 5px 0px 0px 15px;
}