/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

	All of this belongs to Fred
	
***************************************************** */

section#header {
	background: #0000ff!IMPORTANT;
}

section#header .logo img {
    max-height: 125px!IMPORTANT;
}

#top-nav a.quick-nav {
	color: #FFFFFF!IMPORTANT;
	font-weight: bold!IMPORTANT;
}

ul.top-nav>li>a {
    color: #fff!IMPORTANT;
}

.navbar-main {
	background-color:#000000!IMPORTANT;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;	
}

section#footer {
    background-color: #000000!IMPORTANT;
    color: #fff!IMPORTANT;
}

ul.top-nav>li.primary-action>a.btn {
    background-color: #fd0000!IMPORTANT;
}
