/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

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 {}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#071335;
	text-align:center; 
	color:#000; font-style:normal; font-variant:normal; font-weight:normal; line-height:16px; font-size:12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

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

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

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

a:link, a:visited	{ color:#000000; text-decoration:underline; outline:none; }
a:hover, a:active	{ color:#A7C15F; 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:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}


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

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url('../images/wrap.jpg') no-repeat top left;
	width:822px;
	margin:0 auto;
	text-align:left
	}
	
#inside-wrap {
	width:800px;	
	margin:0 auto;
	text-align:left;
	margin-left: 22px;
	}	

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url('../images/masthead.jpg');
	height:154px
	}
	/* index page link within #masthead */		
	#masthead a.home {
	position:absolute;
	left:0px;
	width:238px;
	top:20px;
	height:130px;
		}
	#masthead a.home span {
		display:none;
		}
		
	#masthead a.email {
	position:absolute;
	left:550px;
	width:245px;
	top:130px;
	height:20px;
		}
	#masthead a.email span {
		display:none;
		}
		

/* ------------------------ column framework ------------------------ */
#column-middle {
	width:800px;
	float:left;
	background:#FFFFFF url('../images/column-background.jpg') no-repeat top;
	overflow: hidden;
	}

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

	#column-middle form { margin-left:0px; } /* set form margin here */

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


	/* definition list */
	#column-middle dl { padding-left:5px; }
		#column-middle dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-middle dl dd {
			background:url('../images/bullet.jpg') no-repeat 0px 6px; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px
			}
			
	.star-bar {
		background: url(../images/star-divider.jpg) no-repeat;
		height: 34px;
		margin: 0 0 15px 330px;
		}		

/* ------------------------ subhead framework ------------------------ */
#subhead { height:63px; } /* sets height for all subheads */
	body#index #subhead { background:url('../images/subhead-index.jpg'); }
	body#about #subhead { background:url('../images/subhead-about.jpg'); }
	body#doula #subhead { background:url('../images/subhead-doula.jpg'); }
	body#testimonials #subhead { background:url('../images/subhead-testimonials.jpg'); }
	body#resources #subhead { background:url('../images/subhead-resources.jpg'); }
	body#contact #subhead { background:url('../images/subhead-contact.jpg'); }
	body#thankyou #subhead { background:url('../images/subhead-thankyou.jpg'); }
	body#sitemap #subhead { background:url('../images/subhead-sitemap.jpg'); }
	
#subhead 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:800px;
	margin:0 auto;
	text-align:center;
	}

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

#footer a:link, #footer a:visited { color:#FFFFFF; }
#footer a:hover, #footer a:active { color:#A7C15F; text-decoration: underline; }

#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 #A7C15F;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:800px; 
	height:50px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 75px; margin-left: 111px;}
#nav-02 { width: 135px;}
#nav-03 { width: 137px;}
#nav-04 { width: 165px;}
#nav-05 { width: 177px;}


/*-------------- (-111px) X position of button / (-50px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -111px -50px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -186px -50px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -321px -50px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -458px -50px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -623px -50px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")   -111px -50px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg")   -186px -50px no-repeat; }
body#doula #nav-03 { background:url("../images/nav.jpg") -321px -50px no-repeat; }
body#testimonials #nav-04 { background:url("../images/nav.jpg") -458px -50px no-repeat; }
body#resources #nav-05 { background:url("../images/nav.jpg") -623px -50px no-repeat; }

