/*bts styles*/
div#bodycontent #indent {
	margin-left: 15px;
}
/*end bts styles*/

#main2 {
    background: url("../../images/aboutUs/main-footer.gif") no-repeat bottom left;
    padding-bottom: 65px;
}

#main3 {
    background: #00acee url("../../images/aboutUs/main-header.gif") no-repeat top left;
}

#main #main-header {
    height: 52px;
    width: 540px;
    padding-top: 25px;
}

#main a {
    color: #00acee;
}

#main .content h4 {
    font-size: 1.2em;
}

#main .content h4 a {
    text-decoration: none;
}

#main .content table {
    width: 100%;
    border: 0;
}

#main .content td {
    padding: 0 50px 20px 0;
}

#main #detail_photo {
    width: 110px;
    height: 110px;
    float: left;
}

#main #detail_title {
    float: left;
    padding: 45px 0 0 15px;
}

#main #detail_box {
    clear: both;
    width: 100%;
    margin-bottom: 45px;
}


#main-header-2 {
    background: url(../../images/aboutUs/main-head-sub.gif) no-repeat top;
}

#main-header-3 {
    background: url(../../images/aboutUs/main-head-sub2.gif) no-repeat top;
}



#main #content-3 h3 {
    padding: 10px 30px 0 30px;
    line-height: normal;
    clear: both;
}

#main .teaser {
    padding: 30px 20px 20px 30px;
    margin: 0 0 15px 0;
}

.teaser h4 {
    margin: 0 0 0 0;
    padding: 0;
    color: #011C8F;
    font-size: 0.9em;
    line-height: normal;
}

.teaser a.button {
    background: none;
    color: #00acee;
    text-decoration: underline;
    padding: 0;
    margin: 0;
}

.column {
    float: left;
    background: url(../../images/aboutUs/column-sub-bg.gif) no-repeat bottom right;
    height: 100px; /* for IE 6- */
    min-height: 100px; /* for not IE 6- */
}

html>body .column {
    height: auto; /* for not IE 6- */
}

/*  controls the width of the columns within the main content area

    1 column  -> class must be cols-1
    2 columns -> class must be cols-2
    3 columns -> class must be cols-3

*/

.cols-1 {
    /* no rules at this time */
}

.cols-2 {
    width: 215px;
}

.cols-3 {
    width: 127px;
}

