/*
 * Home Layout Style ------------
*/

#col1, #col2 {
  float: left;
}

#col1, #col2, #col3 {
  margin: 10px;
}

#col1 {
  width: 310px;
}

#col2 {
  margin-right: -340px;
  width: 390px;
}

#col3 {
  margin-left: 760px;
  width: 190px;
}



/*
 * Continuing with Home Layout style ----
*/

.featured_program, .news, .quick_facts {
  background-image: url('/images/site-assets/white_corners_top_left.png');
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  width: 310px;
  margin-left: -5px;
}

.featured_program {
  cursor: pointer;
}

.featured_program .body .content1 {
  background-color: #dae2ed;
  clear: both;
  overflow: hidden;
}

.featured_program .img {
  float: left;
  margin-right: 10px;
}

.featured_program .img img {
  display: block;
}

.featured_program .content2 {
  padding: 10px;
  line-height: 1.5em;
  font-size: 10px;
}

.featured_program h2 {
  color: #454395;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  margin-bottom: 10px;
}

.quick_facts, .news {
  width: 390px;
  background-image: url('/images/site-assets/blue_corners_top_left.png');
}

.quick_facts .top_right_hook, .news .top_right_hook {
  background-image: url('/images/site-assets/blue_corners_top_right.png');
}

.quick_facts .body, .news .body {
  background-image: url('/images/site-assets/blue_corners_body_right.png');
}

.quick_facts .bottom_hook, .news .bottom_hook {
  background-image: url('/images/site-assets/blue_corners_bottom_left.png');
}

.quick_facts .bottom_right_hook, .news .bottom_right_hook {
  background-image: url('/images/site-assets/blue_corners_bottom_right.png');
}

.quick_facts {
  width: 310px;
  font-size: 12px;
  line-height: 1.5em;
}

.quick_facts ul {
  margin: 1em 0px 1em 30px;
}

.quick_facts ul li {
  list-style-type: square;
  margin-bottom: 0.5em;
}

.quick_facts .outer_content {
  background: #f7f8fc url('/images/site-assets/quick_facts_bg.png') center no-repeat;
  padding: 5px 10px;
}

.quick_facts h2, .news h2 {
  font-weight: bold;
  color: #2c2a81;
  font-size: 18px;
  margin-bottom: 10px;
}

.quick_facts h3 {
  color: #000;
  font-weight: bold;
  font-size: 15px;
}

#content .quick_facts table {
  width: 100%;
}

#content .quick_facts table td,
#content .quick_facts table th {
  padding: 5px 5px 0px 0px;
  border-bottom: 1px solid #ccc;
}

.photos {
  background-color: #a7a3a2; 
}

.photos #photos_bar {
  padding: 5px;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
  line-height: .6em;
}

.photos #photos_nav {
  float: left;
  position: relative;
  bottom: -.3em;
  margin-left: 5px;
}

.photos #photos_nav a {
  text-indent: -999em;
  display: block;
  float: left;
  background-color: #000;
  width: 10px;
  height: 10px;
  margin-right: 3px;
}

.photos #photos_nav a.activeSlide {
  background-color: #efefef;
}

.photos #photos_caption {
  font-size: 12px;
  float: right;
  font-family: palatino linotype, luxi serif, times new roman, serif;
  padding: 5px 10px;
}

.news .body_top_hook {
  background-color: #fff;
  background-image: url('/images/site-assets/corners_blue_bg_top_left.png');
}

.news .body_top_right_hook {
  background-image: url('/images/site-assets/corners_blue_bg_top_right.png');
}

.news .body_bottom_hook {
  background-color: #fff;
  background-image: url('/images/site-assets/corners_blue_bg_bottom_left.png');
}

.news .body_bottom_right_hook {
  background-image: url('/images/site-assets/corners_blue_bg_bottom_right.png');
}

.news h2 {
  padding-left: 30px;
  background-image: url('/images/site-assets/arrows.png');
  background-repeat: no-repeat;
}

.news .article {
  background-color: #fff;
  padding: 10px;
}

.news .article h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

#content .more_info {
  background-color: #4365a8;
  width: 161px;
  display: block;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}









