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

body{background:#86a67c;}

#wrapper{border:5px solid #203c1f; border-top:none;}
#header{background:#203c1f;}
.logo{background:url(../images/ratinglabels/logo.jpg) no-repeat; height:163px;}

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

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

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

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

/*Main Content*/
.content{border:0px solid #8cacbc;}
.content h3{background:#f4f7eb; color:#000;}
.content span a{color:#c2ccb8;}
.content p{}

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

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

.content p{width:305px;}
.logo_image{width:150px; float:right; text-align:center; padding-bottom:10px;}

.main_content_table th{background:#f4f7eb; color:#000;}
.main_content_table th a{color:#000;}
.main_content_table h6 a{color:#c2ccb8;}
