
@import "../innerMenu.css";

.content {
    left: 2px;
    border-left: #eeeeee;
}

.page {
    position: relative;
    float: left;
    width: 100%;
}

.innerPage {
    position: relative;
    float:left;
    width: 68%;
    min-height: 500px;
}

.paraWrap {
    position: relative;
    float:left;
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
    border: 1px dotted #dddddd;
    background: #ffffff;
}

.paraWrap p {
    text-align: justify;
}

.actions {
    position: relative;
    float: right;
    width: 30%;
    border: 1px solid #cccccc;
    margin-top: 15px;
}

.action {
    position: relative;
    float: left;
    border-bottom: 1px solid #cccccc;
    width: 100%;
}

.action p {
    position: relative;
    font-size: 85%;
    font-weight: bold;
    float: left;
    margin: 0;
    padding: 5px 5px 5px 5px;
}

.action form {
    position: relative;
    float: right;
}

.action p {
    font-size: 90%;
}

.hl {
    font-weight: bold;
    font-style: normal;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin: 0px 0px 0px 18px;
    padding: 0;
}

.quote {
   font-style: italic;
}

#quotation {
   margin: 10px auto 10px auto;
   width: 500px;
}

.paraWrap .divider {
   text-align: center;
}

#contact {
    width: 90%;
    padding: 20px 0px 0px 0px;
}

.contactRow {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px dotted #dddddd;
}

.contactRow .desc {
    margin-left: 20px;
}

#contact #last {
    border:  0;
    padding: 0px 20px 20px 0px;
}

.contactRow, .desc, .email, .emailWrap {
    position: relative;
    float: left;
}

.desc {
    width: 40%;
}

.email {
    float: right;
    width: 50%;
}

.emailWrap {
    float: right;
    margin: 0px 0px 0px 20px;
    width: 50%;
}

.emailWrap .email {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}




