.accordion_toggle {
	background-color:white;
	height:25px;
	width:100%;
	padding:0px;
	margin-top:7px;
	background-color:#f7f7f7;
	}

.accordion_toggle_active {
	
	}

.accordion_content {
	background-color:#f7f7f7;
	overflow:hidden;
	padding:0px;
	margin-bottom:7px;
	color:#00335b;
	}
	
#container{
	padding-bottom:20px;
	}
	
.accordion_white{
	background-color:#fff;
	}
	
.service_title{
	padding:5px;
	}

.service_title_selected{
	padding:5px;
	}

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

.service_title_selected a{
	font-weight:bold;
	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;
	}