/* -------------------------------------------------------------------- */
/* FONTS! */
/* -------------------------------------------------------------------- */

body {
	font-size: small;
}
* html body { /* Hack for consistency in IE - gah! */
	font-size: small; /* For IE5 Win */
	f/ont-size: medium; /* For other IE versions */
}
em {
	color: #333;
	font-weight: bold;
	font-style: normal;
}
h2,
#mainContent h1 {  /* PAGE TITLES */
	color: #333;
	text-transform: uppercase;
	font-size: 160%;
}
h3 { /* SUBHEADINGS */
	font-size: 120%;
	color: #333;
}
h4 { /* CALLOUTS */
	font-style: italic;
	font-weight: bold;
	color: #586F8E;
	font-size: 125%;
	margin: 0;
	padding: 0;
}
p,
.contentList {
	color: #666;
}

table {
	font-weight: bold;
	font-size: 75%;
}
#mainNav a {
	color: #FFF;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#secondaryNav h4 {
	color: #FFF;
	font-size: 110%;
	text-transform: uppercase;
	font-style: normal;
}
#secondaryNav h5 {
	color: #FFF;
	font-size: 85%;
	font-style: italic;
	text-decoration: underline;
}
#secondaryNav a {
	color: #FC0;
	font-size: 85%;
	font-weight: bold;
}
#secondaryNav a:link,
#secondaryNav a:visited {
	text-decoration: none;
}
#secondaryNav a:hover,
#secondaryNav a:active {
	text-decoration: underline;	
}
#additionalSidebar p {
	font-size: 85%;
	font-style: italic;
	color: #CCC;
}
#additionalSidebar em {
	font-weight: bold;
	color: #FFF;
}
#mainContent a,
#footer a {
	color: #C90;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:link,
#mainContent a:visited,
#footer a:link,
#footer a:visited {
	border-bottom: 1px dashed #C90;
}

#mainContent a:hover,
#mainContent a:active,
#footer a:hover,
#footer a:active {
	border-bottom: 1px solid #C90;
}
#mainContent a img {text-decoration: none;
}
#footer p {
	color: #FFF;
	font-style: italic;
	font-size: 85%;
}
#comparisonTable h3 {
	color: #000;
	font-size: 120%;
}
.anchorLink {
	font-weight: bold;
}
.rightJustify {
	text-align: right;
}
.quote {
	font-family: times, serif;
}
.quoteCredit {
	font-family: times, serif;
	font-weight: bold;
	color: #333;
	font-style: italic;
}
.moreQuotes {
	font-size: 85%;
}
.yes {
	color: #506139;
}
.no {
	color: #900;
}
.moreComparisons a {
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #333;
}
.contentList {
	font-size: 85%;
}
/* -------------------------------------------------------------------- */
/* LAYOUT */
/* -------------------------------------------------------------------- */

body {
	background-color: #333;	
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	background: url(/fileadmin/templates/dontbuysfi/images/wrapper_bg.gif) center repeat-y;
}

/* -------------------------------------------------------------------- */
/* LOGO & MASTHEAD */
/* -------------------------------------------------------------------- */

#header {
	width: 800px;
	height: 80px;
	background: url(/fileadmin/templates/dontbuysfi/images/dont_buy_sfi.jpg) no-repeat;
}
#header h1 {
	display: none;
}

/* -------------------------------------------------------------------- */
/* NAVIGATION */
/* -------------------------------------------------------------------- */

#mainNav {
	display: inline;
	float: left;
	width: 778px;
	border: 1px solid #333;
	background-color: #C90;
	margin: 0 10px;
}
#mainNav a {
	display: block;	
	padding: 2px 30px;
}
#mainNav ul {
margin: 0;
padding: 0;
}
#mainNav li {
	display: block;
	float: left;
	border-right: 1px solid #333;
}


/* -------------------------------------------------------------------- */
/* SECONDARY NAV - THIS IS CURRENTLY THE RIGHT COLUMN */
/* -------------------------------------------------------------------- */
#secondaryNav {
	width: 223px;
	float: right;
	border-left: 1px solid #333;
}
#secondaryNav h4 {
	display: block;
	float: right;
	padding: 10px 20px 0 0;	
}
#secondaryNav ul {
	display: block;
	float: right;
	clear: both;
	margin: 10px 10px 0 10px;
	padding: 0;
}
#secondaryNav div {
	float: right;
	width: 223px;
	margin: 0;
	padding: 0;
}
#fscFacts,
#sfiFacts,
#takeAction,
#otherSystems {
	border-bottom: 1px solid #333;
}
#fscFacts {
	background: #586F8E url(/fileadmin/templates/dontbuysfi/images/bg_fsc_facts.jpg) no-repeat top left;
}
#sfiFacts {
	background: #43556E url(/fileadmin/templates/dontbuysfi/images/bg_sfi_facts.jpg) no-repeat top left;
}
#takeAction {
	background: #6A804B url(/fileadmin/templates/dontbuysfi/images/bg_take_action.jpg) no-repeat top left;
}
#otherSystems {
	background: #506139 url(/fileadmin/templates/dontbuysfi/images/bg_other_systems.jpg) no-repeat top left;
}
#additionalSidebar {
	background: #666;
	text-align: right;
}
#additionalSidebar p {
	padding: 20px 20px 0 20px;
	margin: 0;
}
#secondaryNav ul,
#additionalSidebar ul {	
	width: 190px;
	padding: 15px 20px 10px 0;
	margin: 0;
	clear: both;
}
#secondaryNav h5 {
	
	display: block;
	width: 180px;
	float: right;
	padding: 0 0 0 0;
	clear: both;
	text-align: right;
}
#woodAndPaper {
	margin: 15px 10px 0 0;
}
#greenBuildingStandards {
	margin: 0 10px 0 0;	
}
#secondaryNav li,
#additionalSidebar li {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
	line-height: 11px;
}

/* -------------------------------------------------------------------- */
/* CONTENT AREA */
/* -------------------------------------------------------------------- */

#content {
	width: 778px;
	margin: 0 11px;
}
#mainContent {
	width: 554px;
	float: right;
}
#mainContent h1 {
	text-align: right;
	margin: 15px 25px 0 25px;
	padding: 0;
}
.anchorLink {
	margin: 0;
	padding: 0;
}
.anchorLink li {
	display: block;
	text-align: right;
	margin: 0 25px;
	padding: 0;	
	list-style-type: none;
	
}
.quote span {
	display: block;
	padding: 10px 85px 0 85px;
	background: url(/fileadmin/templates/dontbuysfi/images/quote.gif) top center no-repeat;
}
.quoteCredit,
.moreQuotes {
	text-align: right;
	display: block;
}
#mainContent h3,
#mainContent h4,
#mainContent p {
	margin: 15px 50px 15px 50px;
	padding: 0;
}

.contentList {
	margin: 15px 65px;
	padding: 0;
}
#mainContent h4 span {
	display: block;
}

#mainContent .box {margin:15px 50px; padding:0 15px; background:#586F8E; border:1px solid #666; font-size:8pt;}
#mainContent .box_contents p, #mainContent .box_contents ul {margin:1em;}
#mainContent .box_contents h1 {color:#fff; text-align:left; margin:0; padding:0; margin-bottom:1em; font-size:12pt;}
#mainContent .box_contents a {color:#ff0;}

/* -------------------------------------------------------------------- */
/* COMPARISON TABLE */
/* -------------------------------------------------------------------- */
#comparisonTable {
	width: 778px;
	height:188px;
	margin: 0 11px;
	clear: both;
	background-color: #E1C268;
	border-top: 1px solid #333;
}
table {
	display: inline;
	width: 510px;
	float: right;
	margin: 15px 20px;
}
td {
	padding: 0 10px 0 10px;
vertical-align:top;
}
#comparisonTable h3 {
	margin: 0;
	padding: 15px 0px 20px 70px;
}
.moreComparisons {
	visibility: hidden;
	display: inline;
	margin: 0 0 0 40px;	
}
/* -------------------------------------------------------------------- */
/* FOOTER */
/* -------------------------------------------------------------------- */
#footer {
	background: url(/fileadmin/templates/dontbuysfi/images/footer_bg.gif) no-repeat bottom;
	text-align: center;
	clear: both;
	padding:10px 15px 15px 50px;
		
	
}
#footer p {
	margin: 0;
	padding: 0;
	font-style:normal;
}
#footer p a{
	margin-left: 10px;
}
.bottomHack {
	clear: both;
}

