/* PILLBOX CONTAINER */

.Pillcontainer {padding:0; margin:0;
                margin-left:auto;
                margin-right:auto;
                padding-bottom:15px;}

.Pillcontainer_100PctHeight {
                padding:0; margin:0;
                margin-left:auto;
                margin-right:auto;
                height:100%;}

.pillboxtopleft{background-image:url(images/PillTop.png);
               background-repeat: repeat-x; 
               background-position:leftt top;
               font-size:0;
               height:16px;}

.pillboxtopright{background-image:url(images/PillTop.png);
               background-repeat: repeat-x; 
               background-position:right top;
               font-size:0;
               height:16px;}               

.pillboxtitle{background-image:url(images/PillTopMiddle.png);
               background-repeat: repeat-x; 
               background-position:leftt top;
               padding-left:10px;
               color:White;
               height:24px;
               line-height:18px;
               }

.pillboxtext{background-color:white;
            padding:15px;
            text-align:justify;
            vertical-align:top;
            line-height:18px;
            font-family:Arial;
            color: inherit;
            text-align: left;
             margin-left:auto;
             margin-right:auto;}

.pillboxbottomleft {background-image:url(images/PillBottom.png);
               background-repeat:no-repeat; 
               background-position:leftt top;
               padding:0; margin:0; height:16px;}
               
.pillboxbottomright {background-image:url(images/PillBottom.png);
               background-repeat:no-repeat; 
               background-position:right top;
               padding:0; 
               margin:0;
               height:16px;}


.title { font-family: "Myriad Pro", Arial; 
         font-weight:bold; 
         font-size:14px;
         color:White; 
          text-transform:uppercase;
          padding-left:5px;
          padding-right:5px;}               
          
p {padding:0; margin:0;}


/* LEAF CONTAINER */

.Leafcontainer {height:100%; 
            width:234px;
            margin:0; 
            padding:0;
            margin-left:auto;
            margin-right:auto;
            }

.LeafTop 
        {width:234px;
         height:22px;
        background-image:url(images/leavestop.png);}

.LeafMiddle { 
        width:234px;
        height:22px;
        background-image:url(images/leavesmiddle.png);
        background-repeat: repeat;
        padding: 0 10px 0 10px;
        text-align:justify;
        vertical-align:top;
        line-height:16px;
        font-size:13px;
        font-family:Verdana;
        text-align:left;
        font-weight:bold;
        margin:0;
}

.LeafBottom 
{       width:234px;
        height:95px;
        background-image:url(images/leavesbottom.png);
        background-position:left bottom;
        background-repeat: no-repeat;
        padding-bottom:50px;
        padding:10px;
        text-align:justify;
        vertical-align:top;
        line-height:16px;
        font-size:13px;
        font-family:Verdana;
        text-align:left;
        font-weight:bold;
        margin:0;
        color:white !important;}

.LeafContentPane {color:white !important;}

        
/* QUICKLINKS CONTAINER */

.QLContainer {padding-right:5px; height:100%;}

.QLTopLeft{ background-image:url(images/TopQuickLink.png); 
            background-repeat:no-repeat;
            background-position:left top;
            height:19px; font-size:0; 
            line-height:0; text-align:left;}

.QLBottomLeft{background-image:url(images/BottomQuickLink.png);
              background-position:left bottom;
              height:19px; font-size:0;
              background-repeat:no-repeat; 
              line-height:0; text-align:left;}


.QLTitle{background-color:white; color:#892642; 
         font-family:Arial; font-size:12px; font-weight:bold; 
         padding:5px; text-align:center;}

.QLTextArea {background-color:white; padding:2px; height:100%;}                                 


/* BOTTOM BOXES CONTAINER */

.GrayTitle {color:#a097b4; font-size:15px; font-weight:bold; 
            font-family:Arial; height:25px; white-space:nowrap;
             vertical-align:top;}

.GrayTextArea {background-color:white; padding:2px; height:100%; font-size:12px; line-height:20px;}                                 

/* STANDARD MODULE CONTAINER */

.SecondaryContentTitleBack {
}

.SecondaryContentTitle {
    color: #b05669; 
    font-size:26px; 
    font-family:Myriad Pro, Arial;
    line-height:32px;
    font-weight:bold;
    padding:0;
    margin:0;
}

