/*---------------------------ABOUT US CSS------------------------------*/
#content {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	background-color: #fff;
}

h3 {
	text-indent: 0px;
}

#about_links {
	font-size: 15px;
	color: #4382c9;
	margin: 0px 20px 0px 28px;
}

#about_links a {
	color: #4382c9;	
}

#about_links a:hover {
	color: #00f;	
}

#author {
	font-size: 14px;
	color: #777;
	margin: 0px 30px 0px 28px;
	text-indent: 0px;
	text-align: right;
	font-style: italic;
}

#about_header {
	width: 138px;
	height: 63px;
	background: url("../images/about_header.png");
	margin: 30px 0px 0px 30px;
	text-indent:-9999em;
	font-size: 30px;
	font-weight: bold;
}

#contact_us_header {
	width: 175px;
	height: 63px;
	background: url("../images/contact_us_header.png");
	margin: 30px 0px 0px 30px;
	text-indent:-9999em;
	font-size: 30px;
	font-weight: bold;
}

#contact_info {
	margin-left: 40px;
	font-size: 15px;
	color: #555;
}

#contact_info a {
	color: #3683b9;
	text-decoration: none;
}

#contact_info a:hover {
	text-decoration: underline;
}

#contact_info b {
	font-weight: bold;
}

#our_story_header {
	width: 158px;
	height: 64px;
	background: url("../images/our_story_header.png");
	margin: 30px 0px 0px 30px;
	text-indent:-9999em;
	font-size: 30px;
	font-weight: bold;
}

#about_image {
	margin-left: 80px;
	margin-top: 30px;
	width: 243px;
	height: 382px;
	background: url("../images/dog_blue_2.png");
}

#contact_us_image {
	margin-left: 60px;	
	margin-top: 30px;	
	width: 258px;
	height: 403px;
	background: #fff url("../images/dog_blue_3.png");
}

#our_story_image {
	margin-left: 60px;	
	margin-top: 30px;	
	width: 265px;
	height: 397px;
	background: #fff url("../images/dog_blue_4.png");
}

#column_left {
	float: left;
	width: 370px;
	margin-top: 0px;
}

#column_right {
	float: left;
	width: 609px;
}

p.counter {
	font-size: 12px;
	color: #999;
	margin: 0 0 10px 0px;
}

#submit {
	margin-left: 0px;
	margin-bottom: 20px;	
}

.testimonial_response {
	font-size: 12px;
}

p.testimonial_response {
	margin: 0px;
	color: #999;
}

input#my_email, input#my_name {
	margin: 3px 0px 10px 0px;
}

textarea#my_message {
	margin: 3px 0px 3px 0px;
}
