.module_small {
  border: 1px solid #ccc;
  width: 171px;
}

.module_lg {
  border: 1px solid #ccc;
  width: 350px;
}

.module_rnd1 {
  width: 350px;
  margin-bottom: 1em;
}

.module_rnd2 {
  width: 350px;
  margin-bottom: 1em;
}

.module_rnd3 {
  width: 490px;
  margin-bottom: 1em;
}

.module_header_rnd1 {
  background-image: url('images/blue_round_top.gif');
  height: 14px;
}

.module_header_rnd2 {
  background-image: url('images/blue_round_top_water.gif');
  height: 53px;
}

.module_header_rnd3 {
  background-image: url('images/blue_round_top_people.jpg');
  height: 117px;
}

.module_header_rnd4 {
  background-image: url('images/blue_round_top_presentation.jpg');
  height: 117px;
}

.module_header_rnd5 {
  background-image: url('images/blue_round_top_shake.jpg');
  height: 117px;
}

.module_header_rnd6 {
  background-image: url('images/blue_round_top_waterdrop.jpg');
  height: 117px;
}

.module_header_rnd7 {
  background-image: url('images/blue_round_top_helphand.jpg');
  height: 117px;
}

.module_header_rnd8 {
  background-image: url('images/blue_round_top_apple.jpg');
  height: 117px;
}

.module_header_blue {
  background-image: url('images/blue_bg.gif');
  height: 35px;
}

.module_header_brown {
  background-image: url('images/brown_bg.gif');
  height: 35px;
}

.module_header_brown_lg {
  background-image: url('images/brown_bg_lg.gif');
  height: 35px;
}

.module_header_sq {
  height: 35px;
}

.module_menu {
  display: inline;
  float: left;
}

.module_title {
  float: left;
  position: relative;
  left: 10px;
  top: 5px;
  margin-top: 0;
}

.module_title_rnd1 {
  display: inline;
  padding-left: 0.8em;
}

.module_title_rnd2 {
  float: left;
  position: relative;
  top: 15px;
  padding-left: 1em;
}

.module_title_rnd3 {
  display: inline;
  padding-left: 0.8em;
}

.module_title_text {
  color: #fff;
  font-family: Garamond, "Times New Roman", serif;
  font-size: normal;
  text-transform: lowercase;
}

.module_title_text_2 {
  color: #000;
  font-family: Garamond, "Times New Roman", serif;
  font-size: normal;
  text-transform: lowercase;
}

.module_content_container_rnd1 {
  background: #556293 url('images/module_rnd1_bg.jpg') no-repeat top left;
  color: #fff;
  padding-left: 150px;
}

.module_content_container_rnd2 {
  background: #6b77a3 url('images/module_rnd2_bg.jpg') no-repeat center left;
  color: #fff;
  padding-left: 188px;
}

.module_content_container_noimage {
  background: #6b77a3;
  color: #fff;
}

.module_content_container_rnd3 {
  background-color: #556293;
  color: #000;
  overflow: auto;
  padding-bottom: 30em;
  padding-top: 0.5em;
}

.module_content_container_sq {
  background-color: #fff;
  color: #000;
  overflow: auto;
}

.module_content {
  clear: both;
  padding: 1em;
  text-align: left;
}

.module_content_rnd1 {
  clear: right;
}