@charset "utf-8";
/* CSS Document */

body {
 	background-color: #0051BA;	
	font-family: Arial,"Lucida Grande",sans-serif;
	font-size: 1.1em;
	line-height: 1.25;
	color: #000;
}


div.items-row {border-bottom:1px solid #cccccc;}


#rt-mainbody-surround {padding-bottom:25px; background-color: #fff;}

#rt-top-surround {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    color: #000;
    text-shadow: 0px 0px 0px #000;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    border-bottom: 0px solid #000;
}
#rt-top-surround:after {
  background: #fff;
}

#rt-mainbody {min-height: 100%; position: relative;}

#rt-header {background-image: none;}

#rt-maintop {
  background: #fff url();
  border-bottom: 0px solid #ffffff;
  box-shadow: 0 0px 0 #cecece, inset 0 0px 0px 0 rgba(0,0,0,0.0);
}

#rt-showcase {
    background-color: #000;
    background-image: linear-gradient(to top, #CCCCCC 5%,  #000000 14%, #000000 97%, #BBBBBB 5%);
    background-repeat: repeat-x;
    color: #fff;
    border-bottom: 1px solid #FFF;
    box-shadow: 0px -1px 0px #000 inset;
    text-shadow: 0px 2px 3px #000;
}

.rt-showcase-pattern {
    background-image: none;
    background-size:0;
    background-position: 0;
}

.gf-menu {
    margin: -2px auto 1px 15px;
	padding:5px 0;
    list-style: outside none none;
}

.gf-menu.l1 > li.active {
    background: none repeat scroll 0% 0% #0051BA;
    border: 0px solid #0051BA;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset, 0px 1px 0px #3C3C3C;
}

.gf-menu li:hover, .gf-menu li.active:hover {
    background: #0051BA;
  }
  
  .gf-menu .dropdown ul li:hover > .item {
     background: #0051BA;
  }

div.module-content ul ul li {margin-left:25px;}
div.module-content ul li {line-height: 1.25; margin-bottom:5px;}
div.module-content{line-height: 1.25;}

div.component-content ul ul li {margin-left:25px;}
div.component-content ul li {line-height: 1.25; margin-bottom:15px;}
div.component-content{line-height: 1.25; border:0;}


  .title, .component-content h2 {
    color: #0051BA;
    text-shadow: 1px 1px 0px #FFF;
    border-bottom: 0px solid #D1D1D1;
    box-shadow: 0px 1px 0px #FFF;
    font-size: 1.9em;
    margin-bottom: 9px;
}

div.item h2 {
    font-size: 1.9em;
    margin-bottom: 9px;
}

  .title, .component-content h1 {
    color: #0051BA;
    text-shadow: 1px 1px 0px #FFF;
    border-bottom: 0px solid #D1D1D1;
    box-shadow: 0px 1px 0px #FFF;
    font-size: 1.9em;
    margin-bottom: 9px;
}

div.item h1 {
    font-size: 1.9em;
    margin-bottom: 9px;
}

h1, h2, h3, h4, h5, h6 {
    color: #0051BA;
    font-weight: normal;
    line-height: 1.25;
}

div.component-content section.blog {
    border-top: 0px solid #CCC;
    padding-top: 0px;
}

.component-content .blog h2 {
    margin-top: 0px;
   font-size: 1.5em;
    margin-bottom: 9px;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 9px;
}

h5 {
    font-size: 1.4em;
font-weight: normal;
margin-bottom: 8px;
}

#rt-copyright .rt-block {color:#fff; font-size: 90%;}

div.holder { position:relative; float:left; width:100%; margin-bottom:10px; border:0; text-align:center;}
div.box {position:relative; float:left; width:370px; margin-right:5px; border:1px solid #CCC; padding:3px; text-align:center;}
div.box img {height:210px; width:370px;}
div.box img.wf_file_icon {width:20px; height:20px;}
div.boxin {position:relative; float:left; width:100%; margin-top:5px; text-align:center;}

div.blogcolumns h2{font-size: 14px; font-size: 1.4em; margin-bottom: 9px;}


#right img{margin: 0; padding-bottom:25px; float: right; text-align:right;}

#left img{margin: 0; padding-bottom:25px; float: left; text-align:left;}

/************* MOBILE ****************/

.layout-mode-responsive .gf-menu-device-wrapper {
    margin-bottom: 15px !important;
	margin-top: 10px !important;
}

@media only screen and (max-width: 767px) {
div.holder { position:relative; float:left; width:100%; margin-bottom:0px; border:0; text-align:center;}
div.box {position:relative; float:left; width:auto; margin-bottom:5px; margin-right:5px; border:1px solid #CCC; padding:3px; text-align:center;}
div.box img {height:auto; width:100%;}
#right img{margin: 0 auto 5px auto; position:relative; text-align:center;}
#left {margin: 0 auto; position:relative; float:left; width:100%; text-align:center;}
#left img{margin: 0 auto 5px auto; position:relative; text-align:center; padding-bottom:0px; float: none;}
}

.pager a, .pager span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
}


.pager .next a, .pager .next span {
    float: right;
	padding:0px 10px;
	  border: 0px solid #ddd;
}