@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;

} 



.coral_reef #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. */

} 

.coral_reef #header { 

	background: #FFFFFF; 

	border-bottom:7px #666666 solid;

}



.coral_reef #pagetitle {

padding:15px 0px 0px 0px;

height:41px;

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

}



.coral_reef #homepage_title {

width:768px;

height:45px;

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

}



.coral_reef #coral_title {

width:768px;

height:45px;

background: url(/images/coralreef/title_coral_reef.jpg) no-repeat 15px 0px;

}



.coral_reef #support_title {

width:768px;

height:45px;

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

}



.coral_reef #conservation_title {

width:768px;

height:45px;

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

}



.coral_reef #emailpage {

float:right;

margin-top:8px;

margin-right:7px;

width:250px;

}



.coral_reef #main_navigation { 

	height:30px;

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

}



 

.coral_reef #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 */



}



.coral_reef #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 */



}



.coral_reef #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 */



.coral_reef #home_amp_main {

margin-top:36px;

height:660px;

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

}



.coral_reef #extra_buttons {

float:left;

width:210px;

}



.coral_reef #middle_content {

float:left;

width:550px;

height:255px;

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

}



.coral_reef #middle_content_align {

width:547px;

height:196px;

}



.coral_reef #green_long {

margin-left:213px;

width:304px;

}



.coral_reef #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;

}

.coral_reef #green_long a:hover { 

width:304px;

background-position: -304px 0px;

color: #FFFFFF;

}

.coral_reef #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 */



.coral_reef #magicbox {

margin-left:20px;

height:285px;

}



.coral_reef #introduction {

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

}



.coral_reef #support_button {

float:left;

width:160px;

}



.coral_reef #right_panel {

float:right;

width:208px;

}



.coral_reef #left_panel {

float:left;

width:100%;

}



.coral_reef #community_panel {

margin-top:40px;

width:532px;

float:left;

text-align:right;

}



.coral_reef #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;  

}



.coral_reef #main_panel {

float:right;

}



.coral_reef #main_content {

height:300px;

width:520px;

}



.coral_reef #main_box {

float:right;

width:350px;

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

border:1px #CCCCCC solid;

}



.coral_reef #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;

}



.coral_reef #main_box_piechart {

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

font-size:12px;

background-color:#F7F2ED;

padding:0px;

}



.coral_reef #main_box_content {

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

font-size:12px;

padding:7px 7px 7px 7px;

}



.coral_reef #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;

}



.coral_reef #right_box{

margin-top:0px;

background: url(images/birds/bird_title_fade.jpg) repeat-x top;

}



.coral_reef #right_box_title {

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

font-size:13px;

font-weight:bold;

width: 206px;

height: 23px;

background: url(images/birds/bird_title_fade.jpg) repeat-x top;

color:#FFFFFF;

padding-left:7px;

padding-top:3px;

/*padding-bottom:3px;*/

border-bottom:3px #D0CAC1 solid;

}



.coral_reef #right_box_piechart {

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

font-size:12px;

padding:0px;

}



.coral_reef #right_box_content {

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

font-size:12px;

background-color:#F7F2ED;

padding:2px 7px 7px 7px;

}



.coral_reef #blogspace {

margin-bottom:48px;

}



.coral_reef #right_box_blog {

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

font-size:12px;

background-color:#F7F2ED;

}



.coral_reef #right_box_end {

padding-bottom:20px;

border-top:3px solid #78aad1;

background-color:#FFFFFF;

}



.coral_reef #footer {

	border-top:#2b6a9b 4px solid;

	text-align:right;

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

    font-size:12px;

	width:768px;

	padding-top:2px;

	padding-bottom:7px;

}



.coral_reef #footer_disclaimer {

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

    font-size:10px;

	color:#666666;

    text-align:center;

	padding-bottom:7px;

    width:768px;

}



.coral_reef #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;

}



.coral_reef #homepage_title {

width:768px;

height:45px;

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

}



.coral_reef #community_title {

width:768px;

height:45px;

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

}



.coral_reef #support_edgered {

float:left;

width:150px;

margin-left:11px;

}



.coral_reef #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;

}

.coral_reef #support_edgered a:hover { 

width:150px;

background-position: 0 -123px;

color: #FFFFFF;

background-color:#FFFFFF;

}

.coral_reef #support_edgered a:active {

width:150px;

background-position: 0 0px;

color:#FFFFFF;

background-color:#FFFFFF;

}



.coral_reef #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;

}

.coral_reef #methods_long a:hover { 

width:304px;

background-position: -304px 0px;

color: #FFFFFF;

}

.coral_reef #methods_long a:active {

width:304px;

background-position: 0 0px;

color:#FFFFFF;

}









.coral_reef #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;

}



.coral_reef #goal_long a:hover { 

width:304px;

background-position: -304px 0px;

color: #FFFFFF;

}



.coral_reef #goal_long a:active {

width:304px;

background-position: 0 0px;

color:#FFFFFF;

}



.coral_reef #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;

}



.coral_reef #team_long a:hover { 

width:304px;

background-position: -304px 0px;

color: #FFFFFF;

}



.coral_reef #team_long a:active {

width:304px;

background-position: 0 0px;

color:#FFFFFF;

}



.coral_reef #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;

}



.coral_reef #fellows_long a:hover { 

width:304px;

background-position: -304px 0px;

color: #FFFFFF;

}



.coral_reef #fellows_long a:active {

width:304px;

background-position: 0 0px;

color:#FFFFFF;

}



.coral_reef #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;

}



.coral_reef #supportfellow a:hover { 

width:304px;

background-position: -304px 0px;

color: #FFFFFF;

}



.coral_reef #supportfellow a:active {

width:304px;

background-position: 0 0px;

color:#FFFFFF;

}



/* Styles for 'Top 100' boxes */











/*   James additions   */



.coral_reef #arial_title_bold {

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

	font-size: 12px;

	/*color: #472D1C;*/

	/*color: #331E10;*/

	color: #c4f9dd;

	font-weight: bold;

}



.coral_reef #arial_ed_title_bold {

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

	font-size: 12px;

	color: #e5f30d;

	font-weight: bold;

}



.coral_reef #Top100_titlebar {

	height: 22px;

	background-image: url(images/coralreef/coral_title_fade.jpg);

}



.coral_reef #Top100_titlebar_highlight {

	height: 22px;

	/*background-color: #43a1ea;*/
	background-color: #2571ac;

	background-image: none;

}



/*.bird blue Link Code */



.bird a#Top100:link {

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

	font-size: 12px;

	color: #316a96;

	border-bottom: solid 1px #CCCCCC; 

	font-weight: bold;

}

.bird a#Top100:hover {

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

	font-size: 12px;

    color: #316a96;

	border-bottom: solid 1px #CCCCCC;

	text-decoration: none;

	font-weight: bold;

	background-color: #EEE7E0;

}

.bird a#Top100:visited {

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

	font-size: 12px;

	color: #316a96;

	border-bottom: solid 1px #CCCCCC; 

	font-weight: bold;

}



/* Styles for species_info page */

.coral_reef #Layer6 {

	position:absolute;

	width:592px;

	height:587px;

	z-index:1;

	left: 172px;

	top: 187px;

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

}



.coral_reef #Layer6_extinct {

	position:absolute;

	width:592px;

	height:587px;

	z-index:1;

	left: 172px;

	top: 187px;

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

}



.coral_reef #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;

}



.coral_reef #Layer6_p {

	position:absolute;

	width:592px;

	height:580px;

	z-index:1;

	left: 172px;

	top: 187px;

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

}



.coral_reef #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;

}



.coral_reef #textsection_titlebar
{
	height: 22px;
	background-image: url(images/coralreef/coral_title_fade.jpg) repeat-x top;
}

.coral_reef #summary_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b6a9b;
}

.coral_reef #summary_section2_title
{
	color: #2b6a9b;
}

.coral_reef #summary_distribution_title
{
	color: #2b6a9b;
}

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

.coral_reef #summary_status
{
	background-color: #2b6a9b;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}




.coral_reef #endangered {

	color: #FFFFFF;

	font-size: 18px;

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

}


/* MainCol styles */

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

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

.coral_reef .MainCol #right_box{
margin-top:0px;
border:1px solid #CCCCCC;
/*background: url(/images/coralreef/coral_title_fade.jpg) repeat-x top;*/
}

.coral_reef .MainCol #right_box_title {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
width:193px;
background: url(/images/coralreef/coral_title_fade.jpg) repeat-x top;
color:white;
padding-left:7px;
padding-top:3px;
padding-bottom:3px;
border-bottom:3px #c9dae8 solid;
height:17px;
margin-bottom:0px;
}

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

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

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

.coral_reef .MainCol #right_box_end {
background-color:#FFFFFF;
/*border-top:3px solid #78aad1;*/
border-top:0px solid #78aad1;
}

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

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

.coral_reef .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;
}

.coral_reef .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;
}

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

.coral_reef .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;
}

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

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

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

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

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

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

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

.coral_reef .MainCol #flash_content {
}

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

.coral_reef .MainCol #title_halfpage {

}

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

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

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

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

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

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



.coral_reef .content_box_top {
  height:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size: 13px;
	font-weight: bold;
  background:url(/images/coralreef/coral_title_fade.jpg);
  border:1px #E2E2E2 solid;
	padding-right: 5px;
	padding-left: 9px;
	border-left-width: 0px;
	padding-top: 2px;
	border-top-color: #E2E2E2;
}

.coral_reef #normalmenu a, .coral_reef #section_menu a {
	color: #000000;
	border:1px #FFFFFF solid;
	background-color: #eef4e8;
	font: 12px Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	height: 18px;
	display: Block;
	padding-top: 4px;
	padding-left: 8px;
	max-height: 40px;
}

.coral_reef #normalmenu a:hover, .coral_reef #section_menu a:hover {
background-color: #cadbe8;
color: #000000;
text-decoration: none;
}




.coral_reef a.species:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #316a96;
	border-bottom: solid 1px #CCCCCC; 
	font-weight: bold;
}
.coral_reef a.species:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #316a96;
	border-bottom: solid 1px #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	background-color: #EEE7E0;
}
.coral_reef a.species:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #316a96;
	border-bottom: solid 1px #CCCCCC; 
	font-weight: bold;
}





/* END of James's styles */

/* Chrome menu bar */
.coral_reef .chromestyle{
font-weight: bold;
height:30px;
width:800px;
}

.coral_reef .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.coral_reef .chromestyle ul #home {
padding-left:6px;
}

.coral_reef .chromestyle ul{
padding: 6px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.coral_reef .chromestyle ul li{
display: inline;
}

.coral_reef .chromestyle ul li a{
color:#F5F5F5;
padding: 6px 14px;
text-decoration: none;
}

.coral_reef .chromestyle ul li a:hover{
background: url(/images/coralreef/coral_menubar_hover.jpg) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration: none;
color:#F5F5F5;
}

.coral_reef .chromestyle ul li a:visited{
text-decoration: none;
color:#F5F5F5;
}

.coral_reef .chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
color:#F5F5F5;
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.coral_reef .dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.coral_reef .dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
text-decoration: none;
width: 100%;
}

.coral_reef .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #F0F0F0;
}

/* End of Chrome menu bar */