/*  BIRTHROOT MIDWIFERY  */

html, body { 
	margin: 0;  
	padding: 0;  
}

body { 
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
  	background-image: url(images/background.gif);
}

p { 
	/* font-size: 0.9em; */
	position: relative; 
}

a:link { 	
	color: #394D39;
}
a:active, a:hover, a:visited {
	color: #4D694D;
} 

h1 {
	margin: 0;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	margin-top: -32px;
}

h2,h3 {
	color: #608460;
	font-weight: normal;
	letter-spacing: -1px;
	font-style: italic;
	/* border: 1px solid red; */
}

.header2bg {
	background-color: #C3E8B5;
	background-image: url(images/smalltrillium.gif);
	background-position: 5px top;
	background-repeat: no-repeat; 
	margin: 0 -9px 0 -9px;
	padding: 0 10px 0 40px;
}

h3 {
	font-weight: bold;
}

div#header { 
	padding: 5px 10px 0 10px;
	height: 107px; 
	background: #B1D4B3;
	background-image: url(images/topbar-bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 0;	
}

#leftnav {
	float: left;
	width: 215px;
}

#leftnav p { 
 	padding: 10px;
	text-align: center; 
}

div#leftnav a:hover, div#leftnav a:active {
	text-decoration: underline;
	color: #D8F2D0;
}
div#leftnav a:visited {
	color: #D8F2D0;
}

#content {
	margin-left: 218px;
}

h3#subnav {
	font-size: 0.8em;
	background-color: #D8F2D0;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	margin: 0 -9px 10px -9px;
	padding: 2px 10px 2px 10px;
	color: #000;
	position: relative;
}

.footer {
	font-size: 0.7em;
	text-align: center;
	margin: 20px 22px 0 10px;
}


a { 
  color: #00458B; 
  }
  
ul.newarrivals { 
	list-style-type: none; 
	line-height: 150%;
	margin: 0 0 0 10px;  padding: 0; 
}
ul.newarrivals img { margin: 10px 0 20px 0; }

img.photo { float: right; margin: 0 0 20px 20px; }

table.symptoms { background-color: #C3E8B5; 
	padding: 15px; padding-top: 0; margin: 7px 0 7px 7px; 
	border-right: 14px solid #F4FBDA; }
table.symptoms h4, table.symptoms h3 { margin-bottom: 0; }


/* -------- MIDWIFERY SERVICES PAGE ----------- */

.col1 {
	min-height: 820px;
}

.col2 {
	float: right;	
	width: 340px;
	font-size: 0.9em;
	margin-left: 30px;
}

.col2 img {
	margin: 10px 10px 10px 0;
	clear: right;
}


/* ---------- LEFT NAV BOX ------------ */
 
.navbox, .navbox_body, .navbox_head, .navbox_head ul { 
	background: transparent url(images/corners/fullsize-bg.gif) no-repeat bottom right; 
} 

.navbox { 
	width: 198px !important; /* intended total box width - padding-right(next) */ 
	width: 188px; /* IE Win = width - padding */ 
	padding-right: 10px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px 10px 10px 10px; /* use to position the box */ 
} 

.navbox_head { 
	background-position: top right; margin-right: -10px; /* pull the right image on top of border */ 	padding-right: 10px; /* right-image-gap + right-inside padding */ 
} 

.navbox_head ul { 
	background-position: top left; margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 15px 0 1px 30px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important; height: 1%; /* IE Holly Hack */ 
	list-style-type: none;
	padding-left: 10px;
	font-size: 0.9em;
	font-weight: bold;
} 

.navbox_head ul a {
	color: #F4FBDA;
	text-decoration: none;
}

.navbox_head li {
	margin-bottom: 5px;
}

.navbox_body { 
	background-position: bottom left; 
	margin-right: 10px; /* interior-padding right */ 
	padding: 1px 0 0 0; /* mirror .navbox_head right/left */ 
	height: 7px;
} 



/* ----------- CONTENT BOX -------------- */

.contentbox, .contentbox_body, .contentbox_head, .contentbox_head h2 { 
	background: transparent url(images/corners/content-bg.gif) no-repeat bottom right; 
} 

.contentbox { 
	padding-right: 10px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px 20px 10px 10px; /* use to position the box */ 
} 

.contentbox_head { 
	background-position: top right; margin-right: -10px; /* pull the right image on top of border */ 	padding-right: 10px; /* right-image-gap + right-inside padding */ 
	/* border: 1px solid red; */
} 

.contentbox_head h2 { 
	background-position: top left; margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 15px 0 1px 10px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

* html .contentbox_head h2 {      /*  <---- IE 6 filter  */
	margin-left: -3px;
}

.contentbox_body { 
	background-position: bottom left; 
	margin-right: 0px; /* interior-padding right */ 
	padding: 10px 0 10px 10px; /* mirror .contentbox_head right/left */ 
} 

.contentbox p {
	margin: 10px;
	padding: 0;
}
