.slider-main {    
  background:#FBFAF6 url(../images/main_container_bg_slim.gif) repeat-y scroll 50% 0;
}
    #featured {
        background:#FFFFFE url(../images/main_bg.gif) no-repeat scroll 0 0;
        /*border: 1px solid #A0B3C3;*/
        /*margin-bottom: 25px;*/
/*         background: #FBFAF6 url(../images/main_container_bg.gif) no-repeat scroll 50% 0; */
    }

    #featured {
        padding-top:15px;
        padding-bottom: 5px;
        position:relative;
    }

    .fullspan {
        margin-left:auto;
        margin-right:auto;
        width:950px;
    }
    clearfix {
        display:block;
    }

    .clearfix {
        display:inline-block;
    }

    .container_16 {
        margin-left:auto;
        margin-right:auto;
        width:950px;
    }

    div.crop {
        height:auto;
        overflow:hidden;
        width:950px;
        /*margin-top:10px;*/
        /*padding-bottom: 5px;*/
    }

    div.widearea {
        height:auto;
        width:10000px;
    }

    div.widearea div {
        display:block;
        float:left;
        height:auto;
    }

    div.widearea .pageitem {
		font:14px;
		line-height:1.4em;
        width:950px;
        height: 320px;

    }
    div.widearea .pageitem ul {
        list-style-image:none;
        list-style-position: outside;
        padding-left: 15px;
        margin-top: 5px;
        list-style-type: disc;
    }
    div.widearea .pageitem ul li {

    }


    #featured .buttons {
        width:156px;
    }

    .slide_left {
        width: 530px;
        margin-left: 10px;
        margin-right: 25px;
	text-align:left;
    }


    .slide_left h3 a{
		font-size:1.5em;
		font-weight:bold;
		margin-top: 0px; 
		margin-bottom:0px;
		color:#0A263C;
text-decoration: none;
    }
    .slide_left h3 a:hover {
        text-decoration: underline;
    }

    .slide_right {
        width: 360px;
        margin-left: 25px;
	text-align:left;
        /*text-align: center;*/
    }

    #featured .buttons a.next {
        background:transparent url(../images/slider/next.jpg) no-repeat scroll left top;
    }

    #featured .buttons a.next {
        height:0;
        margin-left:5px;
        overflow:hidden;
        padding-top:32px;
        width:72px;
        z-index:9999;
    }

    #featured .buttons a.prev {
        background:transparent url(../images/slider/prev.jpg) no-repeat scroll left top;
    }

    #featured .buttons a.prev {
        height:0;
        margin-right:5px;
        overflow:hidden;
        padding-top:32px;
        width:72px;
        z-index:9999;
    }

    .floatleft {
        float:left;
    }
    .floatright {
        float:right;
    }


    #steps {
        height:38px;
        margin-bottom:0px;
        width:950px;
        background:#840011;
	text-align:left;
    }
    #steps ul {
        margin:0;
        padding:8px 0px 0px 25px;
    }
    #steps ul li {
        display:inline;
        margin:0 20px 0 0;
    }
    #steps ul li a {
        color: #fff; /*#0A263C;*/
        font-weight: normal;
        text-decoration: none;
        font-size:1.2em;
    }
    #steps ul li a:hover {
        text-decoration: underline;
    }

    .slide_promo {
        float: none !important;
    }
	
    .slide_promo h2 {
	    color: #339933; /*#0A263C;*/
        margin: 0px;
    }
