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



/**** SERVCES PAGE ACCORDIAN ****/

.accordion_toggle
{
	display: block;
	height: 30px;
	background:url(/images/accord_bg.jpg) top right no-repeat #ffb015;
	cursor: pointer;
	padding:5px;
	color:#000000;
}

.accordion_toggle_active
{
	background:url(/images/accord_bg_active.jpg) top right no-repeat #ffb015;
}

.accordion_content
{
	color:#FFFFFF;
	overflow: hidden;
}

.modulesUL
{
	padding-left:30px;
}

.accordion_content a,
.accordion_content a:visited
{
	display:block;
	font-weight:bold;
	clear:both;
	text-align:right;
	padding-right:10px;
	color:#CC0000;
	text-decoration:none;
	margin-top:2px;
}

.accordion_content a:hover
{
	text-decoration:underline;
}
