/* Case studies and custom styles*/
td
{
    font-size: 11px;
    color: #666666;
    font-family: arial, helvetica
}
th
{
    font-weight: bold;
    font-size: 11px;
    color: #666666;
    font-family: arial, helvetica;
    text-align: left
}
.subheader
{
    font-weight: bold;
    font-size: 13px;
    text-transform: none;
    color: #666666;
    font-family: arial, helvetica
}
.small
{
    font-size: 11px;
    font-family: arial, helvetica;

}

.small a {
}

blockquote
{
    font-weight: normal;
    font-size: 11px;
    color: #666666;
    font-style: normal;
    font-family: arial, helvetica;
    text-decoration: none
}
li
{
    font-size: small;
    color: #333333;
}

.greeting
{
    font-size: 12px;
    color: #666666;
    font-family: arial, helvetica
}
.error
{
    font-size: 13px;
    color: red;
    font-family: arial, helvetica
}

input.input
{
    font-size: 10px;
    width: 90px;
    color: #666666;
    font-family: arial, verdana;
    height: 12px;
    text-align: left
}

/* CASE STUDIES STYLES */

address
{
	text-align: left;
	font-style: normal;
	margin: 15px 35px;
	display: block;
}

table.energyview {
	border: 1px solid #646464;
}
tr.header {
	background-color: #646464;
	font-weight: normal;
}
td.header {
	background-color: #646464;
	font-weight: bold;
	color: #1E3169;
	font-family: helvetica, arial, sans-serif;
 	font-size: 11pt;
  text-decoration: none;
}
th.tblhead {
	background-color: #646464;
	color: white;
 	font-size: 11pt;
	font-weight: bold;
}
td.fuel {
	background-color: #D0D0D0;
	font-weight: bold;
	text-align: left;
 	font-size: 9pt;
}
td.value {
	background-color: #dddddd;
	text-align: right;
 	font-size: 9pt;
}
td.valueb {
	background-color: #dddddd;
	font-weight: bold;
	text-align: right;
 	font-size: 9pt;
}
.white
{
	color: #FFF;
}

/*** Styles for database/doe content and headers ***/
#project_header, #doe_header, #main_header {
	font-size:30px;
	color:#333;
	border-bottom: 1px solid #D0CEA8;
	margin-bottom:15px;
}

.doe_subheader {
	font-size:20px;
	margin-top:15px;
}



.hpb_content H1 {
	color:#333;
	/*font-family:'Trebuchet MS',Trebuchet,Verdana,sans-serif;*/
	font-family: 'Times New Roman', Palatino, serif;
	font-size:20px;
	margin-bottom:10px;
}

.hpb_content H2 {
	font-size:18px;
	color:#8FB400;
	margin-bottom:8px;
}

h2.project_title {
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	font-size:20px;
}


.hpb_content {
	/*margin-top:10px;*/
	width:680px;
	overflow:auto;
}



/* navigation styles */
.verticalNavigationBar li.module {
	padding-left:1.2em;

}

.verticalNavigationBar li#active-module, .verticalNavigationBar li.module:hover {
	background-image: url(Greensburg_GreenTown_files/green-arrow-right.png);
	background-repeat: no-repeat;
	background-position:0em 0.5em;
}

.verticalNavigationBar li#active-module a:hover {
	color: #8FB400;
}

.verticalNavigationBar li.module a:hover {
	color: #4E89B3;
}

.description_section p span  {
	text-align: justify;
	font-size: 80%;
}

/** Will only work on Firefox in linux **/
.projectImage {
	float:right;
	clear:right;
	margin: 5px 0px 5px 10px;
}

.projectImage img {
	float:none;
	border:1px solid;
}

.imageCredit {
	font-size:11px;
	text-align:right;
}

/* For DOE pages styling */
.doe_content {
	margin-top:25px;
	margin-bottom:40px;
	min-height:250px;
}

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

#doe_recommendations p {
	padding-top:40px;
}

.doe_clear_both {
	clear:both;
	height:20px;
}

.link_group H3 {
	margin-bottom:3px;
	font-weight:bold;
	margin-top:20px;
}

.link_description {
	display:block;
	margin-bottom:7px;
	padding-left:25px;
}

/* Style the index page nav,*/
#main_nav ul li {
	margin-bottom:10px;
}

.wideContentWrapper {
	width:100%;
}
