/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.container {max-width:970px;}
#footer {
  xposition: absolute;
  xbottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  border-top:solid 1px #eee;
  padding-top:10px;
}

.wrapper {
    box-shadow: 0 1px 0px 0px #fff, 0 -1px 0px 0px #fff, 4px 0 6px -3px #ccc, -4px 0 6px -3px #ccc;
	background: #fff;
	margin-top: -5px;
	padding-top: 5px;
	background: url(/images/breadcrumb_bg.png) 0 130px repeat-x;
	padding-bottom:150px;
}

div.header {
	padding-top:20px;
	height:160px;
}

div.header div.wordmark {
	padding-top:0;
}
div.header div.logos {
	padding-top:8px;
}

div.special-helper p {
    padding: 15px;
}