@charset "UTF-8";
/* African Wild Dogs - Master CSS Document */

body{
	margin: 0;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-color: #5C3510;  /*bg color = brown*/
	padding: 0;
}

#container{
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
	/*background: #FEE77D;*/  /*bg color = yellow*/  
	background: #FFFFFF;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	
}

#header_block{
	width: 740px;	/*suggestion: 740px fixed since there's 20px + 20px left/right padding on container*/
	margin: 0 auto;
}

#banner{
	width: 740px;  /*suggestion: 740px fixed since there's 20px + 20px left/right padding on container*/
	height: 100%;
	margin: 0 auto;
}

#navbar_top{
	width: 740px;
	height: 100%;
	margin: 0 auto;
	clear: both;
	background-image: url(../images/bg_nav1.gif);
	background-repeat: repeat;
	padding: 10px 0 10px 0;
	_padding: 0 0 10px 0;		/*padding attribute added in to accomodate IE 7 specs*/
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

/************************top navigation divs***************************/
#link_t1{
	width: auto;
	height: auto;
	border-left: 1px solid #D7D7D7; 
	border-right: 1px solid #D7D7D7;	
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #73695A;
	font-weight: 600;
	text-align: center;
	display: inline;
	padding: 10px 0 10px 0;
	_padding: 0 0 10px 0;		/*padding attribute added in to accomodate IE 7 specs*/
	margin: 0 auto;
}
#link_t2{
	width: auto;
	height: auto;
	border-right: 1px solid #D7D7D7;	
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #73695A;
	font-weight: 600;
	text-align: center;
	padding: 10px 0 10px 0;
	_padding: 0 0 10px 0;		/*padding attribute added in to accomodate IE 7 specs*/
	margin: 0 auto;
	
	
	
}
#link_t3{
	width: auto;
	height: auto;
	border-right: 1px solid #D7D7D7;	
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #73695A;
	font-weight: 600;
	text-align: center;
	padding: 10px 0 10px 0;
	_padding: 0 0 10px 0;		/*padding attribute added in to accomodate IE 7 specs*/
	margin: 0 auto;
		
}
#link_t4{
	width: auto;
	height: auto;
	display: inline;
	border-right: 1px solid #D7D7D7;	
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #73695A;
	font-weight: 600;
	text-align: center;
	padding: 10px 0 10px 0;
	_padding: 0 0 10px 0;		/*padding attribute added in to accomodate IE 7 specs*/
	margin: 0 auto;
	
}
#link_t5{
	width: auto;
	height: auto;
	display: inline;
	border-right: 1px solid #D7D7D7;	
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #73695A;
	font-weight: 600;
	text-align: center;
	padding: 10px 0 10px 0;
	_padding: 0 0 10px 0;		/*padding attribute added in to accomodate IE 7 specs*/
	margin: 0 auto;

}	
#link_t6{
	width: auto;
	height: auto;
	display: inline;
	border-right: 1px solid #D7D7D7;	
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #73695A;
	font-weight: 600;
	text-align: center;
	padding: 10px 0 10px 0;
	_padding: 0 0 10px 0;		/*padding attribute added in to accomodate IE 7 specs*/
	margin: 0 auto;

}	
/**********************************************************************/
#content{
	width: 740px;
	height: 100%;
	margin: 0 auto;
	
}
#footer_block{
	width: 740px;  /*suggestion: 740px fixed since there's 20px + 20px left/right padding on container*/
	height: 100%;
	margin: 0 auto;
	background-color: #ECE9D6;	/*khaki color bg color*/
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
}
p.main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #7A5E46;  /*brown*/
	line-height: 20px;
}
p.footer{
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #73695A;
	text-align: center;
}

#navbar_left{
	float: left;
	margin: 10px 10px 0 0;	
	width: 170px;
	height: 100%;
	
	
}
#navbar_left_secondary{
	float: left;
	margin: 10px 10px 0 0;	
	width: 170px;
	height: 100%;
	text-align: left;
	background-color: #FFF1E5;
	
	
}

/************************left navigation divs***************************/
#link_l1{
	width: 100%;
	height: 30px;
	text-align: left;
	background-color: #FFF1E5;
	color: #C84E0D;  /*dusk orange*/
	font: 0.8em Arial, Helvetica, sans-serif;
	

	
}
#link_l2{
	width: 100%;
	height: 30px;
	text-align: left;
	background-color: #FFF1E5;
	color: #C84E0D;  /*dusk orange*/
	font: 0.8em Arial, Helvetica, sans-serif;
	
	
}
#link_l3{
	width: 100%;
	height: 30px;
	text-align: left;
	background-color: #FFF1E5;
	color: #C84E0D;  /*dusk orange*/
	font: 0.8em Arial, Helvetica, sans-serif;
	

}
#link_l4{
	width: 100%;
	height: 30px;
	text-align: left;
	background-color: #FFF1E5;
	color: #C84E0D;  /*dusk orange*/
	font: 0.8em Arial, Helvetica, sans-serif;
}
#link_l5{
	width: 100%;
	height: 30px;
	text-align: left;
	background-color: #FFF1E5;
	color: #C84E0D;  /*dusk orange*/
	font: 0.8em Arial, Helvetica, sans-serif;
}


.rollover_lftnav a{
	text-align: left;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0.3em 0.5em 1em;
	color: #C84E0D;
	background: #FFF1E5;
	text-decoration: none;

}
.rollover_lftnav a:hover{
	text-decoration: none;
	color: #000;
	background: #ffdfc3;

}
.rollover_topnav a{
	text-align: center;
	height: 30px;
	width: 100%;
	white-space: nowrap;
	margin: 0;
	display: inline;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #73695A;
}
.rollover_topnav a:hover{
	text-decoration: none;
	color: #000;
	background: #CCCABA;
}
/***************Global Anchor Styles***************/
a:link{
	text-decoration: none;
	color: #C84E0D;  /*dusk orange*/
}
a:visited{

	text-decoration: none;
	color: #C7815B;	/*pale dusk orange*/

}
a:hover{
	text-decoration: underline;
	color: #C84E0D;  /*dusk orange*/

}
a:active{
	text-decoration: underline;
	color: #FF630F;		/*bright dusk orange*/

}
/*research.htm class specific definitions*/
.name_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	color: #7A5E46;  /*brown*/
	line-height: 20px;

}
/*glossary.htm class specific definitions*/
.vocab{
	font-weight: bold;
}
ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #7A5E46;  /*brown*/
	line-height: 20px;
}
lh.action{
	font-weight: bold;
	font-size: 1.2em; 
}
/*SSP class specific definitions*/
ul#ssp_links{
	color: #C84E0D;  /*dusk orange*/
	font: 0.8em Arial, Helvetica, sans-serif;
	line-height: 20px;

}

/**********************************************************************/
#main_txtbox_ssp{
	float: right;
	width: 546px;
	height: 100%;
	margin-top: -245px;
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;	/*khaki color*/
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
#main_photobox{
	float: right;
	width: 546px;
	height: 100%;
	margin-top: -500px;
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;	/*khaki color*/
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.main_txtbox_short{
	float: right;
	width: 546px;
	height: 100%;
	margin-top: -90px;
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;	/*khaki color*/
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
#main_txtbox{
	float: right;
	width: 546px;
	height: 100%;
	margin-top: -150px;
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;	/*khaki color*/
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	
}
#main_txtbox_actionplan{
	width: 718px;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #d7d7d7;	/*khaki color*/
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #7A5E46;  /*brown*/
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #7A5E46;  /*brown*/
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #7A5E46;  /*brown*/
}
hr.heading{
	color:  #7A5E46;  /*brown*/
	background-color: #7A5E46;  /*brown*/
	border-color: #7A4E46;
	size: 1px;
	
}
ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #7A5E46;  /*brown*/
	line-height: 20px;
}
div.vcenter{
	position: relative; 
	top: 50%;
	left: 50%;
	display: table-cell; 
	vertical-align: middle;
}
/*About African Wild Dogs - Table ID*/
table#facts{
	border-collapse: collapse;
	border: none;
	caption-side: top;
	table-layout: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #7A5E46;  /*brown*/
	line-height: 20px;
	
}
td.global{
	vertical-align: top;
	padding: 5px;
}

/*image divs  (create spacing around images within text*/
img.rightpic{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #7A5E46;  /*brown*/
}
img.leftpic{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #7A5E46;  /*brown*/
}	
div.imgcaption{
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9em; 
	color: #7A5E46;
}	