/* Accordian Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basic Definitions*****/

/*****Custom Classes*****/
.clearing { clear: both; }
.clearfix { overflow: hidden; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/

/*****Accordion Styles*****/
#accbox{ width: 600px; margin: auto; }
#accbox h1{
	font-size: 16px;
	font-weight: bold;
	color: black;
}
ul#accordion, ul#accordion ul { list-style: none; margin: 0; }
ul#accordion { border-bottom: 1px solid #C2C8D1; }
ul#accordion li { border: 1px solid #C2C8D1; border-bottom: none; font-size: 14px; line-height: 16px }
ul#accordion ul li { border: none; border-bottom: 1px solid #C2C8D1; color: #000; padding: 5px 10px; }
ul#accordion ul li:last-child { border-bottom: none; }
ul#accordion a.heading { 
	background: #eaeaea;
	color: black;
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding: 10px 5px;
	text-decoration: none;
	text-transform: uppercase;
}
ul#accordion a.heading:hover { background: #333; color: #fff; }
ul#accordion li.ui-accordion-selected a.heading, ul#accordion li.current a.heading { background: #660000; color: #fff; }
ul#accordion li ul a { color: #650000; text-decoration: none; }
ul#accordion li ul a:hover { text-decoration: underline; border-bottom: none; }
ul#accordion li ul .date { padding-right: 10px; }
ul#accordion li ul .count { padding-left: 10px; }

/*****Additional Custom Accordion Styles*****/
#customAccordion ul#accordion li ul { display: none; }
/*body#customAccordion ul#accordion li.current ul { display: block; }*/


p {margin-bottom: 10px;}

/**** textblock settings ****/
#textblock{
	margin: 20px auto;
    width: 800px;
}

#textblock a:link, a:active, a:visited{
	text-decoration:none;
	font-weight: bold;
	color:#720a0b;
}


#textblock p{
	margin: 10px 0px 10px 00px;
    width: 800px;
}

#textblock subp{
    width: 800px;
    font-size: 10px;
}

#textblock h1{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}

#textblock h2{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: black;
}

#textblocksmall {
	margin: 20px;
    width: 500px;
}

#textblocksmall p{
	margin: 10px 0px 10px 00px;
    width: 500px;
}

#textblocksmall subp{
    width: 500px;
    font-size: 10px;
}

#textblocksmall h1{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}

#textblocksmall h2{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: black;
}

