
/*  Used to manage your own custom styles  */
.mobile-nav {
	display:none;
}
.desktop-nav {
	display:inline;
	text-decoraction: none !important;
	border:none !important;
	border-bottom: none !important;
	font-size: 11px !important;
	color: #003366 !important;
}



/*  Used to manage your own mobile styles  */
/*  iPhone-horizontal */
@media screen and (max-width: 960px) {
.map {
	display:none;
}

.mobile-nav {
	display:block;
	margin-top: 10px;
}

#rightmenu  {
	display:none;
}
.desktop-nav {
	display:none;
}

}

/*  iPhone-vertical */
@media screen and (max-width: 480px) {
.map {
	display:none;
	
}
.mobile-nav {
	display:block;
}

#rightmenu  {
	display:none;
}

.desktop-nav {
	display:none;
}

}

a.linkedin {
  background: #003366 url("../images/icon-linkedin-small.png") center left no-repeat;
}

body.grey-home {
  background: url("../images/backgrounds/grey-home.jpg") top center repeat-x; }
body.grey {
  background: url("../images/backgrounds/grey.jpg") top center repeat-x; }

