
BODY {
	background-color: #FFFFCC;
	color: #000000;
	margin: 0px 2em 2em;
	padding-top: 0px;
	padding-left: 175px;
	padding-right: 2em;
	background-image: url('/images/nav/grassyfooter.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}


A:link    { color: #693; }
A:visited { color: #663; }
A:hover   { color: #9f3; }
A:active  { color: #fff; }


#navbar_bg {
	position: fixed;
	top: 0px; left: 0px;
	width: 200px; height: 100%;
	background-image: url('/images/nav/bamboo-bkgd-200.gif');
	background-repeat: repeat-y;
	z-index: 3;
}
#navbar_joint {
	position: fixed;
	top: 325px; left: 0px;
	width: 200px; height: 75px;
	background-image: url('/images/nav/bamboo-joint-200-b.gif');
	background-repeat: no-repeat;
	background-position: -1px;
	z-index: 4;
	/* border-top: 1px dotted red; */
}
/* #subnav_practitioners, #subnav_articles, #subnav_services {
	border-bottom: 1px dotted yellow;
} */
#navbar {
	position: fixed;
	top: 0px; left: 0px;
	width: 200px; height: 100%;
	color: #ff9;
	z-index: 5;
	padding: 1em 0px 1em 1em;
	font-family: 'Palatino Linotype', Georgia, 'Viner Hand ITC';
}

#navbar IMG {
	border: 0px;
}
#navbar IMG.level1 {
	margin-left: -10px;
}

#logo_tl {
	/* float: left; */
	display: block;
	width: 120px;
	height: 122px;
	margin: -3px 5px 0px;
	border: 0px;
}

#navbar A {
	font-size: 150%;
	color: #ff9;
	text-decoration: none;
	line-height: 125%;
}

#navbar .subnav {
	margin-left: 2em;
	margin-bottom: 3.5em;
	margin-right: 2em;
}
#navbar .subnav P A {
	font-size: 85%;
	font-weight: bold;
}
#navbar .subnav P {
	margin-top: 0px;
	margin-bottom: 0.5em;
	text-indent: -1em;
	line-height: 50%;
}


#navbar .joint {
	background-image: url('/images/nav/bamboo-joint.gif');
	background-repeat: no-repeat;
}

#nav_admin {
	margin-top: 2em;
	margin-right: 3em;
	padding: 0.65em;
	background-color: #060;
}

SPAN.link {
	color: #0c0;
	text-decoration: underline;
	cursor: pointer;
}



#header {
	background-color: #360;
	color: #ff9;
	margin-left: -80px;
	padding-left: 70px;
	margin-top: -30px;
	padding-top: 40px;
	height: 120px;
	margin-bottom: 2em;
}

#header H1 {
	font-size: 275%;
	margin-bottom: 0;
	margin-top: 0.15em;
}

#header H2 {
	font-size: 175%;
	margin-top: 0.35em;
}


H2 {
	font-size: 150%;
}


#footer {
	text-align: center;
	border-top: thin groove #060;
	margin-top: 1.75em;
	padding-top: 0.5em;
}


.single_art {
}

.single_art .title {
	font-size: 120%; font-weight: bold;
}

.single_art .summary {
	margin-left: 2em;
	margin-right: 4em;
}


.single_foster {
	clear: both;
	margin-bottom: 2em;
}

.single_foster .title {
	font-size: 120%; font-weight: bold;
}

.single_foster .summary {
	margin-left: 2em;
	margin-right: 4em;
}
.single_foster IMG.photo {
	float: right;
}



.single_prac, .single_prov {
	clear: both;
	margin-bottom: 1em;
}

.single_prac .name, .single_prov .name {
	font-size: 120%; font-weight: bold;
}

.single_prac IMG.photo, .single_prov IMG.photo {
	float: right;
}


.spacer { clear: both; }


IMG.port_r {      /* "PORTrait Right */
	float: right;
	margin: 0 0 0.5em 1.5em;
}

DT {
	font-weight: bold;
	margin-top: 0.65em;
}

.win_close {
	margin: 2em auto 3em;
	text-align: center;
}

.win_close BUTTON {
	width: 12em; height: 2em;
	font-size: 120%;
}


TABLE#pet_sit_rates {
    margin-left: 1em;
	border-collapse: collapse;
}

#pet_sit_rates TD {
    vertical-align: top;
}
#pet_sit_rates TH {
    vertical-align: bottom;
    text-align: left;
	font-size: 105%;
}

#pet_sit_rates .care_type {
    width: 16em;
    padding-right: 1em;
	padding-left: 0.5em;
}
#pet_sit_rates .in_sunset {
    width: 5em;
    padding-right: 1em;
}
#pet_sit_rates .out_of_sunset {
    width: 5em;
	padding-right: 0.5em;
}

#pet_sit_rates .even {
}
#pet_sit_rates .odd {
	background-color: #dda;
}

#pet_sit_rates .head TH {
	border-bottom: medium solid #060;
}

