/*  *********************************

        Page Layout CSS

    *********************************
*/

.threeCol .col { float: left; width: 31%; padding: 0px 5px; margin: 0px; }
.threeCol .leftCol, .threeCol .middleCol {border-right: 1px solid #006CC9;}

    .pageLayoutTypes_1-column {
        padding:1.5em;
        overflow:hidden;
    }

    .home .pageLayoutTypes_1-column {
        padding: 0;
    }

    .leftCol {
        width:200px;
        padding-left:1em;
        float: left;
    }
    .rightCol {
        padding:1.5em;
        overflow:hidden;
        width:730px;
        float:right;
    }

    .leftCol h3{
        font-weight:bold;
        font-size:1.166em;
        font-family:Verdana, Tahoma, sans-serif;
        text-transform:uppercase;
        color:#666666;
        border:none;
        padding:0;
    }

div.menu-drag-handle { position: absolute; top: 5px; width: 24px; height: 17px; background: url("../images/editor/ui-draghandle.png") no-repeat scroll center center transparent;   }
div.newPageContainer { margin-bottom: 10px; }


