/* Blocks */

.block {
  width: 700px;
  margin: 1em auto;
  clear: both;
}
.image, .frame {
  width: 274px;
  height: 148px;
}
.image {
  display: block;
  background-repeat: no-repeat;
}
.frame {
  display: block;
  background-image: url(../images/layout/large_image_frame_alpha.png);
}
.block .image_column {
  text-align: center;
  float: left;
}
.block .image_column a, .image_column img {
  display: block;
  border: 0;
  text-align: center;
}
.block .image_column a {
  text-decoration: none;
  cursor: hand;
}
.block .image_column p {
  margin: 0;
}
.block .image_column a {
  text-decoration: underline;
}
.block .image_column img {
  border: 0;
}
.block h3 {
  margin-top: 0;
}
.block h3 a span {
  text-decoration: underline;
}
.block .text_column {
  float: left;
  margin: 0 0 0 20px;
}
.block .text_column_innermost {
  padding: 20px 25px 10px 21px;
}
.block .text_column ul {
  padding: 0;
  margin: 0 1.8em 1em 1.8em;
}
.block_flip .image_column, .block_flip .text_column {
  float: right;
}
.block_flip .text_column {
  margin: 0 20px 0 0;
}

/* Main block */

.main_block {
  background: url(../images/layout/main_block_background.png) repeat-y;
}
.main_block_inner_a {
  background: url(../images/layout/main_block_top.png) no-repeat;
}
.main_block_innermost {
  background: url(../images/layout/main_block_bottom.png) no-repeat bottom;
  padding: 20px 25px 10px 25px;
}
.main_block h3, .main_block h4 {
  clear: both;
}
.boltOn .main_block_inner_a {
  background: none;
}
.boltOn .main_block_innermost {
  padding-top: 0;
}
.boltOn {
  margin-top: 0 !important;
}
#content .main_block fieldset .hr {
  margin-left: -30px;
  padding-top: 10px;
  width: 686px;
  height: auto;
}
#content .main_block fieldset .hr span {
  background: none;
  background-color: #ddd;
  width: 686px;
  position: relative;  
}

/* large block */

.large_block .image_column {
  width: 274px;
  text-align: center;
}
.large_block .image_column p a {
  padding: 1em 0 0.5em 0;
}
.large_block .text_column {
  width: 406px;
}
.large_block .text_column strong {
  color: #900;
}
.large_block .text_column_inner_a {
  background: url(../images/layout/large_block_top.png) no-repeat top;
  width: 406px;
}
.large_block .text_column {
  background: url(../images/layout/large_block_background.png) repeat-y;
}
.large_block .text_column_innermost {
  background: url(../images/layout/large_block_bottom.png) no-repeat bottom;
}
.triple_enabled .text_column_innermost {
  background: none;
  padding-bottom: 0;
}
.triple_enabled .text_column_inner_a {
  border-top: 1px solid white;
}
.triple {
  height: 77px;
}
.triple .images {
  padding: 10px 0 0 44px;
  position: absolute;  
}
.triple .frame {
  width: 405px;
  height: 77px;
  margin-left: 1px;
  position: absolute;
  background-image: url(../images/layout/triple_image_frame.png);
}
.triple a {
  display: block;
  position: absolute;
  width: 405px;
  height: 77px;
}
.triple .image {
  position: absolute;
  width: 104px;
  height: 55px;
}
.triple .image2 {
  margin-left: 104px;
}
.triple .image3 {
  margin-left: 208px;
}

/* Small block */

.small_block .image, .small_block .frame, .small_block .image_column {
  width: 130px;
}
.small_block .image, .small_block .frame {
  height: 130px;
}
.small_block .frame {
  background-image: url(../images/layout/small_image_frame.png);
}
.small_block .image_column p a {
  padding: 1em 0 0.5em 0;
}
.small_block .text_column {
  width: 550px;
}
.small_block h3 {
  margin-top: 10px;
  padding-bottom: 0;
}
.small_block .text_column {
  background: url(../images/layout/small_block_background.png) repeat-y;
}
.small_block .text_column_inner_a {
  background: url(../images/layout/small_block_top.png) no-repeat;
}
.small_block .text_column_innermost {
  padding-top: 6px;
  background: url(../images/layout/small_block_bottom.png) no-repeat bottom;
}

/* Flash block */

#flashBlock {
  width: 700px;
  margin: 1em auto 0 auto;
  background: url(../images/layout/main_block_background.png) repeat-y;
}
#flashBlock * {
  display: block;
}

/* Double Images */

.double_images .left, .double_images .right {
  float: left;
  margin-left: 49px;
  text-align: center;
}
.double_images p {
  margin-top: 0;
}

/* Two Images */

.two_images .left, .two_images .right {
  float: left;
  margin-left: 30px;
  text-align: center;
}
.two_images p {
  margin-top: 0;
}

/* Double Text */

.double_text .left, .double_text .right {
  float: left;
  width: 50%;
}
.double_text .left_innermost, .double_text .right_innermost {
  padding: 8px 25px 9px 40px;
}
.double_text .left_innermost {
  padding-left: 65px;
}
.double_text .main_block_innermost {
  padding: 1px 0 0 0;
}

/* ProvideSupport */

.provide_support .left, .provide_support .right {
  float: center;
  margin-left: 30px;
  text-align: center;
}
.provide_support p {
  margin-top: 0;
}

/* ProvideSupport2 */

.provide_support2 .left, .provide_support2 .right {
  float: center;
  margin-left: 30px;
  text-align: center;
}
.provide_support2 p {
  margin-top: 0;
}
