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

body{background:#333740;}

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

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

/*Four Side Graphic Images*/
.top_graphic{background:url(../images/plastic/horizon-cactus-blue.jpg) top center;}
.left_graphic{background:url(../images/plastic/vert-cactus-green-5.jpg) left top repeat-y;}
.right_graphic{background:#fff url(../images/plastic/vert-cactus-green-6.jpg) right top repeat-y;}

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

/*Copyright in footer*/
.copyright{background:#586c6a; color:#fff;}
.contact_us{background:#4a5e5c;}
.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 #ecf7e6;}
ul.page_titles li h2{border:1px solid #ecf7e6; 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:#e6e2cf;}
.content p{}

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

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

.bullets_portal{border:1px solid #e8e9eb; border-left:8px solid #e8e9eb; border-right:8px solid #e8e9eb; }

.top_graph{font-size:15px; line-height:18px; width:770px; margin:50px auto; background:url(../images/graph_line.gif) repeat-y center;}
.top_graph td{padding:10px 0;}

/*TABLES*/
.content_tables{float:left; border:0px solid #bfa3bf; display:inline; width:770px; padding:10px 10px 30px; margin:0 0 25px 4px;}

.cabon_offset_tables{float:left; width:770px; font-size:15px; margin-top:20px; line-height:18px; border-collapse:separate; border-spacing:7px;}
.cabon_offset_tables td, .organic_section th{padding:8px 10px; border:1px solid #e3e0e2; font-size:16px;}
.cabon_offset_tables th{font-weight:bold; font-size:15px; text-align:center;}
.cabon_offset_tables span{font-size:12px;}

.cabon_offset_tables td.col_1, .organic_section th.col_1{background:#f9f7fa;}
.cabon_offset_tables td.col_2, .organic_section th.col_2{background:#e6f0ea;}
.cabon_offset_tables td.col_3, .organic_section th.col_3{background:#f5f0f3;}
.cabon_offset_tables td.col_4, .organic_section th.col_4{background:#e4e2b0;}
.cabon_offset_tables td.col_5, .organic_section th.col_5{background:#ddd9a4;}
.cabon_offset_tables td.col_6, .organic_section th.col_6{background:#d7d49e;}

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