/* Cascading Style Sheet for NjPolarPlunge.SONJ.org site */
/* Menu Bar

  3 - Border
 70 - Home     (Menu 475 + 5 for border)
 90 - Register
150 - Sponsor
 85 - Support
 75 - About    (Menu 475 + 5 for border)
 38 - Spacer   (Login 349)
 80 - User
  4 - Spacer
 80 - Password
  4 - Spacer
 80 - Plunge
  2 - Spacer
 57 - Login
  4 - Spacer   (Login 349)
  3 - Border

*/
/* General site styles; */
a {
  color: #3096BE;
  font-family: arial, helvetica, serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body, p, td {
  font-family: arial, helvetica, serif;
  font-size: 12px;
}

h1, h2, h3, h4 {
  font-family: arial, helvetica, serif;
}

h1 {
  color: #3096BE;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: justify;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}

p {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: justify;
}

/* Button styles; */
#ButtonHrz ul {
   font-family: Arial, Helvetica; 
   font-size: 10pt; 
   list-style-type: none;
   margin: 0 0 0 0;
   padding: 0px;
   text-align: left;
}

#ButtonHrz ul li {
   display: inline; 
   padding: 0px 1px 0px 1px;
}

#ButtonHrz ul li a {
   background-color: #3096BE;
   border: solid 1px;
   color: #FFFFFF;
   padding: 0px 5px 0px 5px;
   text-decoration: none;
}

#ButtonHrz ul li a:hover {
   background-color: #99C1D3;
   color: #3096BE;
}

/* Main menu bar format styles; */
#Menu, #Menu ul { /* all lists */
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

#Menu a {
  display: block;
}

#Menu li { 
  float: left;
}

#Menu li ul { 
  margin-top: 0px; 
  margin-left: 0px;
  position: absolute;
  left: -999em; 
}

#Menu li:hover { 
  height: 1%;  
}

#Menu li ul ul { /* third-and-above-level lists */
  margin: -1em 0 0;
}

#Menu li:hover ul ul,   
#Menu li.sfhover ul ul {
  left: -999em;
}

#Menu li:hover ul,   #Menu li li:hover ul, 
#Menu li.sfhover ul, #Menu li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

/* Main menu bar visual styles */
.MenuBar, .MenuHome {
  background-image: url(../LawEnforcement/NjPolarPlunge/Images/Bar02.gif);
  border-left: solid 0px;
  border-right: solid 2px white;
  color: white;
  font-family: arial, helvetica;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0px 6px 0px;
  text-align: center;
  text-decoration: none;
}

.MenuBar {
  cursor: default;
}

.MenuBar:hover, .MenuHome:hover {
  background-image: url(../LawEnforcement/NjPolarPlunge/Images/Bar01.gif);
  color: white;
  text-decoration: none;
}

.MenuBarDisabled, .MenuBarDisabled:hover {
  background: white;
  border-left: solid 0px;
  border-right: solid 0px;
  color: #3096BE;
  font-family: arial, helvetica;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0px 6px 0px;
  text-align: center;
  text-decoration: none;
}

.MenuItem, .MenuItemTop, .MenuItemBottom {
  background: #99C1D3;
  border-left: solid 2px #3096BE;
  border-right: solid 2px #3096BE;
  color: white;
  font-family: arial, helvetica;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  text-align: left;
  text-decoration: none;
}

.MenuItem {
  background-image: url(../LawEnforcement/NjPolarPlunge/Images/Bar03.gif);
  border-bottom: solid 1px #3096BE;
}

.MenuItemBottom {
  background-image: url(../LawEnforcement/NjPolarPlunge/Images/Bar03.gif);
  border-bottom: solid 2px #3096BE;
}

.MenuItemTop {
  background-image: url(../LawEnforcement/NjPolarPlunge/Images/Bar03.gif);
  border-top: solid 2px #3096BE;
  border-bottom: solid 1px #3096BE;
}

.MenuItem:hover, .MenuItemTop:hover, .MenuItemBottom:hover {
  background-image: url(../LawEnforcement/NjPolarPlunge/Images/Bar04.gif);
  color: white;
  text-decoration: none;
}

.MenuColumn1 {
  width: 70px;
}

.MenuDrop1 {
  width: 90px;
}

.MenuColumn2 {
  width: 90px;
}

.MenuDrop2 {
  width: 150px;
}

.MenuColumn3 {
  width: 150px;
}

.MenuDrop3 {
  width: 150px;
}

.MenuColumn4 {
  width: 85px;
}

.MenuDrop4 {
  width: 230px;
}

.MenuColumn5 {
  width: 80px;
}

.MenuDrop5 {
  width: 180px;
}

/* Side bar styles; */
.SidebarFieldset, .SidebarGroup {
  border: #3096BE solid 1px;
  padding: 3px;
}

.SidebarLegend {
  color: #3096BE;
  font-family: Arial, Helvetica; 
  font-size: 12pt; 
  font-weight: bold;
}

#Credit {
  color: #3096BE;
  font-size: 9px;
  font-weight: bold;
  margin: auto;
  padding: 3px;
  text-align: center;
}

#Footer {
  background: #3096BE;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: auto;
  padding: 3px;
  text-align: center;
  width: 824px;
}

#Footer a {
  color: white;
}

#Footer a, a:visited {
  text-decoration: none;
}

#Footer a:hover {
  text-decoration: underline;
}

.sonjPartnerLogo {
  background-position: 0px;
  display: block;
  height: 96px;
  width: 176px;
} 

.sonjPartnerLogo:hover { 
  background-position: -176px;
} 