

BODY {
	color: #0E697C;
	font: "Times New Roman", Times, serifArial, Helvetica, sans-serif;
}
BODY {
	scrollbar-face-color: #D6F3F8
}
div.header {
	font-weight: bolder;
}
.foot {
	color: #FFFFFF;
	text-align: center;
}

a:link, a:visited {
	color: #003944;
	text-decoration: underline;
}

a:active, a:hover {
	color: #003944;
	text-decoration: underline;
}


.foot a:link, .foot a:visited {
	text-decoration: none;
	color: #ffffff;
}

.foot a:active, .foot a:hover {
	text-decoration: underline;
	color: #ffffff;
}

ul {
	font-size:1.2em;
	list-style-type: disc;
	margin-left:40px;
	margin-right:40px;
}
p {
	font-size:1.2em;
	margin: 0 20px;
	padding-bottom: 10px;
}

h1 {
	font-size:1.5em;
	margin: 0 20px;
	padding: 10px 0;
}
h2 {
	font-size:1.3em;
	margin: 10px 20px;
}

h3 {
	font-size:1.1em;
	margin: 0 20px;
}

#footer {
	width: 610px;
	text-align: center;
	margin: 0 auto;
	font-size: 1.2em;
	padding: 0 0 10px 0;
	line-height: 20px;
	}

#header {
	width: 995px;
	height: 133px;
	position: relative;
	background: url(images/DoulaServices3_01.jpg);
	margin: 0;
	padding: 0;
}

#header a {
	position: absolute;
	width: 995px;
	height: 133px;
	top: 0;
	left: 0;
	}

#header a span {
	display: none;
	}
	
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("images/nav.jpg") no-repeat; 
	width:578px; 
	height:38px; 
	margin:0;
	padding:0; 
	position:relative;
	z-index: 1;
	}

#nav span { display: none; }

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

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

#nav-01 { width: 69px;}
#nav-02 { width: 270px;}
#nav-03 { width: 159px;}
#nav-04 { width: 80px;}


/*-------------- (-79px) X position of button / (-38px) height of image from above ------------- */
#nav-01 a:hover { background:url("images/nav.jpg")    0px -38px no-repeat; }
#nav-02 a:hover { background:url("images/nav.jpg") 	-69px -38px no-repeat; }
#nav-03 a:hover { background:url("images/nav.jpg") -339px -38px no-repeat; }
#nav-04 a:hover { background:url("images/nav.jpg") -498px -38px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("images/nav.jpg")    0px -38px no-repeat; }
body#services #nav-02 { background:url("images/nav.jpg")  -69px -38px no-repeat; }
body#testimonials #nav-03 { background:url("images/nav.jpg") -339px -38px no-repeat; }
body#contact #nav-04 { background:url("images/nav.jpg") -498px -38px no-repeat; }

