@charset "utf-8";
/* CSS Document */

.construction_centercontent{
    /*height:500px;*/
    padding-top:15px;
}

.cons{
    background-image:url(../images/cons_bottom.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
    width:982px;
    height:633px;
}

.cons h2{
    background-image:url(../images/cons_top.gif);
    background-position:center;
    background-repeat:no-repeat;
    height:35px;
    font-size:16px;
    padding-left:9px;
    padding-top:6px;
    color:#FFFFFF;
}
/*
    The Duplicate styles are created for the
    proper display of h tags    
*/

.consNew{
    background-image:url(../images/cons_bottom.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
    width:982px;
    height:633px;
}

.consNew h1{
    background-image:url(../images/cons_top.gif);
    background-position:center;
    background-repeat:no-repeat;
    height:35px;
    font-size:16px;
    padding-left:9px;
    padding-top:6px;
    color:#FFFFFF;
}

.cons_height{
    height:580px;
}

.cons_height h2{
    height:20px;
    background-image:none;
    color:#000000;
    font-size:15px;
    margin-top:7px;
    background-color:#C9DFF4;
}

.cons_height ul li{
    list-style-type:none;
    background-color:#FFFFFF;
    font-size:12px;
    padding-top:2px;
}

.cons_height ul a
{
    background:transparent url(../images/construction_star.gif) no-repeat scroll 1px 5px;
    color:#000000;
    display:block;
    padding-left:11px;
    text-decoration:none;
}
.cons_box1{
    float:left;
    border-left:3px solid #518CB9;
    border-right:2px solid #518CB9;
    width:242px;
}

.cons_box2{
    float:left;
    border-left:2px solid #518CB9;
    border-right:2px solid #518CB9;
    width:240px;
}

.cons_box3{
    float:left;
    border-left:2px solid #518CB9;
    border-right:2px solid #518CB9;
    width:240px;
}

.cons_box4{
    float:left;
    border-left:2px solid #518CB9;
    border-right:3px solid #518CB9;
    width:242px;
}
.normal_font {
    font-weight:normal;
}

