/* styles for www.nbne.org */
/* Begin Basic Styles */ 
body {
	color: #333;
	background-color: #FFFFCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
}
a:link, a:visited {
	color: #999900;
	text-decoration: none;
	border: none;
}
a:hover, a:active {
	color: #996600;
	text-decoration: underline;
}
.center {
	text-align: center;
}	
h1 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 26px;
	color: #990000;
	text-align: center;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
img {
	display: block;
	border-collapse: collapse;
	border: none;
}
img.border {
	border: 1px solid black;
}
/* End Basic Styles */
/* Begin Navigation Styles */
#nav {
	display:block;	
	width: 100%;
	background-color: white;
	width: 760px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	padding: 6px 0px 20px 0px;
	border-top:10px solid #990000;
	margin-top:-3px;	
}
#nav a {
	color: #008800;
	background-color: white;
	text-decoration: none;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	border-bottom: solid 1px black;
}
.hotnav {
	color: white;
	background-color: #008800;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;	
	padding: 6px 10px;
	border-bottom: solid 1px black;
}
#nav a:hover, #nav a:active {
	color: white;
	background-color: #008800;
	text-decoration: none;
}
/* End Navigation Styles */
/* Begin Layout Styles */
#frame {
	width: 760px;
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}
#header {
	width: 100%;
	padding:0px;
	margin:-3px 0px 0px -3px;
}
#headertext{
	text-align:right;
	font-size: 16px;
	font-weight: bold;
	padding:0px 15px;
	color:#336601;
}
#img_r {
        float: right;
        padding: 0px 7px 21px 21px;
        display: inline;
        font-size: smaller;
        text-align: center;
        margin-top: 20px;
}
#img_l {
        float: left;
        padding: 0px 21px 21px 7px;
        display: inline;
        font-size: smaller;
        text-align: center;
        margin-top: 20px;
}
#img_center {
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
}
#footer {
	width: 100%;
	font-size: 10px;
	text-align: center;
	padding: 3px 0px;
	background-color: #008800;
	color: white;
}
#footer a {
	text-decoration: none;
	color: #FFFF99;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFF99;
	font-weight: bold;
}
#content {
	line-height: 150%;
	padding: 12px 24px;
	letter-spacing: .02em;
}
#content p{
	padding-bottom: 12px;
}
/* sub-navigation sidebar menu for 'Natural Building' section */
#natnav{
	width:100%;
	margin:10px 0px 8px 0px;
}
#natnav td{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#natnav a{
	color:#990000;
}
#natnav a:hover, #natnav a:active{
	color: #000000;
	text-decoration:underline;
}
.thumbs {	/* Gallery thumbnail table style */
	width: 100%;
}
.thumbs td {
	padding: 4px;
}
.thumbs .title {
	font-weight: bold;
	font-size: larger;
	text-align: left;
}
.thumbs .img {
	font-weight: normal;
	font-size: smaller;
	text-align: justify;
}
.index {	/* Text enlargement for home, index pages */
	font-size:1.3em; 
	line-height:1.2em;
}
.adminnav {
        font-size: 10px;
        padding: 16px 4px 4px 16px;
        vertical-align: top;
        width: 120px;
}
.adminctr {
        font-size: 14px;
        padding: 16px 12px 16px 12px;
        vertical-align: top;
}
.rg {
        background-color: transparent;
}
.rw {
        background-color: white;
}
.calhead {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}
.members {
	padding:7px 0px;
}
.crumb, .resource_crumb {
	font-size: 10px;
	display: block;
	letter-spacing: 0em;
}
.resource_crumb {
	padding-bottom: 18px;
	margin-top:-12px;
}
#gallery{
	margin: 0px auto 26px auto;
	text-align:center;

}
/* End Layout Styles */