/* ------------------------ 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:#DEE2EB url('../images/bg-body.gif') repeat-x top;
	text-align:center; 
	color:#000; font-style:normal; font-variant:normal; font-weight:normal; line-height:18px; font-size:12px; 
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}

blockquote { 
		display: block;
		padding: 10px 0 10px 165px;
		width: 500px;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		color: #ea3d84;
		}

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

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

a:link, a:visited	{ color:#333333; text-decoration:underline; outline:none; }
a:hover, a:active	{ color:#ea3d84; 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 60px 10px 10px; 
	}

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

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url('../images/bg-wrap.jpg') repeat-y;
	width:821px;
	margin:0 auto;
	text-align:left
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url('../images/masthead.jpg');
	height:117px
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:20px;
	width:333px;
	top:10px;
	height:90px;
		}
	#masthead a span {
		display:none;
		}

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

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

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

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

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

#header-graphic-index { height:414px; background:url('../images/header-index.jpg'); }

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

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

	body#doula #header-graphic { background:url('../images/header-doula.jpg'); }
	body#childbirth #header-graphic { background:url('../images/header-childbirth.jpg'); }
	body#faq #header-graphic { background:url('../images/header-faq.jpg'); }
	body#testimonials #header-graphic { background:url('../images/header-testimonials.jpg'); }
	body#sitemap #header-graphic { background:url('../images/header-doula.jpg'); }
	body#thankyou #header-graphic { background:url('../images/header-childbirth.jpg'); }

/* ------------------------ subhead framework ------------------------ */
#subhead { height:39px; margin-left: 41px; } /* sets height for all subheads */
	body#index #subhead { background:url('../images/subhead-index.jpg') no-repeat;}
	body#doula #subhead { background:url('../images/subhead-doula.jpg') no-repeat; }
	body#childbirth #subhead { background:url('../images/subhead-childbirth.jpg') no-repeat; }
	body#faq #subhead { background:url('../images/subhead-faq.jpg') no-repeat; }
	body#testimonials #subhead { background:url('../images/subhead-testimonials.jpg') no-repeat; }
	body#thankyou #subhead { background:url('../images/subhead-thankyou.jpg') no-repeat; }
	body#sitemap #subhead { background:url('../images/subhead-sitemap.jpg') no-repeat; }
	
#subhead span { display: none; }	

/* ------------------------ contact form ---------------------------*/

form {
	width:150px;
	margin:10px 0 15px 30px; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#F9AECD !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000000;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:20px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:2px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:" Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

#contact-main { margin:20px 0 10px 0; padding-left: 50px; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:325px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

#submit { 
	width: 200px;
	margin: 25px 50px 5px 250px;
	}

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

/* ------------------------footer framework ------------------------ */
#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	}

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

#footer a:link, #footer a:visited { color:#333333; }
#footer a:hover, #footer a:active { color:#ea3d84; }

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

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

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

#nav span { display: none; }

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

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

#nav-01 { width: 87px; }
#nav-02 { width: 242px;}
#nav-03 { width: 247px;}
#nav-04 { width: 119px;}
#nav-05 { width: 126px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")    0px -32px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -87px -32px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -329px -32px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -576px -32px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -695px -32px no-repeat; }
