html {
    padding: 10px;
}

body {
    font-family: "Trebuchet MS", Trebuchet, sans-serif;
}

a {
    color: #FFF;
}

.home_layout {
    z-index: 1;
    width: 900px;
    height: 580px;
    background-image: url("../graphics/general/home-background.jpg");
    background-repeat: no-repeat;
    position: relative;
}


.main_title {
    position: absolute;
    height: 205px;
    width: 391px;
    top: 10px;
    right: 10px;
    text-indent: -1000em;
    background-image: url("../graphics/general/home-title.jpg");
}

.main_menu {
    width: 155px;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    top: 24px;
}

.main_menu a {
    text-decoration: none;
}

.main_menu a:hover {
    color: #9dac82;
}

.main_menu ul {
    margin-bottom: 25px;
}

.main_menu li {
    height: 23px;
    padding-top: 9px;
    border-bottom: 1px solid #9dac82;
    line-height: 12px;
}

.main_menu .subscript {
    display:block;
    line-height: 8px;
    font-size: 9px;
}

.contact_info {
    color: #FFF;
    width: 155px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: right;
    font-size: 12px;
}

.contact_info .address,
.contact_info .phone {
    border-top: 1px solid #9dac82;
    border-right: 1px solid #9dac82;
    padding: 8px;
    line-height: 17px;
}


.subscribe {
    position: absolute;
    text-transform: uppercase;
    bottom: 0px;
    right: 0px;
    font-size: 11px;
    border-top: 1px solid #9dac82;
    padding: 8px 8px 8px 0;
    line-height: 17px;
}

.subscribe a {
    text-decoration: none;
}

.subscribe a:hover {
    color: #9dac82;
}


.dropdown {
    z-index: 1000;
    background-color: #808c6a;
}

.dropdownItem a:hover {
    background-color: #043d41;
}