@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #336699;
	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: #000000;
	height: 100%;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #996666;

	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(../images/background-rocky-beach.jpg);
} 
.twoColFixLtHdr #header { 
	border-top: 4px solid #336666;
	vertical-align:middle;
		/* for IE 
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
	border-right: 4px solid #336666;
	border-left: 4px solid #336666;
	height: 150px;
	background: #336699; 
	padding: 0 10px 0 20px;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #logo{
	position:relative;
	top:10px;
	left:20px;
	
	}
	
.twoColFixLtHdr #title-image{
	position:relative;
	top:-5px;
	left:70px;
	
	}

.twoColFixLtHdr #mainContent{
	width: 772px;
	padding 0px;
	margin: 0px;
	background: #996666;
	border: 4px solid #336666;	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
	}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 100%;
	padding: 15px 20px 15px 20px;
	border-top: 1px solid #336666;

}
.twoColFixLtHdr #rightContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #rightContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-top: 1px solid #336666;
	border-left: 4px solid #336666;
	border-bottom: 1px solid #336666;
	height: 100%;
	font-size: 11px;
} 
.twoColFixLtHdr #rightContent h1{
	padding-top:7px;
	font-size:19px;
}
.twoColFixLtHdr #rightContent h2{
	font-size:17px;
}
#rightContent a:link, 
#rightContent a:visited{
	font-weight:bold;
	text-decoration:none;
	color: #336699;
	}
	
#rightContent a:hover{
	text-decoration:underline;
	} 

/*Building the nav bar */

#navdiv{
	position:relative;
	height:auto;
	width: 215px;
	background-color:#663333;
	margin: 0 10px 0 0;
	padding: 1px 0;
	font-size:12px;
	
	}
	
#contactdiv{
	position:relative;
	height:auto;
	width: 215px;
	background-color:#663333;
	margin: 50px 10px 0 0;
	}

#brochurediv{
	position:relative;
	height:auto;
	width: 215px;
	background-color:#663333;
	margin: 30px 10px 0 0;
	padding: 0px;
}

#contactcontent{
	position:relative;
	height:auto;
	background-color:#663333;
	padding: 10px;
	}

#contactcontent h3{
	color:#ffff99;
	font-size:12px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	margin-top:0px;
	}
	
#contactcontent h4{
	color:#FFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	}
	
#contactcontent h5{
	color:#ffcccc;
	font-size:11px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom:0px;
	}

#contactcontent hr{
	positon:absolute;
	border:none 0;
	border-top: 1px solid #ffcccc;
	height: 1px;
	padding: 0;
	margin:0px;;
	}
#contactcontent p{
	color:#FFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom:0px;
	}
	
#contactcontent a, #brochurecontent a{
	color:#FFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom:0px;
	text-decoration:none;
	}
#contactcontent a:hover, #brochurecontent a:hover{
	color:#FFC;
	text-decoration:underline;
	}
/* #nav {
margin:0;
padding:5px 0px 5px 0px;
float:left;
width:100%;;
font-size:14px;
font-weight:bold;
font-family:Tahoma, Geneva, sans-serif;
border: none;
}*/

#nav li {
	padding:5px 0 5px 0;
	margin:0;
	width:auto;
	list-style-image:url(../images/nav-bullet.gif);
}


#nav a:link,
#nav a:visited {
	color:#FFC;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	width:auto;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
	color:#FF3;
}

#home #nav-home a,
#services #nav-services a,
#biography #nav-biography a,
#contact #nav-contact a,
#postpartum #nav-postpartum a,
#topics #nav-topics a,
#resources #nav-resources a {
	text-decoration:underline;
	color:#FF3;
}


#home #nav-home a:hover,
#services #nav-services a:hover,
#biography #nav-biography a:hover,
#contact #nav-contact a:hover,
#postpartum #nav-postpartum a:hover,
#topics #nav-topics a:hover, 
#resources #nav-resources a:hover  {
	text-decoration:underline;
}

#ThePostpartumHighwaykg3pgkmsupf3c21npj4r2iboj0  li{
	list-style:none;
	padding:5px 0px 5px 0px;
	margin-left: -25px;
	}
	
div.feedburnerFeedBlock .headline{
	font-size:16px;
	}
	
	div.feedburnerFeedBlock .date{
		color:#C00;
		}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#336699; 
} 
.twoColFixLtHdr #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 */
	color:#CCC;
	text-align:center;
	font-size:11px;
}
.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;
}

