/* Style Sheet developed by Mike Kilmer and Associates */
/* copyright 2008 */

	/* For Nav Style */
		@import "S_Navi.css";

.SectionHeader {
	display:block;
	width:100%;
	height:128px;
	overflow:hidden;
	clear:both;
	margin-bottom:2px;
}
	.SectionHeader .Carecen {
		display:block;
		width:200px;
		height:65px;
		float:left;
		background:url(../images/LogoInnerPages.png) top left no-repeat;
	}
	.AboutUsLook {
		background:url(../images/AboutUsHeaderBacking.jpg) top right no-repeat;
	} 
	.AdvocacyLook {
		background:url(../images/AdvocacyheaderBacking.jpg) top right no-repeat;
	} 
	.ProgramsLook {
		background:url(../images/ProgramsheaderBacking.jpg) top right no-repeat;
	} 
	.ResourcesLook {
		background:url(../images/ResourcesheaderBacking.jpg) top right no-repeat;
	} 

.TheFullContentArea {
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../images/contentAreaBacking.png) #FFFFFF top left repeat-y;
	padding-bottom:5px;
}

.ContentArea {
	display:block;
	width:583px;
	height:auto;
	min-height:418px;
	float:left;
	overflow:hidden;
}
	.ContentArea .ContentSectionHeader {
		display:block;
		width:100%;
		font-size:13px;
		font-weight:bolder;
		text-transform:uppercase;
		color:#5a1e1a;
		padding:28px 10px 0 19px;
		clear:both;
	}
		.ContentArea .ContentSectionHeader span {
			font-size:12px;
			font-weight:normal;
			text-transform:none;
			color:#5a1e1a;
		}
	.ContentPara {
		display:block;
		margin:17px 70px 0 19px;
		font-size:12px;
		color:#4a130c;
	}
		.ContentPara a, .ContentPara a:visited, .ContentPara a:active {
			font-size:12px;
			color:#4a130c;
			text-decoration:none;
		}
		.ContentPara a:hover {
			font-size:12px;
			color:#4a130c;
			text-decoration:underline;
		}	
	
	.ContentParaWithPic {
		display:block;
		margin:17px 6px 0 19px;
		padding-right:224px;
		font-size:12px;
		color:#4a130c;
		background-position:top right;
		background-repeat:no-repeat;
	}
	.ContentParaWithPic01 {
		display:block;
		margin:17px 0 0 18px;
		font-size:12px;
		color:#4a130c;
	}
	
	.ContentArea ul {
		display:block;
		color:#4a130c;
		list-style:outside disc;
		margin-left:18px;
		padding:0;
	}
		.ContentLi, .ContentLiNoBullet {
			margin:20px 70px 0 18px;
			font-size:12px;
			color:#4a130c;
		}
		.ContentLiWithPic, .ContentLiWithPicNoBullet {
			margin:17px 6px 0 18px;
			padding-right:224px;
			font-size:12px;
			color:#4a130c;
			background-position:top right;
			background-repeat:no-repeat;
		}
		.ContentLiNoBullet, .ContentLiWithPicNoBullet {
			list-style-type:none;
			margin-left:0;
	}
		.ContentLiAlt, .ContentLiAltNoBullet {
			margin:8px 70px 0 18px;
			font-size:12px;
			color:#4a130c;
		}
		.ContentLiAltWithPic, .ContentLiAltWithPicNoBullet {
			margin:17px 6px 0 18px;
			padding-right:224px;
			font-size:12px;
			color:#4a130c;
			background-position:top right;
			background-repeat:no-repeat;
		}
		.ContentLiAltNoBullet, .ContentLiAltWithPicNoBullet {
			list-style-type:none;
			margin-left:0;
		}

		.ContentArea ul a, .ContentArea ul a:visited, .ContentArea ul a:active {
			font-size:12px;
			color:#4a130c;
			text-decoration:none;
		}
		.ContentArea ul a:hover {
			font-size:12px;
			color:#4a130c;
			text-decoration:underline;
		}	
		
		
		
		
	.ContentAreaPic {
		display:block;
		margin:2px 9px 2px 24px;
		float:right;
		border:0;
	}
	
	.DualColumnHolder {
		display:block;
		margin:0 0 0 18px;
	}		
		.DualColumnHolder .DualColumn {
			display:block;
			width:280px;
			font-size:12px;		
			color:#4a130c;
			float:left;
			margin-top:17px;
			overflow:hidden;
		}
		.DualColumnHolder .ColLT {		
			margin-right:5px;
		}
		.DualColumnHolder .DualColumn strong {
			display:block;
			width:100%;
			height:auto;
			overflow:hidden;
			margin:0 0 17px 0;
		}
		.DualColumnHolder .DualColumn div {
			display:block;
			width:100%;
			height:auto;
			overflow:auto;
			margin:0 0 19px 0;
		}
		
		.DualColumnHolder .DualColumn div a {
			text-decoration:none;
			color:#4a130c;
		}
		.DualColumnHolder .DualColumn div a:hover {
			text-decoration:underline;
			color:#4a130c;
		}
	.ImgNavHolder {
		display:block;
		width:100%;
		padding:0 5px 0 19px;
		margin:20px 0 0 0;
		overflow:hidden;
		clear:both;		
	}
		.ImgNavHolder a {
			display:block;
			margin-right:13px;
			padding:0;
			border:0;
			float:left;
		}
			.ImgNavHolder a img {
				border:0;
				margin:0;
				padding:0;
			}
	a.LoneLink {
		display:block;
		margin:17px 70px 0 19px;
		font-size:12px;
		color:#4a130c;
		text-decoration:none;
		clear:both;
	}
		a.LoneLink:hover {
			text-decoration:underline;
		}
			
/* For the Right Side Nav area */		 
.RightSideNav {
	width:181px;
	margin:0;
	height:auto;
	max-height:100%;
	background-color:#f9eaca;
	padding:3px 16px 25px 3px;
	float:right;
}
	.RightSideNav .NaviHeader {
		display:block;
		margin:17px 25px 9px 17px;
		font-size:13px;
		font-weight:bolder;
		text-transform:uppercase;
		color:#5a1e1a;
	}
	.RightSideNav a {
		display:block;
		margin:0 15px 17px 0;
		padding-left:17px;
		font-size:12px;
		color:#a13c28;
		text-decoration:none;
	}
	.RightSideNav a:hover {
		background:url(../images/RightNavBullet.gif) top left no-repeat;
		color:#a13c28;
		text-decoration:none;
	}

