﻿/* Main navigation wraper */
#navwrap{margin:0 auto; padding:0;  background:url(/content/images/nav_bg_sprite.png) top #ffffff repeat-x; background-position:0px -40px; height:20px; padding:5px 0px; border-top:2px solid #BAD3EA; }

/*Navigation menu*/
#nav{font-size:13px; padding-top:2px;}

#nav a{padding:7px 10px 7px 10px; color:#7FB6E6; text-decoration:none; }
#nav a:hover{padding:7px 10px 7px 10px; color:#666; background:url(/content/images/nav_bg_sprite.png) repeat-x; background-position:0px -70px; text-decoration:none; border-top:2px solid #1A54E1;}

/*For selected item*/
#nav a.current{padding:7px 10px 7px 10px; color:#333; font-weight:bold; background:url(/content/images/nav_bg_sprite.png) repeat-x; background-position:0px -70px; text-decoration:none; border-top:2px solid #1A54E1;}

.plain14_help {
    font-size:1.3em; margin-bottom: 20px; line-height: 1.5em;
    text-align:justify;
}
/* start ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

ol.round li {
    margin: 0px 0;
    padding: 2px 0 0 40px;
}
    ol.round li ul
    {
        margin: 0px 0 !important;
    }
    ol.round li ul li {
        margin: 0px 0;
        padding: 2px 0 0 10px;
        list-style-type:square;
    }

ol.round li.zero {
    background: url("/content/images/icon/orderedList0.png") no-repeat;
}

ol.round li.one {
    background: url("/content/images/icon/orderedList1.png") no-repeat;
    height:30px;
}

ol.round li.two {
    background: url("/content/images/icon/orderedList2.png") no-repeat;
    height:30px;
}

ol.round li.three {
    background: url("/content/images/icon/orderedList3.png") no-repeat;
    height:30px;
}

ol.round li.four {
    background: url("/content/images/icon/orderedList4.png") no-repeat;
    height:30px;
}

ol.round li.five {
    background: url("/content/images/icon/orderedList5.png") no-repeat;
    height:30px;
}

ol.round li.six {
    background: url("/content/images/icon/orderedList6.png") no-repeat;
    height:30px;
}

ol.round li.seven {
    background: url("/content/images/icon/orderedList7.png") no-repeat;
    height:30px;
}

ol.round li.eight {
    background: url("/content/images/icon/orderedList8.png") no-repeat;
    height:30px;
}

ol.round li.nine {
    background: url("/content/images/icon/orderedList9.png") no-repeat;
    height:30px;
}
/* start unordered list */
ul.help
{
    list-style-type: none;
    padding-left: 10px;
    margin: 0px;
}
ul.help li
{
    background: url("/content/images/icon/sqorange.gif") no-repeat;
    background-position: 0px 8px;
    padding: 0 5px 0 20px;
}

.section
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    border-bottom: 2px solid #FCE9CA;
}
/* end ordered list */