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

body{background:#5e7a7d;}

#wrapper{border:5px solid #263645; border-top:none;}
#header{background:#263645;}
.logo{background:url(../images/lexicon/logo.jpg) no-repeat; height:148px;}

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

/*Four Side Graphic Images*/
.top_graphic{background:url(../images/lexicon/Horizon-brown-blue-fish.jpg) top center;}
.left_graphic{background:url(../images/lexicon/vert-brown-turqouise-1.jpg) left top repeat-y;}
.right_graphic{background:#fff url(../images/lexicon/vert-brown-blue-fish-1.jpg) right top repeat-y;}

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

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

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

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

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

.acronyms{font-size:15px; line-height:22px;}
