body {
	/* padding-top: 50px;
/* 60px to make the container go all the way to the bottom of the topbar */
}
ul.nav li.dropdown:hover a:hover, ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}
a.menu:after, .dropdown-toggle:after {
	content: none;
}
#container {
	background: none repeat scroll 0 0 white;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
	margin: 30px auto;
	padding: 30px;
	width: 940px;
}
.pull-left {
	margin: 0 15px 10px 0;
}
.header {
	margin: 0 0 0 0;
	height: 300px;
	background: #ffffff;
	padding: 50px 0 0 0;
}
.headerpic {
	width: 940px;
	height: 300px;
	background: #fff url(../img/headerpic-schomer.jpg);
}
html,      body {
	height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
/* Negative indent footer by it's height */
	margin: 0 auto -30px auto;
	padding: 0 0 0 0;
}
#wrap > .container {
	padding-top: 50px;
}
/* Set the fixed height of the footer here */
#push,      #footer {
	height: 30px;
}
#footer {
	background-color: #336699;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
#footer {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
}
.dropdown-menu {
	top: 95%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	font-family: 'Racing Sans One', cursive;
	font-weight: normal;
	line-height: 30px;
	color: #336699;
	text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	line-height: 1;
	color: #aaaaaa;
}
.lead {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
