/* FCC-FAC Website        */

#container {
    border-top: 3px solid #ddd;
    border-left: 3px solid #ddd;
    border-bottom: 3px solid #aaa;
    border-right: 3px solid #aaa;
}


/*------------------------------*/
/* header and top banner        */

#header {
    height: 75px;

    background-color: white;
}

#header #fcc-logo h1 {
    display: none;
}

#header #fcc-logo {
    float: left;
    height: 75px;

}

.lang-en #header #fcc-logo {
    width: 375px;
    margin-left: 10px;
    background: url("/media/images/site/header/logo_fcc_e.png") 15px 16px no-repeat;
}

.lang-fr #header #fcc-logo {
    width: 340px;
    margin-left: 10px;
    background: url("/media/images/site/header/logo_fcc_f.png") 15px 16px no-repeat;
}


#header #quick-links {
    float: right;
    padding: 0;
    padding-top: 12px;
    margin-right: 10px;

    font-size: 10px;
}

#header #quick-links a {
    text-decoration: none;
    padding-left: 1px;
}

#header #quick-links li {
    padding-right: 1px;
}

#header #quick-links a:hover {
    text-decoration: underline;
}

#header #site-search {
    margin-top: 0;
    padding-top: 0.5em;

    font-size: 12px;
    font-weight: bold;
}

#header #site-search label {
    padding-right: 2px;
}

#header #site-search input#gobutton {
    vertical-align: -60%;
    margin-left: 2px;
}

/*------------------------------*/
/* topnav                       */

#topnav {
    width: 100%;
    font-size: 10px;
    
    margin-bottom: 1em;
}
#topnav ul {
    padding: 0;
    margin: 0;
    
    list-style: none;
}
#topnav li {
    float: left;
    position: relative;

    text-align: center;
    z-index: 100;
}
#topnav ul a {
    display: block;
    padding-left: 5px;

    color: white;
    font-weight: bold;
    text-decoration: none;

    background: url("/media/images/site/topnav/tab-left.png") no-repeat left top;
}

#topnav ul a span {
    position: relative; /* required to fix a strange IE disappearing background bug */
    display: block;

    background: url("/media/images/site/topnav/tab-right.png") no-repeat right top;
}

.lang-en #topnav a span {
    padding: 5px 21px 5px 17px;
}

.lang-fr #topnav a span {
    padding: 5px 11px 5px 3px;
}

/* Add extra padding to one tab (AgNews) to expand topnav to the full width
   AgNews tab is selected in topnav.xsl
*/
.lang-en #topnav a.extra-padding span {
    padding-right: 25px;
}

#topnav a.last span {
    border-right: none;
}


#topnav a.active {
    background-position: 0% -50px;
    color: #002b65;
}
#topnav a.active span {
    background-position: 100% -50px;
}

#topnav ul ul {
    display: none;
    position: absolute;
    left: 0;

    background-color: #E6E9F0;
}

#topnav ul ul a {
    background: none;
}
#topnav ul ul a span {
    background: none;
}

#topnav li li a {
    display: block;
    width: 15em;
    padding: 0.17em 0.17em 0.17em 17px;

    text-align: left;
    color: #002b65;
    background-color: #E6E9F0;
    border-bottom: 1px solid #CAD2DF;
}

#topnav li li a:hover {
    background-color: white;
}

#topnav li > ul {
    top: auto;
    left: auto;
}

#topnav li:hover ul, #topnav li.hover ul {
    display: block;
}

#topnav .custom-topnav .custom-topnav-background-filler {
    background-color: #dddeb6;
    border-bottom: 2px solid #c3c39d;
    width: 760px;
    height: 2em;
    position: absolute;
}

#topnav .custom-topnav ul li.last a span {
    background: url("/media/images/site/topnav/tab-right-yellow.png") no-repeat right top;
}


/*------------------------------*/
/* leftnav                      */

#leftnav {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 2px solid #aaa;
    border-right: 2px solid #aaa;
}

#leftnav a {
    text-decoration: none;
    font-weight: bold;
}
#leftnav ul {
    padding: 0;
    margin: 0;

    list-style: none;
}

#leftnav li {
    line-height: 22px;

    font-size: 12px;
    background: url("/media/images/site/leftnav/head-background.png") repeat-x;
}

#leftnav li a {
    height: 22px;
    display: block;
    padding-left: 0.5em;

    color: black;
}

#leftnav li.wrap {
    background: url("/media/images/site/leftnav/head-background-tall.png") repeat-x;
}

#leftnav li.wrap a {
    height: 46px;
}

#leftnav li.wrap li a {
    height: auto;
}

#leftnav li li {
    padding: 3px 0 3px 0.5em;
    line-height: normal;

    border-bottom: 1px solid #e6e9f0;
    font-size: 11px;

    background: none;
    background-color: white;
}

#leftnav li li a {
    display: block;
    padding: 0.17em 0;
    height: auto;
    width: 97%;
    margin: 0;
    color: #002b65;
}

#leftnav li li.active {
    background-color: #e6e9f0;
}
#leftnav li li:hover a, #leftnav li li.hover a {
    background-color: #e6e9f0;
}
#leftnav li li.active a:hover {
    text-decoration: underline;
}

#leftnav li li li {
    margin-left: 1.3em;

    list-style: disc outside;

    color: black;

    background: none;
    border: none;
}

#leftnav li li li a {
    display: inline;
    color: black;
    
    /* Decrease space between bullets and text */
    padding-top: 0;
    padding-bottom: 2px;
    position: relative;
    left: -10px;
    top: 0pt;
    /* end */
}

#leftnav li li li a:hover {
    text-decoration: underline;
}

#leftnav li li li.active {
    list-style: none;
    color: #002b65;
}
#leftnav li li li.active a {
    color: #002b65;
        text-decoration: underline;
    
    /* Decrease space between bullets and text */
    left: 0px;
    /* end */
}

/*------------------------------*/
/* rightnav                     */

.rightnav-menu {
    /*background-color: #e6e9f0;*/
    margin-bottom: 1em;
    width: 121px;
}

.rightnav-menu .rightnav-heading {
    padding: 0;
}

.rightnav-menu .rightnav-container {
    /*border: 1px solid #3c4c74;*/
    border: 1px solid #50658D;
    border-top: none;
    background-color: #e6e9f0;
}
.rightnav-menu .rightnav-container .rightnav-largetext {
    font-size: 12px;
    font-weight: bold;
    color: #5E6681;
    text-align: center;
    padding-top: 0.25em;
}

.rightnav-menu ul {
    font-weight: bold;
    font-size: 10px;
    margin: 0 0 0  1.3em;
    padding: 0.5em 0.5em;
}
.rightnav-menu li {
    color: #002b65;
    padding: 2px 0;
}

.rightnav-menu a {            
    font-size: 10px;
    font-weight: normal;
    color: rgb(0, 43, 101);
    font-weight: bold;
    text-decoration: none;

    /* Decrease space between bullets and text */
    padding-top: 0;
    padding-bottom: 2px;
    position: relative;
    left: -5px;
    top: 0pt;
    /* end */
}

.banner-ad {
    margin-bottom: 1em;
}

/*------------------------------*/
/* footer                       */

#footer {
    padding: 2.5em 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#disclaimer-links {
    font-size: 10px;
    padding-top: 4px;
}

#disclaimer-links a {
    font-weight: bold;
}

/*------------------------------*/
/* breadcrumbs                  */
.breadcrumbs {
    margin-top: 10px;
}
.breadcrumbs a {
    text-decoration: none;
    font-weight: bold;
}
.breadcrumbs ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
    border: none;
}
.breadcrumbs li {
    margin-left: 0;
    padding-left: 2px;
    border: none;
    list-style: none;
    display: inline;
}

/*Printer Freindly*/
.printer-friendly {
    float: right;               
    margin: 0;
    position: relative;
    left: 1.5em;
    padding-bottom: 1em;
}
.printer-friendly p {
    margin-top: 0;
    margin-left: 70px;
}
.printer-friendly img {
    vertical-align: middle;
    padding-left: 5px;
}

#slogan {
    margin-bottom: 0.25em;
    font-weight: bold;
}

#canada-wordmark {
    float: right;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* clickable divs */
.clickable {
    cursor: pointer;
}

/* 50th anniversary header modifications */
#header {
    background-color: #003e74;
}

.lang-en #header #fcc-logo {
    margin-left: 0;
}

.lang-fr #header #fcc-logo {
    margin-left: 0;
}

.lang-en #header #fcc-logo {
    width: 360px;
    background: url("/media/images/site/header/logo_fcc_e.png") no-repeat;
}

.lang-fr #header #fcc-logo {
    width: 360px;
    background: url("/media/images/site/header/logo_fcc_f.png") no-repeat;
}

#header #quick-links {
    color: white;
}

#header #quick-links a {
    color: white;
}

#topnav ul a span {
    border-right: 1px solid white;
}

.lang-en #topnav a span {
    padding: 5px 20px 5px 17px;
}

.lang-fr #topnav a span {
    padding: 5px 10px 5px 3px;
}

.lang-fr #topnav a.extra-padding span {
    padding-right: 11px;
}

/* this is to fill out the navbar in Safari */
#topnav {
    background-color: #3d4c75;
}
/* Mutlimedia tables*/

#multimedia table, th, td
{
border: 1px solid #e4e6e8;
}
#multimedia th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
}
#multimedia th a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFF;
	text-decoration: underline;
}
#multimedia td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #014172;;
	font-weight: bold;
	text-decoration: underline;
}
#multimedia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	background-color:#FFF;

}
#multimedia .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	font-variant: small-caps;
	color: #014172;
}
#multimedia2 table, th, td
{
border: 0;
}
#multimedia2 th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
}
#multimedia2 th a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFF;
	text-decoration: underline;
}
#multimedia2 td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #014172;;
	font-weight: bold;
	text-decoration: underline;
}
#multimedia2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
#multimedia2 .small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	font-variant: small-caps;
	color: #014172;
}
#multimedia2 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #014172;
}
