/* This is the Screen CSS stylesheet for fonts, colors, buttons etc. - CSS Document
NB: Layout is in layout.css */
/* Version for Eco Building Products site */

body {
	color:#000000;
	background-color: #F8FAFB;
	background-image:url(../images/ebp_bg_gradient.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 80%;
	height: auto;
	/*margin: 0 10% 0 10%;*/
}

ul li {margin-left:0px;
	margin-right:50px;
	margin-bottom:5px;
	list-style: square;
	list-style-image:url(../images/tabs/bullet_green_square.gif);
}

.li200 {margin-left:200px;}

.li225 {margin-left:225px;}

.li250 {margin-left:250px;}

ol li {list-style: decimal;
	   margin-left:5px;
	   margin-right:50px;
	   margin-bottom:5px;}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-right:0px;
}

/*
.login {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 2em;
	font-weight:bold;
	text-align:center;
	margin-top: 6px;
	}

.login a {
	text-decoration: none;
}

.login a:hover {
	background-image:url(../images/bricks_grey.gif);
	background-position:top left;
	padding: 20px 20px 20px 20px;
	text-decoration: underline;
}
*/

.dir_cell {
	margin-top: 0px;
	margin-bottom:0px;
	color: #3A73B3;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-right:0px;
}

.right_column_image {
	margin-left:2px;
	margin-right:3px;
	margin-top:3px;
	margin-bottom:7px;
	border: 1px solid #006A25;
}

.menu_text_small {
	color: #336F99;
	font-size: smaller;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

.menu_text_small a:link {
			color: #3A73B3;
			}
			
.menu_text_small a:visited {
			color: #3A73B3;
			}
		
.menu_text_small a:hover {
			color: #FF0000;
			}
		
.menu_text_small a:active {
			color: #FF0000;
			}


.section_nav {
	color: #333333;
	background-color: #E5F0EB;
	font-size: 0.8em;
	font-weight:bold;
	text-align:left;
	margin: 20px;
	margin-right: 20px;
	padding: 6px;
	border: 1px solid #338D63;
	}

.section_nav a:link {
			color: #333333;
			}
			
.section_nav a:visited {
			color: purple;
			}
		
.section_nav a:hover {
			color: #FF0000;
			}
		
.section_nav a:active {
			color: #FF0000;
			}

.tagline {
	font-size: 0.8em;
	font-weight:bold;
	color: #00713D;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	text-align:left;
}

.tagline_navitron {
	font-size: 0.8em;
	font-weight:bold;
	color: #3A8CC5;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	text-align:left;
}

.top_menu_text {
	font-size: smaller;
	color: #00713D;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	text-align:right;
}

.top_menu_text a:link {
			color: #00713D;
			}
			
.top_menu_text a:visited {
			color: purple;
			}
		
.top_menu_text a:hover {
			color: #FF5800;
			}
		
.top_menu_text a:active {
			color: #FF5800;
			}

.bullet_green {
			list-style-image:url(../images/tabs/bullet_green.gif);
			font-size:90%;
			padding-left:0px;
			margin-left:0px;
			margin-top:5px;
			margin-bottom:5px;
}

.bullet_green a:link {
			display:block;
			list-style-image:url(../images/tabs/bullet_green.gif);
			color: #00713D;
			text-decoration:none;
}

.bullet_green a:visited {
			display:block;
			list-style-image:url(../images/tabs/bullet_green.gif);
			color: purple;
			text-decoration:none;
}

.bullet_green a:hover {
			display:block;
			list-style-image:url(../images/tabs/bullet_green.gif);
			color: #FF0000;
			text-decoration:underline;
}

.bullet_green a:active {
			display:block;
			list-style-image:url(../images/tabs/bullet_green.gif);
			color: #FF0000;
			text-decoration:none;
}


.disclaimer {font-size: 80%;
				color: #666666;
				PADDING-RIGHT: 20px; 
				PADDING-LEFT: 20px; 
				TEXT-ALIGN: justify;
				MARGIN: 6px 0px;
}

.disclaimer_title_page {font-size: 100%;
				color: #666666;
				PADDING-RIGHT: 20px; 
				PADDING-LEFT: 0px; 
				TEXT-ALIGN: justify;
				MARGIN: 6px 0px;
}

.footer_text {
	font-size: smaller;
	color: #FFFFFF;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 6px;
	text-align: center;
}

	/* (MB adjustment to get a green hover effect for links) */
	.footer_text a:link {
		color: #FFFFFF;
		text-decoration:underline;
		}
		
	.footer_text a:visited {
		color: #FFFFFF;
		text-decoration:underline;
		}
	
	.footer_text a:hover {
		color: #00713D;
		text-decoration:underline;
		}
	
	.footer_text a:active {
		color: #00713D;
		text-decoration:underline;
		}
	
.more_small {
	font-size: smaller;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right:10px;
}
			
.more_small a:link {
			color: #666666;
			}
			
.more_small a:visited {
			color: #993399;
			}
		
.more_small a:hover {
			color: #FF0000;
			}
		
.more_small a:active {
			color: #FF0000;
			}

.more_small_30 {
	font-size: smaller;
	color: #666666;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.more_small_100 {
	font-size: 85%;
	text-align:justify;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-right: 150px;
}

.news_small {
	font-size: 90%;
	color: #333333;
}
			
.news_small a:link {
			color: #666666;
			}
			
.news_small a:visited {
			color: #993399;
			}
		
.news_small a:hover {
			color: #FF0000;
			}
		
.news_small a:active {
			color: #FF0000;
			}

.grey_bg {background-color: #F0F0F0;}


/* Use click_to_play for Video pages */
.click_to_play {
	font-size: smaller;
	color: #666666;
/*	margin-top: 2px;
	margin-bottom: 12px; */
}
			
.click_to_play a:link {
			color: #666666;
			}
			
.click_to_play a:visited {
			color: #993399;
			}
		
.click_to_play a:hover {
			color: #FF0000;
			}
		
.click_to_play a:active {
			color: #FF0000;
			}

.search_table {
	font-size: smaller;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
	text-transform: capitalize;
}

.search_table a:link {
			color: #666666;
			}
			
.search_table a:visited {
			color: #993399;
			}
		
.search_table a:hover {
			color: #FF0000;
			}
		
.search_table a:active {
			color: #FF0000;
			}

.ebp_green {color: #00713D;}

.green_text {color: #00713D;}

.green_text_bold {color: #00713D; font-weight:bold;}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 6px;
	font-size: medium;
	color: #00713D;
}

.h1_10px_left {margin-left: 10px;}

.h1_topofpage {margin-top: 30px;}

h2 {margin-left: 20px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: small;
	color: #00713D;
}

.h2_column_left {margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: small;
	color: #00713D;
}

.h2_column_right {margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: small;
	color: #00713D;
}

.h2_grey {margin-right: 10px;
		  color: #333333;
}


h3 {margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 0px;
	font-size: small;
	color: #333333;
}

.h3_sweep {margin-left: 5px;
		   margin-top: 0px;
}

h4 {margin-left: 20px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 0px;
	font-size: small;
	color: #00713D;
}

/*Use this for left hand panel links*/
h5 {margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: small;
	color: #00713D;
}

h6 {margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: small;
	color: #00713D;
}

.hr_thin	{border: none;
			background-color:#388EBF;
			color:#388EBF;
			height:1px;
			width:450px;
			margin-left:auto;
}	

.hr_thin_wide	{border: none;
			background-color:#388EBF;
			color:#388EBF;
			height:1px;
			width:100%;
			margin-left:10px;
}	

.hr_thin_1010	{border: none;
			background-color:#388EBF;
			color:#388EBF;
			height:1px;
			width:450px;
			margin-left:10px;
			margin-right:10px;
}	

p	{margin-left: 20px;
	 margin-top: 5px;
	 margin-right: 50px;
	 margin-bottom: 5px;
	 line-height:1.3em;
}

.p_right_margin_20px {margin-right:20px;}

.p_inset_0px {margin-left: 0px;
}

.product_caption {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	font-size: 80%;
}

.p_footer {margin-bottom: 0px;
			background-color: #D4F0FE;
}

.p_overscore {
		border-top: 1px solid #7FB89E;
		padding-top: 20px;
}


.p_underscore {
		border-bottom: 1px solid #7FB89E;
		padding-bottom: 20px;
}

.p_column_right {
	font-size: 0.85em;
	line-height:1.25em;
	color: #333;
	margin-top: 6px;
	margin-bottom: 12px;
	margin-left:0px;
	margin-right:10px;
	text-align: left;
}

.p_column_right_small {
	font-size: 80%;
	color: #333;
	margin-top: 6px;
	margin-bottom: 12px;
	margin-left:0px;
	margin-right:10px;
	text-align: left;
}

.p_newsletter_archive {
	font-size: 80%;
	color: #333;
	margin: 10px;
	margin-top: 10px;
	text-align: left;
}

.p_newsletter_pdf {
	font-size: 100%;
	color: #333;
	margin: 20px;
	margin-bottom:50px;
	margin-top: 50px;
	text-align: left;
}

.p_centre_columns {
	font-size: 0.85em;
	line-height:1.25em;
	color: #333;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left:10px;
	margin-right:5px;
	text-align: left;
}

.icon_border {
	padding: 5px;
	margin: 0 20px 0 20px;
	border: 1px solid #00713D;
	background-color:#E5F0EB
;	
}

.img_newsletter_archive {
	margin: 10px;
	margin-bottom:0px;
	/*margin-right:30px;*/
	border: 1px solid #999;
	clear:right;
	/*float: left;*/
}

.img_newsletter_pdf {
	margin: 10px;
	margin-left: 20px;
	margin-right:10px;
	border: 1px solid #999;
	clear:both;
	/*float: left;*/
}

.img_newsletter_pdf_main {
	margin: 10px;
	margin-left: 5px;
	border: 1px solid #999;
	clear:both;
	/*float: left;*/
}

.centre_columns {
	margin-right: 10px;
}

.centre_columns_smaller {
	margin-right: 10px;
	font-size: 0.8em;
}

.content {margin-right: 180px;
		  text-align:justify;
}

.quick_login {margin-left: 5px;
	 margin-top: 0px;
	 margin-right: 5px;
	 margin-bottom: 0px;
	 color:#FFFFFF;
	 font-size: 80%;
}

.login_input_field {height: 10px;
					font-size: 90%;
}

.top_menu {
    color: white;
    font-family: Arial;
    font-size: 0.90em;
    font-weight: normal;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #3A73B3;
    padding: 8px;
}

.top_menu:hover {
    background-color: #00A54E;
}

.top_menu_toolbar {
    background-color: #3A73B3;
    padding: 4px 0px 4px 0px;
}

.top_menu_date {
    color: white;
    font-family: Arial;
    font-size: 0.90em;
    font-weight: normal;
    text-decoration: none;
    background-color: #3A73B3;
	margin-left:0px;
    padding: 8px;
}

.top_menu_green {
    color: white;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: normal;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #00A54E;
    padding: 5px;
}

.top_menu_green:hover {
    background-color: #FF5800;
}

.mybutton50 {
font-size: 9px;
font-weight:normal;
height: 19px;
width: 50px;
}

.mybutton70 {
font-size: 12px;
height: 22px;
width: 70px;
}

.mybuttongreen70 {
color:#FFFFFF;
font-size: 12px;
font-weight:bold;
height: 22px;
width: 70px;
background-color:#00A54E;
}

.mybutton100 {
font-size: 12px;
height: 22px;
width: 100px;
}

.image_right_column {
	float: right;
	padding: 0px;
	margin-left:20px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
	border: 1px solid #00713D;
}

.image_para {
	float: left;
	padding: 0px;
	padding-bottom: 0px;
	margin-right: 12px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px solid #00713D;
}

.image_para_border {
	float: left;
	padding: 0px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
}

.image_para_right {
	float: right;
	padding: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px solid #00713D;
}

.image_para_right15 {
	float: right;
	padding: 0px;
	padding-bottom: 0px;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px solid #00713D;
}

.image_border {
	padding: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
}

.image_article {
	float: left;
	padding: 0px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
}

.image_newsroom {
	float: left;
	padding: 0px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}

.image_partner {
	margin-bottom: 0px;
	margin-top: 5px;
	border: 0px solid #00713D;
}

.image_caption_left {
	float: left;
	padding: 0px;
	padding-bottom: 0px;
	margin-right: 12px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px solid #00713D;
}

.image_caption_right {
	float: right;
	padding: 0px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px solid #00713D;
}

.image_caption_text {
	font-size: 80%;
	color: #666666;
	padding-left: 20px;
	padding-right: 20px; 
	text-align: center;
	margin: 6px 0px 6px 0px;
}

.team_member_image {
	float: left;
	padding: 0px;
	padding-bottom: 225px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px solid #00713D;
}

.team_member_caption {
	text-align:left;
	font-size: 0.9em;
	margin-top: 2px;
	margin-bottom: 2px;
}

.image_logo {
	float: right;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px solid #00713D;
}

.image_dyb {
	float: left;
	padding: 0px;
	margin-right: 10px;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 0px solid #00713D;
}

.blue_arrow_bullet {
	list-style-image:url(../images/arrow_bullet_blue.gif);
	font-weight:bold;
	color:#00713D;
}

.print_this_bullet {
	list-style-image:url(../images/print_icon.gif);
	font-size: 0.8em;
	color: #666666;
	margin-right:10px;
}

.caption {
	font-size: 0.7em;
	color: #666666;
	padding-left:40px;
	margin-right: 20px;
	margin-top: 12px;
	margin-bottom: 6px;
}

.next_previous img{
	display:block;
	float: left;
	padding: 10px 20px 0px 60px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.red {color:#FF0000;}

.sitemap {
	/*margin-top: 10px;
	margin-bottom: 0px;*/
	font-size: 85%;
	}

	/* (MB adjustment to get a red hover effect for links) */
	.sitemap a:link {
		color: #3A73B3;
		text-decoration:none;
		}
		
	.sitemap a:visited {
		color:purple;
		text-decoration:none;
		}
	
	.sitemap a:hover {
		color: #FF0000;
		text-decoration:underline;
		}
	
	.sitemap a:active {
		color: #FF0000;
		text-decoration:underline;
		}	

.sitemap_header {
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 85%;
	}

	.sitemap_header a:link {
		color: #3A73B3;
		text-decoration:none;
		}
		
	.sitemap_header a:visited {
		color:purple;
		text-decoration:none;
		}
	
	.sitemap_header a:hover {
		color: #FF0000;
		text-decoration:underline;
		}
	
	.sitemap_header a:active {
		color: #FF0000;
		text-decoration:underline;
		}	
	
.stmp_1	{margin-left: 20px;
		margin-top: 0px;
		}

.stmp_2	{margin-left: 40px;
}

.stmp_3	{margin-left: 60px;
}

.caps {text-transform: capitalize;}

.uppercase {text-transform: uppercase;}

#user_type {
float: left; 
width: 620px; 
background-color:#378EBE;
color: #FFFFFF;
font-size: 1.2em; 
text-align: left;
margin-left: 0px;
margin-right:0px;
padding-left: 5px;
border: 0px solid #000033;
}

#user_type a{
color: #FFFFFF;
text-decoration:none;
}

#user_type a:hover{
color: #000000;
text-decoration:underline;
}

.table_inset {margin-left:50px;
			  vertical-align:top;}

.products_table {margin-left:17px;}

.products_table th {
				text-align:left;
				margin-left:50px;
				background-color:#DFEDE6;
}

.spec_table {margin-left:17px;
				border-collapse:collapse;
}

.spec_table th {
				text-align:left;
				margin-left:50px;
				background-color:#DFEDE6;
				color:#00713D;
				border:1px solid #00713D;
}

.spec_table td {
				text-align:left;
				margin-left:50px;
				background-color:#FFF;
				border:1px solid #00713D;
}

.borderline {border: 1px solid #CCC;}


.footer_logo {
		margin-right:10px;
		margin-top: 10px;
		margin-bottom:50px;
}

#footer {
	font-size: 90%;
	color: #000000;
	margin-left: 0px;
	margin-top:10px;
}

#footer a {
	font-weight: bold;
	color: #00713D;
	text-decoration: underline;
}

#footer a:link {
	color: #00713D;
	text-decoration: underline;
}
#footer a:visited {
	color: purple; 
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.hr_divider {
	width:740px;
	margin-left: 0px;
	line-height:1px;
	color:#7FB89E;
}

/* FROM OLD SFS SITE */

.article_title{
	font-size: 100%;
	font-weight: bold;
	/*margin-left: 10px;*/
	margin-top: 12px; 
	margin-right: 10px; 
	margin-bottom: 10px;
	}

.article_title a{
	color: #00713D;
	text-decoration: none;
	}

.article_title a:visited{
	color: #00713D;
	text-decoration: none;
	}

.article_title a:hover{
	text-decoration: underline;
	color: #FF0000;
	}

.article_title a:active{
	color: #FF0000;
	}

.article_copy{
	color: #FF0000;
	font-size: 100%;
	margin-left: 10px;
	margin-top: 3px; 
	margin-right: 100px; 
	margin-bottom: 3px;
}

.article_caption {font-size: 80%;
				color: #666666;
				PADDING-RIGHT: 20px; 
				PADDING-LEFT: 20px; 
				TEXT-ALIGN: justify;
				MARGIN-LEFT: 0px;
}

.top_stories{
	font-size: 100%;
	font-weight: normal;
	/*margin-left: 10px;*/
	margin-top: 6px; 
	margin-right: 10px; 
	margin-bottom: 6px;
	}

.top_stories a{
	color: #00713D;
	text-decoration: none;
	}

.top_stories a:visited{
	color: #00713D;
	text-decoration: none;
	}

.top_stories a:hover{
	text-decoration: underline;
	color: #FF0000;
	}

.top_stories a:active{
	color: #FF0000;
	}



#tickerbox {position:absolute;
			top: 130px;
			z-index: 1;
}

.date_format {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 2px 0px;
	color: #00713D;
}

.datatable {
	border: 1px solid #00713D;
	border-collapse: collapse;
	margin-left:10px;
	clear:left;
}

.datatable tr:hover {
	background-color:#D3EAF4;
	color:#000000;
}

.datatable td, .datatable th {
	border: 0px solid #00713D;
	padding:0.5em;
}

.datatable th {
	border: 0px solid #00713D;
	padding:0.5em;
	font-weight:bold;
	text-align:left;
	background-color:#EAEAEA;
}

.datatable_divider_td {
	border-bottom: 1px solid #00713D;
	padding:0.5em;
}

.datatable_divider_td_grey {
	border-bottom: 1px solid #D0D0D0;
	padding:0.5em;
}

.picture_table {
	border: 0px solid #00713D;
	border-collapse: collapse;
	margin-left:10px;
	clear:left;
}

.col1 {margin-left: 3em;}
 
.col1_inset {margin-left: 6em;
		list-style-type:square;
		color: #333399;
}
 
.col2 {margin-left: 20em;}
 
.coltopper1 {margin-top: -5.4em;} 

.coltopper2 {margin-top: -9.9em;} 

.coltopper3 {margin-top: -6.7em;} 

/* Note: coltopper values = -(line-height x number of rows plus 0.2 or 0.3 fine adjustment for Win IE) */
