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

body{background:#531821;}

#wrapper{border:5px solid #342426; border-top:none;}
#header{background:#342426;}
.logo{background:url(../images/building/logo.jpg) no-repeat right top; height:149px;}

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

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

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

/*Copyright in footer*/
.copyright{background:#3b2226; color:#fff;}
.contact_us{background:#7c6565;}
.contact_us a{color:#fff;}

/*Portal Landing Page Links*/
ul.sub_links{border:2px solid #d4d3d2;}
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 #f2efef;}
ul.page_titles li h2{border:1px solid #f2efef; color:#000;}

/*Main Content*/
.content{border:0px solid #dcdcdc;}
.content h3{background:#b19d9d; color:#fff;}
.content span a{color:#ccc;}
.content p{}

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

/*Notes between Entries*/
.bullets{background:#fff; border:1px solid #e8e9eb; border-left:8px solid #e8e9eb; border-right:8px solid #e8e9eb; width:684px;}
.bullets_portal{background:#fff; border:1px solid #e8e9eb; border-left:8px solid #e8e9eb; border-right:8px solid #e8e9eb; width:654px; float:left; margin:0 0 25px 50px; display:inline; padding:15px; line-height:18px;}

.bullets_portal ul{padding:0px;}
.bullets_portal ul li{background:url(../images/bullet_li1.gif) 5px 8px no-repeat; padding:2px 0 2px 20px;}

.main_content_table th{background:#b19d9d; color:#fff;}
.main_content_table h6 a{color:#ccc;}