html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ecf0f5;
		}
		
h1 {
	font: bold 150% Verdana, Arial, Helvetica, sans-serif;
	color: #516186;
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #516186;
	margin-right: 10px;
}

h2 {
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
	color: #516186;
	text-align: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border-bottom: 1px dotted #333333;
}

h3 {
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	color: #516186;
	text-align: left;
}

h4 {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #516186;
	text-align: left;
}

a {color: #516186;
}

a:hover {
	color: #CCCCCC;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
	
#banner {
	background: url(../images/banner.gif) no-repeat;
	height: 104px;
}

#banner_shadow {
height: 6px;
width: 800px;
	background: url(../images/banner_shadow.gif) no-repeat;
}

/* main menu container */

#mainmenu {
	background: #516186 url(../images/mainmenu.gif) no-repeat;
	height: 22px;
	width: 800px;
}

div#mainmenu ul {
margin-left: 100px;
}

/* main menu item containers */
div#mainmenu ul ul{
	list-style: none;
	float: left;
	position: relative;
	margin: 0px;
	z-index: 1000;	
}

/* main menu list items - positioned relatively to containing uls */
div#mainmenu ul li {
	position: relative;
	text-align: center;
	display: block;
	background-color: #516186;
}

/* main menu hyperlinks */
div#mainmenu ul a {
	font: bold 11px/normal Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #888;
	padding: 4px 4px 5px;
}

/* main menu rollovers */
div#mainmenu ul li a:hover {
	background: #c1ccdf;
	color: #516186;
}

/* submenu containers */

/* hides popouts until hover */
div#mainmenu ul ul ul,
div#mainmenu ul ul li:hover ul ul, div#mainmenu ul ul ul li:hover ul ul {
display: none;
}

/* 1st level submenu */
div#mainmenu ul ul ul {
	width: 12em;
	position: absolute;
	background: #c1ccdf;
	left: 0px;
	border-top: 1px solid #516186;
}

/* 1st level submenu list items */
div#mainmenu ul ul ul li {
background: #c1ccdf;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #516186;
}

/* 1st level submenu hyperlinks */
div#mainmenu ul ul ul a {
	padding: 5px 0px 5px 10px;
	color: #516186;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
}

/* hover activator for 1st level submenus */
div#mainmenu ul ul li:hover ul {
	display: block;	
}

/* rollover for 1st level submenus */
div#mainmenu ul ul ul a:hover {
	display: block;
	background: #516186;
	color: #FFFFFF;
}

/* 2nd level submenus */
div#mainmenu ul ul ul ul {
	position: absolute;
	top: -2px;
	left: 100%;
	width: 100%;
}

/* hover activators for 2nd level submenus */
div#mainmenu ul ul ul li:hover ul {
display: block;
}

/* hover activators for 3rd level submenus */
div#mainmenu ul ul ul ul li:hover ul {
display: block;
}
		
		/* content container */
#wrapper {
	width: 800px;
	text-align: left;
	margin: 0px auto;
	background: url(../images/body_tile.gif) repeat;
	behavior: url(http://www.boonecohealth.org/css/csshover2.htc);
}

#content {
	min-height: 700px;
	padding: 10px 160px 10px 155px;
	text-align: center;
}

#content p {
	text-align: left;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#content li {
	text-align: left;
	margin-left: 40px;
	padding-right: 10px;
	margin-bottom: 3px;
}

#content ul {
margin-bottom: 20px;}

#content h2 a {
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}


/* left column */
#leftcol {
	float: left;
	position: relative;
	width: 138px;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
}

#leftcol p {
	padding: 0px 10px 10px 30px;
	font-size: 12px;
}

#leftcol h1 {
	font: bold 150% Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #516186;
	background: none;
	margin: 20px 0px -20px 15px;
	padding-left: 5px;
}

#leftcol h2 {
	font: bold 150% Georgia, "Times New Roman", Times, serif;
	color: #516186;
	border-bottom: 1px solid #FFFFFF;
	margin: 15px 10px 5px 25px;
	padding: 0px;
	}
	
#leftcol h3 {
	font: italic bold 110% Georgia, "Times New Roman", Times, serif;
	color: #516186;
	border-bottom: 1px dotted #666666;
	margin: 5px 10px 10px 30px;
	padding: 0px;
}

#leftcol a:hover {
	color: #FFFFFF;
}

/*left column menus */
div#leftcol ul {
	list-style: none;
	width: 100%;
	padding: 0px;
	margin: 20px 0px 0px;
	
}

div#leftcol li {
position: relative;
padding-left: 14px;}


div#leftcol li a {
	font: bold 11px/normal Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #516186;
	text-decoration: none;
	padding: 10px;
	border-bottom: 1px dotted #666666;
}

div#leftcol li a:hover {
	display: block;
	height: auto;
	color: #FFFFFF;
	background: #516186;
}

/* hover activator for submenu */
div#leftcol ul li:hover ul {
display: block;
background: #516186;
}

div#leftcol ul ul {
display: none;
	width: 100%;
	left: 100%;
	margin-top: -35px;
	position: absolute;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #c1ccdf;
}

div#leftcol ul ul li {
padding-left: 0px;}

div#leftcol ul ul li a {
	font-size: 10px;
	font-weight: normal;
	color: #c1ccdf;
	border-bottom: 1px dotted #c1ccdf;
}

div#leftcol ul ul li a:hover {
background: #c1ccdf;
color: #516186;
}

/* Right Column*/

#rightcol {
	float: right;
	position: relative;
	width: 155px;
	height: auto;
	padding-top: 20px;
	
}

#rightcol p {
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 85%;
}

#rightcol h1 {
	font: bold 125% Georgia, "Times New Roman", Times, serif;
	color: #c1ccdf;
	border-bottom: 1px solid #FFFFFF;
	margin: 5px 15px 10px 10px;
	padding: 0px;
}

#rightcol h2 {
	font: italic bold 90% Georgia, "Times New Roman", Times, serif;
	color: #c1ccdf;
	border-bottom: 1px dotted #666666;
	margin: 5px 10px 10px 15px;
	padding: 0px;
}

/* page footer */
#footer{
	background: #516186 url(../images/footer.gif) no-repeat;
	width: auto;
	height: 48px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#footer p {
	font-size: 85%;
	padding-top: 2px;
	padding-left: 250px;
	color: #c1ccdf;
}

#footer a {
	color: #c1ccdf;
}

#footer a:hover {
	color: #7685a4;
}
#content table li {
	margin-left: 15px;
}




.nursery_photo
{
	display: block;
	background: url(../images/nursery/pic_frame.jpg);
	padding: 35px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}

.nursery_text_girl {
	padding: 25px;
	background: #e0c1c1;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 10px 100px 0px;
}

.nursery_text_boy {
	padding: 25px;
	background: #c1ccdf;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 10px 100px 0px;
}		
		
.centerimage {
	margin: 5px auto 10px;
	display: block;
	border: 1px solid #000000;
}

.centerimage_noline {
	margin: 5px auto 10px;
	display: block;
}
	
.leftimage {
	margin: 5px 15px 10px 0px;
	float: left;
	border: 1px solid #000000;
}

.leftimage_noline {
	margin: 5px 15px 10px 0px;
	float: left;
}

.rightimage {
	margin: 5px 0px 10px 15px;
	float: right;
	border: 1px solid #000000;
}

.rightimage_noline {
	margin: 5px 0px 10px 15px;
	float: right;
}

.flash_header {
	margin: 0px;
	float: right;
	}


/*IE Fixes*/
#IEall #mainmenu ul ul ul li a, #leftcol ul li a, #IEall #leftcol ul li a:hover, #IEall #leftcol ul ul li a, #IEall #leftcol ul ul li a:hover {height: 1%;}
#IEall #mainmenu ul a {padding-bottom: 2px;}

/*IE 7 fixes*/

#IE7 #content {padding: 20px;}
#IE7 #content li {margin-left: 50px;}
#IE7 #content table li {margin-left: 15px;}
#IE7 #content #slideshow {padding: 10px 10px 10px 138px;}
#IE7 #content #slideshow p, #IE7 #content #slideshow h1, #IE7 #content #slideshow h2, #IE7 #content #slideshow ul, #IE7 #content #slideshow hr {margin-left: -140px;}

/*IE 6 fixes*/
#IE6below #mainmenu ul a {margin-bottom: -16px;}
#IE6below #mainmenu ul ul ul {margin-top: 16px; margin-left: -4px;}
#IE6below #mainmenu ul ul ul a {margin-bottom: 0px;}
#IE6below #mainmenu ul ul ul ul {margin-top: 0px; margin-left: 0px;}
#IE6below #leftcol ul li {float: left;}

#IE5 #wrapper {behavior: none;} 
#content td {
	margin-left: 15px;
	text-align: left;
}
