/*state.css*/
@import url(general.css);

#bodyInnerContainer p {
	line-height: 18px;
}

.stateFlag {
	float: right;
	margin: 0 0 12px 16px;
}

#stateServices {
	margin: 20px 0 0 0;
	border: none !important;
}

#overviewHeader1, #overviewHeader2 {
	height: 32px;
	background: url(/images/bg_state_service.gif) left top no-repeat;
	margin-bottom: 3px !important;
}

#panel1Content, #panel2Content {
	border: none !important;
}

.accordionContents {
	padding: 14px;
}

.accordionContents ul {
	margin: 0 0 10px 30px;
}

.accordionContents li {
	list-style-type: disc !important;
}

.service_title {
	height: 32px;
	line-height: 32px;
	font-size: 120%;
	font-family: Helvetica;
	padding: 0 0 0 32px;
	color: #3d3d3e;
	text-transform: uppercase;
	font-weight: bold;
	
}

.collapsed .service_title {
	background: url(/images/bg_left_arrow.gif) 16px 13px no-repeat;
}

.expanded .service_title {
	background: url(/images/bg_down_arrow.gif) 14px 12px no-repeat;
}

