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

#basic-accordian{
	width:960px;
	z-index:2;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
}
.accordion_child img {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}


.accordion_headings{
	color:#333333;
	border:1px solid #666666;
	cursor:pointer;
	font-weight:bold;
	font-size: 14px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color: #CCCCCC;
	background-image: url(../images/accordion_grey.gif);
	background-repeat: repeat-x;
	background-position: -2px;
	margin-bottom: 5px;
}

.accordion_headings:hover{
	color: #990000;
	background-image: url(../images/accordion_greyish.gif);
	background-repeat: repeat-x;
	background-position: -2px;
}

.accordion_child{
	padding:15px;
	border: 1px solid #666666;
	background-color: #F5F5F5;
}
.accordion_child p {
	line-height: 1.5em;
	margin-bottom: 25px;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.accordion_child h2 {
	font-size: 1.4em;
	color: #333333;
	font-weight: bold;
	font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}
.accordion_child .readmore {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}




.header_highlight{
	background-color: #990033;
	background-image: url(../images/accordion_red.gif);
	background-repeat: repeat-x;
	background-position: -2px;
	color: #FFFFFF;
}

* {
	margin:0;
	padding:0;
	list-style:none;
}

