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

.edgered #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. */
} 
.edgered #header { 
	background: #FFFFFF; 
	border-bottom:7px #666666 solid;
}


.edgered #pagetitle {
padding:15px 0px 0px 0px;
height:41px;
background: url(images/red_fade.gif) repeat-x; /*THEME CHANGE HERE*/
}

.edgered #homepage_title {
width:768px;
height:45px;
background: url(images/welcome_edge.gif) no-repeat 15px 0px;
}

.edgered #about_title {
width:768px;
height:45px;
background: url(images/title_about.gif) no-repeat 15px 0px;
}

.edgered #species_title {
width:768px;
height:45px;
background: url(images/species_text.gif) no-repeat 15px 0px;
}

.edgered #conservation_title {
width:768px;
height:45px;
background: url(images/conservation_text.gif) no-repeat 15px 0px;
}

.edgered #general_title {
width:768px;
height:45px;
background: url(images/general_text.gif) no-repeat 15px 0px;
}

.edgered #fellow_title {
width:768px;
height:45px;
background: url(images/fellow_text.gif) no-repeat 15px 0px;
}


.edgered #edgered_support_title {
width:768px;
height:45px;
background: url(images/support_text.gif) no-repeat 15px 0px;
}

.edgered #xcard_title {
width:768px;
height:45px;
background: url(ecards/images/xcards_page_title.gif) no-repeat 15px 0px;
}

.edgered #vcard_title {
width:768px;
height:45px;
background: url(ecards/images/val_page_title.gif) no-repeat 15px 0px;
}

.edgered #emailpage {
float:right;
margin-top:8px;
margin-right:7px;
width:250px;
}

.edgered #edgered_information_title {
width:768px;
height:45px;
background: url(images/information_text.gif) no-repeat 15px 0px;
}

.edgered #main_navigation { 
	height:30px;
	background: url(images/office_red.jpg) repeat-x; /*THEME CHANGE HERE*/
}

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

}

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

}

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

.edgered #mainContent_home { 
	width: 768px;
	background:url(images/saiga_back.jpg) no-repeat 0px 512px;
	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. */
}

.edgered #mainContent_earth { 
	width: 768px;
	background:url(images/google_earth_back.jpg) bottom right no-repeat;
	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 */

.edgered #home_amp_main {
margin-top:36px;
height:660px;
background:url(images/home_saiga_corner.jpg) no-repeat bottom left;
}

.edgered #home_amp_earth {
margin-top:36px;
height:730px;
}

.edgered #extra_buttons {
float:left;
width:210px;
}

.edgered #middle_content {
float:left;
width:550px;
height:255px;
background:url(images/home_middle_top.jpg) no-repeat top right;
}

.edgered #middle_content_align {
width:547px;
height:196px;
}

.edgered #green_long {
margin-left:213px;
width:304px;
}

.edgered #green_long a {
display:block;
width:304px;
height:39px;
font: bold 13px sans-serif;;
color:#FFFFFF;
background: url("images/enter_long_amph.gif") 0 0 no-repeat;
text-decoration: none;
}
.edgered #green_long a:hover { 
width:304px;
background-position: -304px 0px;
color: #FFFFFF;
}
.edgered #green_long a:active {
width:304px;
background-position: 0 0px;
color:#FFFFFF;
}







/* MIDDLE CONTENT */

.edgered #magicbox {
margin-left:20px;
height:285px;
}

.edgered #introduction {
width:350px;
}

.edgered #support_button {
float:left;
width:160px;
}

.edgered #right_panel {
float:right;
width:208px;
}

.edgered #left_panel {
float:left;
width:100%;
}

.edgered #community_panel {
margin-top:0px;
width:490px;
float:left;
text-align:right;
}

.edgered #new_rss {
background: #F3F3F3;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:180px;
height:370px;
text-align:left;
padding: 0px 12px 0px 14px; 
overflow-x:hidden;
overflow-y:auto;
}

.edgered #earth_rss {
background: #F3F3F3;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width:180px;
height:453px;
text-align:left;
padding: 0px 12px 0px 14px;
overflow-x:hidden;
overflow-y:auto;
}

.edgered #googlelinks_amp {
margin-top:145px;
padding:12px 12px 12px 33px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}

.edgered #googlelinks_mam {
margin-top:11px;
margin-bottom:10px;
padding:12px 12px 12px 33px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}

.edgered #main_panel {
float:right;
}

.edgered #main_content {
height:300px;
width:520px;
}

.edgered #main_box {
float:right;
width:350px;
border:1px #CCCCCC solid;
}

.edgered #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;
}

.edgered #main_box_piechart {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#F7F2ED;
padding:0px;
}

.edgered #main_box_content {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:7px 7px 7px 7px;
}

.edgered #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;
}

.edgered #right_box{
margin-top:0px;
}

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

.edgered #right_box_title_blog {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
background: url(images/red_box_header.gif) top;
color:#FFFFFF;
margin-top:0px;
padding-left:7px;
padding-top:3px;
padding-bottom:3px;
border-bottom:3px #BA7766 solid;
width:250px;
}

.edgered #right_box_piechart {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px;
}

.edgered #right_box_content {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#F7F2ED;
padding:2px 7px 7px 7px;
}

.edgered #blogspace {
margin-bottom:48px;
}

.edgered #right_box_blog {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#F7F2ED;
}

.edgered #right_box_end {
padding-bottom:20px;
border-top:3px solid #BA7766;
background-color:#FFFFFF;
}

.edgered #footer {
	border-top:#9C4B4A 4px solid;
	text-align:right;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	width:768px;
	padding-top:2px;
	padding-bottom:7px;
}

.edgered #footer_disclaimer {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	color:#666666;
    text-align:center;
	padding-bottom:7px;
    width:768px;
}

.edgered #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;
}

.edgered #homepage_title {
width:768px;
height:45px;
background: url(images/welcome_edge.gif) no-repeat 15px 0px;
}

.edgered #community_title {
width:768px;
height:45px;
background: url(images/title_edge_community.gif) no-repeat 15px 0px;
}

.edgered #champions_title {
width:768px;
height:45px;
background: url(/champions/images/champions_title.jpg) no-repeat 15px 0px;
}

.edgered #support_edgered {
float:left;
width:150px;
margin-left:11px;
}

.edgered #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;
}
.edgered #support_edgered a:hover { 
width:150px;
background-position: 0 -123px;
color: #FFFFFF;
background-color:#FFFFFF;
}
.edgered #support_edgered a:active {
width:150px;
background-position: 0 0px;
color:#FFFFFF;
background-color:#FFFFFF;
}

.edgered #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;
}
.edgered #methods_long a:hover { 
width:304px;
background-position: -304px 0px;
color: #FFFFFF;
}
.edgered #methods_long a:active {
width:304px;
background-position: 0 0px;
color:#FFFFFF;
}




.edgered #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;
}

.edgered #goal_long a:hover { 
width:304px;
background-position: -304px 0px;
color: #FFFFFF;
}

.edgered #goal_long a:active {
width:304px;
background-position: 0 0px;
color:#FFFFFF;
}



.edgered #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;
}

.edgered #team_long a:hover { 
width:304px;
background-position: -304px 0px;
color: #FFFFFF;
}

.edgered #team_long a:active {
width:304px;
background-position: 0 0px;
color:#FFFFFF;
}



.edgered #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;
}

.edgered #fellows_long a:hover { 
width:304px;
background-position: -304px 0px;
color: #FFFFFF;
}

.edgered #fellows_long a:active {
width:304px;
background-position: 0 0px;
color:#FFFFFF;
}


.edgered #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;
}

.edgered #supportfellow a:hover { 
width:304px;
background-position: -304px 0px;
color: #FFFFFF;
}

.edgered #supportfellow a:active {
width:304px;
background-position: 0 0px;
color:#FFFFFF;
}


.fellowbox .fellowPanel {

background:url(/conservation/images/fellow_box_empty.jpg);

height:144px;

width:355px;

}


.fellowbox #one {

height:144px;

width:355px;

background:url(images/fellow_box_1.jpg);

}



.fellowbox #two {

height:144px;

width:355px;

background:url(images/fellow_box_2.jpg);

}



.fellowbox #three {

height:144px;

width:355px;

background:url(images/fellow_box_3.jpg);

}



.fellowbox #four {

height:144px;

width:355px;

background:url(images/fellow_box_4.jpg);

}



.fellowbox #five {

height:144px;

width:355px;

background:url(images/fellow_box_5.jpg);

}



.fellowbox #six {

height:144px;

width:355px;

background:url(images/fellow_box_6.jpg);

}



.fellowbox #seven {

height:144px;

width:355px;

background:url(images/fellow_box_7.jpg);

}



.fellowbox #eight {

height:144px;

width:355px;

background:url(images/fellow_box_8.jpg);

}



.fellowbox #nine {

height:144px;

width:355px;

background:url(images/fellow_box_9.jpg);

}



.fellowbox #ten {

height:144px;

width:355px;

background:url(images/fellow_box_10.jpg);

}



.fellowbox #focalbox_title {

color:#993333;

width:350px;

padding:13px 2px 2px 10px;

font-size:16px;

font-weight:bold;

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

}


.fellowbox .fellowPanel .title {

color:#993333;

width:350px;

padding:13px 2px 5px 10px;

font-size:16px;

font-weight:bold;

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

}


.fellowbox .fellowPanel .content {

padding:4px 2px 0px 10px;

}

.fellowbox .fellowPanel img {

float:left;

padding:4px 18px 3px 3px;

}


.fellowbox .fellowPanel .linkLine {

padding-top:7px;

padding-bottom:7px;

font-size:12px;

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

color:#FFFFFF;

}



.fellowbox #linkline {

padding:15px 0px 0px 130px;

font-size:12px;

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

color:#FFFFFF;

}

.google_earth_base {
float:right; width:800px; display:block; height:300px; background:url(/images/google_earth_back.jpg) bottom right no-repeat;
}