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

body{background:#11172d;}

#wrapper{border:5px solid #505d7d; border-top:none;}
#header{background:#505d7d;}
.logo{background:url(../images/wind/logo.jpg) no-repeat;}

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

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

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

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

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

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

/*Notes between Entries*/
.bullets{background:#e7e7f2; border:1px solid #d5d5eb; border-left:8px solid #d5d5eb; border-right:8px solid #d5d5eb; 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:#e7e7f2; color:#000;}
.main_content_table th code a{color:#000;}
.main_content_table h6 a{color:#ccccff;}
