.accordion_toggle {
background-color:white;
height:auto;
width:100%;
padding:0px;
background-color:#ececec;
float:left;
}

.accordion_toggle_active {

	}

.accordion_content {
background-color:#ececec;
overflow:hidden;
padding:0px;
color:#00335b;
float:left;
}

	
#container{
	padding-top:10px;
	width:417px;
	float:left;
	}
	
.accordion_white{
	background-color:#fff;
	
	}
	
.service_title{
	padding:5px;
	float:left;
	
	}

.service_title_selected{
	padding:5px;
	float:left;
	
	}

.service_title a{
	color:#00335b;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	}
	
.service_title a:hover{
	color:#dd5900;
	}

.service_title_selected a{
	color:#dd5900;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	}

a.arrow{
	float:right;
	margin-top:3px;
	display:block;
	background-image:url(../images/accordion_arrow.gif);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	}

a.arrow:hover{
	background-color:#cacfe4;
	}
	
a.arrow_up{
	float:right;
	margin-top:3px;
	display:block;
	background-image:url(../images/accordion_arrow_up.gif);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
	}
	
a.arrow_up:hover{
	background-color:#cacfe4;
	}
	
.service_content{
	padding:0 5px 0 5px;
	width:407px;
	}