.damloopContent {	
	height: auto;
	min-height: 400px;
	padding: 12px 0 0 241px;
	width: 774px;
	padding-right: 100px;
}
#damloop_content_wrapper {	
        background: #2c3d73 url(../img/content_gradient.png) top right no-repeat;
	height: auto;
	overflow: visible;
	min-width: 1015px;	

}
.damloop h1 {
	color: #fff;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}
.damloop h2 {
	color: #fff;
	font-family: Aller, "Myriad Pro", Arial;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
#damloop_content_wrapper {
        background: #2c3d73 url(../img/content_gradient.png) top right no-repeat;
	
	height: auto;
	overflow: visible;
	min-width: 1015px;	

}
#damloop_nav {
	background: url(../img/damloop_nav_bg.jpg) repeat-x;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.33);
	height: 37px;
	margin: 0 50px;
	overflow: visible;
	position: absolute;
	top: 0;
	width: 915px;
	z-index: 20;
}
.damloop_nav_left, .damloop_nav_right {
	float: left;
	height: auto;
	width: auto;
}
.damloop_nav_left 	{ margin: 0 190px 0 0;}

#damloop_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#damloop_nav ul li {
	border-top: 4px solid transparent;
	float: left;
	height: 14px;
	width: auto;
}
#damloop_nav ul li:hover {
	border-top: 4px solid #f6eae9;
	cursor: pointer;
}
#damloop_nav .damloop_nav_left ul li {
	padding: 7px 19px;
}
#damloop_nav .damloop_nav_right ul li {
	padding: 7px 17px;
}

/* Slides */

#slideholder {
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.19);
	height: 300px;
	overflow: hidden;
	width: 1015px;
}

/* Logo */

#logo {
	background: url(../../img/logo.png) no-repeat;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}	
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}	
	
.smallText {
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    font-family: Aller, "Myriad Pro",Arial;
    margin: 0;
    padding: 0;
}	