/**
 * Stylesheet for MyFylde section
 */
 
#sectionContainer
{
}

#fyldeGovLinks,
#latestOrganisations
{
    background-color: #f5f5f5;
    color: #333333;
    padding: 5px;
    width: 250px;
    
    /**
     * IE6 min-height hack
     */
     min-height: 350px;
     height: auto !important;
     height: 350px;
}

#fyldeGovLinks a,
#latestOrganisations a
{
    white-space: nowrap;
}

#fyldeGovLinks h2,
#latestOrganisations h2
{
    background-color: transparent;
    /*border-bottom: 1px solid #ffffff;*/
    color: #333333;
    text-decoration: none;
}

#fyldeGovLinks
{
    float: left;
}

#fyldeGovLinks ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;   
}

#fyldeGovLinks li
{
    margin: 5px 0px 5px 0px;
}

#latestOrganisations
{
    float: right;
}

.organisation
{
    background-color: #ffffff;
    color: #333333;
    margin: 10px 0px 10px 0px;
    padding: 5px;
}

.organisation .title
{
    background-color: transparent;
    color: #666666;
    font-weight: bold;
}

#sponsorshipBanner
{
    /*border: 1px solid #cccccc;*/
    margin: 20px 0px 20px 0px;
}

#mainContent ul,
#mainContent ol
{
    margin: 10px 0px 10px 20px;
}

#mainContent li
{
    margin: 5px 0px 5px 0px;
}

#steps
{
    list-style-type: none;
}

#steps li
{
    background-image: url('../images/icons/tick.png');
    background-position: top left;
    background-repeat: no-repeat;
    margin: 10px 0px 10px 0px;
    padding-left: 25px;
}

.sectionHeader
{
    font-size: 1.2em;
    font-weight: bold;
}