/**
 * HIS Home STYLE
 */

.home #layout_image_bar{
    margin-bottom: 15px;
}

.home #layout_slogan_bar {
    margin-bottom: 20px;
}

/* Slogan Bar */

.home #slogan_bar {
}

.home #slogan_bar h1 {
    font-size: 36px;
    line-height: 1em;
}

/* Content Layout*/

.home #content {
    text-align: left;
    padding: 0px 15px;
}

.home #content .left_col {
    width: 307px;
    float: left;
}

.home #content .right_col {
    margin-left: 320px;
}

/*Left Col Content*/

.home #content .left_col .quote_box {
    width: 307px;
    margin-bottom: 30px;
}

.home #content .left_col .quote_box .quote_content {
    margin: 5px 15px;
}

.home #content .left_col .quote_box h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.1em;
}

.home #content .left_col .quote_box h2 {
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    margin-bottom: 10px;
}

.home #content .left_col p {
    padding-right: 1em;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    font-family: "Trebuchet MS", sans-serif;
}

.home #content .left_col p a {
    color: #2A2A2A;
}
