@charset "iso-8859-1";

/* Set/reset HTML5 elements, see html5doctor.com/html-5-reset-stylesheet */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}

/* -------------------- General ---------------- */

body {
 margin: 0;
 padding: 0;
 font-family: Arial, Geneva, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 15px;
 font-weight: normal;
 color: #363636;
 background-color: #fff;
 text-align: center;
}

img {
 border: none;
 margin: 2px;
}

td {
 padding: 2px;
 vertical-align: top;
}

a, a:visited {
 color: #222;
 text-decoration: none;
}

a:hover {
 text-decoration: none;
}

h1, .headline {
 font-weight: bold;
 font-size: 28px;
 line-height: 31px;
 margin-top: 20px;
 margin-bottom: 15px;
}

h2 {
 font-size: 18px;
 line-height: 22px;
 color: #999;
}

h3 {
 font-weight: bold;
 font-size: 18px;
 line-height: 22px;
}

h4 {
 font-weight: bold;
 font-size: 14px;
 line-height: 18px;
}

h5 {
 font-weight: bold;
 font-size: 12px;
 line-height: 15px;
 text-transform: uppercase;
}

/* ---------------------- Main structure ----------------- */

div#mainContainer, div#MainContainerTop {
 width: 97%;
 margin: 0 auto;
 position: relative;
 text-align: left;
 border: 0;
 padding: 0;
}

.outerBox {
 background-color: #fff;
 border: 0;
}

div#leftColumn, div#mainColumn, div#MainColumnTop, div#rightColumn {
 float: left;
 margin-top: 0;
 height: auto;
 overflow: hidden;
}

div#leftColumn {
 position: absolute;
 left: 0;
 display: none;
}

div#mainColumn, div#MainColumnTop {
 width: 97%;
 position: absolute;
 left: 0;
 display: inline;
 padding-left: 10px;
 padding-right: 10px;
}

div#rightColumn {
 position: absolute;
 left: 1168px; /* measured */
 display: none;
}

.skyscraperBannerDiv {
 position: fixed;
 top: 0;
 width: 111px;
 margin: 0;
 padding: 0;
 border:0;
 text-align: center;
}

.skyscraperBannerDiv img {
 margin: 0;
}

.ContentLeft, .ContentLeftSmall {
 width: 100%;
 float: left;
 padding-left: 0;
 padding-right: 12px;
 margin-left: 0;
 margin-right: 0;
}

.ContentLeft {
 font-size: 13px;
 line-height: 17px;
}

.ContentLeftSmall {
 font-size: 11px;
 line-height: 14px;
}

.ContentLeft img, .ContentLeftSmall img {
 max-width: 95%;
}

.ContentRight, .ContentRightWide {
 width: 100%;
 float: left;
 padding-right: 0;
 margin-left: 0;
 margin-right: 0;
}

.ContentFull {
 width: 100%;
 float: left;
 padding-left: 0;
 padding-right: 0;
 margin-left: 0;
 margin-right: 0;
 font-size: 13px;
 line-height: 17px;
}

.ContentFull img {
 max-width: 95%;
}

.css_check {
 color: #aaa;
 font-size: 11px;
 font-style: oblique;
}

.hide_all {
 display: none;
}

.show_all {
 display: block;
}

.clearAll {
 clear: both;
 overflow: hidden;
 font-size: 1px;
 line-height: 1px;
}

img.marginless {
 margin: 0;
}

.placeholder{
color:#aaa;
}




/* Media Queries ------------------------------------------------------------------------------------ */

/* iPhone, etc portrait ---- */
@media only screen and (min-width: 320px) {

 div#mainContainer, div#MainContainerTop {
  width: 97%;
 }

 div#mainColumn, div#MainColumnTop {
 position: absolute;
  left: 0;
  padding-left: 4px;
  padding-right: 10px;
 }

 .ContentLeft, .ContentLeftSmall, .ContentRight, .ContentRightWide, .ContentFull {
  width: 100%;
 }

 .ContentLeft, .ContentLeftSmall {
  padding-right: 0;
 }

 .ContentRight, .ContentRightWide {
  padding-left: 0;
  border-left: 0;
 }

 .show_xs {
  display: block;
 }

 .hide_xs {
  display: none;
 }

}




/* iPhone, etc landscape ---- */
@media only screen and (min-width: 480px) {

 div#mainContainer, div#MainContainerTop {
  width: 98%;
 }

 div#mainColumn, div#MainColumnTop {
  width: 98%;
  padding-left: 6px;
 }

 .show_s {
  display: block;
 }

 .hide_s {
  display: none;
 }

}



/* iPad, tablets etc portrait ---- */
@media only screen and (min-width: 768px) {

 div#mainColumn, div#MainColumnTop {
  padding-left: 8px;
 }

 .ContentLeft {
  width: 62%;
 }

 .ContentLeftSmall {
  width: 260px;
 }

 .ContentRight {
  width: 34%;
 }

 .ContentRightWide {
  width: 63%;
 }

 .ContentRight, .ContentRightWide {
  float: right;
 }

 .show_m {
  display: block;
 }

 .hide_m {
  display: none;
 }

} 




/* Laptops, Desktops, etc ---- */
@media only screen and (min-width: 1024px) {

 div#mainContainer, div#MainContainerTop {
  max-width: 1024px;
 }
 
 div#mainColumn, div#MainColumnTop {
  width: 970px;
  padding-left: 18px;
  padding-right: 18px;
 }

 .ContentLeft {
  width: 600px;
  padding-right: 12px;
 }

 .ContentRight {
  width: 332px;
  padding-left: 12px;
 }

 .ContentRightWide {
  width: 689px;
  padding-left: 12px;
 }

 .show_l {
  display: block;
 }

 .hide_l {
  display: none;
 }

}




@media only screen and (min-width: 1200px) {

 body {
  background-color: #e9e9e9;
 }

 div#mainContainer, div#MainContainerTop {
  width: 1280px;
  max-width: 1280px;
 }
 
 div#mainColumn, div#MainColumnTop {
  width: 970px;
  position: absolute;
  left: 119px;
  padding-left: 36px;
  padding-right: 36px;
 }

 div#leftColumn {
  display: block;
 }
 
 div#rightColumn {
  display: block;
 }
 
 .outerBox {
  -webkit-box-shadow: 0 0 5px 5px #a6a6a6;
  -moz-box-shadow: 0 0 5px 5px #a6a6a6;
  box-shadow: 0 0 5px 5px #a6a6a6;
 }

 .ContentLeft {
  width: 609px;
 }

 .ContentRight {
  width: 336px;
 }

 .ContentRightWide {
  width: 698px;
 }

 .ContentFull {
  width: 100%;
 }

 .show_xl {
  display: block;
 }

 .hide_xl {
  display: none;
 }

}