/* NJ BRADFORD website - primary stylesheet
 * December 2005, Richard Pearce for Icomm Technologies
 *
 */


body {
  margin: 0px;
	padding: 0px;
  background: #ffffff;
	font: normal 9pt/13pt times new roman,arial,helvetica,sans-serif;
}

/** positional elements **/
#container {
  background-image: none;
}
#glass {
  display: none;
}
#maincontent {
  width: 100%;
}
#njb_logo {
  text-align: right;
	margin: 0px 0px 25px;
}
#mainheader {
  height: 71px;
  background-image: none;
	border-top: 1px solid #000000;
}
#pagetext {
	margin: 30px 0px 20px;
}
#footer {
  margin: 25px 0px 25px 0px;
	background: url(images/brilliant_glass_cutting.gif) top left repeat-x;
	padding-top: 15px;
}




/** main navigation **/
#navigation {
  display: none;
}




/** element formatting **/
p {
  margin: 3px 0px 10px 0px;
	padding: 0px;
}
h1 {
  margin: 0px;
	padding: 0px;
}
h1 img {
  margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 20px;
}
h2 {
  margin: 3px 0px 10px 0px;
	font: bold 11pt arial,helvetica,sans-serif;
}
h3 {
  margin: 3px 0px 10px 0px;
	font: bold 9pt arial,helvetica,sans-serif;
}



#subnav {
  border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#subnav img {
  margin-top: 2px;
  margin-bottom: 2px;
}
#subnav img.first {
  margin-left: 0px;
}


.picture {
	width: 519px;
  margin: 20px 0px;
	border-top: 1px solid #000000;
}
.picture img {
  border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.picture .caption {
  background-color: #91C832;
}
.picture .caption p {
  margin: 0px;
	padding: 5px 25px;
  font-weight: bold;
  text-align: right;
	font: bold 8.5pt arial,helvetica,sans-serif;
	color: #ffffff;
}


#footer p {
  margin: 3px 25px 7px 0px;
  font: normal 8.5pt arial,helvetica,sans-serif;
	color: #739F28;
}




