/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

.header {
    background-color: #025479;
	height:89px;
	}

.footer {
	margin-top:2em;
	background-color:#F4F4F4;
	border-top:1px solid #EAEAEA;
	padding-top:15px;
}
	

fieldset legend { font-size: 14px; font-family:"ITCFranklinGothicW01-Dm 812668";font-weight:normal;color:#025479;	
}	

label { margin-bottom:5px;
}

input[type="checkbox"], input[type="radio"] {
	margin-bottom:0.5em;
}


nav a {color:#FFF;}

.content p a, .news a { text-decoration:none;border-bottom: 1px dashed #666666; }

.content a:hover, .news a:hover { color: #000;background: #00FFFF}

.content {
	margin-top:2em;
	}
	
.pdf-download li, .news li {
	list-style-type:none;
	}	

table {width:100%; overflow:scroll}

p {
	font-size:0.9em;
}

ul {
	font-size:0.9em;
	list-style:none;
}	

.panel {
	background-color:#FFF;
}

h1, h2, h3, h4, h5, h6 { font-family: "ITCFranklinGothicW01-Bk 812647", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; color: #222222; text-rendering: optimizeLegibility;}
h1 { font-size: 24px; color:#025479 }

h2 { font-size: 24px; color:#025479 }

h3 { font-size: 14px; font-family:"ITCFranklinGothicW01-Dm 812668";color:#025479 }

h4 { font-size: 21px; }

h5 { font-size: 14px; font-family:"ITCFranklinGothicW01-Dm 812668";color:#025479 }

h6 { font-size: 13px; font-family:"ITCFranklinGothicW01-Dm 812668";color:#025479}

/* -----------------------------------------
   TOP-BAR
----------------------------------------- */

.contain-to-grid {background:white}

  .top-bar-section .divider {
    border-bottom: solid 1px #316387;
    border-top: solid 1px #0D466A;
    clear: both;
    height: 1px;
    width: 100%; }
    
.top-bar-section ul li a.active {background-color: #00ADD4}

/* -----------------------------------------
   SLIDER
----------------------------------------- */

.orbit-slide-number { display: none; }
.orbit-bullets { display: none; }

.orbit-container { background-color: #FFF;overflow:hidden }

li img {display:none; }

.orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.7);
    width: 30px;
    height: 50px;
    line-height: 60px;
    color: white;
    text-indent: -9999px !important; }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: solid 10px; }
  .orbit-container .orbit-prev {
    left: -10px; }
    .orbit-container .orbit-prev > span {
      border-color: transparent #025479 transparent transparent; }
    .orbit-container .orbit-prev:hover > span {
      border-color: transparent #cccccc transparent transparent; }
  .orbit-container .orbit-next {
    right: -10px; }
    .orbit-container .orbit-next > span {
      border-color: transparent transparent transparent #025479;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover > span {
      border-color: transparent transparent transparent #cccccc; }

.orbit-container .orbit-timer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0px;  /* set to 1px if you want to see the progress bar of the slide show */
    width: 100%; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: whitek;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0%; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      left: 10px;
      width: 11px;
      height: 14px;
      border: solid 4px black;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
	  left: 10px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: solid 8px;
      border-color: transparent transparent transparent black; }


/* -----------------------------------------
   NEWS
----------------------------------------- */
.news {
	margin-top:-5px;
	border-top:1px solid #025479;
	margin-bottom:35px
}

.news img {
	margin-right:2em; float:left;
}


/* -----------------------------------------
   LISTS
----------------------------------------- */

.pdf-download li, .news li {
	list-style-type:none;
	}	

ul.pdf-download { display: block; list-style: none; margin: 0; padding: 17px 0; }
ul.pdf-download li { display: block; list-style: none; margin: 0 0 2px 0; padding-left:25px; background:url(../images/pdficon_large.gif) no-repeat;}

table tr td img.pdf-icon { max-width:17px !important}

/* -----------------------------------------
   SIDE-NAV
----------------------------------------- */

ul.side-nav li { display: block; list-style: none; margin: 0 0 2px 0; padding-left:15px; background:url(../images/link.gif) no-repeat;background-position:0 5px}
ul.side-nav li.sub2 { display: block; list-style: none; margin: 0 0 6.5px 0; padding-left:15px; background: url(../images/dot2.gif) no-repeat;background-position:0 5px}

.side-nav li.active a {
      color:#00ADD4 !important };



