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

.AccordionTitle, .AccordionTitle1, .AccordionContent, .AccordionContainer
{
	position:relative;
	width:224px;
	margin-right: 5px;
	padding:0px;
}

.AccordionContainer
{
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	float: left;
	overflow:hidden;
	margin-left: 9px;
	width: 224px;
	margin-top: 9px;
	margin-right: 5px;
	margin-bottom: 0px;
}


.AccordionTitle
{
	/*height:40px;*/
	overflow:hidden;
	cursor:pointer;
	text-align:left;
	background-repeat:repeat;
	display:table-cell;
	background-image:url(../images/accordion-ground-small.jpg);
	-moz-user-select:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	border-top-style: none;
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	height: 39px;
}


.AccordionTitle1
{
	/*height:40px;*/
	overflow:hidden;
	cursor:pointer;
	text-align:left;
	background-repeat:repeat;
	display:table-cell;
	background-image:url(../images/accordion-ground-large.jpg);
	-moz-user-select:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	border-top-style: none;
	margin: 0px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	height: 55px;
}
.AccordionTitle p, .AccordionTitle1 p {
	line-height: 18px;
	font-weight: bold;
	padding-right: 5px;
	padding-top: 0px;
	font-size: 15px;
	letter-spacing: 0px;
	margin: 10px 0px 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*.AccordionTitle p strong {
	font-size: 14px;
	font-weight: bold;
}*/


.AccordionContent
{
	width:224px;
	/*height:200px;*/
	overflow:auto;
	display:none;
	padding-right: 10px;
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/accordion-open.jpg);
	background-repeat: no-repeat;
}

.AccordionContent ul {
	padding: 0px 15px 0px 10px;
	list-style-position: outside;
	list-style-type: disc;
	margin: 5px 0px 0px 5px;
	background-repeat: no-repeat;
}
.AccordionContent ul li {
	margin: 0px 0px 5px;
	list-style-type: disc;
	padding: 0px 5px 0px 0px;
}


.AccordionContent ul li a {
	color: #1D45CA;
	text-decoration: none;
}

.AccordionContent ul li a:hover {
	color: #990000;
}
.AccordionContent ul li.first {
	font-weight: bold;
}
