/**
#####  Color Palette by Color Scheme Designer
#####  Palette URL: http://colorschemedesigner.com/#3i61TrXgxw0w0
#####  Color Space: RGB;



*** Primary Color:

   var. 1 = #0A4F4F = rgb(10,79,79)
   var. 2 = #143B3B = rgb(20,59,59)
   var. 3 = #033333 = rgb(3,51,51)
   var. 5 = #57A7A7 = rgb(87,167,167)

*** Secondary Color A:

   var. 3 = #061639 = rgb(6,22,57)

*** Secondary Color B:

   var. 1 = #0D690D = rgb(13,105,13)
   var. 3 = #044404 = rgb(4,68,4)
   var. 5 = #5EB45E = rgb(94,180,94)

*** Complementary Color:

   var. 2 = #633F22 = rgb(99,63,34)


#####  Generated by Color Scheme Designer (c) Petr Stanicek 2002-2010
/
/* Color
===================================================*/

/* These style rules will over-ride the core EBI styles and apply
    your custom colour palette in a consistent manner */

/* Links */
a:link,
a:visited { border-bottom-color: #0A4F4F; }

a:hover,
a:focus,
a:active {
    color: #0A4F4F;
    border-bottom: 1px solid #0A4F4F;
}

a.special:hover,
a.special:focus,
a.special:active {
    color:#0A4F4F;
    border-bottom: 3px double #0A4F4F;
}


a:link { color: #061639; }

a:hover,
a:focus,
a:active { color: #044404; }

a.special { background-color: #5EB45E; }


/* Headings */
h1, h2, h3, h4, h5, h6 { color: #222222; }

h1 { color: #0A4F4F; }

h2 { color: #633F22; }

h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
    border-bottom-color: #0A4F4F;
}


/* Table heading cells */
th { background-color: #57A7A7;}


/* Form submission button */
input.submit {
    /* colours */
    color: #fff;
    text-shadow: #033333 1px 1px;
    border-top: 1px solid #57A7A7;
    border-left: 1px solid #57A7A7;
    border-right: 1px solid #033333;
    border-bottom: 1px solid #033333;

    background-image: -moz-linear-gradient(top, #0A4F4F, #143B3B);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ccc),color-stop(1, #143B3B));
    background-image: -webkit-linear-gradient(#0A4F4F, #143B3B);
    background-image: linear-gradient(top, #0A4F4F, #143B3B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0A4F4F', EndColorStr='#143B3B');
}

/* Define the basic colour your local masthead */
div#local-masthead {
    background-color: #57A7A7;
    background-image: -moz-linear-gradient(top, #57A7A7, #0A4F4F);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #57A7A7),color-stop(1, #0A4F4F));
    background-image: -webkit-linear-gradient(#57A7A7, #0A4F4F);
    background-image: linear-gradient(top, #57A7A7, #0A4F4F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#57A7A7', EndColorStr='#0A4F4F');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#57A7A7', EndColorStr='#0A4F4F')"; /* IE8*/
}

/* Colour the faux-underline for local menu items */
div#local-masthead ul li a:hover,
div#local-masthead ul li a:focus,
div#local-masthead ul li a:active {
    border-bottom: 3px solid #0A4F4F;
}

/*#subnav-search, #subnav-help {
    background-color: #444050;
    border: 0 solid red;
    display: none;
    float: left;
    width: 100%;
}
div#local-masthead #subnav-search ul, div#local-masthead #subnav-help ul {
    background-color: transparent;
}

div#local-masthead ul li a, div#local-masthead ul li a:link, div#local-masthead ul li a:visited {
    border-bottom: 0 solid transparent;
}

div#local-masthead #subnav-search ul li.active-trail a:link, div#local-masthead #subnav-search ul li.active-trail a, div#local-masthead #subnav-help ul li.active-trail a:link, div#local-masthead #subnav-help ul li.active-trail a {
    background-color: white;
    border-bottom: 1px solid white;
    color: black;
}

div#local-masthead {
    border-bottom: 0 solid #eee;
    z-index: 10;
}

div#local-masthead ul {
    margin-top: 0;
}*/

/*div#local-masthead ul li a, div#local-masthead ul li a:link, div#local-masthead ul li a:visited {
    border-bottom: 3px solid transparent;
    color: #f6f6f6;
}*/

/*div#local-masthead {*/
/*background-color: #4c9191;*/
/*background-image: -moz-linear-gradient(top, #c8dede, #0e5353);*/
/*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c8dede),color-stop(1, #0e5353));*/
/*background-image: -webkit-linear-gradient(#c8dede, #0e5353);*/
/*background-image: linear-gradient(top, #c8dede, #0e5353);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c8dede', EndColorStr='#0e5353');*/
/*}*/
