/* Cascading Style Sheet for LincolnTunnel.SONJ.org site */

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, input, li, ol, p, pre, td, textarea, th, ul {    
  margin: 0;   
  padding: 0;   
} 

a, body, div, h1, h2, h3, li, p, td {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
}

a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
  
div {
  font-size: 12px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
}

h1 {
  padding-top: 12px;
}

h1.Top {
  padding-top: 0px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 8px;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  padding-top: 4px;
  text-align: left;
}

p {
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: justify;
}

.Bold {
  font-weight: bold;
}

#Credit {
  color: #000000;
  font-size: 9px;
  font-weight: bold;
  margin: auto;
  padding: 3px;
  text-align: center;
}

#Footer {
  background: black;
  clear: both;
  color: white;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  padding: 1px 0px 3px 0px;
  text-align: center;
  width: 826px;
}

#Footer a {
  color: white;
}

#Footer a, a:visited {
  text-decoration: none;
}

#Footer a:hover {
  text-decoration: underline;
}

#Menu {
  background: black;
  clear: both;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

#Menu a {
  color: white;
  text-decoration: none;
}

#Menu a:hover {
  color: #D8C469;
}

/*

Wb = 820 width of body;
Wr = 240 width of right column;

*/

#LeftBackground {
  /* background: #E3E0D5; More compatible with older browsers; */
  float: left;
  position: relative;
  right: 240px; /* Wr */
  width: 820px; /* Wb */
}

#LeftColumn {
  background: #E3E0D5; /* More compatible with older browsers; */
  float: left;
  left: 240px; /* Wr */
  overflow: hidden;
  padding: 0px 10px 10px 10px;
  position: relative;
  text-align: justify;
  width: 560px; /* Wb - Wr - (border + padding); */
}

#RightBackground {
  background: #D8C469; 
  clear: left;
  float: left;
  overflow: hidden;
  width: 820px; /* Wb */
}

#RightColumn {
  float: left;
  left: 240px; /* Wr */
  overflow: hidden;
  padding: 0px 10px 10px 10px;
  position: relative;
  text-align: justify;
  width: 220px; /* Wr - (border + padding); */
}

#sonjLiSpread ol, #sonjLiSpread ul {
  margin-left: 20px;
}

#sonjLiSpread ol li, #sonjLiSpread ul li {
  padding-bottom: 4px;
}

.sonjLogin {
  background: #000000; 
  border:solid 1px #D8C469;
  color: white; 
  cursor: default;
  text-decoration: none;
}

.sonjLogin:hover {
  background: #D8C469;
  border:solid 1px #FFFFFF;
  color: black; 
  cursor: pointer;
  text-decoration: none;
}
 
.sonjPartnerLogo {
  background-position: 0px;
  display: block;
  height: 96px;
  width: 176px;
} 

.sonjPartnerLogo:hover { 
  background-position: -176px;
} 

/* Sidebar styles */
.addAmountField, .firstnameField, .lastnameField {
  font-family: Arial, Helvetica; 
  font-size: 12px; 
  width: 125px;
}

.addAmountLabel, .firstnameLabel, .lastnameLabel {
  font-family: Arial, Helvetica; 
  font-size: 12px; 
  width: 60px;
}

.DonateGroup, .SponsorGroup {
  border: #000000 solid 1px;
  padding: 3px;
}

.DonateLegend, .SponsorLegend {
  color: #000000;
  font-family: Arial, Helvetica; 
  font-size: 12pt; 
  font-weight: bold;
}

.LegalField {
  color: #222222;
  font-family: Arial, Helvetica; 
  font-size: 8pt; 
  font-weight: normal;
  height: 196px;
  width: 100%;
}

.SidebarFieldset {
  border: #000000 solid 1px;
}

.SidebarLegend {
  color: #000000;
  font-family: Arial, Helvetica; 
  font-size: 12pt; 
  font-weight: bold;
}

.SubmitButton {
  width: 72px;
}
.WaiverGroup {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

