a {
    color: #0069d6;
    text-decoration: none;
    line-height: inherit;
    font-weight: inherit;
}

a:hover {
    color: #0050a3;
    text-decoration: underline;
}


.pnpFont {
    font-family: 'Conv_CachetStd-Book', Sans-Serif;
}

.pnpFontMedium {
    font-family: 'Conv_CachetStd-Medium', Sans-Serif;
}

.pnpFontBold {
    font-family: 'Conv_CachetStd-Bold', Sans-Serif;
}

.uppercase {
    text-transform: uppercase;
}

.normalCase {
    text-transform: none;
}

.italic {
    font-style: italic;
}

.centerText {
    text-align: center;
}

.leftText {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.font24 {
    font-size: 24px;
}

.font22 {
    font-size: 22px;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 16px;
}

.font14 {
    font-size: 14px;
}

.font12 {
    font-size: 12px;
}

.font11 {
    font-size: 11px;
}

.white {
    color: #ffffff;
}

.noTextShadow {
    text-shadow: none;
}

.pnpBlue {
    color: #003767;
}

.pnpBrightBlue {
    color: #00a0d1;
}

.pnpDarkGrey {
    color: #666666;
}

.pnpMediumGrey {
    color: #dddddd;
}

.pnpLightGrey {
    color: #f5f5f5;
}

.pnpBlack {
    color: #000000;
}

.clear {
    clear: both;
    height: 1px;
}

.left {
    float: left;
}

.right {
    float: right;
}


/* Easy Slider */

#slider ul, #slider li,
#slider2 ul, #slider2 li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider2 {
    margin-top: 1em;
}

#slider li, #slider2 li {
    /* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
    width: 407px;

    overflow: hidden;
}

#prevBtn, #nextBtn,
#slider1next, #slider1prev {
}

#nextBtn, #slider1next {
}

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a {
    width: 40px;
    height: 34px;
    display: block;
    position: absolute;
    top: 51px;
    left: 10px;
    background: url(images/prevWeekIcon_short.png) no-repeat 0 0;
    background-color: none;
}

#nextBtn a, #slider1next a {
    width: 40px;
    height: 34px;
    display: block;
    position: absolute;
    top: 51px;
    left: 475px;
    background: url(images/nextWeekIcon_short.png) no-repeat 0 0;
    background-color: none;
    /*background: #003767; */
}


/* Promo Slider */

.promoContainer {
    position: relative;
    width: 520px;
    height: 184px;
    background: #F5F5F5;
    -moz-box-shadow: inset 0 0 15px #E0E2E3;
    -webkit-box-shadow: inset 0 0 15px #E0E2E3;
    box-shadow: inset 0 0 15px #E0E2E3;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    behavior: url(PIE.htc);
}

.promoRibbon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

.sliderContents {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 490px !important;
    height: 160px !important;
}

.sliderImg {
    position: relative;
    float: left;
    z-index: 999 !important;
    margin: 0 10px 0 0;
}

/*
564
 Easy Slider Plugin */
#promoSlider1 ul, #promoSlider1 li,
#promoSlider12 ul, #promoSlider12 li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#promoSlider12 {
    margin-top: 1em;
}

#promoSlider1 li, #promoSlider12 li {
    width: 490px;
    overflow: hidden;
}

/* numeric controls */
ol#controls {
    margin: 1em 0;
    padding: 0;
    height: 11px;
    position: absolute;
    top: 147px;
    left: 300px;
}

ol#controls li {
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 11px;
    width: 11px;
}

ol#controls li a {
    text-indent: -99999px;
    float: left;
    height: 11px;
    width: 11px;
    text-decoration: none;
    background: url(images/indicatorDotsSprite.png) top left no-repeat;
    background-position: 0px -11px;
}

ol#controls li.current a {
    background-position: 0px 0px;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
    outline: none;
}


