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

/* Headline */

#float_left h1 {
	background-image: url(../images/home/headline.png);
	height: 113px;
	width: 450px;
	text-indent: -9999px;
}

/*Decorative top gradient. Opacity settings will obviously not display correctly in older browsers*/

#accordian_topgrad

 {
	background-image: url(../images/home_images/accordian_top.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 460px;
	margin-top: 5px;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}

/*Title within top gradient*/

p.accordian_top_gradient {
	color: #0099FF;
	padding-left: 40px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 18px;
}

/*p.bottom_boarder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}*/

/*Decorative bottom gradient. Opacity settings will obviously not display correctly in older browsers*/

#accordian_bottomgrad {
	background-image: url(../images/home_images/accordian_bottom.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 460px;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	
}


