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

#contentexpandable {
	width:640px;
	margin:0;
	padding-bottom:0px;
	overflow:hidden
}
#contentexpandable-alt {
	width:640px;
	padding-bottom:0px;
	overflow:hidden;
	background-color: #F0F0F0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#contentexpandable-alt-2 {
	width:640px;
	padding-bottom:0px;
	overflow:hidden;
	background-color: #FAFAFA;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#contentexpandable-alt-1 {
	width:640px;
	padding-bottom:0px;
	overflow:hidden;
	background-color: #F6F6F6;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


.accordian {
	margin:0;
	padding:0;
	position:relative;
}
.collapse p {
	margin: 0;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.collapse {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 23px;
	padding-left: 23px;
	}
h4 {
	font-size:13px;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-weight: normal;
	background-image: url(../images/learnmore.jpg);
	background-repeat: no-repeat;
	background-position: right;
    }
.expand {
	padding-bottom:10px;
	width: 100px;
	margin-bottom: 0px;
    }
.expand a {
  display:block;
  padding:3px 0px 5px 0px;
  text-decoration:none;
  color:white
}
.expand a:link, .expand a:visited {
	background-image:url(../js/more.gif);
	background-repeat:no-repeat;
	/*background-position:80px 12px;*/
	color: #ff6600;
}
.expand a:hover, .expand a:active, .expand a:focus {
	outline:0;
	color:#B0C1CD;
	text-decoration:none;
}
.expand a.open:link, .expand a.open:visited {
  background-image: url(../js/less.gif);
  background-repeat:no-repeat;
/*  background-position:80px 12px;*/
  color: #fff;
  border: 0px;
}
