﻿h1{
    font-weight:normal;
    font-size:1.7em;
    font-family:Verdana, Sans-Serif;
    padding: 4px 0px 4px 0px;
    margin-top:1.15em;
    margin-bottom:0.3em;
    text-align:left;
    color:#ec6603;
    line-height:1.25em;
    /* Makes every FIRST letter of every word a capital! */
    /* Great here as would otherwise be all lowercase, reflecting */
    /* the format of the url.  No need to do fancy text manipulation !*/
    /*text-transform:capitalize;*/
}
.plugInContainer{
    width:100%;
}
.plugInContainer h2{
    font-size:0.85em;
    font-weight:bold;
    font-family:Verdana, Sans-Serif;
    color:#ec6603;
    text-align:left;
    padding-bottom:0.5em;
    border-bottom:solid 1px #bbb;
}
.plugInContainer p{
    font-size:0.8em;
    font-weight:normal;
    font-family:Verdana, Sans-Serif;
    color:#fff;
    text-align:left;
    padding-bottom:1em;
    line-height:1.5em;
    padding-left:30px;
}
.plugInContainer ul{
    margin:0 !important;
    padding:0 !important;
    font-size:0.85em;
}
.plugInContainer li{
    margin:0 !important;
    padding:0 !important;
    /* IE6 likes to have width specified otherwise shows height too high */
    width:100%;
    line-height:1.6em;
}
.plugInContainer li span{
    display:block;
    margin:0 !important;
    padding:0 !important;
    padding-left:15px !important;
    cursor:default;
    color:#333;
    font-weight:normal;
}
.plugInContainer li ul li span{
    display:block;
    margin:0 !important;
    padding:0 !important;
    padding-left:15px !important;
    cursor:default;
    color:#ddd;
    font-weight:normal;
}
#columnLeft .plugInContainer h2{
    margin: 8px 10px 8px 0px;
}
#columnRight .plugInContainer h2{
    margin: 8px 0px 8px 15px;
}
#columnRight .plugInContainer ul{
    padding-left:15px !important;
}
.menuNodeLevel_1{
    padding:  0.2em 12px 0.2em 14px;
}
.menuNodeLevel_2{
    padding: 0.2em 12px 0.2em 14px;
}
.menuNodeLevel_3{
    padding: 0.2em 20px 0.2em 38px;
}
.menuNodeSingleLevel{
    padding:  0.2em 8px 0.2em 14px;
}

/* -- LINKS -- */
.plugInContainer a{
    display:block;
    margin:0 !important;
    padding:0 !important;
    text-decoration:none;
}
.menuNodeLevel_1 a{
    padding-left:15px !important;
    font-weight:normal;
    color:#ddd;
}
.menuNodeLevel_2 a{
    padding-left:15px !important;
    font-weight:normal;
    color:#ddd;
}
.menuNodeLevel_3 a{
    padding-left:45px !important;
    font-weight:normal;
    color:#ddd;
}
.menuNodeSingleLevel a{
    padding-left:15px !important;
    font-weight:bold;
    color:#ddd;
}
.menuNodeLevel_1 a:hover,
.menuNodeLevel_2 a:hover,
.menuNodeLevel_3 a:hover,
.menuNodeSingleLevel a:hover{
    text-decoration:underline;
}

