body {
	font: 12pt 'Open Sans', Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

#container {
	width: 100%;
}

#header {
	width: 100%;
	margin-bottom: 20px;
	clear: both;
	height: 120px;
}

#logo {
	width: 180px;
	height: 85px;
	float: left;
	margin-top: 10px;
}

#logo img {
	width: 180px;
	height: 85px;
}

#top-info {
  float: right;
  padding-top: 5px;
  text-align: right;
  width: 450px;
}

#top-info p {
  font: 10pt 'Open Sans', Arial, Helvetica, sans-serif;
}

#slideshow {
	display: none;
}

#nav {
  display: none;
}

ul.submenu {
	display: none;
}

#content {
	width: 100%;
}

#content-wide {
	width: 100%;
}

#right-column {
	width: 45%;
	float: right;
}

#footer {
	display: none;
}

p, td  {
	font: 12pt/19pt "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px;
}

ul {
	margin: 10px 0px 10px 30px;
	padding: 0px;
	list-style: disc;
}

li {
	line-height: 20px;
	margin: 0px 0px 5px;
}

h2, h3 {
	margin: 0px 0px 10px;
	color: #413E38;
}

h1 {
	font-size: 28px;
	margin: 0px 0px 10px;
	color: #EF9F05;
}

#header h1 {
	color: #EF9F05;
	font-size: 13pt;
}

a {
	color: #000;
}

table {
	margin: 10px 0px;
}

td {
	vertical-align: top;
}

.clearer {
	clear:both;
}



.socials {
	display: none;
}

.noprint {
	display: none;
}

/* Forms */

.quickform {
  display: none;
	
}

/* Adoption Profile Listings */

.listing {
	margin: 20px 0px;
	padding: 20px;
	background-color: #F4F4F4;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.listing .photo {
	float: left;
	margin-right: 20px;
	width: 300px;
	border: solid 1px #fff;
}

.listing .info {
	float: left;
	width: 520px;
}

.listing .info h2 {
	font-weight: bold;
	font-size: 20px;
}

/* Featured Listings */

.featured .listing {
	margin: 5px 0px 0px 0px;
	padding-bottom: 20px;
}

.featured .listing .photo {
	float: right;
	margin: 0px 0px 0px 20px;
	width: 250px;
}

.featured .listing .info {
	float: left;
	width: 260px;
}

.profile-photo {
	margin-bottom: 20px;
}

/* Top Featured Listings */

#top .listing {
	background-color: #FCE2B3;
}

#top .listing .info h2 {
	color: #EF9F00;
	font-size: 28px;
}

#top .listing .info p {
	font-weight: bold;
}



/* Special Needs Section */

.photos {
	float:right;
	width: 300px;
	margin-left: 20px;
}

.photos img  {
	margin-bottom: 20px;
}

.home-feature {
	padding: 10px 20px;
	background-color: #F4F4F4;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
}

.illustrative {
	float: right;
	margin: 5px 0px 20px 20px;
}

/* Special Needs Side Column Feature */


.specialneedsfeature {
	margin: 20px 0px;
	padding: 10px 15px 15px;
	background-color: #F4F4F4;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.specialneedsfeature h3 {
	font-size: 20px;
	color: #EF9F00;
}

.specialneedsfeature .photo {
	margin-bottom: 10px;
	border: solid 1px #fff;
}

.specialneedsfeature p.info {
	font-size: 13px;
	line-height: 21px;
}


/* Breadcrumbs */

#breadcrumbs {
	display: none;
}


/* News */

.news-article {
	margin-bottom: 15px;
	border-bottom: solid 1px #E7E7E7;
}

.photo-gallery {
	margin: 20px 0px;
}

.photo-gallery img {
	margin: 0px 15px 15px 0px;
	float: left;
	display: block;
}

.icon {
	float: left;
	margin: 5px 10px 5px 0px;
}

.date {
	display: block;
	float: right;
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
	font-style: italic;
}

/* Gallery */

.gal-item-active {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* Home Banner */

#home #banner {
  height: 350px;
  width: 950px;
  float: left;
}

#slider-nav {
  bottom: 60px;
  float: left;
  left: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 200;
}

#slider-nav li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 3px 0 0;
}

#slider-nav a {
  background: url("../media/graphics/banner-nav-icon.png") no-repeat scroll center top transparent;
  display: block;
  float: left;
  height: 18px;
  text-indent: -10000px;
  width: 18px;
}

#slider-nav a.activeSlide {
  background: url("../media/graphics/banner-nav-icon-active.png") no-repeat scroll center top transparent;
}