/* STYLE SHEET FOR OWW NEWSLETTER -- Harris-Braun Enterprises 2013 */

/* ---------LAYOUT---------- */
#main_area {
  width: 100%;
  background-color: #f2f7f9;
  overflow: hidden;
}

#topright {
  color: #015c89;
  text-align: right;
  float: right;
  padding-top: 10px;
  margin-right: 100px;
}

#topleft {
  float: left;
  margin-left: 12px;
  height: 135px;
  width: 140px;
  background: transparent url("/art/newsletter/logo_135_trans.gif") no-repeat
    left top;
}

#masthead {
}

#masthead h1 {
  font-weight: normal;
  font-size: 1.9em;
  -webkit-transform: scale(1.1, 1.4);
  transform: scale(1.1, 1.4); /* W3C */
  -webkit-transform: scale(1.1, 1.4); /* Safari and Chrome */
  -moz-transform: scale(1.1, 1.4); /* Firefox */
  -ms-transform: scale(1.1, 1.4); /* IE 9 */
  -o-transform: scale(1.1, 1.4); /* Opera */
  color: #015c89;
  padding-right: 35px;
}

#sideNav {
  clear: both;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
  width: 130px;
  padding: 5px 5px 5px 5px;
  line-height: 1.1em;
  font-size: 10pt;
  border: 1px solid #c7d9e1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
}

#issuetext {
  padding-right: 7px;
}

.content_holder {
  width: 850px;
  margin: 30px auto 0 auto;
}

.white_box,
.no_box {
  background-color: #ffffff;
  border: 1px solid #c7d9e1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}

.top {
  margin-top: 100px;
}

.bottom {
  padding-bottom: 20px;
}

/* ----------COLORS AND TEXT STYLES---------- */

body {
  background-color: #fcfbf8;
}

html,
body,
div,
blockquote,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
  font-family: Arial, Helvetica, sans-serif;
  color: #231f20;
}

body,
td {
  font-size: small;
  margin: 0;
  padding: 0;
}

a:link {
  color: #015c89;
}
a:active {
  color: #003366;
}
a:visited {
  color: #015c89;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #287ead;
  text-decoration: none;
}

.headline {
  font-family: Frutiger, Verdana, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #015c89;
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.interview_question {
  color: #015c89;
  font-style: italic;
  font-weight: bold;
}

.subheader {
  color: #015c89;
  margin-bottom: 4px;
}

.whitetext {
  color: gray;
}

#footer {
  text-align: center;
  color: #015c89;
  font-size: 9pt;
  margin-top: 15px;
  clear: both;
}

.smalltext {
  font-size: 10pt;
}

/* ----------NAVIGATION TEXT---------- */

#sideNav ul {
  list-style-type: none;
  padding: 0 0 0 0;
}

#sideNav li {
  list-style: none;
  margin: 0 0 0.8em 0;
  padding: 0;
  font-size: 1em;
}

#sideNav a:link {
  color: #015c89;
  text-decoration: none;
  font-size: 1em;
  font-weight: default;
}

#sideNav a:active {
  color: #003366;
}

#sideNav a:visited {
  color: #015c89;
  text-decoration: none;
}

a:hover,
#sideNav a:hover {
  color: #7ab4d3;
}

#footer {
  clear: both;
  width: 880px;
  padding: 4px 0;
  border-top: solid 1px #c7d9e1;
  margin-top: 29px;
  margin: 30px auto 0 auto;
  background-color: #f2f7f9;
}

#footer-nav {
  display: block;
}

#footer-nav-wrapper {
  margin: 0 auto 0 auto;
  width: 880px;
}

#footer-nav ul {
  float: left;
  padding-left: 0px; /*clear browser defaults*/
  padding-right: 40px;
  padding-top: 2px;
  padding-bottom: 36px;
}

#footer-nav li {
  text-align: left;
  list-style: none;
  padding-top: 6px;
  font-weight: bold;
  color: #287ead !important;
}

#footer-nav a {
  font-weight: normal;
}

#footer-copyright {
  font-size: 90%;
  clear: both;
  padding-bottom: 36px;
}
