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

body{background:#bdcc81;}

#wrapper{border:5px solid #365e21; border-top:none;}
#header{background:#365e21;}
.logo{background:url(../images/climatechange/logo.jpg) no-repeat; height:147px;}

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

/*Four Side Graphic Images*/
.top_graphic{background:url(../images/climatechange/horizon-leaves-brtgreen.jpg) top center;}
.left_graphic{background:url(../images/climatechange/verticalleavesbrtgreen1.jpg) left top repeat-y;}
.right_graphic{background:#fff url(../images/climatechange/verticalleavesbrtgreen2.jpg) right top repeat-y;}

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

/*Copyright in footer*/
.copyright{background:#4a694a; color:#fff;}
.contact_us{background:#839e5d;}
.contact_us a{color:#fff;}

/*Portal Landing Page Links*/
ul.sub_links{border:2px solid #c9d5b5;}
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 #c3dec5;}
ul.page_titles li h2{border:1px solid #c3dec5; color:#000;}

/*Main Content*/
.content{border:0px solid #d0ddb0;}
.content h3{background:#d0ddb0; color:#333300;}
.content h3 code a{color:#333300;}
.content span a{color:#c3d998;}
.content p{}

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

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

.main_content_table th{background:#d0ddb0; color:#333300;}
.main_content_table th code a{color:#333300;}
.main_content_table h6 a{color:#c3d998;}
