@charset "utf-8";
/* ------------------------------------------- */
/* -- general styles for site -- */

body {
  background: #C0CDD7;
  font-family: Arial, Tahoma, Verdana;
  font-size: 9pt;
}
p {

}
a {
  color: #013366;
}
a:hover {
  font-weight: bold;
}
a:visited {
  color: #551A8B;
}
h1, h2, h3, h4, h5, h6 {

}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.printonly {
   display: none;
}

#sitelogo {

}

/* ------------------------------------------- */
/* -- general layout styles for containers -- */
table.PageBoundingBox, table.ContentBoundingBox, #headerwrapper, #gnavwrapper, #footerwrapper { 
  width:100%;
}

div.PageBoundingBox, div.ContentBoundingBox { 
  width:100%;
}

#headercontent, #gnavcontent, #fixedcontentwrapper, #footercontent {
  /* fixed with of site content areas go here */
  width:985px;
  margin: 0 auto; 
}
td.MainContent {}
td.LSB {}

div.MainContent {}
div.LSB {}
div.LSB_COL {}






/* ------------------------------------------- */
/* -- header -- */

#sitelogo {
  display: block;
  float:left;
  width: 200px;
  height: 80px;
}

#headerbranding {
  height: 80px;
  background: #ffffff url('/images/system/templates/09/scf_header_bg.gif') top left no-repeat;
  width: 785px; 
  float: right;
  display: block;
}

/* -- Header Info Area -- */
#headerinfoarea {
  display: inline;
  float:right;
  width: 315px;
  margin:5px 45px 0 0;
}

.headerinfolink {
  margin: 0 0 0 0;
}

/* -- Search box -- */
#searcharea {
  float:right;
  margin:6px 5px 0 0;
  width:200px;
}

#searcharea #q {
  border: #7f9db9 solid 1px;
}

#searcharea input {
  vertical-align: top;
}

.searchareabtn {
  margin: 10px 5px 0 0;
}

/* -- global navigation -- */
#gnavcontent {
  z-index: 99;
  clear: both;
  background: #CBE0F3;
  height: 26px;
  
}

#gnavcontent ul {
  z-index: 99;
  list-style: none;
/*  padding: 0 0 0 15px; */
}

#gnavcontent ul li {
  z-index: 99;
  float:left;
  display: block;
  position:relative;
}

#gnavcontent ul li a {
  z-index: 99;
  padding: 6px 9px;
  border-right: #89A9C4 1px solid;
  text-decoration: none;
  font-size: 9pt;
  font-weight: bold;
  color: #00355F;
  float:left;
  width:auto;
  height:14px;
  display:block;
}
#gnavcontent ul li#gnavlast a {
  z-index: 99;
  border-right:none;
}

#gnavcontent ul li a:hover  {
  z-index: 99;
  background: #96C0E6;
}

/* -- drop down lists - tier 1 -- */

#gnavcontent ul ul {
  z-index: 99;
  padding-left: 0;
  text-align:left; 
  position: absolute;
  clear:left;
  top: 26px;
  left: -999em;
  width: 210px;
  background: #feea9b;
  display:block;
}

#gnavcontent ul ul li {
  z-index: 99;
  display: block;
}

#gnavcontent ul li:hover ul {
  z-index: 99;
  left:auto;
  display: block;
}

#gnavcontent ul li:hover ul a {
  background: #CBE0F3;
  border-right:none;
  border-top: #89A9C4 1px solid;
  padding: 4px 0 4px 10px;
  display:block;
  width:235px;
  z-index: 99;
}

#gnavcontent ul li:hover ul a:hover {
  background: #96C0E6;
  z-index: 99;
}

/* -- drop down lists - tier 2 -- */

#gnavcontent ul li:hover ul ul {
  z-index: 99;
  text-align:left; 
  clear:left;
  position: absolute; 
  left: -999em;
  width: 200px;
  background: #ffe57c;
}

#gnavcontent ul li ul li:hover ul  {
   left:225px;
   top:5px;
   z-index: 99;
}

#gnavwrapper {
  text-align: center;
}

#gnavcontent ul ul ul {
  margin-left: 20px;
}

/* ------------------------------------------- */
/* -- Footer -- */
#footercontent {
  background: #00355F;
  padding:8px  0 0 0;
  width: 985px;
  height:55px;
  font-size: 8pt;
}

#footercontent a,#footercontent a:visited, #footercontent a:active {
  color: #CBE0F3;
  font-weight:bold;
}
#footerleftblock {
  margin: 0 0 0 8px;
  display:block;
  float:left;
  width:230px;
  line-height: 10pt;
  background: #00355F;
}
#footermidblock {
  display:block;
  float: left;
  text-align: center;
  width:535px;
  line-height: 10pt;
  background: #00355F;
}

#footermidblock  a {
  padding-left: 8px; padding-right: 8px;
}

#footerrightblock {
  display:block;
  width:160px;
  margin:0 8px 0 0;
  display:inline;
  color: #fff;
  text-align: right;
  float: right;
  background: #00355F;
}




/* ------------------------------------------- */
/* -- Iconize extensions, these will add an icon automatically to the predefined content types below.  Works in all browsers except IE 6 -- */

a[href$='.doc'], a[href$='.rtf'], a[href$='.docx'] {
  padding: 5px 20px 5px 0;
  background: transparent url(/images/system/icons/icon_doc.gif) no-repeat center right;
  white-space: nowrap; /* fixes IE wrapping bug, will display no image if link wraps to another line */
}
a[href$='.txt'] {
  padding: 5px 20px 5px 0;
  background: transparent url(/images/system/icons/icon_txt.gif) no-repeat center right;
  white-space: nowrap;
}
a[href$='.xls'], a[href$='.xlsx']  {
  padding: 5px 20px 5px 0;
  background: transparent url(/images/system/icons/icon_xls.gif) no-repeat center right;
  white-space: nowrap;
}
a[href$='.pps'] { 
  padding: 5px 20px 5px 0;
  background: transparent url(/images/system/icons/icon_pps.gif) no-repeat center right;
  white-space: nowrap; 
}
a[href$='.pdf'] { 
  padding: 5px 20px 5px 0;
  background: transparent url(/images/system/icons/icon_pdf.gif) no-repeat center right;
  white-space: nowrap;
}
a[href$='.fla'], a[href$='.swf'] { 
  padding: 5px 20px 5px 0;
  background: transparent url(/images/system/icons/icon_flash.gif) no-repeat center right;
  white-space: nowrap; 
}
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
  padding: 5px 20px 5px 0;
  background: transparent url(/images/system/icons/icon_archive.gif) no-repeat center right;
  white-space: nowrap; 
}
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
   padding: 5px 20px 5px 0;
   background: transparent url(/images/system/icons/icon_film.gif) no-repeat center right;
   white-space: nowrap; 
   display: inline-block; 
}
a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] { 
  padding: 5px 20px 5px 0;
  background: transparent url(/images/system/icons/icon_music.gif) no-repeat center right;
  white-space: nowrap; 
}
a[href ^="mailto:"] {
   padding: 5px 20px 5px 0;
   background: transparent url(/images/system/icons/icon_mailto.gif) no-repeat center right;
   white-space: nowrap; /* fixes IE wrapping bug, will display no image if link wraps to another line */
}
/* this is set on images with links to files so they will not get an icon */
.noicon {
  padding-right: 0 !important;
  background: none !important;
}


.newsTitle {
        padding: 0px;
}

.newsSubtitle, .newsTeaser {
        padding: 0 0 0 70px;
}

#homenewsheadlineNew {
        float: left;
        width: 93%;
}

#rss2 {
        float: left;
        border-bottom: 2px solid #FFCC00;
        padding-top: 1px;
        height:15px;
  width:150px;
}

#homenewsblock ul {
        padding: 5px 0 0 0;
}

h1#homenewsheadlineNew {
  border-bottom: 2px solid #FFCC00;
        color: #003366;
        font-size: 12pt;
        font-weight: bold;
}

