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

.content {
	font-family: Arial, Helvetica, sans-serif;
	/*	font-size: 12px; */
	font-size: 1em;
	color: #333333;
	background-color:#FFFFFF;
	width: 50em;
	float: left;
	position: relative;
	top:-1em;
	text-decoration: none;
	line-height: 1.5em;
	margin-bottom: 1em;
	/*
	padding-right: 1em;
	*/
	padding-bottom: 1em;
	/*
	padding-left: 1em;
	*/
	border-bottom-style: solid;
	border-bottom-color: #9B8D77;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.content p{
	text-align: left;
	font-size: 1em;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.content img.level2img {
	width: 49.167em;
	height: 15em;
	margin: 0;
	padding: 0;
	border: none;
}
.content .levebigimg {
	width: 49.167em;
	padding: 0;
	border: none;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
.content .leve4detailimg {
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	float: right;
	width: 8.75em;
	height: 6.25em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1em;
}
.content b,
.content b a:link,
.content b a:visited,
.content b a:active
 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.content b a:hover {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}

.content h1 {
	/*	font-size: 18px; */
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
}
.content h2 {
	/*	font-size: 16px; */
	font-size: 1.333em;
	font-weight: normal;
	color: #333333;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}
.content h3 {
/*	font-size: 14px; */
	font-size: 1.167em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	background-color: #9b8d77;
	background-repeat: repeat;
	line-height: 2em;
	text-indent: 1em;
	clear: both;
}
.content h4 {
	/*	font-size: 16px; */
	font-size: 1.333em;
	font-weight: bold;
	color: #333333;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.content h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 2.4em;
	float: left;
	width: 24.583em;
	height: 1.8em;
	display: block;
	position: relative;
	top: -1.8em;
	z-index: 0;
	overflow: hidden;
	background-color: rgba(103, 83, 65, 0.3);
	text-indent: 0em;
	margin: 0px;
	padding: 0px;
}

.content h6,
.content h6 a:link,
.content h6 a:visited,
.content h6 a:active
 {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #e87923;
	text-decoration:none
 }
.content h6 a:hover
{
	text-decoration:underline
}
.content h7,
.content h7 a:link,
.content h7 a:visited,
.content h7 a:active
 {
	font-size: 1.333em;
	line-height: 1.5em;
	font-weight: bold;
	color: #e87923;
	text-decoration:none
 }
.content h7 a:hover
{
	text-decoration:underline
}
.contentlist {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.column {
	margin: 0px;
	padding: 0em;
	float: left;
	width: 50%;
}
.column #left {
	padding: 1em;
}
.column #right {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #9b8d77;
	padding: 1em;
}

.content .tricolumn {
	margin: 0px;
	padding: 0em;
	float: left;
	width: 33%;
}
.content .tricolumn #L1,
.content .tricolumn #L2 {
	padding: 1em;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #9b8d77;
}
.content .tricolumn #R {
	border: none;
	padding: 1em;
}
/* begin: column styles redefined as classes to make them more generally useful */
.column .left {
	padding: 1em;
}
.column .right {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #9b8d77;
	padding: 1em;
}

.content .tricolumn {
	margin: 0px;
	padding: 0em;
	float: left;
	width: 33%;
}
.content .tricolumn .L1,
.content .tricolumn .L2 {
	padding: 1em;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #9b8d77;
}
.content .tricolumn .R {
	border: none;
	padding: 1em;
}
/* end column styles redefined as classes to make them more generally useful */
.content .detailitems {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #9b8d77;
	width: 100%;
}
.detail {
	list-style-type: none;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #9b8d77;
	padding-top: 1em;
	padding-bottom: 1em;
	float: left;
	clear:both;
	width: 100%;
}

/*
.detailitems .detail {
	list-style-type: none;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #9b8d77;
	padding-top: 1em;
	padding-bottom: 1em;
	float: left;
	clear:both
	width: 100%;
}
*/
.detailitems .detail .detailleft {
	width: 10em;
	top: 0em;
	float: left;
	display: block;
	height: 100%;
}
.detailitems .detail .detailleft img {
	width: 8.5em;
	height: 5.1667em;
	top: 0em;
}
.detail .detailright {
	width: 39em;
	float: left;
	display: block;
	top: 0em;
}
.detail .detailright .firstparagraph {
	margin-top:-.5em;
}
.joinuslist {
	width: 40em;
	list-style-image: url(../images/JoinOurCommunity/check-icon.jpg);
	font-size: 1em;
	text-decoration: none;
	clear: both;
	display: block;
}
.joinuslist li{
	text-decoration: none;
	margin-bottom: 1em;
	line-height: 1.5em;
	list-style-image: url(../images/JoinOurCommunity/chekbox-bkgrnd.gif);
}
.joinuslist a:link,
.joinuslist a:visited,
.joinuslist a:active,
.joinuslist a:hover {
	color: #000;
	text-decoration: underline;
}
.joinuslist b
.joinuslist b a:link,
.joinuslist b a:visited,
.joinuslist b a:active{
	color: #000;
	text-decoration: none;
}
.steps {
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	width: 47em;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9f8c7b;
	border-bottom-color: #9f8c7b;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 3em;
	padding-left: 1em;
}
.joinsteps {
	font-size: 1em;
	line-height: 1.5em;
	clear: both;
	width: 100%;
	margin-bottom: 2em;
}
.joinsteps img{
	width: 2.1667em;
	height:2em;
	float: left;
	display: block;
}
.joinsteps .stepdescription{
	width: 40em;
	float: left;
	margin-left: 1em;
}

/* Start Call a Social Worker Pop-up Style*/
a.css_popup_bottom{
position:relative;
text-decoration:underline;
}
a.css_popup_bottom:hover{
background-color:#ffffff; /*a background color is needed for Internet Explorer 6*/
}
.contactform a.css_popup_bottom:hover{
background-color:#e7dacd; /* match contactform (used in "Benefits" list) background */
}
a.css_popup_bottom span{
display:none; 
}
a.css_popup_bottom:hover span{
display:block; 
position:absolute;
z-index:100;
top:-34.5em;
left:0em;
width:440px;
height:390px;
background-color:#f6f5f1;
background:transparent url(../images/popup_bottom.png);
color:#000;
padding:1em;
}
a.css_popup_bottom p {
line-height: 1.5em;
}
/* End Call a Social Worker Pop-up Style*/

/* Start FAQ Styles */
.technology{
cursor: pointer;
margin: .833em 0;
}
/* the whenOpen and whenClosed classes control which fold/unfold message is displayed */
.whenClosed {
	display:none;
/*	visibility:hidden; 
	height:0; 
	overflow:hidden;
	*/
}
.openlanguage .whenOpen {
	color: #000000;
	display:block;
	visibility:visible;
	overflow:visible;
	width:auto;
}
.openlanguage .whenClosed {
	color: #9b8d77; /* for browsers that struggle with the display:none */
	display:none;
	visibility:hidden; 
	width:0; 
	overflow:hidden; 
}
/* when the copy is folded, the .whenClosed class is displayed and .whenOpen is hidden */
.closedlanguage .whenClosed {
	display:block;
	visibility:visible;
	overflow:visible;
	width:auto;
}
.closedlanguage .whenOpen {
	display:none;
	visibility:hidden; 
	width:0; 
	overflow:hidden; 
}
/* end of whenOpen and whenClosed class definitions */
p.BackToTop {
	background-color:#FFFFFF;
	color: #e87923;
	font-weight:bold;
	float: right;
	top: -3em;
	padding-left: .5em;
	padding-right: 1em;
	margin-bottom: 0;
	position: relative;
}

.BackToTop a,
.BackToTop a:link,
.BackToTop a:visited {
	font-size: .917em;
	font-weight: bold;
	color: #e87923;
	text-decoration: none;
}

.BackToTop a:hover,
.BackToTop a:active {
	color: #ff8728;
	text-decoration: none;
}

.content .FAQTOC p {
	margin-top: 0px;
}

.content .FAQTOC h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #9b8d77;
	padding-top: 1em;
}

.content .FAQTOC h6.first {
	border-top: none;
	margin-bottom: 1em;
	padding-top: 0;
}

#FAQs .content .detailitems h3 {
	color:#000000;
	margin-top: .5em;
	padding: 0px;
	background:none;
	line-height: 1.333em;
	text-indent: 0;
}

.FAQcontent p {
	color:#555555;
	margin-left: 1.375em;
}

.FAQcontent a,
.FAQcontent a:link,
.FAQcontent a:visited {
	color: #555555;
}

.FAQcontent a:hover,
.FAQcontent a:active {
	color: #777777;
}

.FAQheader,
.FAQheader a {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em; 
	color: #000000;
	text-decoration: none;
}

.FAQicon {
	cursor:pointer;
	font-weight: bold;
	margin-right: .25em;
	padding-top: .25em;
}

#FAQs .openlanguage{ /*class added to contents when they are open*/
font-size: 0.750em;
font-weight: bold;
color: #000000;
}
#FAQs .closedlanguage{ /*class added to contents when they are closed*/
font-size: 0.750em;
font-weight: bold;
color: #000000;
}
/* End FAQ Style*/
.Testimonialdetail {
	font-size: 1em;
	font-weight: normal;
	clear: both;
	width: 48.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em;
/*	padding-right: 0; */
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #9b8d77;
}
.firstdetail {
	border-top: none;
/*	border-top-width:0; 
	border-top-style:none;
	border-top-color: #FFFFFF;
*/
}
.plaindetail {
	float:none;
}


.Testimonialdetail .testimonialQuote {
	font-size: 1em;
	font-style:italic;
	line-height: 1.2em;
	font-weight: bold;
	color: #9b8d77;
}
/* The next two classes are used to "stack" two quotes side-by-side */
.Testimonialdetail .testimonial1stQuote {
	font-size: 1em;
	font-style:italic;
	line-height: 1.2em;
	font-weight: bold;
	color: #9b8d77;
	width: 22em;
	float:left;
}
.Testimonialdetail .testimonial2ndQuote {
	font-size: 1em;
	font-style:italic;
	line-height: 1.2em;
	font-weight: bold;
	color: #9b8d77;
	width: 24em;
	padding-left: 2em;
	float:left;
}
/* end of class definitions to "stack" two quotes side-by-side */
.content .testimg {
	clear: both;
	float: left;
	height: 8.25em;
	width: 49.167em;
	margin-top: 1em;
}
.Testimonialdetail .testimonialwords,
.Testimonialdetail .thelanguage {
	clear:both;
	font-size: 1em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
/*	color: #000000; */
}
.Testimonialdetail .technology,
.Testimonialdetail .technology a:link,
.Testimonialdetail .technology a:visited,
.Testimonialdetail .technology a:active,
.Testimonialdetail .linkBack,
.Testimonialdetail .linkBack a:link,
.Testimonialdetail .linkBack a:visited,
.Testimonialdetail .linkBack a:active {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #e87923;
	text-decoration: none;
}
.Testimonialdetail .technology a:hover,
.Testimonialdetail .linkBack a:hover {
	color: #e87923;
	text-decoration: underline;
}
.Testimonialdetail .linkBack {
	display: none;
} 

.morenews {
	font-size: 1.167em;
	line-height: 1.3em;
	margin-top: 2em;
}

.morenews a:link,
.morenews a:visited,
.morenews a:active {
	color: #e87923;
	text-decoration: none;
	font-size: .833em;
	font-weight: bold;
}
.morenews a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: .833em;
	font-weight: bold;
}
