.clearfix:before,
.clearfix:after {
 content: " "; /* 1 */
 display: table; /* 2 */
}
.clearfix:after { clear: both; }
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix { *zoom: 1;
}


.profile-text {
 text-align: justify;
 font-size: 13px;
 color: #fff;
}
.profile-text h3 { color: #d9bb75; }
#vertical-nav ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#vertical-nav ul li a {
 display: block;
 padding: 6px 20px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-transform: uppercase;
 text-decoration: none;
 white-space: nowrap;
 color: #fff;
}
#vertical-nav ul li a:link {
 color: #fff;
 text-decoration: none;
}
#vertical-nav ul li a:visited {
 color: #fff;
 text-decoration: none;
}
.vertical-navul li a:active {
 color: #fff;
 text-decoration: none;
}
#vertical-nav ul li a:hover,
#vertical-nav ul li.active a {
 color: #d9bb75;
 text-decoration: none;
 background: #555555; /* Old browsers */
 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 background: -moz-linear-gradient(left, #555555 0%, #000000 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right top, color-stop(0%, #555555), color-stop(100%, #000000)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(left, #555555 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(left, #555555 0%, #000000 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(left, #555555 0%, #000000 100%); /* IE10+ */
 background: linear-gradient(to right, #555555 0%, #000000 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#000000', GradientType=1 ); /* IE6-8 */
}