/* ------------------------ hello, i am css code -------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset, img, a img, :link img, :visited img {border:0px none;}
address, caption, cite, code, dfn, th, var {font-style:normal;font-weight:normal;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
q:before, q:after {}

/* ------------------------ universal ----------------------------- */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#F9E6DA url('../images/bg-body.gif') repeat-x top;
	text-align:center; 
	color:#792825; font-style:normal; font-variant:normal; font-weight:normal; line-height:18px; font-size:12px; 
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.3em; color:#552C2A; }
h2	{ font-size:1.25em; color:#552C2A; }
h3	{ font-size:1.0em; color:#653b39; }

h1 span, h2 span, h3 span	{ display:none; }

a:link, a:visited	{ color:#792825; text-decoration:underline; outline:none; }
a:hover, a:active	{ color:#000; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	}

img.img-left { 
	float:left; 
	margin:10px 10px 10px 25px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
.divider {
	background:url("../images/divider-bar.gif") no-repeat;
	height: 30px;
	text-align: center;
	}	


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	width:859px;
	margin:0 auto;
	text-align:left
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url('../images/masthead.gif');
	height:64px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:30px;
	width:288px;
	top:10px;
	height:50px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:219px;
	float:left;
	overflow: hidden;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 0px;
		}

#column-left #background {
	background: url(../images/left-col-bg.jpg) no-repeat;
	height: 245px;
	}
	
#column-left #background p {
	margin:0 15px 5px 35px;
	padding-top: 210px;
	}	

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:640px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin: 10px 25px 10px 25px;
		}
		
	#column-right span { display: none; }	

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:url('../images/bullet2.gif') no-repeat 0px 6px; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px;
			
			}
			
					#column-right li ul { 
						margin-left: -4px;
						}			
			
					#column-right li ul li { 
						background:url('../images/bullet2.gif') no-repeat 0px 6px; /* 0px = horizontal position for left, 6px = vertical position from top */
						padding-left:13px
						}
	
	

/* ------------------------ header framework ------------------------ */

#header-graphic { height:165px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url('../images/header-index.jpg'); }
	body#about #header-graphic { background:url('../images/header-index.jpg'); }
	body#services #header-graphic { background:url('../images/header-index.jpg'); }
	body#resources #header-graphic { background:url('../images/header-index.jpg'); }
	body#testimonials #header-graphic { background:url('../images/header-index.jpg'); }
	body#sitemap #header-graphic { background:url('../images/header-index.jpg'); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:46px; } /* sets height for all subheads */
	body#index #subhead { background:url('../images/subhead-index.gif'); }
	body#about #subhead { background:url('../images/subhead-about.gif'); }
	body#services #subhead { background:url('../images/subhead-services.gif'); }
	body#resources #subhead { background:url('../images/subhead-resources.gif'); }
	body#testimonials #subhead { background:url('../images/subhead-testimonials.gif'); }
	body#sitemap #subhead { background:url('../images/subhead-sitemap.gif'); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url('../images/subhead-meet-doc.jpg') ;
	}


/* ------------------------ titles ------------------------------ ------------------------ */

.title-prenatal-care {
	height:24px;
	background:url('../images/title-prenatal-care.gif') no-repeat;
	position: relative;
	}
	
		.title-prenatal-care a {
			position:absolute;
			left:23px;
			width:110px;
			top:3px;
			height:20px;
		}
			.title-prenatal-care a span {
				display:none;
				}

.title-home-birth {
	height:24px;
	background:url('../images/title-home-birth.gif') no-repeat ;
	position: relative;
	}	
	
		.title-home-birth a {
			position:absolute;
			left:23px;
			width:110px;
			top:3px;
			height:20px;
		}
			.title-home-birth a span {
				display:none;
				}
	
.title-postpartum-care {
	height:24px;
	background:url('../images/title-postpartum-care.gif') no-repeat ;
	position: relative;
	}		
	
		.title-postpartum-care a {
			position:absolute;
			left:23px;
			width:110px;
			top:3px;
			height:20px;
		}
			.title-postpartum-care a span {
				display:none;
				}
	
	
	.title-prenatal-care span, .title-home-birth span, .title-postpartum-care span { display: none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url('../images/bottom-wrap.jpg');
	width:100%; /* fix for Safar */
	height:20px;
	clear:both
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:750px;
	margin:0 auto;
	text-align:center;
	font-size: 12px;
	}

#footer p {
	color:#792825;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#792825; }
#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #792825;
		}
	#footer li.first { border: none; }

/* ------------------------ main nav ------------------------------------- */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:859px; 
	height:35px; 
	margin:0;
	padding:0; 
	position:relative;
	z-index: 1;
	}

#nav span { display: none; }

#nav li, #nav a { height:35px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 80px; margin-left: 465px;}
#nav-02 { width: 99px;}
#nav-03 { width: 105px;}
#nav-04 { width: 110px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.gif") -465px -35px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -545px -35px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -644px -35px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -749px -35px no-repeat; }


/* ------------------------ index bottom buttons nav --------------------- */

#nav-bottom { 
	background:url("../images/index-bottom-nav.jpg") no-repeat; 
	width:859px; 
	height:194px; 
	margin:0;
	padding:0; 
	position:relative;
	z-index: 1;
	}

#nav-bottom span { display: none; }

#nav-bottom li, #nav-bottom a { height:194px; display:block; } /* change height here also */

#nav-bottom li { float:left; list-style:none; _display:inline; position:relative; }

#nav-bottom-01 { width: 217px;}
#nav-bottom-02 { width: 213px;}
#nav-bottom-03 { width: 217px;}
#nav-bottom-04 { width: 212px;}


/*-------------- (-79px) X position of button / (-194px) height of image from above ------------- */
#nav-bottom-01 a:hover { background:url("../images/index-bottom-nav.jpg")    0px -194px no-repeat; }
#nav-bottom-02 a:hover { background:url("../images/index-bottom-nav.jpg") -217px -194px no-repeat; }
#nav-bottom-03 a:hover { background:url("../images/index-bottom-nav.jpg") -430px -194px no-repeat; }
#nav-bottom-04 a:hover { background:url("../images/index-bottom-nav.jpg") -647px -194px no-repeat; }
