﻿body {
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

h1
{
       color: #58b9f9;
       font-weight: 500;
    }

h3
{
    font-size: 1.3em;
    font-weight: 600;
    color: #58b9f9;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}


h4
{
    font-size: 1.1em;
    color: #0072be;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

.footer
{
       background-color:#0074c0;
       padding: 10px 0px 0px 0px;
       color: #CCCCCC;
}

.footer span
{
	 color: #FFFFFF;
}



/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#0074c0;   
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #0074c0;
}

div.hideSkiplink ul li a:hover
{
    background-color: #008fdc;
}

li#selectedNav 
{
    border-top: 3px solid #a8dace;
}

li#selectedNav a
{
  background-color: #005ea1;
}

/* CASE STUDY 
----------------------------------------------------------*/

.newsItmHeader 
{
	color: #0074C0  !important;	
}

.project_link {
    background-color: #0074c0;
    border: 1px solid #a8dace;
    color: #FFF !important;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
       background-color:#a8dace;
}