/*
    Sitefinity container styles

    Indented to represent HTML structure
*/

.mainTable { /* container of .centerCellOuter */
    margin: 0 auto;
    background: url(../Img/bkg/bkg_all_fade.gif) repeat-y;
    width: 808px;
}
    .centerCellOuter {
        width: 800px;
        padding: 0 4px;
    }
	.topCell{
	    z-index: 10000 !important;
	}
        .headerCell {
        }
        .centerCell {
	    z-index: -1 !important;
        }
            .contentContainer { /* container of .contentTop, etc. */
                margin: 0 25px;
                padding-top: 15px;
                width: 750px;
            }
            .contentTop {
            }
            .contentCenter {
                width: 487px;
            }
            .contentCenterStandard {
                padding-left: 15px;
                width: 357px;
            }
            .contentCenterWide {
                padding-left: 15px;
                width: 592px;
            }
            .contentCenterFullWidth {
                padding-left: 15px;
                width: 750px;
            }
            .contentRight {
                padding-left: 25px;
                width: 225px;
            }
                .newsHeadlines {
                }
                .contactInfo {
                    padding-top: 14px;
                }
        .bottomCell {
        }
    .bottomCellOuter {
        padding: 0 4px;
        background: url(../Img/art/art_ftr_btm.gif) no-repeat;
        width: 800px;
    }
