/* CSS Document */

/*  NoBiomassBurning.org  */

/* general class definitions */
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


body {
	background-color:#002c57;
	background-image: url(../i/bg_body.jpg);
	background-repeat: repeat-x;
	color:#000000;
	text-align: center;
	margin:0px;
	padding:0px;
	font-family: "Lucida Grande", Arial;
	font-size:100%;
	line-height:1.0;
	width:100%;
}


/* useful classes */
.clear {
	clear:both;
}
.italics {
	font-style:italic;
}
.heavy {
	font-weight: bold;
}
.centered {
	text-align: center;
}
.subscript{font-size:xx-small; vertical-align:baseline;} 
.redhighlight {
	color:#ff0000;
}

/* general font styling */
a, a:visited, a:hover {
	color:#006699;
	text-decoration: underline;
}
p, ol {
	font-size:75%;
	text-align: left;
	line-height: 1.4em;
	margin:0 0 1em 0;
	padding:0;
}
ol {
	list-style-position: inside;
}
textarea {
	font-size: 80%;
	font-family: "Lucida Grande", Arial, "Helvetica Neue", "Helvetica", sans-serif;
}


/* layout divs */
#layout {
	text-align: left;
	width: 910px;
	margin: 10px auto 10px auto;
	overflow: hidden;
	position:relative;
	background-image: url(../i/bg_layout.jpg);
	background-repeat: repeat;
	border-bottom:2px solid #333333;
}
#content {
	margin:30px;
	padding:0;
	background-color: #ececec;
	background-image: url(../i/bg_content.jpg);
	background-repeat: repeat-x;
	position: relative;
}


#header {
	margin:0px 0 30px 0;
	padding:0;
}

/* navigation */
#navbarpos {
	position: absolute;
	top:207px;
	left:105px; /* redo to accommodate zoomed type sizes */
	text-align: center;
	margin:0 auto;
	z-index: 100;
}
#navbar {
	font-family: "Lucida Grande", Arial; sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin:0 20px;
	padding-bottom:5px;
	height: 48px;
	background-image: url(../i/bg_navbar.jpg);
	background-repeat: repeat-x;
	background-color:#e5e5e5;
	position:relative;
	border:1px solid #dddddd;
}
#navbar ul {
	float:left;
	display:block;
	margin:18px 0 0 0px;
	padding:0;
}
#navbar ul li {
	list-style: none;
	display:block;
	float:left;
	margin:0;
	padding:0 1.1em;
	border-right:1px solid #343434;
}
#navbar ul li a {
	text-decoration: none;
}
#navbar ul li.lastnav {
	border:none;
}
#navbar li.nav_off, li.nav_off a,
li.nav_off a:visited {
	color:#343434;
}
#navbar li.nav_on, li.nav_on a,
li.nav_on a:visited {
	color:#CC0000;
}
#navbar li.nav_off a:hover {
	color:#CC0000;
}



/* page content general layout */
#main {
	margin:0px 0 0 0;
	padding:10px 0 20px 0;
	background-color: #ffffff;
	color:#000000;
	width:850px;
}
#maininset {
}
.wrapper {
	margin:0;
	padding:0;
}
.section {
	margin:0;
	padding:0;
	position: relative;
}
.quote, .box {
	padding:1.5em;
	border: 1px solid #e8e8e8;
	width:240px;
	background-color: #ececec;
	background-image: url(../i/bg_content.jpg);
	background-repeat: repeat-x;
}
.right {
	float:right;
	margin:0 0 2em 2em;
}
.left {
	float:left;
	margin:0 3em 3em 0;
}
.quote p {
	font-style: italic;
	font-size: 75%;
	margin:0 0 1em 0;	
	line-height: 1.6em;
	color:#666666;
}
.source {
	font-style: normal;
	font-size: 90%;
}
.source_title, .source a {
	font-style: normal;
}
.box_title {
	font-style: normal;
	font-weight: bold;
	font-size: 110%;
	margin:0 0 1em 0;
	line-height: 1.2em;
}
.box p {
	font-size: 75%;
	line-height: 1.6em;
	color: #666666;
	margin:0 0 1em 0;
}
.box ul {
	list-style-type: none;
	display: block;
}
.box ul li {
	list-style-type: none;
	list-style-position: outside;
	display: block;
	font-size: 75%;
	color: #666666;
	line-height: 1.6em;
	margin:0 0 2em 0;
}
fieldset {
	float:left;
	margin: 10px 25px 30px 0px;
	padding:15px 10px 10px 10px;
	border: 1px solid #cccccc;
	background-color: #ececec;
	background-image: url(../i/bg_content.jpg);
	background-repeat: repeat-x;
	width:340px;
}
legend {
	color: #ffffff;
	border: 1px solid #cccccc;
	padding: 6px 12px;
	font-size: 90%;
	background-color: #ce0000;
}


#page {
	margin:1.5em 30px 1em 30px;
	padding:0;
	width:790px;
	float:left;
}
.pg_header {
	font-size: 120%;
	font-weight: bold;
	margin:0 0 .5em 0;
	padding:0;
	line-height: 1.5em;
}
.pg_subheader {
	font-size: 100%;
	color: #666666;
	font-weight:600;
	margin:0 0 .7em 0;
	line-height: 1.5em;
}
.pg_inset {
	margin:1em 20px 1.5em 20px;
	padding:0;
}
.pg_table {
	font-size: 85%;
	line-height: 2.5em;
}
#page ul {
	list-style-type: disc;
	margin:0 0 0 1em;
	color:#000000;
}
#page ul li {
	list-style-type: disc;
	font-size: 75%;
	list-style-position: inside;
	line-height: 1.6em;
	margin:0 0 1em 0;
}


/* footer */
#footer {
	margin:20px 0 10px 0;
	padding:0;
	text-align: center;
	font-size:70%;
	color:#ffffff;
}
#footer a {
	color:#ffffff;
	text-decoration: underline;
}




/*********** about us page ***********/
.about {
	margin:2em 0 0 0;
}
.about_img {
	float:left;
	margin:0px 20px 20px 0;
	border:1px solid #e8e8e8;
}
.about_text {
}
.about_name {
	font-size: 105%;
	font-weight: bold;
	color:#000000;
	margin-bottom:.3em;
}
.about_title {
	font-size: 80%;
	font-style: italic;
	color:#3e3e3e;
	margin-bottom:1.3em;
}
.about_bio {
	font-size:80%;
	color:#000000;
	line-height: 1.6em;
	margin-bottom:2em;
}



/*********** contact page ***********/
.rep_info {
	margin:0 0 2em 0;
	line-height: 1.1em;
}
.rep_name {
	font-size:80%;
	font-weight: bold;
	margin:1em 0 .2em 0;
}
.rep_district {
	font-size: 80%;
	font-style: italic;
	margin:0 0 .3em 0;
}
.rep_email {
	font-size: 75%;
}
.rep_address {
	font-size: 75%;
	margin:0 0 .5em 0;
}
.rep_phone {
	font-size: 75%;
}