/* BASIC */

h1, h2, h3, h4, ul, ol {
  margin: 0px;
  padding: 0px;
  font: Arial, Helvetica, sans-serif;
  font: sans-serif;
  color: #000;
}

.clear {
  clear: both;
  color: #4070a0;
}

/* LAYOUT */

html { height: 100%;
}


/* BANNER STYLES */

#floatleft {
  float: left;
}

#floatright {
  float: right;
}

#floatright2 {
  float: right;
  margin-left: 20px;
  width: 422px;
}

/* SECOND NAV */

#secondnav {
  background-color: #900;
  width: 1000px;
  height: 21px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFF;
}

#secondnav ul {
  font-family: Arial, Helvetica, sans-serif;
  font: sans-serif;
  padding-top: 0px;
  list-style: none;
}

#secondnav li {
  display: inline;
  margin-top: 0px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFF;
  padding-left: 25px;
}

#secondnav li a {
  font-size: 12px;
  text-decoration: none;
  color: #FFF;
  padding: 30px;
  height: 2em;
  font-weight: bold;
}
#secondnav li a:hover {
  color: #000;
}

/* MIDDLE AREA */

#mainimg {
  background-image: url(../images/splash/main_img2.jpg);
  width: 980px;
  height: 600px;
  margin-top:0px;
  background-position: center;

}

#logo {
  padding-left: 15px;
  padding-top: 15px;
  width: 321px;
  height: 111px;
}

#login {
  background-image: url(../images/splash/info_bg2.png);
  margin-left: 18px;
  margin-top: 15px;
  width: 314px;
  height: 405px;
}
#logintable {
  padding-top: 18px;
  margin-left: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #000;
}

#memberslogin {
  margin-top: 2px;
  margin-left: 170px;
}

#memberslogin a {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #CCC;
  text-decoration: none;
}

#memberslogin a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #900;
  text-decoration: none;
}

#loginfo {
  margin-left: 10px;
  margin-top: 15px;
  margin-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  color: #FFF;
  text-align: justify;
}

#buzz {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #FFF;
  padding-left: 25px;
  padding-top: 15px;
  padding-right: 15px;
  float: left;
}

#experts {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
}

.experts {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #FFF;
}

.right {
  text-align: right;
}



/* BOTTOM */


#bottomnav {
  text-align: center;

}

#bottomnav ul {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  list-style: none;
}

#bottomnav li {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
}

#bottomnav li a {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #FFF;
  text-decoration: underline;
  padding: 10px;
  height: 2em;
}

#bottomnav li a:hover {
  color: #900;
  text-decoration: underline;
  font-weight: normal;
}
