a:link {
	color: #399;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #399;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #434d99;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #399;
	font-weight: bold;
}
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #6eb43f;
}
#container  {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #6eb43f;
} 
#corner_tl {
	background-color: #FFF;
	width: 900px;
	float: left;
	background-image: url(images/pcorner_tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	display: inline;
}
#corner_tr {
	float:right;
	width:60px;
	height:30px;
	background-image:url(images/pcorner_tr.jpg);
	
}
#header_tl {
	background-color: #7482bf;
	height: 170px;
	width: 590px;
	background-image: url(images/gcorner_tl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	border-bottom-color:#434d99;
	border-bottom-style: solid;
}
#header_tr {
	height: 170px;
	width: 370px;
	background-image: url(images/toprightphoto_home.jpg);
	background-repeat: no-repeat;
	float:right;
	border-bottom-color:#434d99;
	border-bottom-style: solid;
}
#header_tr_contact {
	height: 170px;
	width: 370px;
	background-image: url(images/toprightphoto_cellpuppy.jpg);
	background-repeat: no-repeat;
	float:right;
	border-bottom-color:#434d99;
	border-bottom-style: solid;
}
#header_tr_locations {
	height: 170px;
	width: 370px;
	background-image: url(images/toprightphoto_parakeets.jpg);
	background-repeat: no-repeat;
	float:right;
	border-bottom-color:#434d99;
	border-bottom-style: solid;
}
#header_tr_news {
	height: 170px;
	width: 370px;
	background-image: url(images/toprightphoto_hamster.jpg);
	background-repeat: no-repeat;
	float:right;
	border-bottom-color:#434d99;
	border-bottom-style: solid;
}
#header_tr_offers {
	height: 170px;
	width: 370px;
	background-image: url(images/toprightphoto_iguana.jpg);
	background-repeat: no-repeat;
	float:right;
	border-bottom-color:#434d99;
	border-bottom-style: solid;
}
#header_tr_petcare {
	height: 170px;
	width: 370px;
	background-image: url(images/toprightphoto_rabbit.jpg);
	background-repeat: no-repeat;
	float:right;
	border-bottom-color:#434d99;
	border-bottom-style: solid;
}
#header_tr_petcarearchive {
	height: 170px;
	width: 370px;
	background-image: url(images/toprightphoto_birds.jpg);
	background-repeat: no-repeat;
	float:right;
	border-bottom-color:#434d99;
	border-bottom-style: solid;
}
#header_tr_serviceprofiles {
	height: 170px;
	width: 370px;
	background-image: url(images/toprightphoto_ferret.jpg);
	background-repeat: no-repeat;
	float:right;
	border-bottom-color:#434d99;
	border-bottom-style: solid;
}
#header_tr_services {
	height: 170px;
	width: 370px;
	background-image: url(images/toprightphoto_checkup.jpg);
	background-repeat: no-repeat;
	float:right;
	border-bottom-color:#434d99;
	border-bottom-style: solid;
}
#header_tr_staff {
	height: 170px;
	width: 370px;
	background-image: url(images/toprightphoto_staffcat.jpg);
	background-repeat: no-repeat;
	float:right;
	border-bottom-color:#434d99;
	border-bottom-style: solid;
}
#header_tr_staffprofiles {
	height: 170px;
	width: 370px;
	background-image: url(images/toprightphoto_puppy&kitten.jpg);
	background-repeat: no-repeat;
	float:right;
	border-bottom-color:#434d99;
	border-bottom-style: solid;
}
#sub_nav_container{
	width:960px;
	height:30px;
	
}

#navbar {
	background-color: #434d99;
}
#homeContent  {
	float: left; /* since this element is floated, a width must be given */
	width: 600px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	display: inline;
	line-height: 0px;
	background-image: url(images/bulldog.jpg);
	background-repeat: no-repeat;
	background-position: 390px 430px;
}
#homeContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 6px;
}
#homeContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding-right: 50px;
}
#homeSidebar  {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	display: inline;
	line-height: 0px;
}
#homeSidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7482bf;
}
#shortContent {
	float: left; /* since this element is floated, a width must be given */
	width: 600px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	display: inline;
	line-height: 0px;
}
#shortContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
#shortContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 6px;
	line-height: 18px;
}
#shortSidebar {
	background-color: #FFF;
	text-align: left;
	float: right;
	width: 230px;
	line-height: 0px;
	display: inline;
}
#shortSidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7482bf;
}
#longContent {
	float: left; /* since this element is floated, a width must be given */
	width: 800px;
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	display: inline;
	line-height: 0px;
}
#longContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
	margin-right: 120px;
}
#longContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#longContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 6px;
	line-height: 18px;
}
#contentwrapper {
	background-color: #FFF;
	border-right-width: 30px;
	border-left-width: 30px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7482bf;
	border-left-color: #7482bf;
	text-align: left;
	width:900px;
	
}
#corner_bl {
	background-color: #FFF;
	width: 900px;
	float: left;
	background-image: url(images/pcorner_bl.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#corner_br {
	height:30px;
	width:60px;
	background-image: url(images/pcorner_br.jpg);
	background-repeat: no-repeat;
	float:right;
}
#footer_bl {
	background-color: #7482bf;
	width: 930px;
	height:30px;
	float: left;
	background-image: url(images/gcorner_bl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float:left;
}
#footer_br {
	background-color: #7482bf;
	height:30px;
	width:30px;
	background-image: url(images/gcorner_br.jpg);
	background-repeat: no-repeat;
	float:right;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #7482bf;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	font-weight: normal;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.line {
	font-size: 16px;
	color: #7482bf;
	letter-spacing: 3px;
	text-align: left;
}
.largeheight {
	height: 900px;
}
.rowheight {
	padding-bottom: 20px;
	vertical-align: top;
}
.leftjustifytable {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding-bottom: 20px;
}
.boldpurplebodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #7482bf;
}
.hospitalname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #444D9A;
	line-height: 16px;
}
.greentitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #6DB443;
	font-weight: bold;
}
.source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7280CE;
	line-height: 12px;
}
.orangetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #F98D1E;
}
.redtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #D21D2E;
	line-height: 16px;
}
.rightmargin120px {
	margin-right: 120px;
}
hr {
	color: #7682BE;
}

