/* Top Blue Stuff */
.top-blue {
  background: #fff url(/images/blue/images/blue_background.png) repeat-x;
  height: 318px;
  color: #fff;
}

.top-blue-wrapper {
  width: 1000px;
  margin: 0 auto;
}


.top-blue .media, .top-blue .text {
  float: left;
  margin: 35px 20px 0 0;
}

.top-blue .media {
  width: 490px;
  margin: 15px 0 0 25px;
}

.top-blue .text {
  width: 450px;
}

.top-blue .text .body {
  line-height: 23px;
  font-size: 18px;
  text-align: justify;
  margin: 10px 0 0;
}

.top-blue .text .body h1.small {
  font-size: 18px;
  font-weight: normal;
  display: inline;
}

.top-blue .text .body a, .top-blue .text .body a:visited, .top-blue .text .body a:active {
  color: #b5ff27;
}

.top-blue .text .body .button {
  float: left;
  top: 15px;
  position: relative;
/*  width: 138px;*/
  height: 31px;
}

.top-blue .text .body .button .contact-sales {
  background: #fff url(/images/blue/images/contact_sales.png) no-repeat;
  width: 156px;
  height: 31px;
  float:left;
  margin: 0 0 0 15px;
}

.top-blue .text .body .button .contact-sales:hover {
  background: #fff url(/images/blue/images/contact_sales.png) no-repeat -169px 0px;
}

.top-blue .text .body .button .learn-more {
  background: #fff url(/images/blue/images/learn_more.png) no-repeat;
  width: 138px;
  height: 31px;
  float:left;
}

.top-blue .text .body .button .learn-more:hover {
  background: #fff url(/images/blue/images/learn_more.png) no-repeat -156px 0px;
}

.top-blue .text .headline {
  font-size: 32px;
  color: #B5FF27;
}

.top-blue .text strong {
  color: #b5ff27;
}

/* Dotted & News box */
.boxes {
  margin: 10px 0 0;
}

.box {
  float: left;
  height: 335px;
  overflow: hidden;
  width: 460px;
}

.box .sub-section {
  margin: 0 0 15px 0;
}

.box .sub-section .headline {
  font-size: 18px;
  color: #2baee6;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.box .sub-section .body {
  font-size: 12px;
  color: #2a2a2a;
}

/* Simple Box */
.box .title {
  border-bottom: 1px dotted #919191;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
}
.box .title h2 {
  color: #00314e;
  font-size: 24px;
}

/* Quote Background */

.boxes .box .quote-box {
  background: url(/images/blue/images/quote_box_background.png) no-repeat scroll 0 0 #FFFFFF;
  height: 146px;
  width: 446px;
  margin: 30px 0px 25px 0;
}

.boxes .box .quote-box .body {
  padding: 20px 45px;
  color: #6e6e6e;
  font-size: 13px;
  line-height: 24px;
}

.boxes .box .quote-box .body .source {
  float:right;
  color: #00314e;
  padding: 0 10px 0 0 ;
  font-style: italic;
  font-size: 12px;
}

/* News Box */
.news-box {
  padding: 0 0 0 55px;
}

.news-box .items .item a {
  float: left;
  margin: 0 8px 7px 0;
  border: 2px solid #eee;
  padding: 2px;
}

.news-box .items .item img {
  width: 55px;
  border: 1px solid #ccc;
}

.news-box .items .item a.hover {
  border: 2px solid #3ab5ea;
}

.news-box #news-item-text {
  height: 73px;
  overflow: hidden;
}

.news-box #news-item-text a {
  color: #919191;
}

.news-box #news-item-text p.text {
  margin: 10px 0 0 0;
}

.news-box #news-item-text p.date {
  color: #ccc;
  margin: 4px 0 0 ;
}

.news-box .more img {
  border: 0;
}

.news-box .more {
  margin: 10px 0 0;
  text-align: right;
}

/*.news-box .item {
  border-bottom: 1px dotted #919191;
  padding: 20px 0;
}

.news-box .item:last-child {
  border: none;
}

.news-box .item:first-child {
  padding: 0 0 15px 0;
}

.news-box .item .title a, .news-box .item .title a:visited, .news-box .item .title a:active {
  color: #2a2a2a;
  line-height: 16px;
}

.news-box .item .date {
  color: #919191;
  font-size: 13px;
}*/

/* Large headline */
.large-headline {
  margin: 20px 0 0;
  font-size: 20px;
  color: #848484;
}

.large-headline .darker {
  color: #494949;
}

.main {
  padding: 37px 0 20px 0;
}