/* General Purpose Entities */

span.bold {
  font-weight: bold;
}

span.italic {
  font-style: italic;
}

span.orange_text {
  color: #CF6508;
}

span.blue_text {
  color: #123466;
}

.content {
  background-color: #f8f8f8;
  border-radius: 10px;
}

* {
  font-family: Arial,Verdana;
}

/* Overall Layout */

body {
  background-color: #3366ff;
  background-image: url('../../images/arm_logo_small_trans.png');
  margin: 0px;
}

#stripe {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 180px;
  width: 100%;
  height: 190px;
  background-color: #F58600;
}

div.contain {
  margin: 10px auto;
  width: 800px;
}

/* Header Entities */
div.header {
  position: relative;
  margin: 10px 0;
}

/*
div.logo {
  position: relative;
}

div.logo-img {
  margin: 25px 10px 10px;
}

div.logo-txt {
  white-space: nowrap;
  position: absolute;
  top: 95px;
  left: 95px;
  text-align: right;
}

div.logo-txt>div {
  font-size: 1px;
  font-weight: bold;
}
*/

div.logo {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    font-family: arial;
}


div.logo img {
    width: 150px;
}

#header_info {
  position: absolute;
  top: 10px;
  right: 20px;
  text-align: right;
}

#login_link {
  cursor: pointer;
  font-weight: bold;
}

#login_link:hover {
  text-shadow: 2px 2px 4px;
}

#logout_link {
  cursor: pointer;
}

#logout_link:hover {
  text-shadow: 2px 2px 4px;
}

#header_image {
  position: relative;
  top: -15px;
}

div.slideshow {
  border-radius: 10px;
  height: 165px;
  width:567px;
  margin: 10px;
  position: relative;
  overflow: hidden;
}

div.slideshow>table {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

div.slideshow>table>tbody>tr>td {
  vertical-align: top;
  position: relative;
}

div.slideshow>table>tbody>tr>td:first-child {
  background-color: #999999;
  text-align: left;
  z-index: 20;
}

span.slide_title {
  font-weight: bold;
  font-size: 14px;
}

#slider-text {
  margin: 5px 0 0 5px;
  font-size: 12px;
}

#slider-image {
  position: relative;
  width: 390px;
}

span.image_entry {
  display: inline-block;
  position: absolute;
  right: 0px;
}

span.image_entry>img {
  border-radius: 0 10px 10px 0;
}

/* Main Body Entities */

div.body>table>tbody>tr>td {
  vertical-align: top;
}

/* Left Side Menu Entities */
div.side_menu {
  width: 208px;
  padding: 10px 0;
}

#menu {

}

#menu ul>li {
  font-size: 13px;
background-color: none;
}

#menu ul>li>a {
  background-color: none;
  font-weight: bold;
}
#menu ul>li>ul {
  background-color: #ffffff;
}

#menu ul>li>a {
  background-color: none;
}

div.nav_title {
  margin: 10px 0 5px 10px;
}

div.nav_title:first-child {
  margin-top: 0;
}

/* Content Area Entities */

div.selection_container>img {
  width: 176px;
  height: 176px;
}

div.body_container {
  width: 578px;
}

div.body_content {
  padding: 18px;
  font-size: 12px;
  font-family: tahoma, Arial, Helvetica;
}

/* Footer Entities */

div.footer {
   margin: 10px 0;
   padding: 10px;
   font-size: 10px;
}

div.footer>table {
  width: 100%;
}

