body, html {
	background-color: #000000;
	font-family: verdana, sans-serif;
	text-align: center;
}

/* all simple container divs are layed out here -------------------------------------- */

#container {
	width: 981px;
	text-align: center;
	margin: 0 auto;
	background-color: #3A2311;
}
#flashmov {
	background-color: #3A2311;
	height: 194px;
	width: 979px;
	padding-top: 3px;
	padding-left: 1px;
	padding-right: 1px;
}
#breadcrumb {
	background-color: black;
	margin: 8px 4px 4px 4px;
	text-align: left;
	padding: 2px 5px 2px 10px;
	font-size: 80%;
	color: white;
}


/* title for every page */

#titlebar {
	margin: 8px 4px 0px 4px;
	text-align: left;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 1px;
	background-image: url(../images/bg-black-title.gif);
	background-color: #000000;
	border-right: 2px solid black;
	border-left: 2px solid black;
	color: white;
	height: 32px;
	padding-right: 8px;
}
#titlebar .date {
	float: right;
	font-style: italic;
	font-size: 0.6em;
	margin-top: 4px;
}
#titlebar .header {
	text-align: left;
	color: white;
	float: left;
}
#titlebar h1 {
	color: white;
	padding: 0;
	margin: 0;
	font-weight: normal;
	display: inline;
	font-size: 0.9em;
	text-transform: uppercase;
}

/* middle for all sub pages */

#middle {
	background-color: #3A2311;
	float: left;
	margin: 0px 0px 0px 0px;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
}
	/* box model hack */
#middle {
	width: 622px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width: 610px;
}
html>body #middle {
  	width: 610px;
} 
	/* end box model hack */


/* middle for home page only */

#middleindex {
	background-color: black;
	height: 883px;
	width: 612px;
	padding: 5px;
	float: left;
	margin: 0px 5px 0px 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 8px;
}

/* navbar and links --------------------------------------------------------------------- */

#navbar {
	background-color: #140D07;
	width: 973px;
	height:41px;
	padding-top: 1px;
	background-image: url(../images/bg-navbar.jpg);
	font-family: verdana, sans-serif;
	font-size: .9em;
	margin: 0 auto;
	background-repeat: repeat-x;
}

	/* box model hack */
# navbar {
	/*height:26px; /* what IE 5.5 sees */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	height: 23px; /* what Firefox etc sees */
}
#navbar a {
	font-size: .9em; /* what IE 5.5 sees */
	voice-family: "\"}\""; 
  	voice-family:inherit;
	font-size: 1em; /* what Firefox etc sees */
}
html>body #navbar {
	/*height:23px; /* what Opera sees */
}
html>body #navbar a {
	font-size: 1em; /* what Opera sees */
}
	/* end box model hack */

/* hack for IE b/c it doesn't understand min-height,
but luckily, won't resize pixel based text,
which fixes the problem that firefox would
have had with only a height atrribute */

* html #navbar {
	/*height:20px;*/
}



/* hyperlinks in navbar */

#navbar a {
	font-family: verdana, sans-serif;
	color: white;
	text-decoration: none;
}
#navbar a:hover {
	font-family: verdana, sans-serif;
	color: white;
	text-decoration: underline;
}

/* <p>s and hyperlinks in nav left, nav right, and footer */
p {
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 8px;
	color: white;
}
a {
	font-family: verdana, sans-serif;
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	font-family: verdana, sans-serif;
	color: #FF9900;
	text-decoration: underline;
}

/* left side navigation ---------------------------------------------- */

#navleft {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding-bottom: 40px;
	padding-right: 4px;
	padding-left: 8px;
	padding-top: 0px;
	text-align: left;
	font-size: 75%;
	font-family: verdana, sans-serif;
	overflow: auto;
	background-color: #3A2311;
}
	/* box model hack */
#navleft {
	width:179px; 
  	voice-family: "\"}\""; 
  	voice-family:inherit;
  	width:167px;
}
html>body #navleft {
  	width:167px;
} 
	/* end box model hack */

#navleft p {
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 8px;
	color: white;
}
.leftlinks {
	padding-left: 0px;
	margin-left: 2px;
	list-style-type: none;
	padding-top: 0px;
	margin-top: 0px;
	color: #ff9900;
}

/* right side navigation --------------------------------------------- */

#navright {
	background-color: #3A2311;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 8px 0px 40px 0px;
	margin-right: 0px;
	color: white;
	font-size: 80%;
	left: 920px;
	width: 171px;
}

/* buttons for search and subscribe defined here */

.rightlinksgobutton {
	/*width:70%;*/
	width: 35px;
	height:20px;
	background-color:#000000;
	color:#fff;
	border:solid 1px #a99999;
	font-size:.7em;
	cursor:hand;
	cursor:pointer;
	margin-bottom:1px;
}
.rightlinkstextfield {
	width: 115px;
	height:1.3em;
	margin-top:3px;
	margin-bottom:2px;
	padding-bottom:2px;
	font-size:.7em;
}
* html .rightlinkstextfield {  /* just for IE */
	margin-bottom:1px;
}
.nav_bar_table {
	height:35px;
}
.nav_bar_table, .nav_bar_table td, .nav_bar_table.tr {
	margin:0px 0px 6px 181px;
	text-align:left;
}
.nav_bar_table p {
	margin:0;
	padding:0;
	text-align:center;
}

/* rightlinks */

.rightlink { /* apply to every right list div*/
	margin: 0 0 5px 0;
	height: 138px;
	border: 0;
	display: block;
}
	.rightlink img {
		border:0;
		margin-top:31px;
		margin-left:1px;
	}
.rightlink1 { /* individual control of right list divs begins here */
	background:url(../images/donate-now-bg.gif) no-repeat;
	height:86px;
}
	.rightlink1:hover {
		background:url(../images/donate-now-bg-o.gif) no-repeat;
	}
.rightlink2 {
	background:url(../images/get-aas-e-news-bg.gif) no-repeat;
	height:27px;
}
	.rightlink2:hover {
		background:url(../images/get-aas-e-news-bg-o.gif) no-repeat;
	}
.rightlink3 {
	background:url(../images/email-this-page-bg.gif) no-repeat;
	height:27px;
}
	.rightlink3:hover {
		background:url(../images/email-this-page-bg-o.gif) no-repeat;
	}
.rightlink4 {
	background:url(../images/tote-bags-bg.gif) no-repeat;
}
	.rightlink4:hover {
		background:url(../images/tote-bags-bg-o.gif) no-repeat;
	}
.rightlinkSendCard {
	background:url(../images/send-a-free-card.gif) no-repeat;
	height:177px;
}
	.rightlinkSendCard:hover {
		background:url(../images/send-a-free-card-o.gif) no-repeat;
	}
.rightlinkTwitter {
	background:url(../images/follow-us-on-twitter.gif) no-repeat;
	height:43px;
}
	.rightlinkTwitter:hover {
		background:url(../images/follow-us-on-twitter-o.gif) no-repeat;
	}
.rightlinkFacebook {
	background:url(../images/follow-us-on-facebook.gif) no-repeat;
	height:43px;
}
	.rightlinkFacebook:hover {
		background:url(../images/follow-us-on-facebook-o.gif) no-repeat;
	}
/* 5 now comes before 4 as per Judy's request */
.rightlink5 {
	background:url(../images/cards-bg.gif) no-repeat;
}
	.rightlink5:hover {
		background:url(../images/cards-bg-o.gif) no-repeat;
	}
.rightlink6 {
	background:url(../images/aas-videos-bg.gif) no-repeat;
}
	.rightlink6:hover {
		background:url(../images/aas-videos-bg-o.gif) no-repeat;
	}
.rightlink7 {
	background:url(../images/sick-animals-fund-bg.gif) no-repeat;
}
	.rightlink7:hover {
		background:url(../images/sick-animals-fund-bg-o.gif) no-repeat;
	}
.rightlink8 {
	background:url(../images/campaigns-bg.gif) no-repeat;
}
	.rightlink8:hover {
		background:url(../images/campaigns-bg-o.gif) no-repeat;
	}
.rightlinks3 .imgborder, .rightlinks .imgborder {
	border: solid 1px white;
}

/* footer */

#footer {
	clear: both;
	color: white;
	font-size: 0.8em;
	padding-bottom: 10px;
	padding-top: 5px;
}

/* text div (most important...holds all content)------------------------------ */

#text {
	background-color: #FFFFF0;
	margin: 0px 4px 4px 4px;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	border-top: none;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-family: verdana, sans-serif;
}

/* hyperlinks in #text */

#text a {
	font-family: verdana, sans-serif;
	color: #0D5D9B;
	text-decoration: none;
}

#text a:hover {
	font-family: verdana, sans-serif;
	color: #0D5D9B;
	text-decoration: underline;
}

/* #text paragraph, header, and list styles */

#text p {
	font-family: verdana, sans-serif;
	color: black;
	font-size: 0.8em;
	text-align: left;
}
#text p.indent {
	margin-left: 30px;
}
#text p.italic {
	font-style: italic;
	width: 97%;
}
#text h1 {
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: -14px;
	margin-top: 0px;
}
#text h2 {
	text-align: center;
	font-size: 0.9em;
	margin: 5px auto 5px auto;
	font-weight: bold;
	margin-bottom: 1em;
}
#text h3 {
	padding-top: 1em;
}
#text h3, #text h4 {
	font-family: verdana, sans-serif;
	color: black;
	font-size: 0.8em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.1em;
	margin-top: 0.8em;
	padding-left: 2px;
}
#text h6 {
	font-family: verdana, sans-serif;
	font-style: italic;
	font-size: 0.7em;
	margin-top: 0px;
	font-weight: normal;
	text-align: center;
	padding-right: 6px;
	margin-bottom: 0px;
}
#text ul {
	font-family: verdana, sans-serif;
	color: black;
	font-size: 0.8em;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding-left: 25px;
}
#text ol {
	font-family: verdana, sans-serif;
	color: black;
	font-size: 0.8em;
}
#text li {
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
}
#text .backtotop {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	text-align: center;
	clear: both;
}
#text .bottomlink {
	margin-top: 1.5em;
	text-align: center;
	margin-bottom: -.5em;
}

#text ._center {
	text-align: center;  /* this is so Judy can center in Contribute ... not used otherwise */
}

/* this fixes the problem of text not lining up the same vertically in IE and Mozilla */

#matchIE {
	margin-top: 0px;
	padding-top: .8em;
}

/* to compress the <li>s so the're right under a <p> without the space */

.compressed {
	margin-top: -0.2em;
}

/* this spacer has value perhaps rename as just spacer */

p.spacer {
	padding-bottom: 4px;
}

/* floats for images in #text */

.floatleft {
	/*align: left;*/
	float: left;
	margin: 6px 6px 4px 0px;
	text-align: center;
}
.floatlefttop {
	/*align: left;*/
	float: left;
	margin: 2px 6px 4px 0px;
	text-align: center;
}

/* to fix IE's problem of adding 3 px to anything right of a float:left */

* html .floatlefttop {
	margin-right: 3px
}
* html .floatleft {
	margin-right: 3px
}

/* end of IE bug fixing */

.floatright {
	/*align: left;*/
	float: right;
	margin: 6px 0px 4px 8px;
	text-align: center;
}
.floatrighttop {
	/*align: left;*/
	float: right;
	margin: 2px 0px 4px 8px;
	text-align: center;
}
.imgcenter {
	text-align: center;
	margin-top: 0.6em;
}

/* this fixes the IE bug that makes text disappear b/c it doesn't render floating elements correctly
	apply this to divs as needed */

* html .visualIEFloatFix {
	height: 0.01%;
}

/* delete these? */

.left10 {
	margin-left: 10px;
}
.left25 {
	padding-left: 25px;
}
#text div.greybox {
	padding:4px 10px;
	margin-top:.8em;
	background-color:#E6E6E6;
	border:solid 1px gray;
}
/* the little grey square around "There are more messages in this thread" or "Read more" at the bottom of a page */
#text div.readmore {
	padding:5px;
	width:60%;
	border:solid 1px #ccc;
	margin:1em auto -.2em;
	clear: both;
}
html #text div.readmore p {
	text-align:center;
	margin-top:0px;
}
/* end little grey square ... */


/* only used on the more top stories page */
.hometext img.moretopstories {
	padding: 5px;
	float: left;
	padding-top: 11px;
}
.hometext img.moretopstories {
 	margin: 8px 5px 2px 3px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
  	margin: auto;
}
html>body .hometext img.moretopstories {
  	margin: auto;
} 
