/* Green Business styles */

#GreenBizTable {
 	background-color: white;
	border-style: solid;
	border-color: #A84802;
	border-width: 1px;
	margin: 2px 0px 0px 0px;
}
#GreenBizHeader {
 	background-color: white;
	border-style: solid;
	border-color: #A84802;
	border-width: 0px 0px 1px 0px;
	padding: 0px;
	margin: 0px;
	width: 578px;
}
#GreenBizContent {
	padding: 10px;
}
#GreenBizRightFeatures {
	width: 170px;
}

/* DISCOVER area on programs pages */
#ProgramsDiscover {
	margin: 5px 0px 5px 0px;
}
#ProgramsDiscover .DiscoverHeading {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	font-style: italic;
}
#ProgramsDiscover ul {
	margin-top: 3px;
	list-style-type: dot;
}
#ProgramsDiscover li {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0px;
}
#ProgramsDiscover a:link {
	color: #3B3B84;
	text-decoration: none;
}
#ProgramsDiscover a:visited {
	color: #3B3B84;
	text-decoration: none;
}
#ProgramsDiscover a:hover {
	color: #3B3B84;
	text-decoration: underline;
}
#ProgramsDiscover a:visited:hover {
	color: #3B3B84;
	text-decoration: underline;
}
/* People's Choice */
#peopleschoice-sidebar {
	font-size: 10px;
	background-color: #DCF5FF;
	border: 1px solid #00A4E4;
	padding: 3px;
}
#peopleschoice-sidebar .heading {
	font-weight: bold;
	color: #009966; 
}
.peopleschoice-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #DF7800;
}
.peopleschoice-header2b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #439D07; 
}
.peopleschoice-header2 {
	font-size: 10px;
	font-weight: bold;
	color: #439D07; /*color: #F17500;*/
	text-transform:uppercase;
}
.peopleschoice-header3 {
	font-size: 12px;
	font-weight: bold;
	color: #439D07; /*color: #F17500;*/
	text-transform:uppercase;
}
#peopleschoice-intro p {
	width: 385px;
	font-size: 90%;
	line-height: 140%;
}
#peopleschoice-votingform {
	width: 385px;
}
a.peopleschoice-link {
	color: #009966; /*color: #F17500;*/
}
a.peopleschoice-link:visited {
	color: #009966; /* color: #F17500;*/
	text-decoration: none;
}
a.peopleschoice-link:visited:hover {
	color: #009966; /*color: #F17500;*/
	text-decoration: underline;
}
#peopleschoice-sidebar06 {
	font-size: 10px;
	background-color: #CCFFCC;
	border: 1px solid #FFCC66;
	padding: 3px;
}
#greengrant-sidebar {
	font-size: 10px;
	background-color: #c9d6b8;
	border: 1px solid #FFCC66;
	padding: 3px;
}
p.heading {
	font-size: 10px;
	font-weight: bold;
	color: #003300; /*color: #F17500;*/

}

/* form styles */
#PCform .regulartext {
	font-size: 0.8em;
	margin: 3px;
	width: 200px;
}
#PCform .longtext {
	font-size: 0.8em;
	margin: 3px;
	width: 300px;
}
#PCform .longtexttall {
	font-size: 0.8em;
	margin: 3px;
	width: 300px;
	height: 80px;
}
#PCform input.gpocomments {
	font-size: 0.8em;
	width: 400px;
}
#PCform label {
	display: block;
	width: 90px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#PCform input.zip {
	font-size: 0.8em;
	margin: 3px;
	width: 75px;
}


/* ---------------------- Green Business Interviews  ----------------- */
/* holds all content on page */
#GBInterviewsContainer {
	width: 778px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #A84802;
	border-width: 1px;
	margin: 2px;

}
/* holds all content below the main standard header */
#GBInterviewsBodyContainer {
	margin: 0;
	padding: 0;
}
/* left column */
#GBInterviewsBodyContentsLeft {
	width: 170px;
	margin: 12px 0px 0px 5px;
	float: left;
	padding: 0;
}

/* main center */
#GBInterviewsBodyContentsCenter {
	width: 565px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0;
	border: none;
}
/* right column */
#GBInterviewsBodyContentsRight {
	width: 170px;
	float: right;
	margin: 5px 5px 0px 0px;
	padding: 0;
	
}

/* necessary so the footer will be below everything */
.spacerdiv {
	clear: both;
}


/* navigation of the interviews */
#GBInterviewsNav {
	background-image: url(/images/pubs/greenamerican/navbarBG.gif);
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	
	padding: 0px 2px 0px 2px;	
}

#GBInterviewsNavTable {
	background-image: url(/images/pubs/greenamerican/navbarBG.gif);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: gray;	
	margin: 0 0 0 215px;
}
#GBInterviewsNavItem {
	padding: 3px 8px 3px 8px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: gray;
	font-weight: bold;
	font-size: 11px;
	
	width: 145px;
	text-align: center;			
}
#GBInterviewsNavItem a {
	color: #2E367D;
}
#GBInterviewsNavItem.highlight {
	padding: 3px 8px 3px 8px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: white;
	font-weight: bold;
	font-size: 11px;
	background-color: white;
	
	width: 145px;
}
#GBInterviewsNavItem.highlight a {
	color: black;
}

.sectionHeadingBar {
/*	background-color: #E4F0E8;  A5B89C  A84802 C35F0F E3A60F*/
	background-color: #A5B89C;
	text-indent: 18px;
	margin: 20px 0px 0px 0px;
	padding: 0;
}

.GBInterviewSummaryContainer {
	margin: 10px 0px 10px 0px;
	border-color: #A5B89C;
	border-width: 1px;
	border-style: solid;
	padding: 0;
}
.GBInterviewSummaryContainer .image {
	/*width: 100px;*/
	text-align: center;
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	/*display: inline;*/
}

.GBInterviewSummaryContainer .caption {
	font-size: 9px;
	font-weight: bold;
}

.GBInterviewSummaryContainer .summary {
	/*float: left;*/
	margin: 10px 10px 10px 10px;
	/*width: 430px;*/
	padding: 0;
	/*display: inline;*/
	border: none;
}
/* not using at this time */
.GBInterviewSummaryContainer .title {

}
.GBInterviewSummaryContainer .subtitle {

}


/* using the existing from calloutstyles.css but overriding some fields */
#CalloutTable1.alternate {
	border-color: #000000;
}

/* using the existing from calloutstyles.css but overriding some fields */
#CABNJoinCallout {
	margin-left: 5px;
}

#CalloutBody5.alternate {
	background-color: #EFEBD6;
}
