/* Start of CMSMS style sheet 'HVP Default' */
@charset "UTF-8";

/* 
  Code by Mathias Källberg - http://www.ipatch.se/
  If you copy code, please give credit. Thanks! :)
*/

html {
  overflow-y: scroll;  /* Keep scrollbar visible in IE */
}

a#start-link {
  width: 191px;
  float: left;
  display: block;
  height: 55px;
}

body {
  background-color: #fff;
  background-image: url("images/main_bg.png");
  background-position: top center;
  background-repeat: repeat-y;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;    /* Set default font size to 10px */
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.5em;
}

div#foot {
  padding: 45px 0 0 5px;
  clear: both;
}

div#head {
  padding-bottom: 27px;
  background-image: url("images/hvp_logo.png");
  background-position: top left;
  background-repeat: no-repeat;
  height: 65px;
  position: relative;
}

div#big-main {
  margin-right: 45px;
  width: 660px;
  float: left;
}

div#main {
  margin-right: 45px;
  width: 425px;
  float: left;
}

div#pictures {
  margin-right: 45px;
  width: 190px;
  float: left;
}

div#pictures > *, div#main > *, div#big-main > *, div#side > *, div#foot > * {
  margin-top: 0;  /* Ensures the content begin at the top */
}

div#pictures img {
  float: left;
  border: 0;
  margin: 2px 0 12px 0;
  clear: left;
  display: block;
  width: 190px;
}

div#side {
  width: 185px;
  float: left;
}

div#wrapper {
  margin: 0 auto;
  padding: 35px 45px 1em 45px;
  width: 890px;
  min-height: 300px;
}

h1 {
  color: #000;
  font-size: 1.6em;
}

h2, h3, h4, h5, h6 {
  color: #000;
  font-size: 1.2em;
}

h1#company {
  display: none;
}

html, body, div, table {
  margin: 0;
  border: 0;
  padding: 0;
}

ul#menu {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  left: 230px;
  font-size: 1.1em;
  white-space: nowrap;
}

ul#menu a, ul#menu li.sectionheader span {
  padding: 3px 9px;
  display: block;
  color: #555;
  background-color: #ececec;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul#menu a:hover {
  color: #fff !important;
}

ul#menu li {
  float: left;
  margin: 0 5px 0 0;
  padding-bottom: 3px;
  display: block;
}

ul#menu li ul {
  margin: 0;
  padding: 0;
  background-color: #7d2838;
  position: absolute;
  top: 24px;
  display: none;
  opacity: 0;
  min-width: 100px;
  -webkit-transition: opacity .1s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

ul#menu li ul li {
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  color: #e1c9cd;
}

ul#menu li ul li + li {
  border-top: 1px solid #b9828a;
}

ul#menu li.parent:hover, ul#menu li.sectionheader:hover {
  background-color: #8a3d4c;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

ul#menu li.selected a, ul#menu li:hover a, ul#menu li.sectionheader:hover span {
  color: #eee;
  background-color: #7d2838;
}

ul#menu li:hover ul {
  padding: 3px 9px;
  display: block;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  opacity: .9;
}

ul#menu ul a, ul#menu li:hover ul a {
  padding: 5px 1px;
  color: #e1c9cd;
  font-weight: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: color .1s linear;
}

p {
  font-size: 1.2em;
}

div#datepicker {
  float: left;
  margin-right: 15px;
}

div#dates {
  float: left;
}

div#dates table {
  border-top: 1px solid #aaa;
}

table {
  font-size: 1.2em;
}
/* End of 'HVP Default' */

