/*


*/


li{
    margin-top: 10px;
    margin-bottom: 10px;
}

body{
  color: #ffffff;
  background-color: #000000;

}

h1.lead{
    font-size: 36px;
}

h4{
    font-size: 24px;
}

.blended{
    background-color: #ffffff;
    color: #000000;
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 5%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(0,0,0,1) 95%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(5%,rgba(0,0,0,1)), color-stop(15%,rgba(255,255,255,1)), color-stop(85%,rgba(255,255,255,1)), color-stop(95%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 5%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 85%,rgba(0,0,0,1) 95%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,1) 5%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 85%,rgba(0,0,0,1) 95%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,1) 5%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 85%,rgba(0,0,0,1) 95%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,1) 5%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 85%,rgba(0,0,0,1) 95%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */



}

.blue-emp {
    color:#000066;
    font-weight: bold;
    font-style:italic
}

.OrangeHead {
	color: #FFB43F;
	font-weight: bold;
}

.BlueHead {
    color:#000066;
    font-weight: bold;

}

.resize {
    width: auto;
    max-height: 50%;

}

.seperator{
    margin-top: 7px;
    margin-bottom: 15px;
}

.blenderbar {
    padding:0;
    margin:0;
    max-height: 100%;
}

.header-banner{
    overflow: hidden;
}

.link{
    height: auto;
    max-width: 50%;
}

.fill {
    height: 100%;
}


@media (max-width: 767px){
     h1.lead {
        font-size: small;
        }
     h4 {
        font-size: smaller;
        }
}

#footer{
    margin-top: 10px;

}