#outerContainer {
    width: 900px; /*Width of main container*/
}

#contentWrapper{
    float: left;
    width: 100%;
    margin: 15px 0;
    min-height: 50em;
    _height: 50em;
    background: url("/images/assets/3columnBackground.gif") 0px 15px repeat-y;
}

#leftColumn, #rightColumn {
    margin-top: 15px;
}

#contentColumn {
    margin: 0 185px 0 190px; /*Margins for content column. Should be "0 rightColumnWidth 0 LeftColumnWidth*/
}

#leftColumn {
    float: left;
    width: 190px; /*Width of left column*/
    margin-left: -900px; /*Set left margin to -(outerContainerWidth)*/
        _margin-left: -905px !important; /*Set left margin to -(outerContainerWidth)*/
}

#rightColumn {
    float: left;
    position: relative;
    z-index: 1;
    width: 165px; /*Width of right column*/
    margin-left: -175px; /*Set left margin to -(rightColumnWidth)*/
      _margin-left: -182px !important; /*Set left margin to -(rightColumnWidth)*/
   
}


/*****************************
* Right Column Box Style
*****************************/

#rightColumn .box {
    margin-bottom: 1em;
    padding-bottom: 10px;
    background: #ececec;
    font-size: 85%;
    color: #333;
}

#rightColumn .box * {
    margin: 0;
    padding: 1em 10px 0 10px;
}

#rightColumn .box * * {
    margin: 0;
    padding: 0;
}


#rightColumn .center {
    display: block;
    margin: 0 auto 1em auto;
    text-align: center;
}

#rightColumn .box-h2 {
    padding: 0;
    background: #BBC4CE url('/images/navigation/rt-col-h2-rt.png') no-repeat top right;
}

#rightColumn .box-h2 h2 {
    margin: 0;
    padding: 5px 10px !important;
    background: url('/images/navigation/rt-col-h2-lft.png') no-repeat top left;
    border-bottom: 1px solid #fff;
    font-size: 100%;
}

#rightColumn .employeeSpotlight {
    display: block;
    clear: both;
    margin: 1em;
    margin-left: 1.5em;
    text-align: center;
}

#rightColumn blockquote {
    text-align: left;
}

#rightColumn cite {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-style: italic;
    line-height: 1.1em;
    text-align: left;
}

/*****************************
* Right Column General Styles
*****************************/

#rightColumn .box ul {
    margin-left: 15px !important;
}

#rightColumn .box li {
    padding-bottom: 10px;
}

#rightColumn .box li a {
    display: block;
    /* width: 90%; */
}

#rightColumn h3 {
    margin: 0 10px !important;
    padding: 10px 0 2px 0 !important;
    border-bottom: 1px solid #ccc;
    font-size: 100%;
}

/***************************************************************
 *
 * * Overwrite CQ built-in CSS rules that gives extra space
 *
 * *************************************************************/
.leftSide {
    _float: left;
        _width: 27.5% !important;               
}

.rightSide {
    _float: right;
        _width: 27.5% !important;          
}

#rightColumn .grayBoxContent {
    padding: 0px 0px 0px 10px;
}

#rightColumn .grayBoxContent p {
    padding: 5px 6px 5px 0px;
}
/*
.roundedBoxInside img { 
    margin: 0px 0px 5px 10px !important;
}*/

#rightColumn .box .richtexteditor h3, #rightColumn .box .listdirectory h3 {
    margin-bottom: 8px !important;
        margin-left: 0px !important;        
}

