body {
	margin: 0 0 0 0;
    background: #DCDACC url(../images/bg_top.gif) repeat-x;
}
body, div, span, td {
    font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica ;
    font-size: 13px;
    color: #535353;
}
a {
	color: #D0753A;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p, ul, ol {
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 1.7em;
}
h1, .header1 {
	color: #77250A;
	margin: 8px 0 4px 0;
}
h2, .header2 {
	color: #006699;
	margin: 0 0 10px 0;
	font-weight:bold;
	font-size:16px;
}
h3, .header3 {
	color: #77250A;
	font-size:13px;
	font-weight:bold;
	margin: 6px 0 -6px 0;
}
h4, .header4 {
	color: #77250A;
	margin: 4px 0 4px 0;
}
h5, .header5 {
	color: #77250A;
	margin: 4px 0 2px 0;
}



#content ul {
	list-style:none;
	padding-left:35px ;
	}

#content ul li {
	background:url(../images/arrow_list.gif) no-repeat top left;
	padding-left:10px;
	padding-bottom:4px;
	}

#content ol {
	padding-left:35px ;
	}

#content ol li {
	padding-left:5px;
	}

/*________________________SHARED STYLES__________________________________*/
#spacer_top {
	height:11px;
	}

#wrap {
    position:relative;
    width:997px;
    margin-left:auto;
    margin-right:auto;
	border: 2px solid white;
	background:#FCFCF6 url(../images/bg_int_main.gif) repeat-y right;

    }
    
#footer {
	clear:both;
	height:21px;
	background:#8F9087;
	border-top:2px solid white;
	font-size: 12px;
	color:#CCCCCC;
	text-align:right;
	padding:5px 20px 0 0;
}

#footer a:link {color:#FFFFFF; text-decoration:none;}
#footer a:hover {color:#FFFFFF; text-decoration:underline;}
#footer a:visited {color:#FFFFFF; text-decoration:none;}
#footer a:visited:hover {color:#FFFFFF; text-decoration:underline;}

#sponsors {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	}

#sponsors img {
	padding-right:25px;
	}


/**************** menu coding *****************/
#menu {
	width:801px;
	padding: 0px;
	height:24px;
	background:#000;
	float:left;
	margin:0;
	border:0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 175px;
	float: left;
}

#menu ul img {
	display: block;
	margin: 0;
	padding:0;
}

#menu a {
	font: normal 11px Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica;
	display: block;
	margin: 0;
	padding: 5px 0 5px 20px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#menu a.menu_header {
	display: block;
	margin: 0;
	padding:0;
	border:none;
}


#menu h2 {
	color: #fff;
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
}



#menu a:hover {
	color: #D0753A;
	background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
#primary_content .pullQuoteRight {
	padding: 5px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #663300;
}


/*________________________HOME PAGE STYLES__________________________________*/


#image_home {
	float:left;
	width:801px;
	padding:0;
	margin:0;
	border:0;
	}

#top {
    width:801px;
    height:137px;
    float:left;
    }

#faces_home {
	float:right;
	width:195px;
	padding:0;
	margin:0;
	}



/*________________________INTERIOR PAGE STYLES__________________________________*/


#top_int {
    width:801px;
    height:110px;
    float:left;
    }

#faces_int {
	float:right;
	width:195px;
	padding:0;
	margin:0;
	height:590px;
	background-color:#D0753A;
	}

#main {
	width:780px;
	border:0px solid red;
	color:#333333;
	}

#breadcrumbs {
	font-size:12px;
	text-align:right;
	padding:0 5px 15px 0;
	}

#content {
	line-height:1.7em;
	padding:0 35px 15px 65px;
	}

#content p {
	padding-bottom:12px;
	}

.arrow {
	padding:2px 8px 0 8px;
	width:8px;
	height:11px;
	border:none;
	}

	
#content_images {
	float:left;
	width:282px;
	padding-right:13px;
	padding-top:8px;
	}

#content_images img{
	margin-bottom:15px;
	border:1px solid #D0753A;
	}

#adoptCalendar {
	line-height:1.2em;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica ;
    font-size: 11px;
    color: #535353;
	}	

#adoptCalendar p {
	padding:0 0 2px 0;
	margin:0px;
	}


/*________________________TINY MCE__________________________________*/
	
	 /* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}


.mceContentBody a {
   color: red!important; /* FF requires a important here */
}


.mceContentBody a {
	color: #D0753A!important;
	text-decoration:none!important;
}

.mceContentBody a:hover {
	text-decoration:underline!important;
}

	 

.mceContentBody p, .mceContentBody ul, .mceContentBody ol{
	margin: 0 0 8px 0;
	line-height: 1.7em;
}

.mceContentBody ul {
	list-style:none;
	padding-left:35px ;
	}

.mceContentBody ul li {
	background:url(../images/arrow_list.gif) no-repeat top left;
	padding-left:10px;
	}



