/*styles the expanding instructions, but I don't know where I used this*/

#options {
	margin-left: 20px;
	margin-bottom: 3px;
	color:#404040;
	font-size: 9px;
}
#options a {
	text-decoration:none;
	color:#404040;
	font-size: 9px;
}
#options a:hover  {
	text-decoration: underline;
}

/*styles the expanding instructions. This is the generic version Example in in the Florida Parishes Virtual book*/
.expand {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	font-style: italic;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	text-align: left;
	padding-bottom: 0px;
}

/*styles the header of ALL THREE accordion types. you can put whatever text you want in that area*/
.toc {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #404040;
	font-style: italic;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.toc:hover {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #404040;
	font-style: italic;
	font-weight: normal;
	background-color: #cdd3d2;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/*Styles the accordion item "You are here" */
.where {
	color:#990000;
}



/*the first container level, */
#acc {
	width:435px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-image: url(../siteimages/TOCback.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*the first level, "background color" controls color of header container, it has a hover state, width plus padding equals the width of container above*/

#acc h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #404040;
	font-style: italic;
	font-weight: normal;
	cursor:pointer;
	height: 33px;
	margin-bottom: 1px;
	margin-top: 0px;
	background-repeat: no-repeat;
	padding-top: 6px;
	width: 435px;
	height: 25px;
}

#acc h3:hover {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #404040;
	font-style: italic;
	font-weight: normal;
	cursor:pointer;
	height: 33px;
	margin-bottom: 1px;
	margin-top: 0px;
	background-repeat: no-repeat;
	padding-top: 6px;
	height: 25px;
}


/*container for level 1 section*/
#acc .acc-section {
	overflow:hidden;
}
/*styling for text and container of level 1 section, padding plus border plus width equals #acc  */
#acc .acc-content {
	width:435px;
	margin-left: 0px;
}

/*container for ALL the nested sections, "color" is for the non URL text*/

#nested {
	list-style:none;
	color:#404040;
	
}


/*container for a nested section, width plus margins and padding equal width of acc and acc-content above*/

#nested h3 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	cursor:pointer;
	background-color: #cdd3d2;
	background-image: url(../siteimages/downarrow.gif);
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px;
	margin-left: 0px;
	height: auto;
	width:402px;

}

#nested h3:hover {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	cursor:pointer;
	height: auto;
	background-color: #e5eaec;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px;

}

#nested .acc-section {
	overflow:hidden
}

#nested .acc-content {
	width:410px;
	margin-top: 2px;
	margin-bottom: 1px;
	text-align: left;
}

#nested .acc-item {
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	line-height: 12px;
}

#nested .acc-itemsub {
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 50px;
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	line-height: 12px;
}


#nested .acc-item a:link {
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}

#nested .acc-item a:hover {
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}


#nested .acc-item a:visited {
	font-size: 12px;
	color: #5A8D3F;
	font-weight: normal;
	text-decoration: none;
}

#nested .acc-itemsub a:link {
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	text-decoration: none;

}

#nested .acc-itemsub a:hover {
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}


#nested .acc-itemsub a:visited {
	
	font-size: 12px;
	color: #5A8D3F;
	font-weight: normal;
}


/*this styles the header of the nested panel that is automatically open when the accordian initializes*/

#nested .acc-selected {
	background-image: url(../siteimages/uparrow.gif);	
}







/**********STYLE 2 = not sure where this is used, if at all ***********************/

#options2 {
	color:#404040;
	width: 475px;
	height: 38px;
}

#options2 .text {
	text-decoration:none;
	color:#333333;
	font-size: 11px;
	padding-top: 21px;
	padding-left: 18px;
}

#options2 .text a {
	text-decoration:none;
	color:404040;
	font-size: 11px;
}

#options2 .text a:hover  {
	text-decoration: none;
	color: #999999;
}

/*the first container level, */
#acc2 {
	width:435px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-image: url(../siteimages/TOCback.gif);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*the first level, "background color" controls color of header container, it has a hover state, width plus padding equals the width of container above*/

#acc2 h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #404040;
	font-style: italic;
	font-weight: normal;
	cursor:pointer;
	height: 33px;
	margin-bottom: 1px;
	margin-top: 0px;
	background-repeat: no-repeat;
	padding-top: 6px;
	width: 435px;
	height: 25px;
}

#acc2 h3:hover {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #404040;
	font-style: italic;
	font-weight: normal;
	cursor:pointer;
	height: 33px;
	margin-bottom: 1px;
	margin-top: 0px;
	background-repeat: no-repeat;
	padding-top: 6px;
	height: 25px;
}


/*container for level 1 section*/
#acc2 .acc-section {
	overflow:hidden;
}

/*styling for text and container of level 1 section, padding plus border plus width equals #acc  */
#acc2 .acc-content {
	width:435px;
	margin-left: 0px;
}

/*container for ALL the nested sections, "color" is for the non URL text*/

#nested2 {
	list-style:none;
	color:#404040;
}


/*container for a nested section, width plus margins and padding equal width of acc and acc-content above*/

#nested2 h3 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	cursor:pointer;
	background-color: #c9d1d7;
	background-image: url(../siteimages/downarrow.gif);
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px;
	margin-left: 0px;
	height: auto;
	width:402px;
}

#nested2 h3:hover {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	cursor:pointer;
	height: auto;
	background-color: #D6DFE5;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px;
}

#nested2 .acc-section {
	overflow:hidden
}

#nested2 .acc-content {
	width:410px;
	margin-top: 2px;
	margin-bottom: 1px;
	text-align: left;
}

#nested2 .acc-item {
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	line-height: 12px;
}

#nested2 .acc-itemsub {
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 50px;
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	line-height: 12px;
}


#nested2 .acc-item a:link {
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}

#nested2 .acc-item a:hover {
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}


#nested2 .acc-item a:visited {
	font-size: 12px;
	color: #009999;
	font-weight: normal;
	text-decoration: none;
}

#nested2 .acc-itemsub a:link {
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}

#nested2 .acc-itemsub a:hover {
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

#nested2 .acc-itemsub a:visited {
	
	font-size: 12px;
	color: #009999;
	font-weight: normal;
}


/*this styles the header of the nested panel that is automatically open when the accordian initializes*/

#nested2 .acc-selected {
	background-image: url(../siteimages/uparrow.gif);	
}





/**********STYLE 3 = DELTA *******************************/


/*controls the expand all area*/

#options3 {
	color:#404040;
	width: 475px;
	height: 38px;
	background-image: url(../LT/Articles_Essays/images/Delta/optionstextbar.png);
}

#options3 .text {
	text-decoration:none;
	color:#FFFFFF;
	font-size: 11px;
	padding-top: 21px;
	padding-left: 14px;
}

#options3 .text a {
	text-decoration:none;
	color:#FFFFFF;
	font-size: 11px;
}

#options3 .text a:hover  {
	text-decoration: none;
	color: #BBA49C;
}

/*the first container level, */
#acc3 {
	width:475px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: repeat;
	padding-bottom: 5px;
	padding-top: 0px;
}


/*the first level, "background color" controls color of header container, it has a hover state, width plus padding equals the width of container above*/

#acc3 h3 {
	text-align: left;
	cursor:pointer;
	height: 39px;
	background-repeat: no-repeat;
	width: 435px;
	background-image: url(../LT/Articles_Essays/images/Delta/TOC.gif);
}

#acc3 h3:hover {
	text-align: left;
	cursor:pointer;
	height: 39px;
	width: 435px;

}


/*container for level 1 section*/
#acc3 .acc-section {
	overflow:hidden;
}
/*styling for text and container of level 1 section, padding plus border plus width equals #acc  */
#acc3 .acc-content {
	width:435px;
}

/*container for ALL the nested sections, "color" is for the non URL text*/

#nested3 {
	list-style:none;
	color:#404040;
	margin: 0px;
	padding: 0px;	
}


/*container for a nested section, width plus margins and padding equal width of acc and acc-content above*/

#nested3 h3 {
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	cursor:pointer;
	background-color: #E0EDE7;
	background-image: url(../siteimages/downarrow.gif);
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px;
	margin-left: 0px;
	height: auto;
	width:402px;
}

#nested3 h3:hover {
	background-color: #CEE8E3;
	font-size: 12px;
	font-weight:bold;
	font-style: normal;
	cursor:pointer;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px;
	margin-left: 0px;
	height: auto;
	width:402px;
}


#nested3 .acc-section {
	overflow:hidden
}

#nested3 .acc-content {
	width:410px;
	margin-top: 2px;
	margin-bottom: 1px;
	text-align: left;
}

#nested3 .acc-item {
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	line-height: 12px;
}

#nested3 .acc-itemsub {
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 50px;
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	line-height: 12px;
}


#nested3 .acc-item a:link {
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	vertical-align: central;
}

#nested3 .acc-item a:hover {
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}


#nested3 .acc-item a:visited {
	font-size: 12px;
	color: #6A998C;
	font-weight: normal;
	text-decoration: none;
}

#nested3 .acc-itemsub a:link {
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}

#nested3 .acc-itemsub a:hover {
	font-size: 12px;
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

#nested3 .acc-itemsub a:visited {
	
	font-size: 12px;
	color: #009999;
	font-weight: normal;
	text-decoration: none;
}

/*this styles active headers of the nested panel that is automatically open when the accordian initializes*/

#nested3 .acc-selected {
	background-color: #E6EFEF;
	background-image: url(../siteimages/uparrow.gif);	
}



/**********STYLE 4 = LANDING PAGES-LT *******************************/


/*controls the expand all area*/

/*the first container level, */
#acc4 {
	width:550px;
	margin-right: auto;
	margin-left: auto;
}


/*the first level, "background color" controls color of header container, it has a hover state, width plus padding equals the width of container above*/

#acc4 h3 {
	cursor:pointer;
	height: 70px;
	width: 550px;
	background-image: url(../siteimages/land_living.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


/*container for level 1 section*/
#acc4 .acc-section {
	overflow:hidden;
}
/*styling for text and container of level 1 section, padding plus border plus width equals #acc  */
#acc4 .acc-content {
	width: 550px;
}

/*container for ALL the nested sections, "color" is for the non URL text*/

#nested4 {
	list-style:none;
	margin: 0px;
	padding: 0px;
}


/*container for a nested section, width plus margins and padding equal width of acc and acc-content above*/

#nested4 h3 {
	cursor:pointer;
	background-color: #9D6567;
	margin-bottom: 5px;
	height: 55px;
	width:550px;
	background-image: none;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
}

#nested4 h3:hover {
	background-color: #B37579;
	cursor:pointer;
	margin-bottom: 5px;
	height: 55px;
	width:550px;
	background-image: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 5px;
}


#nested4 .acc-section {
	overflow:hidden
}

#nested4 .acc-content {
	width:550px;
	text-align: left;
}

#nested4 .acc-item {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 18px;
	color: #404040;
	line-height: 18px;
	text-decoration: none;
}


#nested4 .acc-item a:link {
margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 18px;
	color: #404040;
	line-height: 18px;
	text-decoration: none;
}

#nested4 .acc-item a:hover {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 18px;
	color: #666666;
	line-height: 18px;
	text-decoration: none;
}


#nested4 .acc-item a:visited {
margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 18px;
	color: #404040;
	line-height: 18px;
	text-decoration: none;
}


/**********STYLE 5 = LANDING PAGES -LFP*******************************/


/*controls the expand all area*/

/*the first container level, */
#acc5 {
	width:550px;
	margin-right: auto;
	margin-left: auto;
}


/*the first level, "background color" controls color of header container, it has a hover state, width plus padding equals the width of container above*/

#acc5 h3 {
	cursor:pointer;
	height: 70px;
	width: 550px;
	background-image: url(../siteimages/land_lfp.png);
	background-repeat: no-repeat;
	background-position: center center;
}


/*container for level 1 section*/
#acc5 .acc-section {
	overflow:hidden;
}
/*styling for text and container of level 1 section, padding plus border plus width equals #acc  */
#acc5 .acc-content {
	width: 550px;
}

/*container for ALL the nested sections, "color" is for the non URL text*/

#nested5 {
	list-style:none;
	margin: 0px;
	padding: 0px;
}


/*container for a nested section, width plus margins and padding equal width of acc and acc-content above*/

#nested5 h3 {
	cursor:pointer;
	background-color: #999768;
	margin-bottom: 5px;
	height: 55px;
	width:550px;
	background-image: none;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
}

#nested5 h3:hover {
	background-color: #A9A773;
	cursor:pointer;
	margin-bottom: 5px;
	height: 55px;
	width:550px;
	background-image: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 5px;
}


#nested5 .acc-section {
	overflow:hidden
}

#nested5 .acc-content {
	width:550px;
	text-align: left;
}

#nested5 .acc-item {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 18px;
	color: #404040;
	line-height: 18px;
	text-decoration: none;
}


#nested5 .acc-item a:link {
margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 18px;
	color: #404040;
	line-height: 18px;
	text-decoration: none;
}

#nested5 .acc-item a:hover {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 18px;
	color: #666666;
	line-height: 18px;
	text-decoration: none;
}


#nested5 .acc-item a:visited {
margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 18px;
	color: #404040;
	line-height: 18px;
	text-decoration: none;
}
