@charset "utf-8";
/* CSS Document */

#content {
	background: #FAF4E6;
	padding: 10px;
}

#content h1 {
	font-size: 14px;
	font-weight: bolder;
	margin: 5px 15px 15px 15px;	
}

#content p {
	margin: 5px 15px 15px 15px;	
	text-align: justify;
}

#content a:hover {
	text-decoration: none;
}

#content  ul {
	list-style-type: disc;	
}

#content .staff {
	clear: both;
	padding: 5px;
}

#content .staff h2 {
	color: #3E2310;
	font-size: 16px;
	font-weight: bolder;
}

#content h3 {
	color: #3E2310;
	font-size: 12px;
	font-weight: bolder;
}

#content .border {
	border-bottom: 1px solid #d6c099;	
}

#content img.img-left {
	float: left;	
	margin: 0 15px 5px 0;
	border: 2px solid #d6c099;
}

#content img.img-right {
	float: right;	
	margin: 0 0 5px 15px;
	border: 2px solid #d6c099;
}

/* OVERRIDE FOR SERVICES PAGE */
#services #content {
	background: url(../images/interface/services-bg.jpg) repeat-y;
}

#content #services-main {
	width: 600px;
	float: left;
	padding: 0 25px 0 0;
}

#content #services-sidebar {
	margin-left: 620px;
}

#content #services-sidebar ul {

	padding: 10px;	
}

#content #services-sidebar h3 {
	font-weight: bold;	
	color: #37637C;
}

#content .employment {
	margin: 5px 0;	
}

#content .employment h2 {
	font-weight: bold;	
}

#content .bold {
	font-weight: bold;	
}

#content .logo-img {
	border: 2px solid #d6c099;
}

#content .ask-dr-bc {
	font-weight: bold;	
}

#feline-boarding #content {
	background: url(../images/interface/feline_boarding_bg.jpg) no-repeat center top;
}
