/* CSS for Arcinda Main Page */


body{
  font-family:  Arial, Helvetica, Verdana, sans-serif;
  background-image: url('background_spring.gif');
  background-repeat: repeat-x;
}



h1{
font-family: Arial,Helvetica, Verdana, sans-serif;
font-style:normal;
color: #000000;
}

h2, h3 {
  font-family: Arial, Helvetica, Times, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

p {
  font-family: Arial,Helvetica, Verdana, sans-serif;
}

a {
  font-family: Arial,Helvetica,Verdana,sans-serif;
}

.main_cascade_menu, .cascade_menu, .sub1 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.main_cascade_menu li {
  width: 135px;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 5px;
}

.main_cascade_menu a {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  display: block;
  width: 162px;
  height: 30px;
  line-height: 25px;
  margin-bottom: 1px;
  background-color: #C09F38;
  border: 0px solid white;
  border-radius: 3px;
}

.main_cascade_menu li:hover > a {
  background-color: #ddcc22;
}

.sub1 {
  display: none;
}

ul.cascade_menu:hover .sub1 {
  display: block;
}

ul.cascade_menu:hover .sub1 a{
  background-color: #bbaa99;
}

.cascade_menu .sub1 li:hover > a {
  background-color: #ddccbb;
}


div.wrap {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

div.top_menu {
  position: absolute;
  top: 125px;
  left: 0px;
  width: 900px;
  height: 120px;
  background-color: BF9E38;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div.dropdown {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 700px;
  z-index: 1;
}

div.upper_division {
  position: absolute;
  top: 152px;
  left: 0px;
  width: 900px;
  height: 480px;
  background-color: #E8C768;
}

div.navigation_menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 180px;
  height: 480px;
  background-color: #dd9900;
}

.navigation_menu a {
  margin-left: 10px;
  font-family: Arial,"Times New Roman", Verdana, Helvetica;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

div.video_frame_1 {
  position:absolute;
  top: 20px;
  left: 240px;
  width: 420px;
  height: 315px;
}

div.upper_text {
  position:absolute;
  top: 20px;
  left: 240px;
  width: 420px;
  height: 460px;
  background-color: #F8D778
}

.upper_text a {
  font-family: "Arial";
  text-decoration: none;
}

div.lower_division {
  position: absolute;
  top: 710px;
  left: 0px;
  width: 900px;
  height: 1620px;
  background-color: #E8C768;
}

div.lower_text {
  position: absolute;
  top: 40px;
  left: 180px;
  width: 600px;
}

div.lower_photos {
  position: absolute;
  top: 300px;
}

.lower_text p {
  font-family: "Arial";
}

.lower_text a {
  font-family: "Arial";
}

div.video_frame_2 {
  position: absolute;
  bottom: 480px;
  left: 220px;
  width: 400px;
  height: 285px;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: #ccbb77;
  border-right-color: #aa9966;
  border-left-color: #998855;
  border-top-color: #887744;
}
div.video_frame_3 {
  position: absolute;
  bottom: 480px;
  left: 220px;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: #ccbb77;
  border-right-color: #aa9966;
  border-left-color: #998855;
  border-top-color: #887744;
}
div.video_list {
  position: absolute;
  bottom: 250px;
  left: 160px;
  width: 600px;
}

.video_list p {
  font-family: "Arial";
}

.video_list li {
  font-family: "Arial";
  font-size: 12pt;
  margin-top: 5px;
}

.video_list a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
  color: #111AD9;
  text-align: center;
  margin-top: 5px;
  margin-left: 5px;
  font-family: Arial;
}

.video_list a:hover {
  background-color: #bbaaaa;
}

div.credits {
  position: absolute;
  bottom: 10px;
  left: 200px;
  width: 500px;
  height: 100px;
  font-size: 16px;
  font-family: "Comic Sans MS";
  text-align: center;
  font-weight: bold;
  color: #dd9900;;
}
