/* HTML Defaults */

body {
	font: 82%/1.4em Arial, Helvetica, sans-serif;
	color: #49361f;
	background: #ffedd3;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #c72b27;
}
a:hover {
	text-decoration: underline;
	color: #f9a11a;
}
h1 {
	font-size: 210%;
	line-height: 1.12em;
	font-weight: normal;
	text-transform: uppercase;
	color: #c72b27;
	margin: 0;
}
h2, h3,  {
	color: #49361f;
}
h2, h3 {
	font-weight: normal;
	color: #49361f;
}
h2 {
	font-size: 150%;
	line-height: 1.2em;
	color: #49361f;
}
h3 {
	font-size: 120%;
	line-height: 1.2em;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	color: #c72b27;
}
img {
	border: none;
}
hr {
	color: #c1c5c7;
	background: #c1c5c7;
	height: 1px;
	padding: 0;
	border: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, select, textarea {
	font: 100% Arial, Helvetica, sans-serif;
	color: #49361f;
}

/* Main Containers */

#container {
	width: 980px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

/* Header */

#header {
	background: url(../images/header_bg.png) repeat-x left bottom;
	width: 980px;
	float: left;
}
#header p, #header ul {
	margin: 0;
}
#logo, #logo p, #logo a {
	height: 115px;
	width: 350px;
	float: left;
}
#logo {
	background: url(../images/header_logo.png) no-repeat left top;
}
#logo a {
	text-indent: -9999px;
}
#contact {
	font-size: 92%;
	line-height: 1.25em;
	width: 372px;
	float: left;
	padding: 18px 0;
}
#contact div {
	min-height: 79px;
	width: 170px;
	float: left;
	padding-left: 15px;
	border-left: solid 1px #c1c5c7;
}
#contact strong {
	font-size: 150%;
	line-height: 1.2em;
	font-weight: normal;
}
.emergencies {
	background: url(../images/icon_emergencies.png) no-repeat left 12px;
	padding: 10px 0 0 15px;
}
#petrecords, #petrecords p, #petrecords a {
	height: 28px;
	width: 188px;
}
#petrecords {
	float: right;
	padding: 20px 10px;
}
#petrecords a {
	background: url(../images/petrecords_bg.png) no-repeat center top;
	display: block;
	text-indent: -9999px;
}
#petrecords a:hover {
	background-position: center -28px;
}
#social {
	font-size: 85%;
	line-height: 1.2em;
	float: right;
	clear: right;
	padding: 10px 10px 0 10px;
}
#social ul {
	padding: 0;
}
#social li {
	list-style: none;
}
#social a {
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	white-space: nowrap;
	padding: 3px 0 3px 20px;
}
.facebook a {
	color: #0d3162;
	background-image: url(../images/icon_facebook.png);
}

/* Nav */

#nav {
	line-height: 2em;
	color: #fff;
	background: #676c70 url(../images/nav_bg.png) repeat-x left bottom;
	width: 980px;
	float: left;
	clear: both;
	border-bottom: solid 3px #fff;
}
#nav ul {
	width: 964px;
	float: left;
	margin: 0;
	padding: 6px;
}
#nav ul li {
	float: left;
	list-style: none;
	border-right: solid 1px #bdc0c2;
	position: relative;
}
#nav ul li:last-child {
	border-right: none;
}
#nav ul li a, #nav ul li:hover ul li a {
	color: #fff;
	background: transparent;
	float: left;
	padding: 0 8px;
}
#nav ul li a:hover, #nav ul li:hover a, #nav ul li:hover ul li a:hover, #nav ul li.sfhover ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #90979c;
}
#nav ul li ul, #nav ul li ul li {
	width: 160px;
}
#nav ul li ul li a {
	width: 144px;
}
#nav ul li ul {
	background: #676c70;
	display: none;
	height: auto;
	padding: 0;
	border-top: solid 1px #bdc0c2;
	border-bottom: solid 1px #bdc0c2;
	border-left: solid 1px #bdc0c2;
	position: absolute;
	top: 2em;
	left: -1px;
}
#nav ul li:hover ul, #nav ul li.sfhover ul {
	display: block;
}
#nav ul li ul li:last-child {
	border-right: solid 1px #bdc0c2;
}

/* Footer */

#footer {
	font-size: 70%;
	line-height: 1.2em;
	color: #fff;
	background: #676c70 url(../images/footer_bg.png) repeat-x left bottom;
	width: 980px;
	float: left;
	clear: both;
	padding: 10px 0;
}
#footer p {
	margin: 0;
	padding: 0 15px;
}
#footer a {
	color: #ffedd3;
}

/* Content */

#content {
	width: 980px;
	float: left;
	clear: both;
}
#title {
	background: url(../images/title_bg.jpg) no-repeat left top;
	width: 980px;
	float: left;
	border-bottom: solid 3px #fff;
}
#title h1 {
	padding: 15px 20px;
}
#subnav {
	line-height: 2em;
}
#subnav ul {
	float: right;
	margin: 0;
	padding: 15px 6px;
}
#subnav ul li {
	float: left;
	list-style: none;
	border-right: solid 1px #ffedd3;
}
#subnav ul li:last-child {
	border-right: none;
}
#subnav ul li a {
	color: #fff;
	background: transparent;
	float: left;
	padding: 0 8px;
}
#subnav ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #90979c;
}
#subnav ul li a.on {
	color: #49361f;
}
#bodytext {
	width: 940px;
	float: left;
	clear: both;
	padding: 10px 20px 20px 20px;
}
.photo {
	font-size: 85%;
	line-height: 1.2em;
	float: right;
	margin: 0 0 10px 20px;
}
.photo p {
	margin: 0 0 .5em 0;
}
.photo img {
	border: solid 1px #fff;
}

/* Front */

#front {
	width: 980px;
	float: left;
}
#fronttitle {
	background: url(../images/fronttitle_bg.jpg) no-repeat left top;
	height: 340px;
	width: 980px;
	border-bottom: solid 3px #fff;
}
#fronttitle h1 {
	text-indent: -9999px;
	height: 212px;
}
#newsletter {
	background: url(../images/newsletter_bg.jpg) no-repeat 15px top;
	height: 117px;
	width: 229px;
	padding-left: 15px;
}
#newsletter form {
	margin: 0;
	padding: 10px 12px;
}
#newsletter h2 {
	font-size: 120%;
	line-height: 1.12em;
	background: url(../images/icon_newsletter.png) no-repeat left center;
	margin: 0 0 6px 0;
	padding-left: 20px;
}
#newsletter h2 strong {
	font-weight: normal;
	color: #c72b27;
}
#newsletter label {
	font-size: 92%;
}
#newsletter label, #newsletter input {
	margin: 2px 0;
}
.newsletterinput {
	background: #fff;
	width: 195px;
	padding: 3px 4px;
	border: solid 1px #c1c5c7;
}
.newsletterbutton {
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../images/newsletter_button.png) no-repeat center center;
	height: 23px;
	width: 68px;
	border: none;
}
#frontphotos {
	width: 979px;
	float: left;
	clear: both;
	border-left: solid 1px #fff;
}
#frontphotos img {
	float: left;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#intro {
	width: 980px;
	float: left;
	clear: both;
	padding: 10px 0;
}
.introtext {
	width: 459px;
	float: left;
	padding: 0 15px;
	border-right: solid 1px #c1c5c7;
}
.introtext:last-child {
	border-right: none;
}
.introtext p {
	margin: .2em 0 1em 0;
}
.cap {
	float: left;
	padding: 5px 5px 5px 0;
}


/******************************************************************************
*   South Loop Animal Hosptial Doctors & Staff Image Classes - 09/17/2009 - KW
 ******************************************************************************/


.LbiosLF {
float: left;
margin-right: 10px;
width: 175px;
height: 166px;
}


.RbiosRT {
float: right;
margin-left: 10px;
width: 175px;
height: 166px;
}


/******************************************************************************
*   South Loop Animal Hosptial CareCredit Classes - 09/17/2009 - KW
 ******************************************************************************/




#carecredit {
width: 60%;
float: left;
padding: 5px 0px 10px 0px;
}

.photos3 {
width: 460px;
float: left;
margin: 0 0 0em 0em;
}

.photos2 {
width: 60%;
float: left;
padding: 5px 0px 10px 0px;
}
