@import 'nav.css';

/*
 * misc things
 */

.offleft {
    text-indent: -999px;
    font-size: 0px;
    display:block;
    line-height: 0px;   
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

#mylightbox, .skiptocontent, #print_only_logos {
    display: none;
}

body {
    color: #444;
}

hr {
    clear: both;
}

p, li {
    font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
}

form li {
    margin-bottom: 3px;
}

h2 {
    font: bold 24px/28px Verdana, Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
    color: #1D77B3;
}

h3 {
    font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif;
    margin: 0 0 4px 0;
}

h4 {
    font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

a:link, a:visited {
    /*font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif;*/
    text-decoration: underline;
    color: #68923d;
}

a:hover, a:active {
    text-decoration: none;
}
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

em strong{
	font-style: italic;
	font-weight: bold;
}

a.moreLink {
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #1d77b3;
    float: right;
    padding: 4px 6px;
}
/*
 * main layout
 */

body {
    background-color: #5a3a00;
}

#wrapper {
    margin: 0 auto;
    padding: 0px 9px 0 7px;
    width: 1000px;
    min-height: 575px;
    overflow: hidden;
    background: #5a3a00 url(../img/bg-main.png) 50% 20px repeat-y;
}


/*
 * header
 */

#header {
    width: 1016px;
    height: 187px;
    margin: 0 auto;
    background: transparent url(../img/bg-header.png) top left no-repeat;
    position: relative;
    z-index: 102;
}

    h1 {
	    width: 423px;
        height: 85px;
	    position: absolute;
	    top: 25px;
	    left: 20px;
    }
    
    #headerInfo {
        position: absolute;
        top: 35px;
        right: 35px;
        width: 400px;
	   z-index:999;
    }
    
        #headerInfo p {
            font-size: 11px;
            line-height: 13px;
            margin-bottom: 10px;
            color: #5a3a00;
        }
        
            #headerInfo p a {
                color: #1772af;
                font-weight: bold;
            }

    #headerInfo p#beta {
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        right: 0;
        top: 60px;
    }

    #breadcrumb {
        background-image: none;
        background-color: #eee;
        height: 16px;   
        line-height: 16px;
        margin: 0 auto;
    }
    
        #breadcrumb ul li {
            line-height: 16px;
        }

        #breadcrumb ul li a {
            font-size: 10px;   
        }

/*
 * footer
 */

#footer {
    width: 1016px;
    margin: 0 auto;
    padding: 10px 0 50px 0;
    background: transparent url(../img/bg-footer.png) bottom left no-repeat;
}
    
    #footer #home-affiliates {
	    background: transparent url(../img/bg-sub-affiliates.png) top left no-repeat;
	    overflow: hidden;
	    width: 273px;
	    height: 96px;
        position: relative;
        padding: 8px 14px 20px 18px;
    }
    
        #footer #home-affiliates h3, #footer #home-partners h3 {
	        font: bold 18px "Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
	        color: #79a452;
	        /*width: 269px;*/
            border-bottom: 1px solid;
        }	


    #footer #home-partners {
        padding: 8px 14px 20px 18px;
	    width: 615px;
	    height: 96px;
	    margin-left: 26px;
	    margin-right: 11px;
	    float: left;
	    background: transparent url(../img/bg-sub-partners.png) top left no-repeat;
        position: relative;
    }
        #home-partners a.viewAll, #home-affiliates a.viewAll {
	        font: normal 11px Verdana, Helvetica, sans-serif;
		    text-decoration: none;
	        color: #4b8106;
            position: absolute;
            top: 14px;
            right: 16px;
        }

        #home-partners ul, #home-affiliates ul {
            margin: 0;
        }

        #home-partners ul li {
            float: left;
		/*margin-right: 50px;*/
		margin-right:30px;
        }
		#home-affiliates ul li.affiliate_image{
		float:left;
		width:140px;
		margin-bottom:12px;
		}
		#home-affiliates ul li{
		margin-bottom:0;
		}
            

    #footer ul#footerLinks {
        clear: both;
       /* padding: 20px 0;*/
        width: 1000px;
        margin: 0 auto;
        text-align: center;
        
    }
        #footer ul#footerLinks li {
            text-align: center;
            display:inline;
            margin-right: 5px;
            padding-left: 5px;
            border-left: 1px solid #8EB936;
        }
        
        #footer ul#footerLinks li.first {
            border: 0;
        }
        
            #footer ul#footerLinks li a {
                color: #709817;
                font: bold 12px Verdana, Arial, sans-serif;
                text-decoration: none;
            }
            
    #footer p {
        clear: both;
        margin: 6px auto;
        text-align: center;
        color: #709817;
        font: normal 11px/13px Verdana, Arial, sans-serif;
    }
       
    #copyright-bottom {
        font: normal 10px Verdana, Arial, sans-serif;
        color: #896345;
        text-align: center;
        padding: 0 0 6px 0;
        margin: 0;
    }
/*
 * left column
 */

#left {
    width: 170px;
    float: left;
    margin-left: 18px;
}

#recycling-search {
background: transparent url(../images/bottom.png) bottom center;
height: auto;
width: 160px;
overflow: hidden;
padding: 0 0 8px 0;
margin-bottom: 5px;/*was 15*/
}
#recycling-search input#recycling-search-go {
width: 35px;
height: 26px;
background: transparent url(../img/butt-business-go.png) top left no-repeat;
border: 0;
float: right;
margin: 4px 10px 0 0;
font-size: 0;
line-height: 0;
}
#recycling-search form {
margin: 0 8px 0 8px;
border-bottom: 1px solid #fde15d;
border-top: 1px solid #fde15d;
}
#recycling-search fieldset {
margin: 0; padding: 0;
}

#recycling-search label {
font: bold 11px Arial, Helvetica, sans-serif;
color: #fff;
padding-top: 6px;
display: block;
}

    #business-search {
	    background: transparent url(../img/bg-business-search-bot.png) bottom left no-repeat;
	    height: auto;
	    overflow: hidden;
	    padding: 0 0 10px 0;
	    margin-bottom: 5px;/*was 15*/
    }

	#business-search h3 {
	    font: normal 16px "Myriad Pro", Helvetica, Arial, sans-serif;
	    background: transparent url(../img/bg-business-search-top.png) top left no-repeat;
	    color: #fff;
	    height: 16px;
	    padding: 8px 4px 4px 12px;
	}

	#business-search form {
	    margin: 0 10px 0 8px;
	    border-bottom: 1px solid #fde15d;
	    border-top: 1px solid #fde15d;
	}

#business-search fieldset, .gpSearchContainer fieldset
{
	margin: 0; padding: 0;
}

	#business-search label {
	    font: bold 11px Arial, Helvetica, sans-serif;
	    color: #fff;
	    padding-top: 6px;
	    display: block;
	}

	#business-search input, #business-search select {
	    width: 150px;
	    font: bold 12px Arial, Helvetica, sans-serif;
	}

	#business-search select {
	    color: #666;
	    margin-bottom: 8px;
	}

	#business-search input {
	    /*color: #b6b6b6;*/
	}
	
    #business-search input#online-only {
        width: 20px;
        float: left;
        margin-top: 3px;
    }

    #business-search label#online-only-label {
        display: inline;
    }

#business-search input#business-search-go, .gpSearchContainer input#business-search-go
{
	width: 35px;
	height: 26px;
	background: transparent url(../img/butt-business-go.png) top left no-repeat;
	border: 0;
	float: right;
	margin: 4px 10px 0 0;
	font-size: 0;
	line-height: 0;
}

#business-search input#business-search-reset {
width: 50px;
height: 26px;
background: transparent url(../img/butt-business-reset.png) top left no-repeat;
border: 0;
float: right;
margin: 4px 10px 0 0;
font-size: 0;
line-height: 0;
}


#business-search a#adv-search-toggle, .gpSearchContainer a#adv-search-toggle
{
	text-align: center;
	/*color: #fff;*/
	color:#34501f;
	font-size: 9px;
	text-decoration: none;
	width: 100%;
}

    fieldset#retailer-select, fieldset#service-select {
        display: none;
    }

    #left .leftBox {
	    /*background: transparent url(../img/bg-left-bottom.png) bottom left no-repeat;*/
	    background: transparent url(../img/bg-left-mid.png) repeat-y;
	    overflow: hidden;
	    margin:0;
	    padding:0;
    }

#left .leftBoxBottom
{
	background: transparent url(../img/bg-left-bottom_new.png) bottom left no-repeat;
	height:12px !important;
	padding:0;
	margin:0 0 5px 0;
}

	#left .leftBox .inner {
	    background: transparent url(../img/bg-left-top.png) top left no-repeat;
	    padding: 12px 8px;
	    float: left;
	    margin:0;
	}
	
	#right #home-ecosaver .inner{
	 padding: 12px 5px 40px 9px;
	}	
	#right #home-ecosaver h2.widgettitle{
		width:auto;
		}
	
	
	#left #home-expert .inner, #left #home-blog .inner {
	    padding: 4px 8px 1px 7px;
	}

    #left .leftBox .inner h3, h2.widgettitle {
	    width: 150px;
	    height: auto;
        background: #e4ba2f;
	    margin-left: -5px;
        font: normal 16px "Myriad Pro", Helvetica, Arial, sans-serif;
        color: #fff;
        padding: 6px 0 6px 12px;
    }
	h2.widgettitle{
		background:#98b833;
	}
	h2.widgettitle a{
		color: #fff;
		text-decoration:none;
		padding:0 5px 0 0;
		
	}
	h2.widgettitle a.rsswidget{
		padding:0;
		}	
	
	a.rsswidget img{
		display:none;
	}
	
	
	#home-widget ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#home-widget ul ul li{
	margin:10px 8px;
	font-size:10px;
	line-height:14px;
	}	


    #left .leftBox .inner p, #home-ecosaver .inner p {
	    margin: 10px 8px;
    }

    ul.sidebar_textLinks {
        margin: 0 2px 0 14px;
    }

        ul.sidebar_textLinks li {
            list-style-type: circle;
            font-size: 8px;
            line-height: 16px;
            margin: 0 0 4px 0;
        }
            ul.sidebar_textLinks li a:link, ul.sidebar_textLinks li a:visited {
                text-decoration: none;
                font-size: 11px;
            }

            ul.sidebar_textLinks li a:hover, ul.sidebar_textLinks li a:active {
                text-decoration: underline;
            }

    div#home-ecosaver {
       /* height: 358px;was 358*/
    }
/*
 * right column
 */

#right {
    width: 205px;
    float: right;
    margin-right: 18px;
    
}

    #right .rightBox {
    	background: transparent url(../img/bg-right-bottom.png) bottom left no-repeat;
	    overflow: hidden;
	    margin-bottom: 15px;
    }
    
        #right .rightBox .inner {
	        padding: 8px 0;
	        background: transparent url(../img/bg-right-top.png) top left no-repeat;
	    }
	    
	        #right .rightBox .inner div {
	            margin: 0 22px 10px 22px;
	        }
			#right .rightBox .inner div div{
	            margin: 0;
	        }



    #right #home-adcontainer h3 {
	    width: 70px;
	    margin: 0 auto 10px auto;
	    font: bold 8px Arial, Helvetica, sans-serif;
	    color: #9eb981;
	    background: transparent url(../img/ico-downtriangle.png) right center no-repeat;
    }
	
	#right #home-adcontainer h3.sponsor 
	/*h3.sponsor*/
	{
	width: 150px;
	text-align:center;
	margin: 0 auto 10px auto;
	font: bold 8px Arial, Helvetica, sans-serif;
	color: #9eb981;
	background: transparent url(../img/ico-downtriangle.png) right center no-repeat;
	}
/*
 * main column
 */



#main {
    width: 560px;
    margin-left: 18px;
    float: left;
    overflow: hidden;
  /*  background: transparent url(../img/bg-content-main-top.png) top left no-repeat;*/
}

    #main .inner {
        background: transparent url(../img/bg-content-main-repeat.png) top left repeat-y;
	    padding: 10px 20px 0 20px;
	    margin-top: 10px;
	    float: left;
	    width: 520px;
	    overflow: hidden;
	    position: relative;
        z-index: 2;
    }
    
    #main .maininner {
        /*height: 636px;*/
    }
    
.main-inner
{
	background: transparent url(../img/bg-content-main-repeat.png) top left repeat-y;
	    padding: 10px 20px 0 20px;
	   /* margin-top: 10px;*/
	    float: left;
	    width: 520px;
	    overflow: hidden;
	    position: relative;
        z-index: 2;
}

.main-inner h2
{
	font-size: 20px;
	line-height: 28px;
}

#main-top
{
	background: transparent url(../img/bg-content-main-top.png) top left no-repeat;    
	width: 560px;
	height: 14px;
	clear: both;
	/*margin-top: 10px;*/
	
}

.spacer{ margin-top:10px; }

    #main-bottom {
        background: transparent url(../img/bg-content-main-bottom.png) bottom left no-repeat;    
        width: 560px;
        height: 20px;
        clear: both;
    }

	#main-content {
	    overflow: hidden;
	}
	
	.main-content{ overflow:hidden; }

        .home-article {
            height: 270px;
            margin-top: 12px;
            position: relative;
        }

            .home-article a.moreLink {
                position: absolute;
                right: 0;
                bottom: 0;
            }
			
			

        .home-article h2 {
            
            font-size: 20px;
            line-height: 28px;
        }
		.home-article h2 a{
			text-decoration:none;
		}

	    #main-content .additional_content {
		    float: left;
		    margin: 5px 12px 0 0;
			padding-bottom:20px;
	    }
	    
	    .gma-inner{ 
	    background: transparent url(../img/bg-content-main-repeat.png) top left repeat-y;
	   /* padding: 10px 20px 0 20px;*/
	   /* margin-top: 10px;*/
	    float: left;
	    width: 560px;
	    overflow: hidden;
	    position: relative;
        z-index: 2;
	    }
	    
	    .gma{ margin:0 !important; padding:0 !important; }

		.gmah2{ color: #1d77b3; margin:0 0 0 0 !important; padding:0 !important; line-height:18px !important; font-size:20px !important; }
	
		#main-content h2 {
		    color: #1d77b3;
		    
		}
		    #main-content h2 span {
			display: block;
			font-size: 28px;
		    }	    
	      
		#main-content p.main-subhead {
		    font: bold 14px Verdana, Arial, sans-serif;
		    margin: 6px 0;
		}

	.main-subcontent {
	    clear: both;
	    margin-top: 10px;
	    padding-top: 30px;
	    border-top: 1px solid #d4d6c7;
	}	    

	    .main-subcontent div {
		    width: 230px;
		    float: left;
		    margin: 0 15px 0 10px;
	    }
		
		.main-subcontent img{
			float:left;
			margin:5px 10px 10px 0;
			
		}
		
	    
	        .main-subcontent div div {
	            margin-bottom: 10px;
	        }

	    .main-subcontent h3 {
		    font: bold 13px Verdana, Arial, sans-serif;
		    color: #1772af;
		    padding-bottom: 6px;
	    }

        .main-subcontent p {
            margin-bottom: 10px;
        }

    #main-content .home-article {
        display: none;
    }
    
    #main-content #home-article-0 {
        display: block;
    }

    #home-rotate-nav {
        position: absolute;
        top: 0;
        right: 10px;
    }
        
        #home-rotate-nav li {
            float: left;
            margin-right: 5px;
        }
        
            #home-rotate-nav li a {
                display: block;
                width: 10px;
                height: 10px;
                background-color: Blue;
                border: 1px solid blue;
            }
            
            #home-rotate-nav li a.off {
                background-color: White;
            }


/*
* learn more
*/

ul.learnmoreList {
    width: 240px;
    float: left;
    color: #666;
    margin: 0 10px 0 0;
}

    ul.learnmoreList li {
        font: bold 12px/18px Verdana, Helvetica, Sans-Serif;
        line-height
    }

        ul.learnmoreList li ul {
            padding-bottom: 15px;
            margin: 0;
            
        }

            ul.learnmoreList li ul li {
                list-style-type: disc;
                margin: 0 0 0 12px;
                font-size: 10px;

            }

/*
* articles
*/

div.post {
    margin: 0 15px;
}

div.entry ul {
    margin: 0 0 18px 18px;
}

div#videowrap, div#rsvpwrap {
    width: 730px;
    float: left;
    margin-left: 20px;
}

    #videowrap .row {
        margin-bottom: 40px;
    }

.video_thumb{
	float:left;
	margin:0 10px 10px 10px;
	width: 200px;
}
.video_thumb img{
	width: 200px;
}
.video_info{
	float: right;
	width: 400px;
    margin-right: 30px;
}

    .video_info h3 a {
        font-size: 14px;
    }

    p.videoSubhead {
        margin-bottom: 10px;
        font-weight: bold;
    }
#videoIntro p {
    padding: 10px 60px;
}

#solartop #main_nav_header_blurb{
    width: 190px;/*from 270*/
}



/*
* search results 
*/

div.searchRes {
    width: 520px;
    clear: both;
}

    .searchRes img {
        float: left;
    }

    .searchRes p, .searchRes h5 {
        padding-left: 80px;
    }

    .searchRes h5 a {
        font-size: 12px;
        font-weight: bold;
    }

    .searchRes p {
        
    }

   .searchRatings {
        width: 100px;
        float: right;
 
    }

    .searchRes .searchRatings p {
        padding: 0;
        margin: 2px 0;
    }

    .searchRes .searchRatings ul,
    .searchRes .searchRatings ul li {
        margin-bottom: 2px;
    }

#content_col_sidenav_plus_text.bbwrap {
    width: 750px;
}

.alignright{
	margin:0 0 15px 15px;
}

/*--Kasey's recycling search code --*/

#RECsearch, .searchResults{margin:26px 0 26px 23px; width:955px; position:relative;}
#searchHead{background:url(../images/recycle/yellow-head.jpg) no-repeat top left;height:28px; padding: 6px 0 0 12px;}
#searchBody{background:url(../images/recycle/recycle-bg.jpg) repeat-x top left #8db725;border-left:2px solid #f9c32b;border-right:2px solid #f9c32b;padding-left:12px;}
#searchFoot{height:4px;background:url(../images/recycle/yellow-foot.gif) no-repeat top left;}

#RECsearch p{font: 11px/14px Verdana, Helvetica, Sans-Serif;color:#fff;margin:0;}
#RECsearch h2, .searchResults h2{font: bold 14px/18px Verdana, Helvetica, Sans-Serif;color:#fff;}

.recycleTabs{list-style:none;margin:0;padding:0;position:absolute;top:1px;left:415px;}
.recycleTabs li{width:103px;height:27px;float:left;margin:0 1px 0 0;}
.recycleTabs li a{font: bold 10px/11px Verdana, Helvetica, Sans-Serif;color:#3a3b3a;text-decoration:none;display:block;padding:2px 0 0 10px;background-color:#778a4d;height:27px;}
.recycleTabs li a.current{background-color:#8bb933;color:#000;}
.recycleTabs li a:hover{background-color:#98b061;}

.recycleForm input, .recycleForm select{width:270px; border:1px solid #999;padding:2px;margin:0 0 8px 0;}
.recycleForm select{width:276px;}
.recycleForm .submitForm{width:auto;background:#556924;border:1px solid #fff;font-weight:bold; margin-top:4px;color:#fff;}
.recycleForm .submitForm:hover{background:#fdc300;color:#000;}

.resultsHead{background:url(../images/recycle/results.jpg) no-repeat top left;height:28px; padding: 6px 0 0 12px;position:relative;}

.searchResults .recycleTabs{top:2px;}
.searchResults .recycleTabs li{height:28px;border-left:1px solid #fdc300;margin:0;}
.searchResults .recycleTabs li a{background:transparent;height:26px;}
.searchResults .recycleTabs li a.current{background-color:#f9c32b;color:#000;}
.searchResults .recycleTabs li a:hover{background-color:#b9901e;}

.searchResults table td {background:transparent; border: 1px solid #FDC300; color: white;}

.resultItem{background:#575a57;margin-bottom:2px;padding:6px 0 4px 12px; clear:both;}

.resultItem h4{
background: url(../images/recycle/results.gif) top left repeat-y;
padding:2px 0 0 64px;
width:284px;
color:#fff;
text-transform:uppercase;
font: bold 12px/18px Verdana, Helvetica, Sans-Serif;
margin:0; 
border:1px solid #fcc300;
/*-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;*/
}
.resultItem h4 span{color:#fff;display:block;float:left;width:20px;margin:0 0 0 -40px;padding-right:10px;text-align:right;}
p.tagList a{color:#999;text-decoration:none;}
p.tagList a:hover{color:#CCC;}
p.tagList a.thisResult{color:#fff;}
.resultItem .name{float:left;}
.resultItem .address{width:338px;float:left;}
.resultItem .address p{color:#fff;}
.mapContainer{position:relative;}
.mapResults p{color:#fff;margin-left:64px;}
.mapBox{width:560px;height:440px;position:absolute;right:9px;top:0;}
.resultItem .address p span, .mapResults p span{color:#f9c32b;}


.resultsFoot{background:url(../images/recycle/results.jpg) no-repeat top left;height:34px; padding:0; }

.paginate{list-style:none;margin:0;padding:0;}
.paginate li{width:auto;height:27px;float:left;margin:2px 0 0 0;border-left:1px solid #fdc300;height:30px;}
.paginate li a{font: bold 10px/11px Verdana, Helvetica, Sans-Serif;color:#3a3b3a;text-decoration:none;display:block;padding:9px 10px;}
.paginate li a.current{color:#000;background-color:#fdc300;}
.paginate li a:hover{color:#fff;}

p.addListing{color:#000;float:left;margin:6px 0 0 36px;}
p.addListing a{color:#000;text-decoration:underline;}

.RECsearchBox
{
	/*background:url(../images/recycle/recycleSearch.gif);*/
	background:url(../images/recycle/recSearch2.png);
	/*width:336px;*/
	width:280px;
	/*height:275px;*/
	height:230px;
	padding:9px 12px 12px 12px;
	position:relative;
}

.RECsearchBox p{
color:#fff;margin-top:9px;
}

.RECsearchBox h2
{
	margin-left:9px;
	color:#fff;
	/*width:200px !important;*/
	font-size:14px !important;
}

.RECsearchBox input{ border:none !important; }

input.submitTrans{
width:75px;height:75px;position:absolute;bottom:0;right:0;text-indent:-9999px;overflow:hidden;background:transparent;cursor:pointer;border:0 none;margin:0;padding:0;
}


.mapResults{
width:384px;
overflow:auto;
height:450px;
}


.longList{
background:#575a57;margin-bottom:2px;
padding:12px;
}
div.sixCol{
width:180px;
float:left;
}
.longList h6 {color:#fccd2e; text-transform:uppercase; font-weight:bold;margin-bottom:12px;}
.longList a {color:#fff;text-decoration:underline;}

.resultItem p.sourceInfo{
color:#fdc300;
}

.fullHead{
background:url(../images/recycle/results-long.gif) no-repeat;height:25px;
}
.fullHead h4{background:none;}

.resultItem p{color:#fff}
p.comments{float:right; padding-right:24px;}
p.comments a{color:#8CB725; text-decoration:underline;font-weight:bold;}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.web-links{
	float:right;
}


/**
 *
 * green certified
 *
 */
#green_cert_search_provider_container{
  margin-top: 15px;
}
.search_head {
  margin: 2px;
  background-color: transparent;
}
.search_head h2 {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.search_body label {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
}
#search_left {
  margin-left: 14px;
  float: left;
  height: 100px;
  width: 10px;
  background: transparent url( ../images/green-cert/search-left.gif ) no-repeat top left;
}
#search_center {
  float: left;
  height: 100px;
  width: 950px;
  background: transparent url( ../images/green-cert/search-center.gif ) repeat-x top left;
}
#search_right {
  float: left;
  height: 100px;
  width: 10px;
  background: transparent url( ../images/green-cert/search-right.gif ) no-repeat top left;
}
#green_provider_container {
  clear: both;
  float: left;
  padding-top: 20px;
}
#green_provider_container p {
  font-family: arial;
  font-size: 14px;
}

.green_cert_banner {
  width: 500px;
}
.green_cert_icon {
  width: 72px;
}
/*
#image_wrapper{
  float: left;
  height: 120px;
  min-height: 120px;
  overflow: hidden;
  padding: 15px 0 0 0;
  clear:both;
}
*/

.green_cert_tag_line
{
	clear: both;
	text-align: center;
	padding: 3px 0 3px 0;
	color: #000000;
	margin:0;
}
#provider_info_container {
	/*clear: both;*/
	width: 760px;
	/* height: 160px;
	min-height:160px;*/
	float: left;
	background-color: transparent;
	margin:0 0 0 14px;
}
#provider_info_center{
  float: left;
  background: transparent url(../images/green-cert/green_cert_top_center.gif) repeat-x top left;
 /* height:160px;*/
 min-height:160px;
  padding: 0;
  width:740px;
}
#provider_info_container h1 {
  position: static;
  float: left;
  background-color: #33ff33;
}
#provider_info_container img {
  float:left;
}
#provider_info_left {
  float: left;
  width: 10px;
  height: 170px;
  background: transparent url(../images/green-cert/green_cert_top_left.gif) no-repeat top left;
}
#provider_info_right {
  float: left;
  width: 10px;
  height: 170px;
  background: transparent url(../images/green-cert/green_cert_top_right.gif) no-repeat top right;
}
#main_green_info_container {
  background-color: #000000;
  float: left;
  width: 760px;
  margin-left: 14px;
}
#left_green_info_container_top, #left_green_info_container_bottom {
  float: left;
  width: 245px;
  clear: both;
}
/*
#right_green_info_container_top {
  height: 175px;
  overflow: hidden;
}
*/

#right_green_info_container_top
{
	min-height:175px;
}

#left_green_info_container_top p {
  margin: 14px 0 0 14px;
  float: left;
  overflow: hidden;
  clear: both;
}
#right_green_info_container_top p {
  margin: 14px 14px 0 0;
  color: #ffffff;
}
#right_green_info_container_top, #right_green_info_container_bottom {
  float: left;
  width: 515px;
}

#full_green_info_container_top
{
	min-height:175px;
	margin: 14px 14px 0 14px;
	color:white;
}

#image_wrapper
{
	/*width: 100%;*/
	float: left;
	padding: 0 10px 0 ;
	
	float: left;
	clear:both;
}

#image_wrapper img
{
	padding: 15px 10px 0 0;
}

/*
#image_wrapper
{
	width: 100%;
	float: left; 
}

#image_wrapper
{
	padding: 0 10px 0 0;
}*/

#right_green_info_container_bottom {
  color: #ffffff;
  overflow: hidden;
}
#right_green_info_container_bottom h2 {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
#right_green_info_container_bottom p {
  margin: 0;
  padding: 0;
}
#right_green_info_container_bottom a {
  color: #ffffff;
}
#bottom_right_green_info_container {
  float: left:
  width: 511px;
  /*height: 264px;*/
  /*min-height:306px;*/
  min-height:348px;
  border: 2px solid #ffffff;
  padding: 7px;
  margin-right: 20px;
 /* overflow: hidden;*/
}
.green_cert_main_link {
  height: 30px;
  background-color: #213437;
  text-align: left;
  margin: 0 9px 12px 13px;
}
.green_cert_main_link a {
  font-size:16px;
  text-decoration:none;
  color: #a0f846;
}
.green_cert_main_link p {
  padding: 4px 0 0 15px;
}
.green_cert_current_link {
  position: absolute; 
  border-top: 2px solid #ffffff; 
  border-right: 2px solid #000000;
  border-bottom: 2px solid #ffffff; 
  border-left: 2px solid #ffffff; 
  height: 26px; 
  width: 230px;
  margin:0; padding:0;
}
.green_cert_tag_words {
  background-color: #213437;
  width: 728px;
  float: left;
  clear: both;
  margin: 10px 0 0 13px;
}

.green_cert_tag_words p {
  padding: 5px;
  margin: 0;
}
.green_cert_link_disabled {
  color: #666666;
}
.back_to_search{
  clear: both;
  padding: 10px 0 10px 14px;
}
.green_cert_left_back_to_search {
  background: transparent url(../images/green-cert/back-to-search-left.gif) no-repeat top right;
  height: 25px;
  width: 7px;
  float: left;
}
.green_cert_center_back_to_search {
  background: transparent url(../images/green-cert/back-to-search-center.gif) repeat-x top right;
  height: 25px;
  width: 957px;
  float: left;
}
.green_cert_center_back_to_search h3 {
  color: #ffffff;
  padding-top: 5px;
}
.green_cert_right_back_to_search {
  background: transparent url(../images/green-cert/back-to-search-right.gif) no-repeat top right;
  height: 25px;
  width: 7px;
  float: left;
}
.green_cert_tag_top_right {
  background: transparent url(../images/green-cert/tag-corner-top-right.png) no-repeat top right;
  height: 15px;
  width: 15px;
  float: right;
}
.green_cert_tag_top_left {
  background: transparent url(../images/green-cert/tag-corner-top-left.png) no-repeat top left;
  height: 15px;
  width: 15px;
  float: left;
}
.green_cert_tag_bottom_left {
  background: transparent url(../images/green-cert/tag-corner-bottom-left.png) no-repeat left bottom;
  height: 15px;
  width: 10px;
  float: left;
}

.green_cert_tag_bottom_right {
  background: transparent url(../images/green-cert/tag-corner-bottom-right.png) no-repeat bottom right;
  height: 15px;
  width: 15px;
  float: right;
}
.green_cert_bottom_bookend{
 /* clear: both; */
  background-color: transparent;
  float: left;
  height: 20px;
  padding: 0 0 15px 14px;
}
.main_green_info_container_bottom_right {
  background: transparent url(../images/green-cert/main-info-corner-right.gif) no-repeat top right;
  height: 20px;
  width: 18px;
  float: left;
}
.main_green_info_container_bottom_center {
  background-color: #000000;
  height: 20px;
  width: 723px;
  float: left;
}
.main_green_info_container_bottom_left {
  background: transparent url(../images/green-cert/main-info-corner-left.gif) no-repeat top right;
  height: 20px;
  width: 19px;
  float: left;
}
.green_cert_contact_info_left {
  float: left;
  width: 150px;
}
.green_cert_contact_info_right {
  float: left;
}

#green_cert_forms input, #green_cert_forms textarea {
  border: 1px solid #cccccc;
  width: 350px;
  padding: 3px;
}

#green_cert_forms textarea{ height:300px; }

#green_cert_forms #registration_submit {
  border: none;
}
#green_cert_number_list {
  margin: 0;
}
#green_cert_number_list li {
  display: inline;
  float: left;
  padding: 0 5px 0 0;
}

/**
 *
 *  green cert sections
 *
 */
 
.green_cert_products table {
  border-collapse: collapse;
  width: 475px;
}
.green_cert_products th {
  /*background: #6df200;
  border: 1px solid #6df200;
  */
  background: #8cb725;
  border: 1px solid #8cb725;
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #000000;
  letter-spacing: -.07em;
}
.green_cert_prod_detail_th {
  text-align: left;
}
#green_cert_back_to_prods {
  position: relative;
  top: 240px;
  left: 330px;
  height: 0px;
}
#green_cert_back_to_prods p {
  color: #A0F846;
}
.green_cert_products td {
  background: transparent;
  border: 1px solid #6df200;
  margin: 0;
  padding: 5px;
}
.green_cert_prod_dot {
  text-align: center;
}
.green_cert_products p {
  color: #ffffff;
}
#green_cert_recent_proj_img_container{
  width: 100%;
  height: 245px;
  overflow: hidden;
  text-align: center;
}
#green_cert_recent_proj_img_info {
  padding-top: 3px;
}
#green_cert_testimonial_list {
  margin: 0;
}
#green_cert_testimonial_list li {
  color: #000000;
  background-color:  #A0F846;
  padding: 3px;
  font-family: Arial;
  font-size: 13px;
}
#green_cert_testimonial_list_container {
 border: 1px solid #A0F846;
 height: 260px;
}
#green_cert_ad_right_col {
  width: 200px;
  height: 600px;
  float: left;
  margin: 20px 10px;
}
#green_cert_left_col {
  float: left;
  width: 775px;
}
.green_cert_ad_top {
  height: 17px;
  width: 200px;
  float: left;
  background: transparent url( ../images/green-cert/top-ad.png ) no-repeat top center;
}
.green_cert_ad_top_info {
  float: left;
  clear: left;
  height: 3px;
  width: 200px;  
  background: transparent url(  /images/green-cert/top-top-info.png ) no-repeat top center;
}
.green_cert_ad_info_mid {
  float: left;
  clear: left;
  height: 60px;
  width: 200px;
  background: transparent url(  /images/green-cert/top-mid-info.png ) repeat-y top center;
}
.green_cert_ad_info_bottom, .green_cert_ad_bottom_top {
  float: left;
  clear: left;
  height: 3px;
  width: 200px;
  background: transparent url(  /images/green-cert/top-bottom-info.png ) repeat-y top center;
}
.green_cert_ad_mid_image {
  float: left;
  clear: left;
  /*height: 240px;*/
  width: 200px;
  background: transparent url(  /images/green-cert/top-bg-image.png ) repeat-y top center;
}
.green_cert_ad_bottom_image {
  float: left;
  clear: left;
  height: 1px;
  width: 200px;
  background: transparent url(  /images/green-cert/top-bottom-info.png ) repeat-y top center;
}
.green_cert_ad_bottom_mid {
  float: left;
  clear: left;
  height: 50px;
  width: 200px;
  background: transparent url(  /images/green-cert/bottom-ad-bg.png ) repeat-y top center;
}
.green_cert_ad_bottom {
  float: left;
  clear: left;
  height: 50px;
  width: 200px;
  background: transparent url(  /images/green-cert/bottom-ad.png ) no-repeat top center;
}
p.green_cart_ad_line1 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #527a0d;
  font-size: 14px;
}
p.green_cart_ad_line2 {
  margin: 0px;
  padding: 2px 0 0 0;
  text-align: center;
  color: #527a0d;
  font-size: 17px;
  font-weight: bold;
}
p.green_cart_ad_line3 {
  margin: 0px;
  padding: 4px 0 0 0;
  text-align: center;
  color: #527a0d;
  font-size: 10px;
  font-style: italic;
}
div.green_cert_ad_mid_image {
  
}
div.green_cert_ad_mid_image img {

}
.green_cert_ad_four_img_container {
  float: left;
  clear: left;
  /*height: 100px;*/
  width: 200px;
  background: transparent url(  /images/green-cert/mid-mid-info.png ) repeat-y top center;
}

.green_cert_swatch_wrap {
  width: 176px;
  margin: 0 0 0 11px;
  float: left;
}
.green_cert_ad_img_wrap {
  float: left;
  height: 60px;
  width: 80px;
  overflow: hidden;
  margin: 5px 5px -1px 0;
}
.green_cert_ad_swatch_container {
  margin: 0 0 0 17px;
  float: left;
}
.green_cert_ad_mid_image_wrap {
  margin: 0 0 0 11px;
  width: 176px;
  height: 200px;
  overflow: hidden;
}
.green_cert_ad_ul_wrap {
  float: left;
  clear: left;
  width: 200px;
  background: transparent url(  /images/green-cert/mid-mid-info.png ) repeat-y top center;
}
.green_cert_ad_ul_wrap li {
  color: #ffffff;
  font-weight: bold;
  /*font-size: 16px;*/
  font-size:14px;
  list-style-type: disc;
  margin: 5px 0 0 13px;  
}
.green_cert_ad_ul_wrap p {
  text-align: center;
  color: #ffffff;
  text-decoration: underline;
}

.green_cert_ad_bottom_mid {
  text-align: center;
}

.green_cert_certifaction_container {
  float: left;
  width: 100%;
  border: 1px solid #8cb725;
}
.green_cert_certifaction_row {
  float: left;
  width: 471px;
  background-color: #8cb725;
  padding: 3px;
  margin: 0 0 8px 0;

}
.green_cert_certifaction_row {
  font-weight: bold;
  line-height: 20px;
  float: left;
  color: #000000;
}
.green_cert_certifaction_row img {
  margin-right: 8px;
  height: 20px;
  float: left;
}

.article_tag a{ color:#fcc300; }

/**
 *  new Green cret classes to fix stuff
 * */

.provider_info_top
{
	width:760px;
	float:none;
	background: url(/images/greenpages_top.png) no-repeat;
	height:12px;
}

.provider_info_body
{
	width:756px;
	min-height:120px;
	background:white;
	border-left:2px solid black;
	border-right:2px solid black;
}


.PremiumTestContainer
{
	color:black;
	background:#A0F846;
	margin-bottom:10px;
	float:none;
	clear:both;
	padding:5px;
}

.nlContainer
{
	float:none;
}
