/* CSS Document */
h4 {
	line-height:1.2em;
	font-size:15px;}
h3 {
	margin:0;
	padding-bottom:6px;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #4F6C80 url(images/bg-color.jpg) repeat-x;
	}
	
#container {
	width:850px;
	margin: 0px auto;
	font-size:12px;
	background:#fff url(images/rb_header.jpg) no-repeat;
	border:solid 1px #fff;
	}
	
#highlight {
	background:#fff url(images/quote_bg.png) repeat-x;
	padding:8px;
	color:#1E4E7D;
		border:solid 1px #fff;}
	
#quote{
	float:right;
	width:230px;
	display:block;
	padding:8px;
	background:#fff url(images/quote_bg.png) repeat-x;
	border:solid 1px #fff;
	margin:10px 0px 10px 10px;
	color:#507693;
}
	
#top {
	background:url(images/photo-home.jpg) top right no-repeat;
	margin:10px 20px 10px 10px;
	height:130px;
	}

#topAbout {
	background:url(images/photo-about.jpg) top right no-repeat;
	margin:10px 20px 10px 10px;
	height:130px;
	}
	
#topGrief {
	background:url(images/photo-grief.jpg) top right no-repeat;
	margin:10px 20px 10px 10px;
	height:130px;
	}
	
#topTeen {
	background:url(images/photo-teen.jpg) top right no-repeat;
	margin:10px 20px 10px 10px;
	height:130px;
	}
	
#topContact {
	background:url(images/photo-contact.jpg) top right no-repeat;
	margin:10px 20px 10px 10px;
	height:130px;
	}
	
#topDepression {
	background:url(images/photo-depression.jpg) top right no-repeat;
	margin:10px 20px 10px 10px;
	height:130px;
	}
	
#topTrauma {
	background:url(images/photo-trauma.jpg) top right no-repeat;
	margin:10px 20px 10px 10px;
	height:130px;
	}
	
#container[id] {
	overflow:hidden;
	}
	
		
*html #container{
		height:1%:
	}
	
#content {
	margin:0px 30px 30px 190px;
	line-height:16px;
	}
/*------------------------------------------------*/
#leftNav {
 float:left;
 width:170px;
}

#contactInfo{
	padding:6px;
 	float:left;
	width:140px;
	margin-top:10px;
	margin-left:15px;
	display:block;
}
/*------------------------------------------------*/
#footer{
	margin: 0px auto;
	width:850px;
	background-color:#90C8DF;
	height:15px;
}

.footer{
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	display:block;
	padding-top:11px;
}


/*------------------------*/
ul {
	list-style:none;
	margin:0 0 0 20px ;
	padding:0
}


ul li{
	padding:5px 0 5px 14px;
	background:url(images/bullet-square-off.png) 0 7px  no-repeat;
	border-bottom:dotted 1px #ccc;
}

ul li.selected{
	padding:5px 0 5px 14px;
	background:url(images/bullet-square-on.png) 0 7px  no-repeat;
	border-bottom:dotted 1px #ccc;
}

ul li a{
	text-decoration:none;

}




/*------------------------*/

a {
	color:#347EBC;
	}
		a:visited {
	color:#347EBC;
	}
	
a:hover {
	color:#6DAFF8;
	}
	
a.footer:link {
	font-size:11px;
	color:#CCCCCC;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
	}
	
a.footer:visited {
	font-size:11px;
	color:#CCCCCC;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
	}
	
a.footer:hover {
	font-size:11px;
	color:#CCCCCC;
	padding-left:4px;
	padding-right:4px;
	text-decoration:underline;
	}
.style3 {font-size: 14px; font-weight: bold; color: #5076A7; }

.dottedline{
	border-bottom:dotted 1px #ccc;
	margin: 3px 0;
	height:3px;
	display:block;}
	
#content li {
margin-left:15px;}
