/* Glider CSS ----------- Start -------------- */
div.scroller {
    /* modify width and height of scrolling section if necessary	*/
    width: 635px;
    height: 265px;
    overflow: hidden;
    }
    div.scroller div.section {
    /* modify width and height of each section as needed (should match the size of the scroller window)	*/
    width:635px;
    height:300px;
    overflow:hidden;
    float:left;
        }
    div.scroller div.content {
        width: 10000px;
        }

    div#section1 {
    background:#fff;
    color:#000000;
}
div#section2 {
    background:#fff;
    color:#000000;
}
div#section3 {
    background:#fff;
    color:#000000;
}
div#section4 {
    background:#fff;
    color:#000000;
}
div#section5 {
    background:#fff;
    color:#000000;
}
.active{
    background:#fff;
    color:#000000;

}

/* Glider CSS ----------- End -------------- */

/* New CCS added 12-17-08 BrentW ----------- Start -------------- */

li {
	list-style-type: none;
}

.frame {
    width: 900px;
    text-align: center;
    padding: 0px;
    margin: auto;
}

/* Form Styles */

h1 {font: bold arial,helvetica,tahoma,sans-serif; color: #000000}

h2 {font: bold verdana,arial,helvetica,sans-serif; color: #000000}

.navText {
    font-size: 11px;
}


div#sliderNav a {
	font-size:13px;
	text-decoration:none;
	color:#FF0000;
	text-align:center;
	font-weight:normal;
	padding-right:14px;
}

div#sliderNav a:hover {
	font-size:13px;
	text-decoration:none;
	color:#000000;
	text-align:center;
	font-weight:normal;
	padding-right:14px;
}

/* Frame images */

.btmBackBgrndImage {
    background-image: url(../images/frame/b.png);
    background-repeat: repeat-x;
    overflow:hidden;
}
