#main {
    line-height: 1.4em;
}
.section {
    margin : 10px 5px 10px 0px;
}
.section h3 {
    margin-bottom:10px;
    font-weight: bold;
    font-size: 14px;
}
.section h4 {
    font-size : 13px;
}
#content #main .section a:link, #content #main .section a:visited {
    /*color:#FC6111;*/
}
#content ul.bulleted_list {
    padding-bottom:20px;
}
#content ul.bulleted_list li{
    padding-left:20px;
}
.our_images .title {
    font-size:13px;
    padding-top : 10px;
    font-weight: bold;
}
.our_images #our_people {
    width : 340px;
    float:left;
    margin-right : 15px;
}
.our_images #our_people img {
    margin-top:15px;
    border: 1px solid black;
}
.our_images #our_spot {
    width : 220px;
    float:left;

}
.our_images #our_spot img {
    margin-top : 15px;
    border: 1px solid black;
}
#content #sidebar {
    padding :0px;
    overflow: hidden;
}
#sidebar .sidebar-inner {
    background:url("../images/module-bottom320.png") no-repeat scroll center bottom #FFFFFF;
    border-top: 1px solid #F2F2F2;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
#content #sidebar .module-inner {
    padding:10px;
}
#sidebar img {
    margin-bottom:15px;
}
#sidebar .contactUs {
    padding:10px;
}
#sidebar .contactUs a {
    /*color : #FC6111;*/
}
.section #corp-title {
    font-weight :bold;
}
/**** feedback form *****/
/************************/
.section form#feedback_form {
    margin-bottom:15px;
}
.section form#feedback_form {
    font-size:10px;
}
.section form#feedback_form dd {
    display:block;
    margin:0 0 18px;
}
form#feedback_form input {
    width:325px;
}
form#feedback_form select {
    width:325px;
}
form#feedback_form input#submit_feedback {
    width:85px;
}
form#feedback_form textarea {
    width :  325px;
    height : 110px;
}
#statusMsg {
    color : red;
}
/***** status dialog *****/
#statusDialog {
    line-height:1.4em;
    border:25px solid #444;
    background-color:#000;
    width:420px;
    height:230px;
    color:#fff;
    z-index:1900;
}
#dialogInner span#close {
    float:right;
    font-size:11px;
    padding:8px;
    color:#ff9;
}
#statusDialog h1 {
    color:#fff;
    padding:50px 0 15px;
    margin:0 20px;
    border-bottom: 1px dotted #fff;
}
#statusDialog p {
    padding: 39px 0 35px 58px;
}

