﻿.HeaderWithLogo
{
  background-image: url(Images/MatrixHeaderLogo.png);
  background-repeat: no-repeat;
  height: 138px;
  width: 902px;
  font-size: 1px;
}

.HeaderNoLogo
{
  background-image: url(Images/MatrixHeaderLogo.png);
  background-repeat: no-repeat;
  height: 138px;
  width: 902px;
  font-size: 1px;
}

#county-logo
{
  background-image: url(../../ProsecutorLogo.ashx);
  background-size: contain;
  height:100px;
  left:235px;
  position:absolute;
  top: 5px;
  width:240px;
}

#right
{
  position: absolute;
  left: 902px;
  top: 0px;
  background-image: url(Images/RightGradientFade.png);
  background-repeat:repeat-y;
  background-color:White;
  width: 355px;
  height: 1034px;
}

#menu
{
  height: 35px;
  width: 902px;
  margin-top:0px;
  padding-top: 25px;
  padding-left: 30px;
  clear: both;
}

#menu a:link, 
#menu a:active,
#menu a:visited
{
  color: White;
  font-size: 12px;
}

#police
{
  color:White;
  margin-bottom:35px;
  padding-left: 640px;
  padding-top: 5px;
  font-family: Arial;
  font-size: 19px;
  text-align: center;
  text-transform: lowercase;
  height: 50px;
}

.LogoContainer
{
  display:none;
}
