
.logo{
    color: #222222;
    font-weight: 800;
}
p{text-indent: 2em;}
.section{
    padding-top:15px;
    padding-bottom: 10px;
}
.ad-column{
    display: block;
    width: 100%;
    height: 190px;
    max-height: 190px;
}
.imagebox {
    padding: 10px;
    text-align: center;
    height: 180px;
    max-height: 200px;
}
.imagebox a{
    display: block;
    text-align: center;
}

.imagebox a img{
    width: 100%;
    max-height: 120px;
    border: 1px rgb(207, 236, 231) solid;
}
.imagebox div{
    margin: 0 auto;
    width: 90%;
}

.border-solid {
    display: block;
    overflow: hidden;
    height: 165px;
    border: 1px #F1E3E3 solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    width:16.66%; 
    text-align: center;
}
.no-list {
    display: block;
    list-style:none;
    margin:0 auto;
    padding-left: 0;
    width: 100%;
    text-align:center;
}			
.no-list li{
    background-color:rgba(250,250,250,0.6);
    width: 100%;
    margin-bottom: 5px;
    padding-left: 30%;
    text-align: left;
}

.footer-about > li + li{
    margin-left: 2px;
}
.footer-about li{
    float:left;
    list-style:none;
    margin-right: 35px;
    display: block;
    text-align: left;
}
.footer-about li a{
    color:white;
}
.border-1{
    border: 1px #000 solid;
}

.carousel-indicators li{
    border: 1px solid #B72323;
}        
.carousel-indicators .active{
    background-color: #8C7474;
}
.vr{
    display: inline-block;
    width:5px;
    border-right:2px rgb(169, 183, 224) solid;
    margin:3px;
    height:40px;
    margin-right: 5px;
}


.carousel-controls:hover, .carousel-controls:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-controls:hover, .carousel-controls:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-controls:hover, .carousel-controls:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-controls.right {
    left: auto;
    right: 15px;
}
.carousel-controls {
    position: absolute;
    top: 45%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 50px;
    font-weight: 100;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}


.userpersonal{
    /*  display: none;*/
    border:1px #e7e7e7 solid;
    border-top: none;
    margin-top:-18px;
    padding: 15px;
}

.userpersonal_top{
    padding:10px;
    padding-bottom:3px;
    border-bottom: 1px #808080 solid;
    margin-bottom: 10px;
    font-size: 14px;
}
.userpersonal_body{
    padding:10px 30px;
    line-height:2em;
}

.userpersonal_row{
    border-bottom: 1px #a0a0a0 solid;
}

