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,
.contact_info .email {
    border-top: 1px solid #9dac82;
    border-right: 1px solid #9dac82;
    padding: 8px;
    line-height: 17px;
}


.contact_info .email {
    line-height: 13px;
}

.contact_info .email a {
    text-decoration: none;
    display: block;
}

.contact_info .email span {
    vertical-align: middle;
}


.contact_info .email img {
    display: inline;
    vertical-align: middle;
}




.connection_links {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 35px;
}

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

.subscribe a {
    text-decoration: none;
}

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

.facebook {
    float: right;
}



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

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

.error_message {
    position: absolute;
    top: 60px;
    left: 60px;
    background-color: #FF9;
    padding: 10px;
    width: 340px;
    border: 8px solid #FC0;
    color: #920;
}

.error_message h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0.4em;
}

.error_message p {
    margin-bottom: 0.7em;
}

.error_message p a {
    color: #920;
}
