@CHARSET "UTF-8";

#footer {
	width: 1000px;
	height: 158px;
	display: block;
	background: url(/templates/public/wireframe/images/subPages/subPageFooter.jpg) no-repeat;
}

#centerPane {
    background: url(/templates/public/wireframe/images/allLandingPages/centerPaneBg.jpg) repeat-y;
}

#contentWrapper {
    width: 1000px;
    min-height: 555px;
    display: block;
    background: url(/templates/public/wireframe/images/allLandingPages/contentWrapperBg.jpg) no-repeat;
}

#contentBackRepeat {
    width: 838px;
    display: block;
    background: #282828;
    float: left;
    margin-left: 80px;
    margin-top: 14px; 
    border: 1px solid #666666;
    padding-bottom: 3px;
    margin-bottom: 80px;
}

#contentBack {
    width: 838px;
    display: block;
    background: url(/templates/public/wireframe/images/allLandingPages/contentBack.jpg) no-repeat;
    border-top: 1px solid #66666;
}

#pageTitleDivRepeat {
    width:488px;
    display: block;
    background: #222222;
    border-bottom: 3px solid #282828;
}

#pageTitleDiv {
    width: 494px;
    min-height: 87px;
    display: block;
    background: url(/templates/public/wireframe/images/allLandingPages/titleBg.jpg) no-repeat;
}

#pageTitle {
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    margin-left: 10px;
}

#leftPaneTop {
    margin-top: -14px;
}

#leftPaneNav {
    width: 191px;
    float: left;
}

#intro p {
    font-size: 13px;
    font-style: italic;
    margin-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#subNavMenu {
    margin-left: 13px;
}

#offUnselect, #mailUnselect, #digUnselect {
    cursor: pointer;
}

#offSelect, #mailSelect, #digSelect {
    display: none;
    cursor: pointer;
}

#offSubs, #mailSubs, #digSubs {
    display: none;
}

#subButtons {
    margin: 0px;
    margin-left: 8px;
}

#centerContent {
    width: 488px;
    min-height: 399px;
    display: block;
    background: url(/templates/public/wireframe/images/allLandingPages/contentBg.jpg)repeat-y;
    float: left;
    margin-left: 0px;
    margin-top: 3px;
}

#centerContentIndent {
    width: 468px;
    margin: 10px;
}

span#pageContent {
	margin-left: 10px;
}

h4#pageTitle {
    color: #FDBB30;
    text-transform: uppercase;
    padding-bottom: 5px;
}
