/* CSS Document */
/*----------------------------------------------------------*/
#accordion {
	font-size:13px;
	margin-bottom:12px;
	text-decoration:none;
	font-style:normal;
	width: 200px;
	float:left;
}
.toggler {
	font-size: 14px;
	font-weight: normal;
	width: 165px;
	height: 42px;
	line-height: 32px;
	cursor: pointer;
	background: url(../images/button-inactive.jpg) no-repeat;
	margin-left: 12px;
	padding-left: 12px;
}
.element {
	margin: 0;
	padding: 5px;
}
.element p {
	margin: 0;
}
.element a:link,.element a:visited{
	padding-left: 35px;
	display: block;
	font-size:13px;
	margin-bottom:12px;
	text-decoration:none;
	font-style:normal;
}
.element a:hover, .element a:active {
  text-decoration: underline;
}
.float-right {
	padding: 10px 20px;
	float: right;
}
blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}
a.title:link, a.title:visited {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	width: 165px;
	height: 42px;
	line-height: 32px;
	background: url(../images/button-inactive.jpg) no-repeat center center;
	text-decoration: none;
	padding-left: 24px;
}
a.title:hover {
	background: url(../images/button-bg.jpg) no-repeat center center;
	color: #000099;
}
.current {
	display: block;
	width: 165px;
	height: 42px;
	line-height: 32px;
	background: url(../images/button-bg.jpg) no-repeat center center;
	padding-left: 24px;
	font-size: 14px;
	color: #000099;
}
a.current:link, a.current:visited, a.current:hover {
	display: block;
	font-style: normal;
	color: #000099;
	font-weight: normal;
	font-size: 14px;
	width: 165px;
	height: 42px;
	line-height: 32px;
	background: url(../images/button-bg.jpg) no-repeat center center;
	text-decoration: none;
	padding-left: 24px;
}
