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

body{background:#1f2d53;}

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

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

/*Four Side Graphic Images*/
.top_graphic{background:url(../images/environment/horizon-blk-wht-butterfly.jpg) top center;}
.left_graphic{background:url(../images/environment/vert-butterflyblk-wht-1.jpg) left top repeat-y;}
.right_graphic{background:#fff url(../images/environment/vert-butterflyblk-wht-2.jpg) right top repeat-y;}

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

/*Copyright in footer*/
.copyright{background:#e0e7ec; color:#000;}
.contact_us{background:#cad3df; color:000;}
.contact_us a{color:#000;}

/*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:#eff5f9; color:#000;}
.content span a{color:#e6e6e6;}
.content p{}

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

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

.main_content_table th{background:#eff5f9; color:#000;}
.main_content_table th code a{color:#000;}
.main_content_table h6 a{color:#e6e6e6;}
