#content {
	overflow:hidden
}
.demo {
	margin:0;
	position:relative
}
.collapse p {padding:0}

#switch, .switch {margin-bottom:5px; text-align:right}

.expand { 
	padding-bottom:.75em;
	padding-top:.75em;
}

/* --- Links  --- */
.expand a:link, .expand a:visited {
  text-decoration:none;
  color:#1D3143;
  background:none;
  border-bottom:1px dotted #1D3143;
}
a:hover, a:active, a:focus {
 
}
.expand a {
  display:block;
  padding:3px 0px
}
.expand a:link, .expand a:visited {
  background-image:url(../images/arrowdown.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;
}
.expand a:hover, .expand a:active, .expand a:focus {
  text-decoration:none;
}
.expand a.open:link, .expand a.open:visited {
  background:url(../images/arrowclose.gif) no-repeat 98% 50%;
}