div#wrap div#global div#content_and_menu div#content div#content_holder {
    display: none;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#path {
    background-image: url("../../media/images/bgd/blue.png");
    background-repeat: repeat;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 23px;
    font-weight: bold;
    padding: 10px;
    height: 24px;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder {
    background-image: url("../../media/images/bgd/blue.png");
    background-repeat: repeat;
    margin-top: 1px;
    padding: 15px;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder div#text {
    background-color: white;
    background-repeat: repeat-y;
    height: 320px;
    color: #1a2c4d;
    font-family: Arial;
    font-size: 13px;
    line-height: 16px;
    padding: 15px;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder div#text ul li {
    list-style: square inside;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder div#text div.text_width {
    width: 285px;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder div#text div.quote_width {
    margin-top: 75px;
    width: 338px;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder div#text p.title {
    color: #1a2c4d;
    font-family: Arial;
    font-size: 19px;
    font-weight: bold;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder div#text p.text {
    margin-top: 8px;
}

div#contact_form {
    margin-left: 100px;
    margin-top: 10px;
}

div#contact_form input[type=text] {
    height: 16px;
    width: 227px;
}

div.contact_field_inline {
    /*display: inline;*/
    width: 500px;
    margin-bottom: 5px;
}

div.contact_field_inline div.label_field {
    width: 190px;
    margin-right: 15px;
    float: left;
    text-align: right;
    position: relative;
    top: 3px;
}

div.contact_field_inline div.input_field {
    margin-left: 210px;
}

div.float_left div.title {
    text-decoration: underline;
}

div.float_left div.address {
    margin-top: 10px;
    margin-left: 20px;
}

div.float_right div.title {
    text-decoration: underline;
}

div.float_right div.address {
    margin-top: 10px;
    margin-left: 20px;
}

div#message {
    background-image: url("../../media/images/bgd/blue-box.png");
    background-repeat: repeat;
    width: 500px;
    height: 85px;
    display: none;
    padding: 15px;
}

div#message div#message_close {
    float: right;
}

div#message div#message_text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

div#message div#message_button {
    margin-top: 10px;
    text-align: center;
}