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

body{background:#d4a34d;}

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

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

/*Four Side Graphic Images*/
.top_graphic{background:url(../images/ecological_footprint/horizon-reptile-brown2.jpg) top center;}
.left_graphic{background:url(../images/ecological_footprint/Vert-reptiles-brwn-1.jpg) left top repeat-y;}
.right_graphic{background:#fff url(../images/ecological_footprint/Vert-reptiles-brwn-2.jpg) right top repeat-y;}

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

/*Copyright in footer*/
.copyright{background:#947135; color:#fff;}
.contact_us{background:#b89040;}
.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 #f2f0e6;}
ul.page_titles li h2{border:1px solid #f2f0e6; color:#000;}

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

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

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

.main_content_table th{background:#e5d3b1; color:#000;}
.main_content_table th code a{color:#000;}
.main_content_table h6 a{color:#d9c08d;}