body, html, li, form {
  margin: 0;
  padding: 0;
}
body {
  display: block;
  height: 100%;
  width: 100%;
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #414141;
}   
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a, a:hover {
  text-decoration: none;
}
h1, h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin: 10px 0;
  color: #28166f;
}
h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  margin: 10px 0;
  color: #28166f;
}
h3.orangeheader {
  color: #E98933;
}
h3 a {
  color: #28166f;
}
h3.orangeheader a {
  color: #E98933;
}
p {
  line-height: 24px;
  margin: 0 0 20px 0;
}
img {
  border: 2px solid #E9E9E9;
}
.sitecontainer {
  position: relative;
  width: 1146px;
  margin: 0 auto;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.content {
  display: inline-block;
  margin-top: 10px;  
}

/* header */
.header {
  width: 100%;
}
.header .logo {
  display: block;
  background: transparent url(../images/logo.png) no-repeat;
  width: 196px;
  height: 78px;
  position: relative;
  margin-top: 20px;
}

/* social */
.social {
  float: right; 
  margin-top: 5px;
}
.header-facebook  {
	float: left; 
	border-right: 1px solid #C0BEBE; 
	padding-right: 5px;
}
.header-facebook a { background: transparent url(../images/facebook.png) no-repeat; }
.header-facebook a:hover { background-position: 0 -32px; }
.header-twitter a { background: transparent url(../images/twitter.png) no-repeat; }
.header-twitter a:hover { background-position: 0 -32px; }
.header-facebook a,
.header-twitter a {
	width: 32px; 
	height: 32px; 
	display: inline-block;
}
.header-twitter {
	float: left; 
	margin: 0px 5px;
}
.header-mail  {
	float: left; 
	border-left: 1px solid #C0BEBE; 
	padding-left: 5px; 
	height: 32px;
}
.header-mail a {
	width: 44px;
	height: 32px;
	display: inline-block;
	background: transparent url(../images/mail-icon.jpg) no-repeat;
	padding-left: 38px;
	color: #28166f;
}
.header-mail a:hover {
	background-position: 0 -32px;
}
.header-mail a:hover  span {
	color: #E98933;
}
.header-mail span {
	font-family: 'Open Sans Condensed',sans-serif; 
	font-size: 18px; 
	position: relative; 
	top: 2px; 
	display: inline-block;
}

.header .menu {
  float: right;
  margin-top: 11px; 
  clear: both;
}         
.header .menu li {
  display: inline-block;
  float: left;
}
.header .menu li a.mainmenu {
  display: block;
  height: 50px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  line-height: 50px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 20px;
  color: #28166f;
}
.header .menu li:hover a.mainmenu {
  background: #E98933;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
.hidden {
  display: none;
  background-color: #E98933;
  border-radius: 0 4px 4px 4px;
  padding: 8px 0;
  position: absolute;
  z-index: 1000;
}
.header .menu .hidden li {
  display: block;
  float: none;
  border-radius: none;
}
.header .menu .hidden a {
  display: block;
  background: #E98933;
  color: #fff;
  line-height: 24px;
}
.header .menu .hidden a:hover {
  text-decoration: underline;
}
li ul li a {
  width: auto;
  min-width: 150px;
  padding: 0 15px;
}
ul li a:hover + .hidden, 
.header .menu .hidden:hover {
  display: block;     
}
.header .menu .active {
  border-bottom: 2px solid #E98933;
}

/* buttons & links */
.orangebutton {
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 0 10px;
  background-color: #E98933;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 40px;  
}
.orangebutton:hover {
  background-color: #F98939;
}
.orangelink {
  color: #E98933; 
  font-weight: bold;
}
.orangelink:hover,
.bluelink:hover {
  text-decoration: underline;
}
.bluelink {
  color: #28166f;
  font-weight: bold;
}

/* footer */
.footer {
  position: relative;
  background-color: #28166f;
  height: 130px;
  color: #fff;
  margin-top: 40px;
}
.footer-logo {
  position: absolute;
  background: transparent url(../images/logo-grey.png) no-repeat;
  width: 170px;
  height: 67px;
  margin: 20px 0 0 20px;
}
.footer p {
  position: relative;
  top: 90px; 
  left: 20px;
  color: #dedede;
  font-size: 11px;
}
.footer .social {
  position: absolute;
  top: 49px;
  right: 20px;
}
.footer .social span {
  position: relative;
  top: 9px;
  text-transform: uppercase;
  font-size: 14px;  
  display: inline-block;
  margin-right: 15px;
}
.footer .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.facebook { background: transparent url(../images/facebook.png) no-repeat; }
.facebook:hover { background-position: 0 -32px; }
.twitter { background: transparent url(../images/twitter.png) no-repeat; }
.twitter:hover { background-position: 0 -32px; }
.google { background: transparent url(../images/google.png) no-repeat; }
.google:hover { background-position: 0 -32px; }
.feed { background: transparent url(../images/feed.png) no-repeat; }
.feed:hover { background-position: 0 -32px; }
.youtube { background: transparent url(../images/youtube.png) no-repeat; }
.youtube:hover { background-position: 0 -32px; }


/* clearfix */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}