/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/******* Hyperlink and Anchor Tag Styles *******/

a {
	color: blue;
}

a:hover {
	text-decoration: none;
}

a:active {
	background-color: yellow;
}

a:visited {
	color: purple;
}

/******* Body Styles *******/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/images/top-header.jpg) repeat-x;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

h1, h2, h3, h4 {
	color: #02480B;
}

h1 {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	border-top: solid #006600 medium;
	border-bottom: dotted #009900 thin;
	padding-top: 3px;
	padding-bottom: 5px;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin-bottom: 14px;
}

h4 {
	font-size: 1em;
}

p {
}

blockquote {
	border-left: 3px solid green;
	padding-left: 15px;
	margin-bottom: 10px;
	font-style: italic;
	line-height: 1.6em;
}

ul {
}

ul li {
}

ol {
}

ol li {
}

hr {
	color: green;
	margin-top: 10px;
	margin-bottom: 10px;
}	

img {
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 5px;
}

table {
	margin-bottom: 10px;
}

table td {
	padding: 10px;
}

div .author {
	text-align: center;
	margin-bottom: 30px;
	font-style: italic;
	font-weight: bold;
}

.articles a {
	text-decoration: none;
}

.articles a:hover {
	text-decoration: underline;
}

.checkbullet {
	font-weight: bold;
	list-style-image: url(/images/checkbullet.gif);
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: green;
	background-image: url(/images/title-bg.jpg);
	background-repeat: repeat-x;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: navy;
	text-align: center;
	margin-bottom: 0px;
}

.boxed .content {
	padding: 15px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Post */

.post {
	clear: both;
	padding: 20px;
}

.post .h1_index {
	border-top: none;
	border-bottom: none;
	text-align: center;
	line-height: 1.3em;
	font-size: 1.5em;
}

.post .h1_articles {
	border-top: none;
	border-bottom: none;
	text-align: center;
	line-height: 1.3em;
}

.post .h2_index {
	line-height: 1.3em;
	font-size: 1.3em;
	color: black;
}

.post .li_index {
	margin-bottom: 15px;
}

.post p, .post ul, .post ol {
	margin-bottom: 1em;
	line-height: 1.6em;
}

.post img {
	margin: 5px;
}

.post blockquote, .post ul, .post ol {
	margin-left: 4em;
}

/* Header */

#header {
	width: 995px;
	height: 150px;
	margin: 0 auto;
	background: white url(/images/top-banner.jpg);
}

/* Main Menu */

#MainMenu {
	height: 33px;
	background: #FFF url(/images/bmid_066.gif);
	border: 0;
	margin: 0;
}

#tab {
	top: 0;
	height: 0;
	background: repeat-x top;
	margin: 0;
}

#tab ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#tab li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#tab a {
	background: #000 url(/images/bright_066.gif) no-repeat right top;
	text-decoration: none;
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#tab a span {
	display: block;
	background: url(/images/bleft_066.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 700;
	line-height: 33px;
	padding: 0 15px;
}

#tab a:hover,#tab li.item_active a {
	background-position: right bottom;
	border-color: #FF9300;
}

#tab a:hover span,#tab li.item_active a span {
	background-position: left bottom;
	color: #FFF;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

/* Page */

#page {
	width: 995px;
	margin: 0 auto;
	background: url(/images/sidebar.gif) repeat-y;
	border-top: 3px solid #739a08;
}

#content {
	float: right;
	width: 790px;
	padding-right: 1px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Newsletter */

#newsletter {
}

#newsletter fieldset {
	border: none;
}

#newsletter input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* Footer */

#footer {
	width: 963px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #E7FFE0;
	font-size: .77em;
	color: black;
	border: solid 1px;
	border-color: #000000;
}

/* CSS Rollovers */
/* Courtesy of http://www.glassybuttons.com/glassy.php and http://www.kirupa.com/css/css_rollovers.htm */

#goproductinfo{
	height: 40px;
	width: 260px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(/images/go-product-info.gif) top left no-repeat;
	display: block;
	margin-top: 20px;
}

#goproductinfo:hover{
	background-position: bottom left;
}

#backproductinfo{
	height: 40px;
	width: 260px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(/images/back-product-info.gif) top left no-repeat;
	display: block;
	margin-top: 20px;
}

#backproductinfo:hover{
	background-position: bottom left;
}

#articles2005{
	height: 40px;
	width: 260px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(/images/articles2005.gif) top left no-repeat;
	display: block;
}

#articles2005:hover{
	background-position: bottom left;
}

#articles2006{
	height: 40px;
	width: 260px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(/images/articles2006.gif) top left no-repeat;
	display: block;
}

#articles2006:hover{
	background-position: bottom left;
}

#articles2007{
	height: 40px;
	width: 260px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(/images/articles2007.gif) top left no-repeat;
	display: block;
}

#articles2007:hover{
	background-position: bottom left;
}

#articles2008{
	height: 40px;
	width: 260px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(/images/articles2008.gif) top left no-repeat;
	display: block;
}

#articles2008:hover{
	background-position: bottom left;
}

#articles2009{
	height: 40px;
	width: 260px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(/images/articles2009.gif) top left no-repeat;
	display: block;
}

#articles2009:hover{
	background-position: bottom left;
}

/* CSS Boxes */

.pyroenergen_box {
border: 1px dashed navy;
padding: 10px;
background-color: #E8F3FF;
height: auto;
}

.pyroenergen_box_title {
position: relative;
top: 10px;
left: 25px;
border-left: 1px solid navy;
border-right: 1px solid navy;
background-color: #E8F3FF;
padding: 0 5px;
color: navy;
font-weight: bold;
}

.author_box {
border: 1px dashed green;
padding: 10px;
background-color: #E7FFE0;
height: auto;
}

.author_box_title {
position: relative;
top: 10px;
left: 25px;
border-left: 1px solid green;
border-right: 1px solid green;
background-color: #E7FFE0;
padding: 0 5px;
font-weight: bold;
}