/* © National Cancer Intelligence Network 2010 */
/* HTML and CSS © by Gary Bates, SWPHO */
/* Stylesheet for main content pages */

blockquote
{
    text-align: left;
    text-indent: 25px;
    background: url(../images/blockquote.gif);
    background-position: 0 2px;
    background-repeat: no-repeat;
}

blockquote p
{
    /*	line-height: 1.8;*/
    margin: 0;
    padding-right: 24px;
    background: url(../images/blockquote_close.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    font-weight: bold;
}

#contentleft
{
    width: 200px;
}

#contentright
{
    width: 677px;
}

#contentright h1
{
    color: #0080c5;
    font-weight: bold;
    padding: 0em;
    padding-bottom: 1em;
    text-transform: none;
    line-height: 1.2em;
    padding: 0;
    padding-bottom: 0.5em;
    margin: 0;
}

#contentright h2
{
    color: #0080c5;
    font-weight: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 160%;
    padding: 0;
    padding-top: 0.5em;
    padding-bottom: 0.25em;
    display: block;
}

#contentright ul
{
    border-bottom: none;
    padding-left: 3em;
}

#content a
{
    text-decoration: underline;
}

#content a:hover
{
    text-decoration: none;
}

/*
a:visited {
	color: #800080;
}*/

#contentleft h2
{
    color: #dd2e32;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 150%;
    line-height: 1.4em;
    /* to allow the spot graphic to appear alongside without lots of faffy HTML/CSS */
    display: inline;
    padding-left: 0;
}

#contentleft h2 a
{
    color: #dd2e32;
    text-decoration: underline;   
}

#contentleft h2 a:visited 
{

}

#contentleft .spot
{
    position: relative;
    top: 1px;
}

#contentleft ul
{
    list-style: none;
    padding-left: 20px;
    list-style-image: url(../images/list_square.gif);
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px dotted #888;
    margin-left: 0px;
}

#contentleft ul li
{
    font-size: 100%;
    line-height: 2em;
    margin: 0;
    padding: 0;
}

#contentleft ul ul
{
        list-style-image: none;
        list-style-type:disc;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
}

#contentleft a
{
    text-decoration: none;
}

#contentleft a:hover
{
    text-decoration: underline;
}

.related
{
    float: right;
    padding-right: 0.5em;
    padding-left: 1.5em;
    margin-left: 2em;
    font-size: 80%;
    width: 200px;
    border-left: 1px dotted #ccc;
}

#contentright .related h2
{
    padding: 0;
    margin: 0;
    color: #dd2e32;
    font-size: 140%;
    font-weight: bold;
}