a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* Style the header with a grey background and some padding */
.header {
    overflow: hidden;
	background: linear-gradient(to bottom right, #000000, #282828);
    padding: 5px 5px 5px 5px;
    margin-top: 0;
	text-color: #aa3311;
	border-bottom: 1px solid #6495ED;
}

/* Style the header links */
.header a {
	font-family:'Frutiger LT W01_45 Ligh1475730';
    float: left;
    color: #6495ed;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 16px; 
    line-height: 20px;
    border-radius: 1px;
	}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
    font-size: 25px;
    font-family:'StempelSchneidlerW01-Ro';
    line-height: 25px;
    color: #6495ed;
}

/* Change the background color on mouse-over */
.header a:hover {
  color: whitesmoke;
}

/* Style the active/current link*/
.header a.active {
  color: white;
}

/* Float the link section to the right */
.header-right {
    float: right;
    color: #6495ed;
}

.header-right a.logo {
    font-size: 16px;
    font-family:'Frutiger LT W01_45 Ligh1475730';
    line-height: 20px;
    color: #6495ed;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ 
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
    color: #6495ed;
  }
  .header-right {
    float: none;
      color: #6495ed;
  }
}
				
/* Navbar container */
.navbar {
    line-height: 0px;
    background-color: #000000;
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    }
    
.nav {
    font-family:'Frutiger LT W01_45 Ligh1475730';
    text-transform: uppercase;
    width: 750px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;   
    }  

/* Links inside the navbar */
.nav a {
    float: left;
    font-size: 14px;
    color: white;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    line-height: 14px;
}

/* The dropdown container */
.dropdown {
    float: left;
    overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
    font-size: 14px; 
    border: none;
    outline: none;
    color: white;
    padding: 10px 10px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
    text-transform: uppercase;
}

/* Add a red background color to navbar links on hover */
.nav a:hover, .dropdown:hover .dropbtn {
  background-color: #6459ED;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    text-transform: capitalize;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #43464B;
  padding: 12px 14px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
		
    
 /* searchbar container */
.searchbar {
 overflow: hidden;
  background-color: #000000;
  font-family:'Johnston ITC W01 Medium';
    text-transform: uppercase;
    height: 50px;
    }
   

    
    
/* The search box container */
.searchbox {
  float: right;
    padding: 5px 10px 20px 10px;
}
    

    			
/* adminNavbar container */
.adnavbar {
    overflow: hidden;
    background-color: red;
    width: 100%;
    text-align: center;
    margin: auto;
    line-height: 0px;
    }

.adnavbarNav {
    font-family:'Johnston ITC W01 Medium';
    text-transform: uppercase;
    width: 700px;
    display: inline-block;
    margin: auto;
    }
  
    
    
/* Links inside the navbar */
.adnavbarNav a {
    float: left;
    font-size: 14px;
    color: white;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    line-height: 18px;
}

/* The dropdown container */
.addropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.addropdown .addropbtn {
  font-size: 14px; 
  border: none;
  outline: none;
  color: white;
  padding: 10px 10px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
    text-transform: uppercase;
}

/* Add a red background color to navbar links on hover */
.adnavbar a:hover, .addropdown:hover .addropbtn {
  background-color: #43464B;
}

/* Dropdown content (hidden by default) */
.addropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    text-transform: capitalize;
}

/* Links inside the dropdown */
.addropdown-content a {
  float: none;
  color: #43464B;
  padding: 12px 14px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.addropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.addropdown:hover .addropdown-content {
  display: block;
}












a.ugcTopic:link { 
	color: #808080;
	text-decoration: none; 
	}
a.ugcTopic:visited   { 
	color: #808080 ;
	text-decoration: none;
	}
a.ugcTopic:hover   { 
	color: #808080;
	text-decoration: none;
	}
a.ugcTopic:active  { 
	color: #808080 ;
	text-decoration: none;
	}
	

.btn a:link { 
	color: #FFFFFF;
	text-decoration: none; 
	}
.btn a:visited   { 
	color: #FFFFFF;
	text-decoration: none;
	}
.btn a:hover   { 
	color: #FFFFFF;
	text-decoration: none;
	}
.btn a:active  { 
	color: #FFFFFF;
	text-decoration: none;
	}

body {
	margin: 0;
}









#mwrapper {
	width: 960px;
	margin: 0 auto;
}

#content {
	width: 960px;
	margin: 0 auto;
	margin-top: 0cm;	
}

#main {
	width: 690px;
	float: right;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
background-image: linear-gradient(to right, #F8F8F8, #FFFFFF);
}

ul.breadcrumb li {
  display: inline;
  font-size: 12px;
    font-family: 'Johnston ITC W01 Light';
    text-transform: uppercase;
}

ul.breadcrumb li+li:before {
  padding: 4px;
  color: #808080;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #808080;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: none;
}    
  


#mainfull {
	width: 100%;
	float: left;
    margin-top: 20px;
}

#maindisplay {
	width: 960px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 24px;
	font-weight: 200;
	color: #E71216;
	padding-top: 5px;
}

#sidebar {
	width: 22%;
	float: left;
	}

#mainheader {
	width: 960px;
}

#footerwrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#footerwrapper2 {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#footercontent {
	width: 960px;
	background-color: #E6E6E6;
}

#footertopbar {
	width: 960px;
	height: 30px;
	background-colour: #6495ed;
	text-align: left;
	vertical-align: text-top;
}

#footerbotbar {
	width: 945px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 7px;
	background-color: #000000;
	display: inline-block;
	vertical-align: top;
	border-bottom-color:#F9CDCE;
	position: relative;
	margin-bottom: 0px;
	box-shadow: 0px 0px 1px #888888;
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
font-family:'Frutiger LT W01_45 Ligh1475730';
}





.blurb {
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, serif; 
	font-size: 16px;
	color: #808080;
	line-height: 150%;
}
.blurbsub {
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, serif; 
	font-size: 20px;
	color: #808080;
	line-height: 150%;
}

.blurbsub2 {
	font-family:'Frutiger LT W01_45 Ligh1475730';
	font-size: 24px;
	color: #808080;
	line-height: 150%;
}
	
.blurb a:link {
	color: #333333;
	text-underline-position: under;
}
.blurb a:visited {
	color: #333333;
	text-underline-position: under;
}
.blurb a:hover {
	color: #660033;
	text-underline-position: under;
}
.blurb a:active {
	color: #333333;
	text-underline-position: under;
}
	
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}
	
.clearfix {
	*zoom: 1;
	border-width: thin;
}

.ugcHeading {
	color: #696969;
	font-size: 13px;
	line-height: 13px;
	font-family:'Frutiger LT W01_45 Ligh1475730';
	text-align: left;
	font-weight: 600;
}

.ugcTopic {
	color: #808080;
	font-size: 13px;
	line-height: 20px;
font-family:'Frutiger LT W01_45 Ligh1475730';
	text-align: left;
	}
	
.ugcTopic a {
	color: #808080;
	;
	text-align: left;
}
	
.ugcCredit {
	color: black;
	font-size: 12px;
	line-height: 14px;
font-family:'Frutiger LT W01_45 Ligh1475730';
	text-align: left;
	}

.navtext {
	color: #696969;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Frutiger LT W01_45 Ligh1475730';
	text-align: center;
	font-weight: 100;
}

.BlueButton    { 
	color: white; 
	font-weight: 100; 
	font-size: 12pt; 
	font-family: "Lucida Grande"; 
	background-color: #6495ed; 
	text-align: center; 
	margin: 0px; 
	border: none 0pt }
	
#newsbox {
		width: 230px;
		height: 200px;
		margin: 5px;
		padding: 0px;
		background-color: #E6E6E6;
		display: inline-block;
		vertical-align: top;
		border-bottom-color:#F9CDCE;
	}
	
#newsboxtop {
		width: 100%;
}

.newsboxtitlebox {
	margin: 0;
	width: 10%;
}

.newsboxtitle {
	padding: 0px;
	color: #696969;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Johnston ITC W01 Medium';
	text-align: centre;
	font-weight: 400;
	margin-left: 5px;
	margin-right: 5px;
}

#projectcube {
	height: 250px;
	width: 170px;
	margin: 5px;
	padding: 0px;
	background-color: #E6E6E6;
	display: inline-block;
	vertical-align: top;
	border-bottom-color:#F9CDCE;
	}
	
#projectcubetitle {
	padding: 0px;
	color: #696969;
	font-size: 15px;
	line-height: 20px;
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, serif;
	text-align: centre;
	font-weight: 400;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #E6E6E6;
	font-variant: normal;
}


.adminList {
	color: #808080;
	font-size: 11px;
	
	font-family: "Lucida Grande";
	text-align: left;
	font-weight: normal;
	}
	
.workdetailList {
	color: #808080;
	font-size: 15px;
	font-family:'Frutiger LT W01_45 Ligh1475730';
	text-align: left;
	font-weight: normal;
	border-bottom-color:#F9CDCE;
	}
	
.workTitleDisplay {
	font-family:'JohnstonITCW01-BoldItal';
	font-size: 30px;
	color: #C41114;
	line-height: 120%;
}

.workDateDisplay {
	font-family:'Frutiger LT W01_45 Ligh1475730';
	font-size: 24px;
	color: #808080;
	line-height: 120%;
}
	
.pubTitleDisplay {
	font-family:'StempelSchneidlerW01-Me';
	font-size: 30px;
	color: #B22222;
	line-height: 120%;
	
}

.pubSubTitleDisplay {
	font-family: 'EB Garamond', serif;
	font-size: 30px;
	color: #808080;
	line-height: 120%;
}

.pubCompDisplay {
	font-family:'StempelSchneidlerW01-Me';
	font-size: 30px;
	color: #808080;
	line-height: 120%;
	vertical-align: text-top;
	margin-bottom: 5px;
}

.pubCompDisplay a:link {
	font-family:'StempelSchneidlerW01-Me';
	font-size: 30px;
	color: #808080;
	line-height: 120%;
	vertical-align: text-top;
	margin-bottom: 5px;
}

.pubCompDisplay a:visited {
	font-family:'StempelSchneidlerW01-Me';
	font-size: 30px;
	color: #808080;
	line-height: 120%;
	vertical-align: text-top;
	margin-bottom: 5px;
}

.pubCompDisplay a:hover {
	font-family:'StempelSchneidlerW01-Me';
	font-size: 30px;
	color: #808080;
	line-height: 120%;
	vertical-align: text-top;
	margin-bottom: 5px;
}

.pubCompDisplay a:active {
	font-family:'StempelSchneidlerW01-Me';
	font-size: 30px;
	color: #808080;
	line-height: 120%;
	vertical-align: text-top;
	margin-bottom: 5px;
}

.pubHeadingDisplay {
	font-family:'Frutiger LT W01_45 Ligh1475730';
	font-size: 16px;
	color: #808080;
	line-height: 120%;
	margin: 10px 0px ;
}
.pubHeadingListDetails {
    color: #696969;
    font-size: 11px;
    line-height: 17px;
    font-family: "Frutiger LT W01_45 Ligh1475730";
    text-align: left;
    font-weight: 100;
}
.pubFormatDisplay {
	color: #696969;
	font-size: 13px;
	line-height: 15px;
	font-family: 'Frutiger LT W01_65 Bold1475746';
	text-align: left;
	font-weight: 100;
	border-style: solid;
	border-width: thin;
	padding: 7px;
}

.pubWorkList {
	color: #808080;
	font-size: 13px;
	line-height: 20px;
	font-family:'JohnstonITCW01-BoldItal';
	text-align: left;
	}
	
.pubWorkList a {
	color: #808080;
	text-align: left;
}
	


.btn {
	padding: 5px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Frutiger LT W01_45 Ligh1475730';
	text-align: center;
	border-style: solid;
    border-width: 1px;
	border-radius: 3px;
	border-color: #6495ed;
	background-color: #6495ed;;
}

.dottedline {
	border-bottom-style:dotted;
	border-color: #6495ed;
}

/* The footer is fixed to the bottom of the page */

footer{
	bottom: 0;
}

@media (max-height:1100px){
	footer { position: static; }
	header { padding-top: 0px; }
}


.footer-distributed{
	background-color: #101010;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
    font-family:'Frutiger LT W01_45 Ligh1475730';
    font-size: 16px;
	padding: 30px 30px 30px 30px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color:  #6495ed;
    font-family:'StempelSchneidlerW01-Ro';
    font-size: 24px;
    line-height: 30px;
	margin: 0;
}

/* The company logo */

.footer-distributed .footer-left img{
	width: 30%;
}

.footer-distributed h3 span{
	color:  #6459ed;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
    font-family:'Frutiger LT W01_45 Ligh1475730';
    font-size: 14px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
    font-family:'Frutiger LT W01_45 Ligh1475730';
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 20px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #8f9296;
	vertical-align: middle;
	margin:0;
    font-family:'Frutiger LT W01_45 Ligh1475730';
    font-size: 16px;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #ffffff;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
    font-family:'Frutiger LT W01_45 Ligh1475730';
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
    color: #ffffff;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;
    
	font-size: 20px;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */


@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
}   
    
	


    


