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

body{background:#b3b3b3;}

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

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

/*Four Side Graphic Images*/
.top_graphic{background:url(../images/biodiversity/horizontalfur-999x98.jpg) top center;}
.left_graphic{background:url(../images/biodiversity/verticalskinleftside.jpg) left top repeat-y;}
.right_graphic{background:#fff url(../images/biodiversity/vertical-fur2faces-100x1202.jpg) right top repeat-y;}

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

/*Copyright in footer*/
.copyright{background:#a1a0b5; color:#fff;}
.contact_us{background:#54536a;}
.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:#939aa8; color:#fff;}
.content span a{color:#b8c5cc;}
.content p{}

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

/*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;}

.main_content_table th{background:#939aa8; color:#fff;}
.main_content_table h6 a{color:#b8c5cc;}
