/* CSS Reset */

*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}

/* End CSS Reset */
/*----------*/
/* Elements */

body {
  background: #fff url("../images/background.gif") repeat-x;
  text-align: center;
  font: normal 75% Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #e18511;
}

a:hover {
  text-decoration: underline;
}

/* End Elements */
/*----------*/
/* IDs */

#container {
  margin: 0 auto;
  width: 880px;
  background: url("../images/container_background.gif") repeat-y;
}

#container_top {
  background: url("../images/container_top_background.jpg") top no-repeat;
  text-align: left;
  padding: 0 0 0 57px;
}

#sidebar {
  float: left;
  background: #fff;
  width: 248px;
  text-align: center;
}

#content {
  background: url("../images/content_background.gif") repeat-x;
  width: 514px;
  margin-left: 9px;
  margin-bottom: 20px;
  float: left;
}

#contentmain h2 {
  font-size: 1.3em;
  line-height: 1.4em;
  padding: 10px;
  font-weight: bold;
}

#contentmain h3 {
  font-size: 1.1em;
  line-height: 1.2em;
  padding: 10px;
  font-weight: bold;
  color: #e18511;
  padding-bottom: 3px;
  border-bottom: 2px dotted #e18511;
}

#contentmain {
  margin: 0 10px;
  background: url("../images/contentmain_background.gif") repeat-x;
}

#contentmain p {
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
  margin-bottom: 5px;
}

#contentmain ul {
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
  margin-bottom: 5px;
}

#contentmain li {
  margin: 0 0 10px 30px;
  list-style: disc;
}

#contentmain p img {
  border: 5px solid #9ea2a3;
  float: left;
  margin: 0 10px 10px 0;
}

#contentflash {
  float: right;
  margin: 5px;
}

#contentflash p {
  text-align: center;
  font-size: .9em;
  color: #333;
  font-weight: bold;
}

#footer {
  background: url("../images/footer_background.gif") no-repeat;
  width: 814px;
  height: 63px;
  margin: 0 auto;
}

#footer p {
  color: #e18511;
  font-size: .8em;
  padding-top: 28px;
}

#footer a {
  font-weight: bold;
}

/* End IDs */
/*----------*/
/* Classes */

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.spacer {
  margin-bottom: 350px;
}

.sidecontent {
  width: 176px;
  margin: 5px auto;
  padding: 10px;
  background: url("../images/sidecontent_background.gif") repeat-x;
}

.sidecontentmain {
  background: #0e0e0e url("../images/sidecontentmain_background.gif") no-repeat;
  text-align: left;
  padding-bottom: 5px;
}

.sidecontentmain h2 {
  color: #e18511;
  margin: 5px 10px;
  padding-bottom: 3px;
  border-bottom: 2px dotted #e18511;
  font-size: 1.2em;
}

.sidecontentmain p {
  color: #fff;
  font-size: .9em;
  margin: 5px 10px 10px 10px;
}

.breadcrumbs {
  background: url("../images/HLPV_header.jpg");
  padding: 10px;
  margin: 0 10px 10px 10px;
  color: #e18511;
}

.breadcrumbs li {
  display: inline;
  list-style: none;
  font-size: 14px;
  padding: 0 3px;
}

.breadcrumbs a {
  font-size: 11px;
  padding-top: 5px;
}

.bottomnav {
  text-align: center;
  font-size: .8em;
  color: #1A2C5C;
  padding: 5px 0 8px 0;
  border-top: 1px solid #dfdfdf;
  width: 770px;
}

.bottomnav a {
  color: #1A2C5C;
  font-weight: normal;
}

.bottomnav ul {
  padding-top: 5px;
}

.bottomnav li {
  display: inline;
  margin: 0 5px;
}

/* End Classes */