@charset "utf-8";
/* CSS Document */
/* This Stylesheet contains CSS Rules for the Site Colors (Only Colors) */

body{background:#999;}

#wrapper{border:5px solid #666; border-top:none;}
#header{background:#666;}
.logo{background:url(../images/greenhouse_gases/logo.jpg) no-repeat; height:149px;}

/*Portal Title - e.g. Children Portal*/
h1{color:#332309;}

/*Four Side Graphic Images*/
.top_graphic{background:url(../images/greenhouse_gases/horizon-fur-blk-wht-brwn.jpg) top center;}
.left_graphic{background:url(../images/greenhouse_gases/vert-fur-blk-wht-brwn-left.jpg) left top repeat-y;}
.right_graphic{background:#fff url(../images/greenhouse_gases/vert-fur-blk-wht-brwn-right-99x1198.jpg) right top repeat-y;}

/*Home Page link Located on top*/
.home{background:#555;}
.home a{color:#fff;}

/*Copyright in footer*/
.copyright{background:#c4b4b4; color:#fff;}
.contact_us{background:#675e4d;}
.contact_us a{color:#fff;}

/*Portal Landing Page Links*/
ul.sub_links{border:2px solid #b1b1ce;}
ul.sub_links li a{background:#fcfafc; border:1px solid #f9f5fa; color:#000;}
ul.sub_links li a:hover{border:1px solid #dfd7e1;}

/*Sub Page Titles*/
ul.page_titles{border:1px solid #eee;}
ul.page_titles li h2{border:1px solid #eee; color:#000;}

/*Main Content*/
.content{border:0px solid #655728;}
.content h3{background:#eaeaea; color:#000;}
.content h3 code a{color:#000;}
.content span a{color:#dadada;}
.content p{}

/*Backlink at the end of content*/
.breadcrumb a{color:#ccc;}

/*Notes between Entries*/
.bullets{background:#eee; border:1px solid #ccc; border-left:8px solid #ccc; border-right:8px solid #ccc; width:684px;}

.main_content_table th{background:#eaeaea; color:#000;}
.main_content_table th code a{color:#000;}
.main_content_table h6 a{color:#dadada;}