.divider-colorfull{
width: 100%;
margin: 10px 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f2d77+0,7f2d77+20,c260a0+20,c260a0+40,bd5e57+40,bd5e57+60,e5a53d+60,e5a53d+80,a6c9e5+80,a6c9e5+100 */
background: #7f2d77; /* Old browsers */
background: -moz-linear-gradient(left, #7f2d77 0%, #7f2d77 20%, #c260a0 20%, #c260a0 40%, #bd5e57 40%, #bd5e57 60%, #e5a53d 60%, #e5a53d 80%, #a6c9e5 80%, #a6c9e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7f2d77), color-stop(20%,#7f2d77), color-stop(20%,#c260a0), color-stop(40%,#c260a0), color-stop(40%,#bd5e57), color-stop(60%,#bd5e57), color-stop(60%,#e5a53d), color-stop(80%,#e5a53d), color-stop(80%,#a6c9e5), color-stop(100%,#a6c9e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #7f2d77 0%,#7f2d77 20%,#c260a0 20%,#c260a0 40%,#bd5e57 40%,#bd5e57 60%,#e5a53d 60%,#e5a53d 80%,#a6c9e5 80%,#a6c9e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #7f2d77 0%,#7f2d77 20%,#c260a0 20%,#c260a0 40%,#bd5e57 40%,#bd5e57 60%,#e5a53d 60%,#e5a53d 80%,#a6c9e5 80%,#a6c9e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #7f2d77 0%,#7f2d77 20%,#c260a0 20%,#c260a0 40%,#bd5e57 40%,#bd5e57 60%,#e5a53d 60%,#e5a53d 80%,#a6c9e5 80%,#a6c9e5 100%); /* IE10+ */
background: linear-gradient(to right, #7f2d77 0%,#7f2d77 20%,#c260a0 20%,#c260a0 40%,#bd5e57 40%,#bd5e57 60%,#e5a53d 60%,#e5a53d 80%,#a6c9e5 80%,#a6c9e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f2d77', endColorstr='#a6c9e5',GradientType=1 ); /* IE6-9 */
}
.divider-1x{
    height: 1px; 
 }
.divider-2x{
    height: 2px; 
 }
.divider-3x{
    height: 3px; 
 }
.divider-5x{
    height: 5px; 
 }
 ul.sidebar{
     font-size: 1.2em;
   // margin:0;
   // padding:5px 0;
    list-style-type: disc; 
 }
 ul.sidebar li{
     margin: 5px 0;
      padding:5px;
      border-bottom: 1px solid #ccc;
	//margin:0 0 15px 0;
}
p.sidebar{
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
}
.divider{
    width: 100%;
    margin: 5px 0;
    color: #ccc;
}
.dashed-1{
    border-bottom: 1px dashed; 
}
.purple{
    color: #7F2D77;
}
.pink{
    color: #C260A0;
}
.red{
    color: #BD5E57;
}
.orange{
    color: #E5A53D;
}
.blue{
    color: #85A5C1;
}

.brand {
	max-width:200px;
	width:100%;
	height:auto;
	margin:10px 0 10px 0;
}
.brand img{
	max-width:120px !important;
	height:auto;
}

.navigation{
	width: 100%;
	height: 40px;
	margin: 10px 0;
	padding: 10px;
	border-top: 1px solid #ccc;
	float: none;
}
.navigation .nav-next{
	width: 20%;
	float: right;
	text-align: right;
}
.navigation .nav-previous{
	width: 20%;
	float: left;
}

