/*** body.css ***/

/* modify homepage layout
------------------------------------------------*/
#mainNav a.firstItem  {
  border-left: 2px solid #8D658F;
}
#mainNav ul {
	height: 3.25em;
	}
#mainNav li.active {
	height: 3.8em;
	}
#contentHeader {
  padding: 5px 0;
	height: 0px; /* ??? */
}
#contentWrapper {
  padding: 0;
}
#mainContentArea {
	margin-top: 0px;
}
#leftCol {
  background: none;
  position: relative;
  float: left;
  margin-top: 40px;
  width: 15.8em;
}
#rightCol {
  background: url('http://www.parenthelp123.org/images/content_bg.gif') no-repeat bottom right;
  margin-left: 0;
  /*padding-bottom: 75px;*/
  padding-bottom: 95px;
  position: relative;
  float: right;
  width: 45em;
	margin-top: 40px;
}
#rightCol h2, #rightCol h3, #rightCol h4, #rightCol p {
  width: auto;
}
#rightCol h2,
.heading2 {
  background: none;
  color: #453145;
  font-size: 1.4em;  
  margin-top: 15px; 
}
#rightCol p {
  float: none;
  margin: 15px 0 0 0;
}
#rightCol a, #rightCol ul li a {
  color: #639;
  text-decoration: underline;
  margin: 0 0 15px 0;
}
#rightCol a:hover {
  text-decoration: none;
}
#rightCol a:visited {
  color: #636;
}
#rightCol img.photo {
  border: 6px solid white;
  float: right;
  margin: 0 0 20px 25px;
}
#rightCol img.photoL {
  border: 6px solid white;
  float: left;
  margin: 10px 10px 10px 10px;
}
#rightCol img.photo-Rplain {
  float: right;
  margin: 0 0 20px 25px;
}
#rightCol ul {
  margin: 1.2em 0;
}

/* sidebar nav menu
------------------------------------------------*/
#menu {
  background-color: #fff;
  color: #000;
	display: block;
  font-size: 1.2em;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 0 5px;
	padding: 7px 0;
	width: 150px;
  list-style-position: outside;
}
#menu li a {
  color: #000;
  padding-left: 12px;
  display: block;
}
#menu li a:hover, #menu li.selected a {
	background: url('/images/menu_bullet.gif') left 3px no-repeat;
}
div#menuContainer {
	background: #A3D053 url('/images/menuContainer_bg.gif') left top no-repeat;
	color: #5A5131;
	padding: 0 0 10px 0;
	width: 182px;
}
div#menuContainer h1 {
  background: none;
  color: #000;
  font-weight: normal;
  font-size: 1.3em;
	padding: 5px 0 2px 7px;
	margin: 0;
  text-transform: uppercase;
}
div#menuContainer h1.firstItem {
	padding-top: 0;
}
div#menuContainer h2 {
	font-weight: normal;
	margin: 1em 0 0 0;
	text-transform: uppercase;
}
div#menuContainer p {
	margin: 6px 0;
	padding-top: 0;
}
div#menuContainer p.block {
	margin: 0;
}
div#menuContainer h2, #menuContainer h3, #menuContainer p {
	width: 164px;
}
div#menuContainer p.calloutLink {
	display: list-item;
	list-style-image: url('/images/site/bullet.png');
	list-style-position: inside;
	margin-top: 15px;
}

/* info tables
------------------------------------------------*/
table.infoTable {
  background-color: white;
  border-collapse: collapse;
  color: black;
  margin: 1.2em 0;
  padding: 0;
}
table.infoTable th {
  background-color: #D9CCD4;
  border-bottom: 1px solid #936;
}
table.infoTable th, table.infoTable td {
  border: 1px solid #333;
  margin: 0;
  padding: .5em;
  vertical-align: top;
}

/* side logo box */
.logo_box{
    background-color:white;
    float:right;
    width:200px;
    padding:20px;
    margin-left:10px;
}
#oneHealthPort a{
    color:#000;
}
#oneHealthPort p a:visited{
    color:#000;
}
	
/*detritus of unknown use
------------------------------------------------*/
ol li{
/*  padding:1em 0; */
  }
ol ul li{
  padding:0;
  }
.indent{padding-left:20px;}
.indent2{padding-left:40px;}
.indentBull{
  padding-left: 20px;
}
