@charset "utf-8";



body  {

	font: 100% Arial, Helvetica, sans-serif;

	color: #000000;

	background: #FFFFFF;

	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0px;

	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}



html {

	overflow-x: hidden;

	overflow-y: auto;

} 



.mammal #container { 

  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.mammal #header { 

	background: #FFFFFF; 

	border-bottom:7px #666666 solid;

}



.mammal #pagetitle {

padding:15px 0px 0px 0px;

height:41px;

background: url(images/brown_fade.gif) repeat-x; /*THEME CHANGE HERE*/

}



.mammal #homepage_title {

width:768px;

height:45px;

background: url(images/welcome_edge.gif) no-repeat 15px 0px;

}



.mammal #mammal_title {

width:768px;

height:45px;

background: url(images/title_mammal.gif) no-repeat 15px 0px;

}



.mammal #mammal_support_title {

width:768px;

height:45px;

background: url(images/title_support_mam.gif) no-repeat 15px 0px;

}



.mammal #mammal_conservation_title {

width:768px;

height:45px;

background: url(images/title_conservation_mam.gif) no-repeat 15px 0px;

}



.mammal #emailpage {

float:right;

margin-top:8px;

margin-right:7px;

width:250px;

}



.mammal #main_navigation { 

	height:30px;

	background: url(images/office_brown.jpg) repeat-x; /*THEME CHANGE HERE*/

}



 

.mammal #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */



}



.mammal #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

 /* NOTE: Option to add background colour or a graphic behind the menu if required */



}



.mammal #mainContent { 

	width: 768px;

	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

}



/* MIDDLE CONTENT */



.mammal #home_amp_main {

margin-top:36px;

height:660px;

background:url(images/home_saiga_corner.jpg) no-repeat bottom left;

}



.mammal #extra_buttons {

float:left;

width:210px;

}



.mammal #middle_content {

float:left;

width:550px;

height:255px;

background:url(images/home_middle_top.jpg) no-repeat top right;

}



.mammal #middle_content_align {

width:547px;

height:196px;

}



.mammal #green_long {

margin-left:213px;

width:304px;

}



.mammal #green_long a {

display:block;

width:304px;

height:39px;

font: bold 13px sans-serif;;

color:#FFFFFF;

background: url("images/enter_long_buttono.gif") 0 0 no-repeat;

text-decoration: none;

}

.mammal #green_long a:hover { 

width:304px;

background-position: -304px 0px;

color: #FFFFFF;

}

.mammal #green_long a:active {

width:304px;

background-position: 0 0px;

color:#FFFFFF;

}











/* Focal Boxes */



.focalbox_mam #one {

height:144px;

width:355px;

background:url(images/focal_box_mam_1.jpg);

}



.focalbox_mam #two {

height:144px;

width:355px;

background:url(images/focal_box_mam_2.jpg);

}



.focalbox_mam #three {

height:144px;

width:355px;

background:url(images/focal_box_mam_3.jpg);

}



.focalbox_mam #four {

height:144px;

width:355px;

background:url(images/focal_box_mam_4.jpg);

}



.focalbox_mam #five {

height:144px;

width:355px;

background:url(images/focal_box_mam_5.jpg);

}



.focalbox_mam #six {

height:144px;

width:355px;

background:url(images/focal_box_mam_6.jpg);

}



.focalbox_mam #seven {

height:144px;

width:355px;

background:url(images/focal_box_mam_7.jpg);

}



.focalbox_mam #eight {

height:144px;

width:355px;

background:url(images/focal_box_mam_8.jpg);

}



.focalbox_mam #nine {

height:144px;

width:355px;

background:url(images/focal_box_mam_9.jpg);

}



.focalbox_mam #ten {

height:144px;

width:355px;

background:url(images/focal_box_mam_10.jpg);

}



.focalbox_mam #focalbox_title {

color:#993333;

width:350px;

padding:13px 2px 2px 10px;

font-size:16px;

font-weight:bold;

font-family:Arial, Helvetica, sans-serif;

}



.focalbox_mam #linkline {

padding:15px 0px 0px 130px;

font-size:12px;

font-family:Arial, Helvetica, sans-serif;

color:#FFFFFF;

}





















/* MIDDLE CONTENT */



.mammal #magicbox {

margin-left:20px;

height:285px;

}



.mammal #introduction {

width:350px;
padding-left:4px;

}



.mammal #support_button {

float:left;

width:160px;

}



.mammal #right_panel {

float:right;

width:208px;

}



.mammal #left_panel {

float:left;

width:100%;

}



.mammal #community_panel {

margin-top:40px;

width:532px;

float:left;

text-align:right;

}



.mammal #new_rss {

background: #F3F3F3;

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

width:175px;

height:370px;

text-align:left;

padding: 0px 12px 0px 14px;

overflow:auto;  

}



.mammal #main_panel {

float:right;

}



.mammal #main_content {

height:300px;

width:520px;

}



.mammal #main_box {

float:right;

width:350px;

background: url(images/box_fade_mam.gif) repeat-x top;

border:1px #CCCCCC solid;

}



.mammal #main_box_title {

font-family:Arial, Helvetica, sans-serif;

font-size:13px;

font-weight:bold;

color:#674E3D;

padding-left:7px;

padding-top:3px;

padding-bottom:3px;

}



.mammal #main_box_piechart {

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

background-color:#F7F2ED;

padding:0px;

}



.mammal #main_box_content {

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

padding:7px 7px 7px 7px;

}



.mammal #main_box_end {

margin-bottom:20px;

border-right:1px solid #CCCCCC;

border-left:1px solid #CCCCCC;

border-bottom:1px solid #CCCCCC;

background: url(images/box_fade_mam.gif) no-repeat top;

}



.mammal #right_box{

margin-top:0px;

background: url(images/box_fade_mam.gif) repeat-x top;

}



.mammal #right_box_title {

font-family:Arial, Helvetica, sans-serif;

font-size:13px;

font-weight:bold;

background: url(images/brown_box_header.gif) top;

color:#FFFFFF;

padding-left:7px;

padding-top:3px;

padding-bottom:3px;

border-bottom:3px #D0CAC1 solid;

}



.mammal #right_box_piechart {

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

padding:0px;

}



.mammal #right_box_content {

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

background-color:#F7F2ED;

padding:2px 7px 7px 7px;

}



.mammal #blogspace {

margin-bottom:48px;

}



.mammal #right_box_blog {

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

background-color:#F7F2ED;

}



.mammal #right_box_end {

padding-bottom:20px;

border-top:3px solid #CCBC99;

background-color:#FFFFFF;

}



.mammal #footer {

	border-top:#5A4929 4px solid;

	text-align:right;

    font-family:Arial, Helvetica, sans-serif;

    font-size:12px;

	width:768px;

	padding-top:2px;

	padding-bottom:7px;

}



.mammal #footer_disclaimer {

    font-family:Arial, Helvetica, sans-serif;

    font-size:10px;

	color:#666666;

    text-align:center;

	padding-bottom:7px;

    width:768px;

}



.mammal #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}



.mammal #homepage_title {

width:768px;

height:45px;

background: url(images/welcome_edge.gif) no-repeat 15px 0px;

}



.mammal #community_title {

width:768px;

height:45px;

background: url(images/title_edge_community.gif) no-repeat 15px 0px;

}



.mammal #support_edgered {

float:left;

width:150px;

margin-left:11px;

}



.mammal #support_edgered a {

margin-top:29px;

display:block;

width:150px;

height:100px;

font: bold 13px sans-serif;;

color:#FFFFFF;

background-color:#FFFFFF;

background: url("images/support_red.gif") 0 0 no-repeat;

text-decoration: none;

}

.mammal #support_edgered a:hover { 

width:150px;

background-position: 0 -123px;

color: #FFFFFF;

background-color:#FFFFFF;

}

.mammal #support_edgered a:active {

width:150px;

background-position: 0 0px;

color:#FFFFFF;

background-color:#FFFFFF;

}



.mammal #methods_long a {

display:block;

width:304px;

height:39px;

font: bold 13px sans-serif;;

color:#FFFFFF;

background: url("images/edgered_methodo.gif") 0 0 no-repeat;

text-decoration: none;

}

.mammal #methods_long a:hover { 

width:304px;

background-position: -304px 0px;

color: #FFFFFF;

}

.mammal #methods_long a:active {

width:304px;

background-position: 0 0px;

color:#FFFFFF;

}









.mammal #goal_long a {

display:block;

width:304px;

height:39px;

font: bold 13px sans-serif;;

color:#FFFFFF;

background: url("images/edgered_goalso.gif") 0 0 no-repeat;

text-decoration: none;

}



.mammal #goal_long a:hover { 

width:304px;

background-position: -304px 0px;

color: #FFFFFF;

}



.mammal #goal_long a:active {

width:304px;

background-position: 0 0px;

color:#FFFFFF;

}



.mammal #team_long a {

display:block;

width:304px;

height:39px;

font: bold 13px sans-serif;;

color:#FFFFFF;

background: url("images/edgered_teamo.gif") 0 0 no-repeat;

text-decoration: none;

}



.mammal #team_long a:hover { 

width:304px;

background-position: -304px 0px;

color: #FFFFFF;

}



.mammal #team_long a:active {

width:304px;

background-position: 0 0px;

color:#FFFFFF;

}



.mammal #fellows_long a {

display:block;

width:304px;

height:39px;

font: bold 13px sans-serif;;

color:#FFFFFF;

background: url("images/edgered_fellowso.gif") 0 0 no-repeat;

text-decoration: none;

}



.mammal #fellows_long a:hover { 

width:304px;

background-position: -304px 0px;

color: #FFFFFF;

}



.mammal #fellows_long a:active {

width:304px;

background-position: 0 0px;

color:#FFFFFF;

}



.mammal #supportfellow a {

display:block;

width:304px;

height:39px;

font: bold 13px sans-serif;;

color:#FFFFFF;

background: url("images/edgered_supportfellowo.gif") 0 0 no-repeat;

text-decoration: none;

}



.mammal #supportfellow a:hover { 

width:304px;

background-position: -304px 0px;

color: #FFFFFF;

}



.mammal #supportfellow a:active {

width:304px;

background-position: 0 0px;

color:#FFFFFF;

}



/* Styles for 'Top 100' boxes */











/*   James additions   */



.mammal #arial_title_bold {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	/*color: #472D1C;*/

	/*color: #331E10;*/

	color: #271408;

	font-weight: bold;

}



.mammal #arial_ed_title_bold {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #990000;

	font-weight: bold;

}



.mammal #Top100_titlebar {

	height: 22px;

	background-image: url(/images/brown_box_header.gif);

}



.mammal #Top100_titlebar_highlight {

	height: 22px;

	background-color: #FFE79E;

	background-image: none;

}



/* Mammal Brown Link Code */



.mammal a#Top100:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #76372E;

	border-bottom: solid 1px #CCCCCC; 

	font-weight: bold;

}

.mammal a#Top100:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

    color: #76372E;

	border-bottom: solid 1px #CCCCCC;

	text-decoration: none;

	font-weight: bold;

	background-color: #EEE7E0;

}

.mammal a#Top100:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #76372E;

	border-bottom: solid 1px #CCCCCC; 

	font-weight: bold;

}



/* Styles for species_info page */

.mammal #Layer6 {

	position:absolute;

	width:592px;

	height:587px;

	z-index:1;

	left: 172px;

	top: 187px;

	background-image: url(images/more_info_landscape_crisp.gif);

}



.mammal #Layer6_extinct {

	position:absolute;

	width:592px;

	height:587px;

	z-index:1;

	left: 172px;

	top: 187px;

	background-image: url(images/more_info_extinction.gif);

}



.mammal #Layer7 {

	position:absolute;

	width:501px;

	height:28px;

	z-index:6;

	left: 193px;

	top: 208px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #9F4427;

}



.mammal #Layer6_p {

	position:absolute;

	width:592px;

	height:580px;

	z-index:1;

	left: 172px;

	top: 187px;

	background-image: url(images/more_info_portrait.gif);

}



.mammal #Layer7_p {

	position:absolute;

	width:500px;

	height:28px;

	z-index:6;

	left: 193px;

	top: 208px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-weight: bold;

	color: #9F4427;

}



.mammal #textsection_titlebar
{
	height: 22px;
	background-image: url(/images/brown_box_header.gif);
}

.mammal #summary_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9F4427;
}

.mammal #summary_section2_title
{
	color: #9F4427;
}

.mammal #summary_distribution_title
{
	color: #60534B;
}

.mammal #summary_status_bg
{
	background-color: #9F4427;
}

.mammal #summary_status
{
	background-color: #9F4427;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}




.mammal #endangered {

	color: #FFFFFF;

	font-size: 18px;

	font-family: Arial, Helvetica, sans-serif;

}


/* MainCol styles */

.mammal .MainCol {
float:left;
width:578px;
font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
line-height:17px;
}

.mammal .MainCol #right_panel {
float:right;
width:202px;
margin-bottom:20px;
background-color:#FFFFFF;
}

.mammal .MainCol #right_box{
margin-top:0px;
border:1px solid #CCCCCC;
background: url(images/box_fade_mam.gif) no-repeat top;
}

.mammal .MainCol #right_box_title {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
background: url(images/brown_box_header.gif) top;
color:#FFFFFF;
padding-left:7px;
padding-top:3px;
padding-bottom:3px;
border-bottom:3px #D0CAC1 solid;
}

.mammal .MainCol #right_box_content{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
padding-left:8px;
padding-top:5px;
padding-bottom:5px;
}

.mammal .MainCol #right_box_text {
background-color:#F3F0E8;
padding:2px 7px 3px 7px;
}

.mammal #right_box_text_end{
background-color:#F3F0E8;
padding:2px 7px 3px 7px;
border-bottom:3px #8B6B40 solid;
}

.mammal .MainCol #right_box_image {
background-color:#FFFFFF;
padding:0px 0px 0px 0px;
}

.mammal .MainCol #right_box_image_search {
height:47px;
background:url(images/search_box.gif);
padding:0px 0px 0px 0px;
}

.mammal .MainCol #right_box_focal_donate {
height:340px;
background:url(images/focal_donate_box.gif) no-repeat;
padding: 12px 15px 0px 0px;
margin-bottom: 20px;
background-color:#FFFFFF;
}

.mammal .MainCol #right_box_focal_donate_long {
height:380px;
background:url(images/focal_donate_box_long.gif) no-repeat;
padding: 12px 15px 0px 0px;
margin-bottom: 20px;
background-color:#FFFFFF;
}

.mammal .MainCol #make_donation {
width:203px;
}

.mammal .MainCol #make_donation a {
display:block;
width:203px;
height:60px;
font: bold 13px sans-serif;;
color:#FFFFFF;
background: url("images/mam_make_donation.gif") 0 0 no-repeat;
text-decoration: none;
}

.mammal .MainCol #make_donation a:hover { 
width:203px;
background-position: -206px 0px;
color: #FFFFFF;
}

.mammal .MainCol #make_donation a:active {
width:203px;
background-position: 0 0px;
color:#FFFFFF;
}

.mammal .MainCol #focal_title {
border-bottom:2px solid #8A775C;
padding:0px 0px 0px 0px;
margin-bottom:20px;
}

.mammal .MainCol #donate_amount_10 {
background:url(images/focal_mam_donate_10.gif) no-repeat;
padding:41px 0px 13px 13px;
margin-left:1px;
}

.mammal .MainCol #donate_amount_200 {
background:url(images/focal_mam_donate_200.gif) no-repeat;
padding:41px 0px 13px 13px;
margin-left:1px;
}

.mammal .MainCol #donate_amount_1000 {
background:url(images/focal_mam_donate_1000.gif) no-repeat;
padding:41px 0px 13px 13px;
margin-left:1px;
}

.mammal .MainCol #search_align {
    padding:10px 13px 13px 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #466C57;
}

.mammal .MainCol #right_box_end {
background-color:#FFFFFF;
}

.mammal .MainCol #flash_content {
}

.mammal .MainCol #title {
border-bottom:1px #CCCCCC solid;
}

.mammal .MainCol #title_halfpage {

}

.mammal .MainCol #title_halfpage_line {
border-bottom:1px #999999 solid;
}

.mammal .MainCol #introduction {
background:url(images/introback.jpg) top left no-repeat;
float:left;
width:350px;
}

.mammal .MainCol #focal_species_back {
background:url(images/ampfocalback.jpg) top left no-repeat;
float:left;
width:350px;
}

.mammal .MainCol #introduction_noimage {
float:left;
width:350px;
}

.mammal .MainCol #species_found {
margin-top:15px;
margin-bottom:15px;
border:1px #999999 solid;
}

.mammal .MainCol p {
margin-top:10px;
margin-bottom:10px;
}





/* END of James's styles */