@charset "utf-8";
/* CSS Document */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

html {
	background: #CC9;
}

body {
	background: #cc9;
	color: #171717;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 850px;
	font-size: 1.2em;
	background: #fff;
}


#header {
	height: 90px; 
	padding: 15px;
	color: #066;
	background: #fff;
}

	img.logo { float: left; }
	#header p { float: right; text-align: right; font-size: .8em; padding-top: 15px;}

#nav {
	height: 30px;
	background: #996;
	padding-left: 13px;
	margin-bottom: 10px;
}

	#nav ul li {
		float: left;
	}
	
	#nav ul li a {
		display: block;
		margin-top: 7px;
		padding: 0px 8px;
		border-right: 1px solid #fff; 
		color: #fff;
		text-decoration: none;
	}
	#nav ul li a:visited { color: #fff; }
	#nav ul li a:hover {
		color: #603;
	}
	
	
	#nav ul li.last a, #nav ul li a.pregnant, #nav ul li a.donate { border-right: none; }
	#nav ul li a.pregnant { margin-left: 35px; }

#featured {
	height: 200px;
	margin-bottom: 15px;
}

#main {
	background: #fff;
}

	#leftColumn { width: 265px; float: left; text-align: justify; padding-bottom: 25px; }
	#leftColumn p { padding: 0px 0px 15px 15px; line-height: 140%; }
	#rightColumn { width: 265px; float: right; text-align: justify; padding-bottom: 25px; }
	#rightColumn p { padding: 0px 15px 15px 0px;   line-height: 140%; }
	#centerColumn { float: left; width: 270px; margin-left: 25px; text-align: justify; padding-bottom: 25px; }
	#centerColumn p { padding-bottom: 15px; line-height: 140%;  }

#content {
	width: 71%;
	background: #F5F5DC;
	float: right;
	padding: 20px;
	line-height: 150%;
}

	#content a { color: #603; }
	#content a:hover { text-decoration: none; }
	#content p { margin-bottom: 15px; }
	
	#content h1 {
		font-size: 1.6em;
		font-weight: bold;
		color: #603;
		line-height: 100%;
		margin-bottom: 10px;
	}
	
	#content h2 {
		font-size: 1.5em;
		font-weight: bold;
		color: #603;
		line-height: 100%;
		margin-bottom: 7px;
	}

	#content h3 {
		font-size: 1.4em;
		font-weight: bold;
		color: #603;
		line-height: 100%;
		margin-bottom: 15px;
	}

	#content h4 {
		font-size: 1.1em;
		font-weight: bold;
		color: #603;
		line-height: 100%;
		margin-bottom: 5px;
	}

	#content h5 {
		font-size: 1.2em;
		font-weight: bold;
		color: #603;
		line-height: 100%;
		margin-bottom: 5px;
	}

	#content h6 {
		font-size: 1.1em;
		font-weight: bold;
		color: #603;
		line-height: 100%;
		margin-bottom: 5px;
	}
	
	#content ul li {
		margin-left: 2em;
		display: list-item;
		list-style-type: disc;
		line-height: 125%;
	}
	
	#content ol li {
		margin-left: 2em;
		display: list-item;
		list-style-type: decimal;
		line-height: 125%;
	}
	
	#content ul, #content ol {
		margin-bottom: 15px;
	}

#content blockquote {
	background: url(images/quotes.png) no-repeat;
	color: #514c3a;
	font-style: italic;
	font-size: 1.3em;
	padding: 1.2em 0em 1em 3.5em;
	margin-left: 1em;
}



#sidebar {
	width: 19%;
	float: left;
	background: #F5F5DC;
	padding: 15px;
}

	#sidebar h1 {
		font-weight: bold; 
		color: #603;
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	
	#sideNav ul { margin-top: 10px; }
	#sideNav ul li { line-height: 130%; }
	#sideNav ul li a {
		color: #000;
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 4px 0px 4px 8px;
		margin: 5px 0px; 
	}
	#sideNav ul li a:hover, #sideNav ul li.active a {
		background: #999966;
		color: #fff;
	}

#footer {
	height: 10px;
	background: #CC9;
	padding: 20px;
	text-align: center;
	font-size: .8em;
}

#footer a {
	color: #603;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px;
}

	#footer img { margin: 10px; }

#enews { margin-top: 15px; }
#enews a { 
	color: #603;
	font-weight: bold;
	text-decoration: none;
}

.clear { clear: both; }
em { font-style: italic; }
strong { font-weight: bold; }
.right { float: right; }
.left { float: left; }
.small { font-size: .9em; }
