﻿/* Pet Dentistry */
body {
	background-color: #333f1c; 
	margin: 0;
	padding: 0;
	font: 1.0em verdana, arial, sans-serif;
	text-align: center;
}

h1, h2, h3, h4 {
	text-align: center;
}

h1 {
	font-size: 120%;
}
h2, h3 {
	font-size: 110%;
}

h4 {
	font-size: 90%;
}

p {
	font-size: 100%;
	margin: .5em 20px .7em 20px;
	text-align: left;
}

ol li {
	margin-left: 40px;
}
div#wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}

div#head-wrap {
	margin-top: 0;
	background: url(images/background-header.jpg) top left no-repeat;
	width: 100%;
	height: 278px;
}

div#logo {
	float: left;
	text-align: center;
	color: #dddddd;
	width: 262px;
/*	padding-left: 40px;
	padding-top: 60px;
*/
}
div#logo img {
	margin-left: 40px;
	margin-top: 52px;
	margin-bottom: 4px;
}
div#head-right {
	width: 300px;
	padding-top: 112px;
	padding-right: 20px;
	float: right;
	text-align: center;
	color: #eeeeee;
}
div#head-right h1 {
	font-size: 110%;
	font-weight: 500;
}
div#head-right h1	a:link {
	text-decoration: none;
	color: #ffffff;
}

div#head-right h1	a:visited {
	text-decoration: none;
	color: #ffffff;
}
div#head-right h1 a:hover {
	text-decoration: none;
	color: #ffffff;
}

div#menu {
	height: 52px;
	font-size: 76%;
	font-weight: bold;
	width: 100%;
	float: left;
	background: url(images/background-content.jpg) top left repeat-y;;
}
/* menu styles */
div#menu ul {
	margin: 16px auto auto 58px;
}
div#menu li {
	float: left;
	list-style-type: none;
	padding: 3px 10px;
}
div#menu a {
	text-decoration: none;
	color: #eeeeee;
}
div#menu a:hover {
	color: #333f1c;
}
/**** breadcrums ****/
/* home */
body.hm #menu #hm, body.hm #menu #hm a {
   border-bottom: 3px solid #333f1c;
}
/* Client Care*/ 
body.cc #menu #cc, body.cc #menu #cc a {
   border-bottom: 3px solid #333f1c;
}
/* pet dentistry in action */ 
body.pa #menu #pa, body.pa #menu #pa a {
   border-bottom: 3px solid #333f1c;	
}
/* dental procedures */
body.dp #menu #dp, body.dp #menu #dp a {
   border-bottom: 3px solid #333f1c;
}
/* FAQ */
body.fq #menu #fq, body.fq #menu #fq a {
   border-bottom: 3px solid #333f1c;
}
/* photo gallery */
body.pg #menu #pg, body.pg #menu #pg a {
   border-bottom: 3px solid #333f1c;
}
/* location */ 
body.lo #menu #lo, body.lo #menu #lo a {
   border-bottom: 3px solid #333f1c;
}


div#content-wrap {
	background: url(images/background-content.jpg) top left repeat-y;
	text-align: left;
	width: 100%;
}

div#left-col {
	width: 300px;
	float: left;
	color: #eeeeee;
}
div#left-col p {
	margin-left: 20px;
	margin-top: 0;
	text-align: center;
	font-size: 74%;
}
.caption {
	margin-left: 20px;
	margin-top: 0;
	text-align: center;
	font-size: 74%;
	color: #eeeeee;
}
img {
	border: 0;
}
img.left-col {
	margin: 10px 0 10px 20px;
}
div#right-col {
	width: 660px;
	float: left;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* \*/
* html .clearfix { height: 0; }
.clearfix { display: block; }
/* end backslash hack for ie mac */

dt {
	font-weight: bold;
	margin-bottom: .6em;
	margin-top: 1em;
	margin-left: 20px;
	margin-right: 20px;
}
dd {
	font-style: oblique;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: .6em;
}

table#b-a {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

#footer {
	text-align: center;
	color: #fff;
	font-size: 90%;
	padding: 6px 0;
	width: 100%;
	background: #433e45;
}

#footer a:link {
	text-decoration:none;
	color: #b4b4a4;
}
#footer a:active {
	text-decoration: none;
	color: #b4b4a4;
}
#footer a:visited {
	text-decoration:none;
	color: #b4b4a4;
}
#procedures {
margin-left: 20px;
 margin-bottom: 1em;
}
#procedures tr{
            height: 240px;
        }
#procedures    td {
            vertical-align: top;
            text-align: center;
        }
		.location{
		 margin-right: auto; margin-bottom: 2em;
		 margin-left: 150px;
		 }
		 
		 .location td {
		  padding-right: 12px;}
		 .location th {
		text-align:center; }