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

body{background:#f7cf82;}

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

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

/*Four Side Graphic Images*/
.top_graphic{background:url(../images/acronyms/horizon-tan-shells.jpg) top center;}
.left_graphic{background:url(../images/acronyms/vert-tan-shells.jpg) left top repeat-y;}
.right_graphic{background:#f6e3c6 url(../images/acronyms/vert-tan-shells-2.jpg) right top repeat-y;}
#content{background:#f6e3c6;}

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

/*Copyright in footer*/
.copyright{background:#988f66; color:#fff;}
.contact_us{background:#786f49;}
.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:#655728; color:#fff;}
.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;}

