* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 12px;
  font-family: "Lucida Grande", Arial, sans-serif;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  color: #4c4c4c;
  line-height: 18px;
}
#page_container {
  width: 960px;
  background-image: url(../assets/images/phv_body_bg.jpg);
  background-repeat: no-repeat;
  float: left;
}

#col1 {
  float: left;
  width: 340px;
  height: 600px;
}

#col2 {
  float: left;
  width: 600px;
  padding: 0px 0px 30px 20px;
}

#nav1 {
  width: 170px;
  float: left;
}
#nav2 {
  width: 170px;
  float: right;
}

#nav1 a,
#nav2 a {
  color: rgb(125, 125, 125);
  display: block;
  text-decoration: none;
  line-height: 21px;
  padding-right: 10px;
  text-align: right;
}

#fce_slideshow {
  height: 340px;
  width: 600px;
  float: left;
  position: relative;
  margin-top: -17px;
  overflow: visible;
}
#fce_slideshow .nav_thumb {
  position: absolute;
  right: 0px;
  top: 0px;
}
#fce_slideshow .nav_thumb ul {
  list-style: none;
}
#fce_slideshow .nav_thumb a {
  margin-bottom: 10px;
  display: block;
}
#page {
  position: relative;
}

#head {
  float: left;
  width: 960px;
  height: 150px;
  background-image: url(../assets/images/phv_head_title.png);
  background-repeat: no-repeat;
  background-position: 499px 75px;
}

#logo {
  position: absolute;
  top: 15px;
  left: 100px;
}

#nav1 a:hover,
#nav1 .current,
#nav2 a:hover,
#nav2 .current,
#nav1 .active_sub {
  color: #131313;
}

#nav1 ul,
#nav2 ul {
  list-style: none;
  padding-bottom: 20px;
  width: 160px;
  padding-left: 0px;
}

#nav1 .divider,
#nav2 .divider {
  margin: 9px 0px;
  height: 10px;
}

p {
  color: #4c4c4c;
  margin: 9px 0px;
}

h1 {
  font-size: 16px;
  margin: 18px 0px 9px;
  clear: both;
}

h2 {
  font-size: 14px;
  margin: 9px 0px 9px;
  clear: both;
}

h3 {
  font-size: 12px;
  margin: 9px 0px 9px;
  clear: both;
}

a {
  color: #4c4c4c;
  text-decoration: underline;
}

.content ul {
  margin-left: 30px;
  list-style: disc;
}
