body {
  padding: 0;
  margin: 0;
  background: #f3f3f3;
  font-family: 'Droid Sans', sans-serif;
}

#cdlnewslogo, #strapline, #topmenu, #content {
  width: 960px;
  margin: 0 auto;
}

#topmenu {
  text-align: center;
  padding-top: 10px;
  background: #f3f3f3;
}

#topmenu img {
  border: none;
}

#cdlnewslogo {
  height: 83px;
  background: #f3f3f3;
}

#strapline {
  text-align: right;
  height: 30px;
  background: #f3f3f3;
}

#bluefadeheader {
  background-color: #00b8e3;
  background-image: url('images/bluefade.png'); 
  background-repeat: repeat-y;
  background-position: left;
  text-align: right;
  height: 53px;
  padding-right: 20px;
}

#bluefadeheader img {
  margin: 10px 5px;
  border: none;
}

#fixedtop {
  width: 100%;
}

#mainframe {
  width: 570px;
  padding-right: 20px;
  float: left;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#sidebar {
  padding: 20px 0 0 20px;
  width: 349px;
  border-left: 1px solid gray;
  float: right;
}

#sidebar img.feature{
  border: 1px solid black;
  
}

#content div.caption {
  margin: 0 0 5px 0;
  border: 1px solid black;
  background-color: #c8d3d5;
}

#content div.caption p {
  font-size: 12px;
  padding: 0 2px 2px 2px;
  margin: 0;
  text-align: center;
}


#content {
  text-align: left;
  color: #4d5359;
  position: relative;
}

#content b.imglabel{
  display: block;
  text-align: center;
  width: 100%;
}

h1 {
  font-size: 3em;
  margin: 0.5em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.25em 0;
}

#sidebar h2 {
  color: #0055a5;
  font-size: 1.1em;  
  margin-top: 1em;
}

div.news-section {
  top: 0;
  left: 0;
  background: #f3f3f3;
  width: 570px;
}

#content-insurernews {
  width: 960px;
}

#content-insurernews div.insurernews-header {
  width: 240px;
  padding: 0px 15px 0px 65px;
  float: left;
  font-weight: bold;
  margin-bottom: 2px;
  height: 99px;
}

#content-insurernews div.insurernews-header a {
  text-decoration: none;
}

#content-insurernews div.side {
  float: left;
  width: 200px;
}

#content-insurernews div.details {
  background-color: #7ddcf2;
  padding: 5px 10px;
  margin: 0.25em 0;
}

#content-insurernews div.main {
  float: left;
  width: 740px;
  padding-left: 20px;
  margin-bottom: 10px;
}

div.clear {
  clear: both;
}

hr {
  border: 0;
  height: 1px;
  background: gray;
  color: gray;
}

div.footer {
  width: 100%;
  text-align: center;
  margin: 10px 0 50px 0;
}

div.footer span {
  padding: 0 10px;
  text-decoration: underline;
  font-weight: bold;
}

p, li, div.footer {
  font-size: 14px;
  line-height: 1.5em;
}

#sidebar p {
  font-size: 12px;
  line-height: 1.5em;
}
