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

body{background:#908163;}

#wrapper{border:5px solid #433b49; border-top:none;}
#header{background:#433b49;}
.logo{background:url(../images/products/logo.jpg) no-repeat; height:156px;}

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

/*Four Side Graphic Images*/
.top_graphic{background:url(../images/products/Horizon-flowers-multi.jpg) top center;}
.left_graphic{background:url(../images/products/Vert-flowers-multi-left.jpg) left top repeat-y;}
.right_graphic{background:#fff url(../images/products/Vert-flowers-multi-right.jpg) right top repeat-y;}

/*Home Page link Located on top*/
.home{background:#333636;}
.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:#d7d7f0; color:#000;}
.content span a{color:#ccccff;}
.content p{}

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

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

#effect{overflow:hidden;}
.show_hide_button{text-align:center;}
.show_hide_button a{text-decoration:none; font-weight:bold; color:#888;}

.main_content_table th{background:#d7d7f0; color:#000;}
.main_content_table th code a{color:#000;}
.main_content_table h6 a{color:#ccccff;}