

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
body {
	margin-top: 0px;
}
a:link {
	color: #8c5d18;
}
a:visited {
	color: #8c5d18;
}
a:hover {
	color: #8c5d18;
}
a:active {
	color: #8c5d18;
}
.headline {
	font-size: 14px;
	font-weight: bold;
	color: #035d33;
	line-height: 16px;
}
.address {
	color: #1d3509;
	font-weight: bold;
}
.footer {font-size: 10px}
.style1 {
	color: #035d33;
	font-weight: bold;
	font-style: italic;
}
#email_form {
  border: 3px solid #00703C;
  padding: 20px;
  width: 300px;
  margin: 20px auto 20px auto;
}
#nucedar_examples {
  float: left;
  margin-right: 10px;
}
#nucedar_examples2 {
  float: right;
  margin-left: 10px;
}


#sbccolors {
  float: right;
  margin-left: 10px;
}

#ml {
  clear: both;
  margin: 20px auto 0 auto;
  width: 350px;
  height: 100px;
  font-size: 16pt;
}
#ml img {
  float: left;
  margin-right: 10px;
}
#ml a {
    text-decoration: none;
}

.clear {
  clear: both;
}

form div { clear: left; line-height: 2em; padding-bottom: 5px; }
form div label { display: block; float: left; margin-right: 1em; width: 11.5em; font-weight: bold; }
form fieldset { margin: .5em; padding: .5em; }
legend { font-weight: bold; }

/* lightbox styles */
.apple_overlay, .wide_overlay {
	/* initially overlay is hidden */
	display:none;
	/* some padding to layout nested elements nicely  */
	padding:35px;
	/* a little styling */
	font-size:11px;
}
.apple_overlay {
	/* growing background image */
	background-image:url(images/overlay/white.png);
    width:640px;
}
.wide_overlay {
	/* growing background image */
	background-image:url(images/overlay/white-wide.png);
    width:730px;
}
/* default close button positioned on upper right corner */
.apple_overlay .close, .wide_overlay .close {
	background-image:url(images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* black version of the overlay. simply uses a different background image */
div.apple_overlay.black {
    background-image:url(images/overlay/transparent.png);
    color:#fff;
}
.pointer {
  cursor: pointer;
}


