body {
	margin:0;
	padding: 0;
	background-color:#7b3393;
	media:all;
	font:12pt/1.5em Helvetica, Arial, sans-serif;
	}

#container {
	width: 1000px;
	margin:0 auto;
	background-color:#FFF;
	}
	
#design {
	background-color:#FFF;
	margin: 0 auto;
	width: 1000px;
	border-right:1px solid #7b3393;
	border-left:1px solid #7b3393;
    top: 243px;
	}
	
#content {
	width: 1000px;
	float:left;
	background-color:#FFF;
margin-top:40px;
	}	
html>body #content {
	width: 1000px;
margin-top:40px;
background-color:#FFF;
	}
	
	
	

/* Header */
#header {
	background-image: url(../images/2012/header.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 1000px;
	height: 203px;
	position:relative;
	}

#nav_top 	{	
	height: 40px;
	width: 1000px;
	color: #7b3393;
	text-align:left;
	position:absolute;
	top: 203px;
border-top:thin;
	border-bottom:thin;
        background-color: #f5e2fb;
        border-top-color:#7b3393;
	border-top-style:solid;
	border-bottom-color:#7b3393;
	border-bottom-style:solid;
		}		
	#nav_top ul{
				list-style:none;
				width:1000px;
				float:left;
				margin-left:10px;
				}	
	#nav_top li { 
				display:inline; 
				margin-right:16px;
				}
	#nav_top a:link, #nav_top a:visited {
				font-weight:bold;
				text-decoration:none; 
				font-size: 16px;
				font-weight:bold;
				color: #7b3393;				
				}	
	#nav_top a:hover {
				text-decoration:none; 
				font-size: 16px;
				font-weight:bold;
				color: #FFF;
				}				

#search	
	{
	width: 300px;
	height: 45px;
	float:right;
	font-size: 12px;
	color: #FFF;
	}
	#search	a:link
		{
		font-size: 12px;
		color: #FFF;
		text-decoration:none;
		}


#social_buttons	
	{
	height: 44px;
	margin-top: 10px;
margin-right: 20px;
	}
		





/* Home Page */

#homeFeature {width:1000px; height:443px; top:243px; float:left; }

#homeFeature2 {width:1000px; height:443px; float:left; }

#homePets {
margin-top: 8px;
margin-left:4px;
width: 694px;
height: 177px;
float:left;
color: #FFF;
	}
#homePets table  {width:694px; height: 177px;}

#homePets a  {color:#FFF;}

#homeLogos {margin-top:8px; width:293px; height:178px; float:right;}

#homeLeft {
margin-top: 8px;
margin-left:4px;
width: 694px;
float: left;
}

#homeRight {
margin-top:8px; 
width:293px; 
height:178px; 
float:right;
}


/* End Home Page Classes */

/* 5)-=-=-=- Footer -=-=-=- */	

#footer {
	width: 1000px;
	height: 75px;
margin:0 auto;
float:left;
position: relative;
background-color:#FFF;
	}

#footer p { font-size: 10px; }

#nav_footer {
	width: 1000px;
	font-size: 11px;
	color: #000;
	top: 50px;
	position:absolute;	
	}
	#nav_footer td { 
			font-size: 11px;
			color: #000; 
			}	
	#nav_footer td .right {text-align:right;}				
	#nav_footer A:link
			{
			font-size: 11px;
			color: #000;
			text-decoration: none;
			}	
	#nav_footer A:hover
			{
			font-size: 11px;
			color: #63C;
			text-decoration: underline;
			}		
	#nav_footer A:visited
			{
			font-size: 11px;
			color: #000;
			}	

.ems 	{
		font-size: 10px;
		color: #000;
		text-align: center
		}


/* Text Classes */


h1 {
	font-size: 18px;
	color: #660099;
	text-align: center;
	font-weight: bold
	border-bottom-color: #639;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	}

h2 {
	font-size: 16px;
	color: #000000;
	}		

h3 	{
	font-size: 14px;
	color: #000000;
	font-weight: bold
	}	


p, td  {
	font-size: 14px;
	color: #000000;
	}
	
th  {
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}	
	
p.small, td.small {
	font-size: 10px;
	}
	
.small{
	font-size: 10px;
	}	

.pending {
	color: #F00;
	}	

A:link {
	color: #306;
	text-decoration: none;
	font-weight: bold;
	}

A:visited {
	color: #666;
	text-decoration: none;
	}

A:hover {
	color: #63C;
	text-decoration: underline;
	}
	
ul, ol { 
	text-align: left;
	font-size: 12px;
	}

hr { color: #306; }

/* end Text Classes */





/* 6)-=-=-=- Forms -=-=-=- */
	
input {
	border: 1px solid #BFBFBF;
	color: #306;
	background: #fff;
	padding: 2px 5px 1px 5px;
	font-size: 1em;
	}
	
input:hover {
	background: #fff;
	border: 1px solid #F00;
	color: #63C;
	font-size: 1em;
	}
	
textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	color: #949494;
	padding: 2px 5px 1px 5px;
	}
	
textarea:hover {
	background: #fff;
	border: 1px solid #F00;
	color: #7DA721;
	}
	
/* 7)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
	}
	
hr { /* Simple style when CSS not in use */
	display: none;
	}


/* Leadership Team */
#leader-photo {float:right; margin-left: 8px;}
/* End Leadership Team */

.separate
	{
	clear: both;
	height: 1px;
	}

#separate
	{
	clear: both;
	height: 1px;
	}	


/* RSS Classes */

#feedBurnerFeedBlock
	{
	font-size: 12px;
	color: #000000;
	}
	
#feedBurnerFeedBlock b	{
	font-size: 12px;
	color: #000000;
	font-weight: bold
	}
	
#feedBurnerFeedBlock .date
	{
	font-size: 10px;
	color: #666666;
	}

/* End RSS Classes */


/* SSP */

#flashcontent {	margin:24px auto;}

	
/* 8)-=-=-=- Hacks -=-=-=- */
	
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	


/* Old CSS - May Delete as Redesigned */

/* Content Area */

#header_text {font-size:11px;}
	#header_text p { 
		font-size:11px;
		text-align:left;
		}

/* Content Divs */

#left200
	{
	width: 200px;
	float:left;
	background-color:#f5e2fb;
	padding:10px;
	}
	#left200 h2 {
		font-size: 16px;
		color: #660099;
		margin-right: 10px;
		}
	#left200 ul{margin-left:0px;}	
	#left200 dl{
				font-size: 12px;
				}
	#left200 dd{
				margin-left: 10px;
				}			

#content500
	{
	margin-top:10px;
	margin-right: 10px;
	width: 760px;
	float:right;
	}
	#content500 ol, li { 
		color: #000;
		}	
	
	



/* News Articles Items */
#sec-story-main
	{
	display: block;
	width: 500px;
	float: left;
	text-align: left;
	}
#sec-story-left
	{
	width: 250px;
	float: left;
	text-align: left;
	}	
#sec-story-right
	{
	width: 250px;
	float: right;
	text-align: left;
	}
#sec-story-photo {float:left; margin-right: 8px;}

#comments
	{
	width: 500px;
	float: left;
	padding: 10px;
	background-color: #FFF;
	}
	#comments h6 { text-decoration: underline; font-size: 14px; font-weight: bold; }
	#comments dl {padding: 10px; }
	#comments .posted-by { color: #60F; }
	#comments .comment-date { color: #999; font-size: 10px; }
	#comments .odd {background-color: #FFF; }
	#comments .even {background-color: #FFC; }

#comment-form
	{
	width: 500px;
	float: left;
	background-color: #CCC;
	padding: 10px;
	}
	#comment-form h6 { text-decoration: underline; font-size: 12px; font-weight: bold; }
	#disclaimer { width:200px; float:right; text-align:left; }	
	


/* End News Articles Items */




 

/* Contact Forms */

#contact-form
	{
	width: 500px;
	float: left;
	background-color: #CCC;
	padding: 10px;
	}
	#contact-form h6 { text-decoration: underline; font-size: 12px; font-weight: bold; }

/* End Contact Forms */





/* ADS */

#ads_right {
	width: 130px;		
    background-repeat: repeat;
	border-style:dotted;
	border-left-color:#CCCCCC;
	border-width: thin;
	float:right;
	}	
	
#ads_footer {
	width: 860px;
	padding-top: 15px;
	}	







	
	 
 

.pagination{clear:both; font-size:13px; color:#645226; border-top:1px dotted #645226; padding-top:9px;}
     .pagination p{margin:18px 9px;}
     .pagination a{padding:4px 7px; margin:2px; color:#645226;text-decoration:none; }
     .pagination b, .pagination a:hover{padding:4px 7px; margin:2px; color:#f78f1e; text-decoration:none;}

.successStory 	{ width: 500px; float: left; 	padding-bottom: 10px; }
	.successStoryPhoto { width:300px; float:right; text-align:left; }	




/* Adoptable Pets Classes */

.adoptable
	{
	display: block;
	width: 500px;
	float: left;
	text-align: left;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color:#666666;
	}
.adoptableThumb {float:left; margin-right: 8px; margin-top: 5px; margin-bottom: 5px;}	
.adoptableLeft
	{
	width: 300px;
	float: left;
	text-align: left;
	}	
.adoptableRight
	{
	width: 200px;
	float: right;
	text-align: left;
	}
.adoptablePhoto {float:left; margin-right: 8px; width:400px;}
.adoptablePhotoPrint {float:left; margin-right: 8px; width:300px;}
.donate input{border: 0px;}


/* H4TH */
#headerH4th {
	background-image: url(../images/uploads/photos/header-h4th.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 1000px;
	height: 203px;
	position:relative;
	}

#nav_topH4th 	{	
	height: 40px;
	width: 1000px;
	color: #cc332c;
	text-align:left;
	position:absolute;
	top: 203px;
	border-top:thin;
	border-bottom:thin;
    background-color: #f4c9c7;
    border-top-color:#cc332c;
	border-top-style:solid;
	border-bottom-color:#cc332c;
	border-bottom-style:solid;
		}		
	#nav_topH4th ul{
				list-style:none;
				width:1000px;
				float:left;
				margin-left:10px;
				}	
	#nav_topH4th li { 
				display:inline; 
				margin-right:16px;
				}
	#nav_topH4th a:link, #nav_top a:visited {
				font-weight:bold;
				text-decoration:none; 
				font-size: 16px;
				font-weight:bold;
				/*color: #cc332c;*/				
				}	
	#nav_topH4th a:hover {
				text-decoration:none; 
				font-size: 16px;
				font-weight:bold;
				color: #FFF;
				}	

#left200H4th
	{
	width: 200px;
	float:left;
/* 	border-style:dotted;
	border-right-color:#CCCCCC;
	border-width: thin; */
	text-align:left;
	background-color:#f4c9c7;
	padding:10px;
	}
	#left200H4th h2 {
		font-size: 16px;
		color: #cc332c;
		margin-right: 10px;
		}
	#left200H4th ul{margin-left:0px;}	
	#left200H4th dl{
				font-size: 12px;
				}
	#left200H4th dd{
				margin-left: 10px;
				}			

#content500H4th
	{
	margin-top:10px;
	margin-right: 10px;
	width: 760px;
	float:right;
	text-align:left;
	}
	#content500H4th ol, li { 
		color: #000;
		}	
		
#content500H4th h1 {
	font-size: 18px;
	color: #cc332c;
	text-align: center;
	font-weight: bold
	border-bottom-color: #639;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	}

#content500H4th h2 {
	font-size: 16px;
	color: #cc332c;
	}		

#content500H4th h3 	{
	font-size: 14px;
	color: #cc332c;
	font-weight: bold
	}				


/* 2014 Redeisgn Styles */

.adopt_thumb {
height: 150px;
width: 150px;
-moz-border-radius: 70px;
border-radius: 70px;
} 

a.adopt_name {
text-align: center;
} 