/* --- CSS for Main Sections Formatting --- */
body.frep {
    margin: 0px 0px 0px 0px;
    color: #000000;
    background-color: #EFEFEF;
}

#container {
    width: 731px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: #FFFFFF;
    border: solid #666666 2px;
}

/* ----- FREPbar Formatting ----- */
#mrfoundationbar {
    height: 94px;
    background-color: #333333;
    background-image: url(../site_images/header_updated_June09_2009.jpg);
    background-position: left;
    background-repeat: no-repeat;
}

/* ----- Menu Images Formatting ----- */
#menulinks {
    height: 21px;
    background-color: #000000;
    background-image: url(../site_images/menubar.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

/* ----- Splash page Formatting ----- */
#main {
    padding: 0px 0px 10px 0px;

}

#indentedcontent {
    padding: 15px 20px 20px 20px;
    background-image: url(../site_images/fadedgreybg.gif);
    background-position: top left;
    background-repeat: repeat-x;
}

#sidebar {
    margin-left: 516px;
    padding-left: 10px;
    border-left: 1px solid #999999;
}

/* -- Cheat allows IE to use a 516 pixel left margin and other browsers to use a 520 pixel one -- */
/* -- Remove when ministry switches to IE 7 -- */
html>body #sidebar {
    margin-left: 520px;
}

div.topicbox {
    width: 180px;
    margin-bottom: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

div.topictop {
    font-size: 5px;
    line-height: 7px;
    background-image: url(http://www.for.gov.bc.ca/hfp/frep/site_images/topicbox_top.gif);
    background-repeat: no-repeat;
}

div.topichead {
    padding: 3px 10px 3px 10px;
	color : #990000;
    line-height: 14px;
    background-image: url(http://www.for.gov.bc.ca/hfp/frep/site_images/topicbox_head.gif);
    background-repeat: repeat-y;
}

div.topichead a {
	color : #990000;
    line-height: 14px;
    text-decoration: none;
}

div.topicbody {
    padding: 3px 10px 3px 10px;
	color : #000000;
    line-height: 14px;
    background-color: #CCCCCC;
}

div.topicbottom {
    font-size: 8px;
    line-height: 10px;
    background-image: url(http://www.for.gov.bc.ca/hfp/frep/site_images/topicbox_bottom.gif);
    background-repeat: no-repeat;
}

table.menuholder {
    width: 150px;
    margin-top: 3px;
    border-collapse: collapse;
}

td.menubullet {
    width: 15px;
    padding: 3px 0px 3px 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

td.whatsnewlinks, td.popularlinks {
    padding: 3px 0px 3px 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
    font-weight: bold;
    text-align: left;
}

td.whatsnewlinks a, td.popularlinks a {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
    font-weight: bold;
    text-decoration: none;
	color : #000000;
}

td.whatsnewlinks a:hover, td.popularlinks a:hover {
	color : #990000;
}

/* ----- Content Formatting ----- */
#content {
    padding: 20px 20px 10px 50px;
}

#contenttraining {
	width: 700px;
}

/* ----- Stripebar Formatting ----- */
.stripebar {
    clear: both;
    width: 730px;
    height: 26px;
    background-color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    background-image: url(../site_images/stripebar_background.gif);
    background-repeat: repeat-x;
	text-align: right;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.blackfooterbar {
    clear: both;
    width: 731px;
    height: 22px;
    padding-top: 5px;
    background-color: #666666;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
}


/* ----- Footer Formatting ----- */
#footer {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
    background-color: #CC0000;
}

#footer table {
    width: 100%;
    border-collapse: collapse;
}

    /* ----- Footer Links ----- */
    td.footleft {
        padding-left: 20px;
        text-align: left;
    }

    td.footleft a {
    	color : #FFFFFF;
    	text-decoration : none;
        padding: 0px 10px 0px 10px;
        border-right: 1px solid #FFFFFF;
    }

    td.footleft a.footleftlast {
        border: none;
    }

    td.footleft a:hover {
        color: #CCCCCC;
    }

    td.footright {
        text-align: right;
    }

    td.footright a {
    	color : #FFFFFF;
    	text-decoration : none;
        padding-right: 10px;
    }

    td.footright a:hover {
        color: #CCCCCC
    }