body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #dad6cd;
	background-image: url(images/bkgrnd_v.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #4a3f37;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e0e0de;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 300px;

}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:500px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
}
.oneColFixCtrHdr #footer p {
	font-size:10px;
	color:#FFF;
	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 */
}
.oneColFixCtrHdr #container #header #nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(images/bg_topnav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 27px;
}
#physician {
float: right;
margin-right:-20px;
background: #a89d96;
padding-bottom: 30px;
width: 225px;
}
#quotes {
width: 615px;
border: 1px solid #a89d96;
background: #ffffff;
padding: 10px;
}
.title {
	font-size:16px;
	color:#FFF;
	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 */
}
.loctitle {
	font-size:16px;
	color:#4a3f37;
	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 */
}
a.penav:link, a.penav:visited {
	font-size:12px;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
}
a.penav:hover {
	color:#e0e0de;
}
a:link, a:visited {
	font-size:12px;
	color:#4a3f37;
	text-decoration: none;
}
a:hover {
	color:#fff;
}
.petopics {
	font-size:12px;
	font-weight: bold;
	color:#FFF;
	line-height: 16px;
}
a.nav:link, a.nav:visited {
	font-size:12px;
	color:#000;
	text-decoration: none;
}
a.nav:hover {
	color:#fff;
}

/* Drop down Menu */
#navigation ul#nav {
margin-top:0px;
padding-left:0px;
*margin-left:0px;
*margin-top: -3px;
padding-bottom:0px;
	position: absolute;
	z-index: 5000;
	font-size: 12px;
	width: 900px;
}

#navigation ul#nav li {
    list-style:none;
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
    font-size: 12px;
    font-weight: bold;
}

#navigation ul#nav li a {
	display: block;
	padding: 8px 15px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/sep_topnav.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
}

#navigation ul#nav li a span {
	padding: 0 3px 0 3px;
   /*	background: url(arrow.gif) no-repeat 100% 50%;  optional */
}

#navigation ul#nav  li ul {
    display: block;
    position: absolute;
/* hidding submenus based on: http://css-class.com/articles/ursidae/  */
    left: -999em;/* this makes it more accessible than display:none; */
    width: 155px;
    padding: 3px 3px 3px 3px;
    background:#000;
    font-size: 11px;
}

#navigation ul#nav  li:hover ul,
#navigation ul#nav  li.over ul /* This is for Internet Explorer 6  */
{
    display: block;
    left: 10px;
    *left: -25px;
    top: 100%;
    position: absolute;
    z-index: 4000;
    width: 155px;
    font-size: 11px;
}

#navigation ul#nav  li ul li {
    width: 155px;
    height: auto;
    background: transparent;
    text-indent: 0;
    padding: 0;
    font-size: 11px;
}

#navigation ul#nav  li:hover ul li a,
#navigation ul#nav  li.over ul li a {
    display: block;
    width: 155px;/*this is to adjust if used some background image for dropdown */
    background: transparent;
    padding: 3px 3px;
    text-decoration: none;
    margin: 0;
    color: #fff;
    text-indent: 0;
    text-align: left;
    border: 0;
    white-space: nowrap;
    font-size: 11px;
}

#navigation ul#nav  li.current ul li.current a {
    display: block;
    width: 145px;/*this is to adjust if used some background image for dropdown */
    background: transparent;
    padding: 3px 3px;
    text-decoration: none;
    margin: 0;
    color: #f89722;
    text-indent: 0;
    text-align: left;
    border: 0;
    white-space: nowrap;
    font-size: 11px;
}
#navigation ul#nav li.current a,
.current {
	color: #f89722;
}
#navigation ul#nav li ul li a:hover {
    color: #fb9517;
    font-size: 11px;
}

#navigation ul#nav li.active a,
#navigation ul#nav li a:hover,
#navigation ul#nav li:hover a,
#navigation ul#nav li.over a {
/*background: #7d7b9a;*/
}



/* Drop down Menu */

.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;
}
h2 a:link {
	font-size: 16px;
	}
