/* CSS Document */


#basic-accordian{
	width: 610px;
	background-color: #FFFFFF;
	padding: 10px;
}

.accordion_headings{
	padding:1px 0 1px 0;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	background-color: #CCCCCC;
	text-align: center;
}

.accordion_headings:hover{
	background-color: #FF9900;
}

.accordion_child{
	background-color: #FFFFFF;
	padding:5px 0 5px 0;
	width:610px;
}

.header_highlight{
	background-color: #999999;
	text-align: center;
}

.service {
	width: 630px;
	margin:0 0 20px 0;
	float: left;
	height: 225px;
	border-right: solid #e1e1e3 5px;
	border-bottom: solid #e1e1e3 5px;
	border-left: solid #e1e1e3 5px;
}

.service_still {
	width: 630px;
	margin:0 0 20px 0;
	float: left;
	height: 195px;
	border-right: solid #e1e1e3 5px;
	border-bottom: solid #e1e1e3 5px;
	border-left: solid #e1e1e3 5px;
}
