
html, * {
  font-family: arial, geneva, sans-serif;
  margin: 0;
  padding: 0;
}
div.links, div.links h2, div.links ul {
  clear: both;
  margin-bottom: 1em;
}

a[href^="mailto:"] {
-ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;  
}

/* ----- TOP BAR ---------------------*/

#nav-meta {
  background: #fff url('/dms/templating-kit/site-graphics/coquina-top.jpg?') no-repeat right top;
  left: 0;
  height:25px;
  position: absolute;
  text-align: right;
  top: 0;
}
#branding div#nav-meta ul {
  list-style-type: none;
  width: 1000px;
}
#branding div#nav-meta li {
  border-color: white;
  border-style: solid;
  border-width: 0 0 0 1px;
  padding: 0 6px;
  display: inline;
}
#branding div#nav-meta a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: .8em
}

/* ----- LOGO AREA ---------------------*/

#logo {
  background: #fff url('/dms/templating-kit/site-graphics/coquina-bottom.jpg?') no-repeat right top;
  height: 180px;
  margin-top: -1px;
  position: absolute;
  top: 25px;
  width: 1000px;
}
#logo a {
  text-decoration: none;
}
#logo strong {
  display: none;
}

/* ----- SEARCH BOX -------------------*/

#search-box {
  float: right;
  font-size: .8em;
  font-weight: bold;
  height: 10px;
  left: 500px;
  margin: 0;
  position: absolute;
  text-align: right;
  top:0;
  width: 500px;
}
#search-box form {
  margin-right: 6px;
  margin-top: 30px;
}
div#search-box h6 {
  display: none;
}
#search-box span{
  display: none;
}
#search-box form div{
  text-aling:top;
}
#search-box label{
display:none;
}

/* ----- GLOBAL NAVIGATION --------------*/

#nav-global {
        position: absolute;
        top: 190px;
        margin: 0;
        padding: 0;
        height: 27px;
        width: 1000px;
      }
      #nav-global h6 {
        display: none;
      }
      #nav-global li em {
        display: none;
      }
      #nav-global ul {
        list-style: none;
        height: 2em;
        padding: 0;
        margin: 0 0 0 40px;
        border: none:
      }
      #nav-global li {
        float: left;
      }
      #nav-global li a, #nav-global li strong {
        display: block;
        padding: 0 1em;
        text-decoration: none;
        font: bold .88em/2em arial, helvetica, geneva, sans-serif;
      }
      #nav-global li a:hover {
        text-decoration: none;
      }


#rate-this-page{
color: blue;
cursor:pointer;
margin:10px;
text-decoration:underline;
}

#Rate_this_page div, #Rate_this_page h2{
  width:320px;
  }
#Rate_this_page{
  width:340px;
  }
#Rate_this_page h4, #Rate_this_page fieldset>legend {
  display: none;
}
#Rate_this_page fieldset {
  padding: 10px;
  width:340px;
}
#Rate_this_page div {
  clear: both;
}
#Rate_this_page label {
  display: inline;
  font-size: 1em;
  padding-left: .5em;
  position: relative;
}


body.popup div#wrapper, body.popup .form-wrapper div h4 {
width:320px;
padding:0;
background: none;
}
body.popup div.form-wrapper div.form-item, body.popup div.form-wrapper select, {
width:250px;
}
body.popup div.form-wrapper {
margin:0;
padding:0;
}
body.popup .form-wrapper div{
padding: 2px 0;
}
body.popup .form-wrapper div, body.popup .form-wrapper fieldset h2 {
border-bottom:none;
border-top:none;
}

img {
  border-style: none;
  
}
body>h1 {
  display: none;
}

/* ----- PORTAL HEADER STYLING ------------*/

#page-intro h1 {
  padding: 3px 5px;
}

/* ----- BEACH FLAGS -------------------*/

div.beachFlag {
    display: block;
    height: 110px;
    width: 430px;
}

div.lowWarning {
    background: url("/dms/templating-kit/beach-flags/low.png")0px 0px no-repeat;
}

div.mediumWarning {
    background: url("/dms/templating-kit/beach-flags/medium.png")0px 0px no-repeat;
}

div.highWarning {
    background: url("/dms/templating-kit/beach-flags/high.png")0px 0px no-repeat;
}

div.closedWarning {
    background: url("/dms/templating-kit/beach-flags/closed.png")0px 0px no-repeat;
}

div.blankWarning {
    background: url("/dms/templating-kit/beach-flags/blank.png")0px 0px no-repeat;
}

div.dangerousWarning {
    background: url("/dms/templating-kit/beach-flags/dangerous.png")0px 0px no-repeat;
}

/* ----- AGENDA TABLE -------------------*/

table.agenda {
  border-collapse: collapse;
  border-color: black;
  border-style: solid;
  border-width: 2px;
}
table.agenda td {
  border-color: rgb(180,180,180);
  border-style: solid;
  border-width: 1px;
  padding: 4px;
}
.ui-accordion-content img {
  width: 157px;
}

#main #accordion0 h2 {
  font-size: 1em;
}

/* ----- EXTRAS ACCORDIAN ---------------*/

#extras-1 .accordion div.box {
  background-color: none;
  margin: 0;
}

#extras-1 .accordion h2.ui-state-default {
  background: url("/dms/templating-kit/jquery-ui/ui-bg_glass_75_e6e6e6_1x400/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 0 50% #E6E6E6;
  padding: 0;  
}
#extras-1 .accordion h2.ui-state-active {
  background: none repeat-x scroll 0 50% #E0EEEF;
  border: 1px solid #AAAAAA;
  padding: 0;
}

/* ----- EXTRAS-1 BOXES -----------------*/

#extras-1 .box {
  background-color: rgb(239, 239, 239);
  border-color: white;
  border-style: solid;
  border-width: 0;
  width: 160px;
}
#extras-1 .box h2 {
  text-align: center;
/*  margin-bottom: 8px; */
}
#extras-1 .box p {
  margin-bottom: 6px;
}
#extras-1 .mcg_calendar, #extras-1 .rss-feed {
  background-color: transparent;
  border-style: none;
  width: 165px;
}

#extras-1 .latest ul {
  list-style-type: none;
  padding: 10px 5px 0 5px;
  
}
#extras-1 .latest li.news {
  background-image: url('/dms/templating-kit/themes/mcg/bgs/red-check-icon.gif');
  font-size: 1em;
  height: auto;
  padding-left: 16px;
}
#extras-1 .latest li.news h3 em {
  display: none;
}
#extras-1 .latest p.all {
  display: block;
  text-align: right;
}

/* ----- EXTRAS-2 IMAGES ----------------*/

/*
#extras-2 img {
  margin-left: 10px;
}
*/

/* ----- GROUPED TEASER -----------------*/

#main div.teaser-group {
  clear: both;
}

#main div.teaser-group h5, #main div.latest h2, #main div.links h2, #facebox div.popup h5 {
  background-color: ;
  color: ;
  margin: 1em 0;
  padding: 2px 6px;
  font-size: .8em;
}
#main div.teaser-group div.teaser {
  border-color: rgb(150,150,150);
  border-style: dashed;
  border-width: 0 0 1px 0;
}
#main div.teaser-group div.teaser h2 {
  float: right;
  font-size: 1.3em;
  margin-bottom: .2em;
  width: 490px;  
}


#wrapper {
  font-size: .9em;
  margin: auto;
  position: relative;
  width: 1000px;
}
#wrapper.two_column #main {
  width:96%;

}
#wrapper.one_column #container{
  background-color: white;
  margin-top: 210px;
  padding-top: 20px;
  width:1000px;
}
#wrapper.one_column #main {
  width:96%;

}
#container, #left_sidebar {
  margin-top: 230px;
}

#banner {
  position: relative;
}

/* ----- BANNER AREA -----------------*/

#branding p.skip {
  display: none;
}


/* ----- SECTION HEADER -----------------*/

#section-header {
  background-color: ;
  clear: both;
  display: block;
  padding: 2px 0;
  border-bottom:#776653 solid 1px;
}
#section-header h6 {
  color:;
  font-size: .8em;
  font-weight: bold;
  margin-right: 10px;
  text-align: right;
}


#container div.page-intro {
  background-color: ;
  border-radius: 10px; /* CSS3 - IE roundies.js */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  clear: both;
  margin-bottom: 1em;
  padding: .4em 1em;
}
#container div.page-intro p {
  display: inline;
  font-size: 1em;
}
#container div.page-intro h1 {
  color:;
  display: inline;
  font-size: 1em;
}
#container div.page-intro h1:after {
  content " - ";
}
#container div.text-meta .date {
  display: none;
}
#container div.text-meta dt, #container div.text-meta dd {
  display: inline;
  padding: 0 2px;
}

/* ----- STAGE -------------------------*/

#stage-box {
  display: none;
}

#stage {
  background: rgb(163,191,194) none repeat scroll 0 0;
  border-top:#776653;
  clear: both;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 1000px;
  display: none;
}
#stage div.tw-paging {
  background:  none repeat scroll 0 0;
  clear: both;
  float: left;
  height: auto;
  margin: 0;
  position: relative;
  width: 1000px;
}
div#stage img{
  
}

.js-on #stage div.tw-paging {
  padding: 0;
}
div.rack {
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 1.2em 0;
  position: relative;
}
div.rack-design {
  width: 1000px;
}
.js-on #stage div.tw-paging .rack {
  display: inline;
  height: 200px;  /*mfa 210 & 0 0 10px 0*/
  margin: 0 0 0 0;
  overflow: hidden;
  width: 1000px;
}
#stage div.tw-paging .rack {
  float: left;
  padding-left: 0;
}
.js-on #stage div.tw-paging .rack-teaser {
  background-image: none;
  border-right: medium none;
  height: 210px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 1000px;
}
#stage div.tw-paging .rack-teaser {
  border: medium none;
  float: left;
  overflow: hidden;
}
div.pagination{
  margin: 1em 0 .6em 2em;
}
div.pagination ul{
  list-style-type: none;
}
div.pagination li{
/*  background-color:;                  */ jrh 06-29-10
  border-color: ;
  border-style: outset;
  border-width: 1px;
  color:;  
  display: inline;
  margin-right: .5em;
  padding: 0;
}
div.pagination li a{
  color: black;
  padding: 4px 10px;
  text-decoration: none;
}
div.pagination li.on {
  background-color: ;
}
div.pagination li:hover{
  background-color: ;
}
#stage div.tw-paging {
  width: 1000px;
}
#stage div.tw-paging .rack-teaser {
  float: left;
  height: 210px;
  padding: 0;
  position: relative;
  width: 1000px;
}
#stage div.tw-paging .rack-teaser h2 {
  font-size: 1.5em;
  font-weight: normal;
  left: 30px;
  margin: 0;
  position: absolute;
  top: 25px;
  width: 550px;
  z-index: 10;
}
#stage div.tw-paging .rack-teaser a {
  color: rgb(180,185,40);
}
#stage div.tw-paging .rack-teaser p {
  background: rgb(51,51,51) none repeat scroll 0 0;
  border: 1px solid #000000;
  color: #fff;
  filter: alpha(opacity=92);
  font-size: 1.1em;
  left: 20px;
  opacity: 0.92;
  padding: 45px 10px 20px;
  position: absolute;
  top: 15px;
  width: 550px;
        z-index: 0;/*mfa*/
}
div.teaser-wrapper {
  clear: both;
  margin: 1em 0;
}

/* ----- CAROUSEL SLIDER BAR --------*/

div.slider-bar span.prev {
  background-image: url(/dms/templating-kit/themes/mcg/img/slider-prev/slider-prev.gif);
  background-position:  0 -10px;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 10px;
  width: 302px;
}
div.slider-bar span.next {
  background-image: url(/dms/templating-kit/themes/mcg/img/slider-next/slider-next.gif);
  background-position: 0 -10px;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 10px;
  width: 302px;
}
div.slider-bar span.show {
  background-position: 0 0;
}
div.slider-bar span.show:hover {
  cursor: pointer;
}


/* ----- CONTAINER SECTION --------------*/

#container {
  background-repeat: repeat-y;
  float: right;
  width: 820px;
}

/* ----- LOCAL NAVIGATION ---------------*/

div.box ul {
  font-size: .8em;
}

div#nav-box h6 {
  display: none;
}

div#nav em {
  display:none;
  font-size: .8em;
}
div#nav #nav-box ul {
  list-style-type: none;
}
div#nav #nav-box ul, .links ul{
  list-style-type: none;
  margin-left:0;
  padding-left: 0;       
}
div#nav #nav-box ul li, .links li {
  border-color: white;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 3px 4px;
}
div#nav #nav-box ul .active {
  border-color: rgb(210,210,210);
  border-style: solid;
  border-width: 0 3px 0 0;
}
div#nav #nav-box ul li ul {
  margin-left: 10px;
}
div#nav #nav-box ul li.on span{
  color: #4F0510;
  display: block;
  line-height: 1.3em;
}
div#nav #nav-box ul li {
  line-height: .8em;
  margin-left: 0;
}

div#nav #nav-box ul li.open>a {

  text-decoration:underline;
}

div#nav #nav-box ul a, .links a {
  color: #35579F;
  display: block;
  line-height: 1.1em;
  padding: .125em .125em .125em .125em;
  text-decoration: none;
}
div#nav #nav-box ul a:hover, div#nav .links a:hover, a:hover, #box-2 h2 a:hover, div.text-box-section h2 a:hover, #toc ul li a:hover {
  color: #0000ff;
  text-decoration: underline
}
/* ----- BREADCRUMB SECTION ------------*/

#breadcrumb {
  margin: -3px 0 .5em 0;
  background-color:white;
}
#breadcrumb h2 {
  display: none;
}
#breadcrumb ol, #breadcrumb li {
  display: inline;
  margin: 0;
  padding: 0;
}
#breadcrumb ol br{
display:none;
}
#breadcrumb li {
  background-color:transparent;
  background-image:url('/dms/templating-kit/themes/mcg/icons/breadcrumb/breadcrumb.gif');
  background-repeat:no-repeat;
  background-position:center left;
  margin-left: -3px;
  font-size: .8em;
  padding: 0 5px;
}
#breadcrumb a {
  color: ;
  text-decoration: none;
}
#breadcrumb a:hover {
  color: blue;
  text-decoration: underline;
}

/* ----- HEADLINE ---------------------*/

#headline h1 {
  border-color: red;
  border-style: dotted;
  border-width: 0 0 1px 0;
  color: ;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: .6em;
  padding-bottom: .1em;
}
#headline .blurb {
  clear: both;
  margin-bottom: 2em;
}

/* ----- CONTENT SECTION ---------------*/

#main {
  float: left;
  padding: 0 20px 2em 15px;
  margin:0;
  top:0;
  width: 605px;
}
#main p.intro {
  margin-bottom: 1.4em;
}
#main div.teaser {
  clear: both;
  margin-bottom: 1em;
  padding-bottom: .5em;
}
#main .teaser h2, #main h1, div.text-box h2 {
  color: ;
  font-size: 1.5em;
  font-weight: bold;
  list-style-type: none;
  margin-bottom: .6em;
  padding-bottom: .2em;
}
#main .text h2 {
  clear: both;
  color: ;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: .3em;
  padding-bottom: .2em;
}
#main .text fieldset p {
  width:450px;
  font-weight:bold;
}
#main .teaser h2>a {
  text-decoration: none;
  color: inherit;
}
#main .teaser h2>a:hover {
  text-decoration: underline;
}
#main .teaser p {
  margin-bottom: 1em;
}
#main .text ol {
  margin: 0 0 1em 2em;
}
#main .teaser img {
  float: left;
  margin: 0 1em 1em 0;
}
#main div.text>table {
}


#main table.longTable td{

}

#main table.longTable th, #main table.longTable td{
padding:2px px 2px 4px;
margin:10px;
border:solid black thin;
}

/* ---- DOCUMENTS TABLE -------------------- */

table.documents {
  border:2px solid black;
  border-collapse:collapse;
  width:100%;
  }
  
table.documents td{
  border:1px solid black;
  padding:0 0 0 3px;
}
table.documents thead th{
  padding:4px; 
  border:1px solid black;
}
table.documents ul.links {
  margin: 0 0 3px 3px;
}
table.documents ul.links li{
    border-style:none;
    list-style: none;
    margin: 0;
    padding: 0.25em;
  }

table.documents .links li a {
  text-decoration: none;
}

/* ---- ARTICLE KICKER -------------------- */

#main .text h1 em {
  background-color: rgb(225,235,235);
  color: rgb(100,100,100);
  display: block;
  font-size: .6em;
  font-style: normal;
  margin-bottom: 5px;
  padding: 2px;
}
#main .teaser h2 em {
  display: none;
}

/* ---- TEXT-META: author, date, tags ----- */

#main .text .text-meta {
  clear: both;
  float: left;
  font-size: .7em;
  width: 100%;
  margin: -15px 0 10px 0;
  border-top: 1px solid #dedede;
}
#main .text {
  border-bottom: 1px solid #dedede;
}
#main .text .text-data {
  overflow: hidden;
  float: left;
  width: 70%;
  margin: 0;
}
#main .text .text-data li {
  float: left;
  margin: 0 15px 0 0;
  padding: 3px 0;
  list-style: none;
  font-size: 120%;
  color: #333;
}
#toc ul li, #toc ul li a {
  color:;
  list-style-type: none;
  margin-left: .5em;
  padding:.25em 0;
  font-weight:bold;
}

/* ---- TAGS AT BEGINNING OF TEXT -------- */

.text-meta dl {
  border-top: 1px solid #dedede;
  clear: both;
  float: left;
  font-size: 92%;
  margin-bottom: 1.2em;
  padding: 3px 0;
  width: 100%;
}
#wrapper-2 .text-meta dt {
  float: left;
  padding: 0 5px 0 0;
}
#wrapper-2 .text-meta dd {
  float: left;
  padding: 0 10px 0 0;
}

/* ---- TEXT-FEATURES ---------------- */

div.text ul {
  margin: 0 0 1em 2em;
}
#main .text #text-features {
  position: relative;
  float: right;
  margin: 0;
}
#text-features li {
  float: left;
  margin: 0 5px 0 0;
  padding: 2px 0;
  list-style: none;
  font-size: 120%;
  text-align: right;
}
#text-features li a {
  color: #555;
}
#text-features li.print a {
  background: url(/dms/templating-kit/themes/mcg/icons/print.gif) 0 .2em no-repeat;
  padding-left: 16px;
}
#text-features li.social-b a {
  background: transparent url(/dms/templating-kit/themes/mcg/icons/bookmarks.png) 0 -458px no-repeat;
  padding-left: 18px;
}
#text-features li a:hover,
#text-features li a:focus,
#text-features li a:active {
  color: #ec1549;
  text-decoration: underline;
}

/* ---- SOCIAL BOOKMARKS ----------------- */

#text-features #bookmarks {
  background: #fff;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 22px;
  width: 140px;
  border: 1px solid #dedede;
}
#text-features #bookmarks ul {
  display: block;
  border: none;
  margin: 5px 5px 0 5px;
}
#text-features #bookmarks ul li {
  float: none;
  margin: 0 0 4px 0;
  padding: 0;
  text-align: right;
}
#text-features #bookmarks li a {
  background: transparent url(/dms/templating-kit/themes/mcg/icons/bookmarks.png) 100% -577px no-repeat;
  padding: 1px 18px 1px 0;
}
#text-features #bookmarks li.delicious a {
  background-position: 100% 0;
}
#text-features #bookmarks li.google a {
  background-position: 100% -51px;
}
#text-features #bookmarks li.wong a {
  background-position: 100% -101px;
}
#text-features #bookmarks li.webnews a {
  background-position: 100% -151px;
}
#text-features #bookmarks li.yigg a {
  background-position: 100% -201px;
}
#text-features #bookmarks li.stumble a {
  background-position: 100% -254px;
}
#text-features #bookmarks li.oneview a {
  background-position: 100% -387px;
}
#text-features #bookmarks li.linkarena a {
  background-position: 100% -319px;
}

/* ----- INTERNAL LINKS -----------------*/
div.topArrow {
  width: 10px;
  overflow: hidden;
  white-space: nowrap;
  clear:both;
  margin-bottom: .8em;
}

div.topArrow a {
  background-image:url('/dms/templating-kit/themes/mcg/icons/top/top.jpg');
  background-repeat:no-repeat;
  text-decoration: none;  
}

div.topArrow a span {
  visibility: hidden;
}


/* ----- LATEST NEWS --------------------*/

div.latest ul {
  list-style-type: none;
  padding: 0 1em;
}
div.latest li {
  clear: both;
  font-size: .9em;
  margin-bottom: .9em;
  padding-left: 2px;
}
div.latest li.news{
  padding: 8px 6px;
  margin:  0;
}
div.latest em{
  font-style: normal;
}
div.latest li.news em.date{
  display: none;
}


div.latest h3, div.latest p {
  display: inline;
  font-size: 1em;
  font-weight: normal;
}
div.latest h3:after {
  content: " - ";
}
div.teaser p.all {
  display: block;
  margin: 1em 1em 0 0;
  text-align: right;
  width: 570px;
}
div.latest img {
  display: none;
}

div.box ul {
  font-size: .8em;
}
div.links, div.links h2, div.links ul {
  clear: both;
  margin-bottom: 1em;
}

em.more span {
  display: none;
}

/* ----- RACKED TEASER --------*/

div.tw-slider h3 {
  background-color:  ;
  color: ;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1.4em;
  padding: 4px 0 3px .6em;
}
div.rack-teaser {
  float: left;
  margin-top: 0;
  padding: 0 10px;
  width: 280px;
}
div.rack-teaser h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: .3em;
}
div.rack-teaser h2>a {
  color:;
  text-decoration: none;
  margin-bottom: 0;
}
div.rack-teaser h2>a:hover {
  text-decoration: underline;
}
div.rack-teaser p {
  padding: .3em;
}

/* ----- TABBED TEASER GROUP --*/

div.text-box-tabs {
  clear:both;
}
div.text-box-tabs h2 {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1.4em;
  padding: 4px 0 3px .6em;
}
div.text-box-tabs h2 em {
  display: none;
}

#main ol.text-box-toc {
  list-style-type: none;
  margin: 2em 0 0 1em;
  padding: 0;
  text-align: left;
}
#main ol.text-box-toc li {
  display: inline;
}
#main ol.text-box-toc a {
  border-top-left-radius: 6px; /* CSS3 - IE roundies.js */
  border-top-right-radius: 6px; /* CSS3 - IE roundies.js */
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  background-color: ;
  border-color: ;
  border-style: solid;
  border-width: 1px;
  color: black;
  font-size: .9em;
  font-weight: bold;
  padding: 3px 4px;
  text-decoration: none;
}
#main ol.text-box-toc a.on {
  background-color: white;
  border-width: 1px 1px 0 1px;
  padding-bottom: 4px;
}
div.text-box-section {
  background-color: white;
  border-color: ;
  border-style: solid;
  border-width: 1px;
  margin-top: 3px;
  padding: 0 1.2em 1.2em 1.2em;
}
div.text-box-section h2 {
  font-size: 1.2em;
  margin: 1em 0 .6em 0;
  padding: 0;
}
div.text-box-section h2 a {
  color:;
  text-decoration: none;
}
div.text-box-section a img {
  float: left;
  margin-right: 15px;
  
}
div.text-box-section p {
  display: inline;
}

/* ----- FORMS -------------------- */
.form-item-hidden {
  display: none;
}
.form-wrapper {
  clear: both;
  margin: 25px;
}
.form-wrapper fieldset {
  border: none;
}
.form-wrapper fieldset h2 {
  margin: 0 0 1px 0;
  border-top: 4px solid  ;
  border-bottom: 1px solid ;
  font-size:110%;
  padding: 5px 0 5px 0;
  color: #333;
}
div#main div.form-wrapper p.required{/*mfa 11-13-12*/
  float:right;
}

div#main div.form-wrapper p.required,
div#main div.form-wrapper dfn {
  color: #ec1549;
  font-size:.8em;
  font-style:italic;
  font-weight:normal;
  text-align: right;
  width:100%;
  height:0;
}

.form-wrapper div {
  float: left;
  width: 460px;
  border-bottom: 1px dotted #b3b3b3;
  padding: 10px 0 1px 0; /*mfa 11-13-13*/
}
.form-item{
padding:5px 0 0 0;
}
.form-item input {
  float:left;
}
fieldset.mod .form-item div {
  clear: none; /*mfa 3-30*/
  float:none;
}
fieldset .form-item div {
  clear: both; /*mfa 3-30*/
}


.form-wrapper div div {
  width: auto;
  border-bottom: none;
  padding: 0 0 5px 2px;
}
.form-wrapper label {
  font-weight:bold;
  position: relative;
  display: block;
  font-size: 100%;/*mfa 11-13-12*/
}
.form-wrapper .form-item label { /*mfa 11-13-12*/
  display: inline;
  font-size: 100%;
  font-weight:normal;
  padding:0 5px 0 2px;
  position: relative;
  
  
}
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
  display: block;
  background-color: ;
  width: 300px;
  margin: 3px 0 0 0;
  border: 1px solid #c2c2c2;
  padding: 2px 2px 2px 2px;
}
/*.form-wrapper input[type='hidden'] {
   display: none;
}*//*mfa 11-13-12*/
.form-wrapper input:focus,
.form-wrapper textarea:focus {
  border: 1px solid #000;
  background: #fff;
}
.form-wrapper textarea {
  height: 150px;
  width: 300px;
}
.form-wrapper select {
  display: block;
  width: 310px;
  margin: 5px 0 0 0;
}
.form-wrapper div span {
  display: block;
  padding: 5px 0 0 0;
  color: #555;
  font-size: .8em;
}
.form-wrapper div span label { /*mfa 11-13-12*/
  font-size: 100%;
}
.form-wrapper div.multiple-labels span {
  padding: 0 0 10px 0;
  color: #000;
  font-size: 130%;

}
.form-wrapper div.multiple-labels label span {
  color: #555;
  font-size: 110%;
  font-weight: normal;
}
.form-wrapper div label span {
  display: inline;
  font-size:100%
}
.form-wrapper div label.m span {
  clear: both;
  padding: 0 0 5px 0;
}
.form-wrapper div span.help a {
  background: url(/dms/templating-kit/themes/mcg/icons/help.gif) 0 .15em no-repeat;
  padding-left: 15px;
}

/* multiple inputs in one row */
.form-wrapper div label.s,
.form-wrapper div label.m,
.form-wrapper div label.l {
  float: left;
  clear: none;
  width: 92px;
}
.form-wrapper div label.m {
  width: 161px;
  padding: 0;
}
.form-wrapper div label.l {
  width: 363px;
}
.form-wrapper div label.s input {
  width: 70px;
}
.form-wrapper div label.m input {
  width: 139px;
}
.form-wrapper div label.l input {
  width: 209px;
}

/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
  float: none; /* ie 6 */
  margin: 0;
  padding: 0;
}
.form-wrapper fieldset fieldset input {
  width: auto;
  display: inline;
  background: transparent;
  border: none;
}
#main .form-wrapper fieldset fieldset legend {
  text-indent: -9999px;
  font-size: 0;
}

/* mod for short elements */
.form-wrapper fieldset fieldset.mod label {
  float: left;
  margin-right: 10px;
}

/* Submit */
.form-wrapper div.button-wrapper {
  position: relative;
  border: none;
  padding: 10px 0 5px 0;
}
.form-wrapper fieldset div.button-wrapper em {
  float: right;
  margin-top: -24px;
  font-size: 140%;
}

.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
  background: #b90834 url(/dms/templating-kit/themes/mcg/bgs/submit/submit.png) 0 0 repeat-x;
  right: auto;
  width: auto;
  border: 1px solid #f19eb2;
  border-right: 1px solid #920728;
  border-bottom: 1px solid #920728;
  padding: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
.new-search .button {  /* button outside button-wrapper */
  padding-top: 3px;
  padding-bottom: 4px;
}
.new-search .button:hover,
.new-search .button:active,
.new-search .button:focus,
.form-wrapper div.button-wrapper input:hover,
.form-wrapper div.button-wrapper input:active,
.form-wrapper div.button-wrapper input:focus {
  background: #333;
  color: #fff;
  border: 1px solid #111;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  
}

/* link-Button */
a.button {
  background: #b90834 url(/dms/templating-kit/themes/mcg/bgs/submit/submit.png) 0 0 repeat-x;
  min-width: 60px;
  width: auto;
  border: 1px solid #f19eb2;
  border-right: 1px solid #920728;
  border-bottom: 1px solid #920728;
  padding: 3px 20px 2px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
a.button span {
  position: absolute;
}
a.button:hover,
a.button:active,
a.button:focus {
  color: #fac4d1;
}

/* New Search */
#search-results .form-wrapper div {
  background: #f2f2bf;
  float: left;
  width: 100%;
  padding: 10px 0;
}
#search-results .form-wrapper div label {
  display: inline;
  float: left;
  margin: 0 10px;
}
#search-results .form-wrapper div a.button {
  float: left;
  margin-top: 2px;
}
#search-results .form-wrapper input.submit {
  width: auto;
  background: #cc0;
  padding: 2px 10px;
  cursor: pointer;
}

/* error messages */
.error {
  color: #ec1549;
  font-weight: bold;
}
#main .error h1 {
  background: url(../img/bgs/error.png) 0 8px no-repeat;
  margin-bottom: 10px;
  padding: 5px 0 0 30px;
  color: #ec1549;
}
#main div.error {
  margin: 20px 0;
  font-weight: bold;
}
#main div.error ul {
  margin: 0 0 0 45px;
}
#main div.error li {
  color: #ec1549;
}
#main div.error li a,
#main div.error label span {
  color: #ec1549;
}
#main .form-wrapper div.error {
  margin: 0;
}
.form-wrapper div.error input,
.form-wrapper div.error textarea {
  border: 1px solid #ec1549;
}
/* success messages */
#main .success {
  margin: 10px 0;
}
#main .success h1 {
  background: url(../img/bgs/confirmed.png) 0 8px no-repeat;
  margin-bottom: 10px;
  padding: 5px 0 0 30px;
  color: #afaf00;
}

/* ----- COMMENTS -------------------*/

#comments ul, #form-wrapper ul {
  list-style-type: none;
  padding: .5em 0 1em 1em;
}
#comments h2 {
  background-color: rgb(220,220,220);
  font-size: .9em;
  font-weight: bold;
  padding: .2em .5em;
}
#comments li, #form-wrapper li {
  border-color: rgb(120,120,120);
  border-style: dotted;
  border-width: 0 0 1px 0;
  margin-bottom: 1em;
}
#comments div.comment-count {
  color: rgb(170,170,170);
  display: inline;
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 5px;
  width: 40px;
}
#comments blockquote {
  display: inline;
  margin: 0;
  padding: 0;
  width: 500px;
}
#comments blockquote>h3 {
  display: inline;
  font-size: 1.2em;
  font-weight: bold;
}
#comments blockquote p {
  margin: .4em 1.5em;
}
#comments p.comment-meta img {
  display: none;
}

/* ----- EVENT (MAIN) -----*/

div.vevent {
  margin-bottom: 1em;
}
div.vevent div.date {
  display: none;
}
div.vevent dl {
  margin: 0;
}
div.vevent dt {
  display: inline;
  font-weight: bold;
}
div.vevent dd {
  display: inline;
  margin: 0;
  padding: 0;
}
div.vevent dt:after {
  content: ": ";
}
div.vevent .dtstart, div.vevent .dtend {
  display: none;
}

/* ----- GLOSSARY -------------*/

#glossary-index {
  margin-bottom: 1em;
}

#glossary-index ul {
  border-color: rgb(150,150,150);
  border-style: solid;
  border-width: 0 0 0 1px;
  list-style-position: inside;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
#glossary-index li {
  border-color: rgb(150,150,150);
  border-style: solid;
  border-width: 0 1px 0 0;
  display: inline;
  margin: 0;
  padding: 0 3px;
  text-align: center;  
}
div.glossary-box h2 {
  color: rgb(140,140,140);
}
div.glossary-box ul {
  list-style-type: none;
  margin: 0 0 .3em .5em;
}
div.glossary-details {
  display: none;
}

/* ----- FAQ --------------*/

#faq p.intro {
  background-color: rgb(209,222,223);
  font-size: .8em;
  margin-bottom: 1em;
  padding: 2px 0 2px 1em;
}
#faq div.super-list ul{
  list-style-type: none;
}
#faq div.ui-expanded ul{
  list-style-type: circle;
}
#faq div.super-list li {
  margin-bottom: .8em;
}
#faq div.super-list li h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: .3em;
}
#faq div.super-list li h3 a {
  background: url(/dms/templating-kit/themes/mcg/bgs/twistee-pointing-right.gif) 0 0 no-repeat;
  padding-left: 20px;
}
#faq div.super-list li h3 a.on {
  background: url(/dms/templating-kit/themes/mcg/bgs/twistee-pointing-down.gif) 0 0 no-repeat;
}
#faq div.super-list div#list-box{
  margin: 0 1em 1em 28px;
}

/* ----- MULTI-LIST ------------*/
.links .multi_list {
  clear:both;
  margin:0;
  padding-bottom: 1.8em;
  width:100%;
  }
.multi_list {
  margin-bottom: 1em;
}
.links .items_1.multi_list .multi_list_item{
  width:98%;
}
.links .items_2.multi_list .multi_list_item{
  width:49%;
}
.links .items_3.multi_list .multi_list_item{
  width:32%;
}
.links .items_4.multi_list .multi_list_item{
  width:24%;
}
.links .items_5.multi_list .multi_list_item{
  width:19%;
}
.links .multi_list .multi_list_item {
  background-color: white;
  border-width:0;
  float:left;
  margin:0;
  padding:0;
  }

.links .multi_list ol.column-1 {
  counter-reset:item 0;
  }
.links .multi_list ol.column-2 {
  counter-reset:item 5;
  }
.links .multi_list ol.column-3 {
  counter-reset:item 9;
  }

.links .multi_list ol li {
  display: block;
  }
.links .multi_list ol li:before {
  content: counter(item) ". ";
  counter-increment: item 1;
  }

/* ----- VIDEO ------------*/

#video h1 {
  border-color: red;
  border-style: dotted;
  border-width: 0 0 1px 0;
  color: #9900cc;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: .6em;
  padding-bottom: .2em;
}
#video h3 {
  color: #ff0000;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: .3em;
}
#video div.video_blurb {
  float: left;
  margin-bottom: 2em;
  padding: 0 10px 1em 100px;
  width: 190px;
}
#video_info {
  background: white url(../images/video_information.jpg) no-repeat top left;
  
}
#video_meeting {
  background: white url(../images/video_meeting.jpg) no-repeat top left;
}
#main img.img_right {
  float: right;
  margin: 0 0 1em .5em;
}
#main img.img_left {
  float: left;
  margin: 0 1em .5em 0;
}

/* ----- PHOTOS ---------------------- *
/* photos / images */
.photo { /* for dl and without it */
  float: left;
  display: inline-block;
  width: 220px;
  margin: 3px 10px 10px 0;
}


dl.mod {
  float: right;
  margin: 0 0 1em 1em;
}
div.vcard dl {
  float: none;
  margin: .5em auto;
}
.photo img {
  display: block;
}
dl.mod-2 { /* big */
  clear: both;
  background: url(../img/bgs/photo-corners-wide.png) 0 100% no-repeat;
  float: none;
  margin-bottom: 2em;
  width: 460px;
}
dl.mod-2 img {
  width: 458px;
}
img.mod-2 {
  clear: both;
  display: block;
  padding:0 75px ;
  width: 458px;
}
#wrapper.two_column img.mod-2 {
  padding:0 150px ;
}
.photo dd {
  background: #ececec;
  display: block;
        margin:0;
  padding: 5px 5px 0 5px;
}
.photo dd.zoom {
  float: right;
}
.photo dd.zoom a {
  display: block;
  background: url(/dms/templating-kit/themes/mcg/icons/zoom.gif) 80% 0 no-repeat;
  width: 12px;
  text-indent: -9999px;
}
#wrapper-2 .photo dd.copyright {
  font-style: italic;
  font-size: 120%;
}
.photo dd.longdesc {
  display: none;
}
img.photo.mod, dl dt img.photo.mod {
  float:right;
  margin: 0 0 1em 1em;
}


/* ----- PHOTO GALLERY --------------------- */

.photo-index .photo {
  width: 190px;
}
.photo-index .photo dt {
  min-height: 125px;
  height: auto;
}
.photo-index .photo dt img {
  width: 190px;
}
.photo-index dl {
  margin-right: 10px;
}
.photo-index dl.last {
  margin-right: 0;
}
.photo-index .photo dd {
  display: block;
        margin:0;
}
.photo-index dd.caption {
        height:9ex;
}
.photo-index dd.longdesc {
        display:none;
}

/* lightbox*/

.mask {
  background-color: #000;
  width: 100%;
  z-index: 110;
}
.loading-mask {
  background: #000 url(../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox {
  position: absolute;
  overflow: hidden;
  z-index: 120;
  top: 0;
  left: 0;
  margin: 40px 0 0;
  padding: 0 0 20px 0;
  width: 995px;
  background-color: #b3b3b3;
}
.showbox-head {
  overflow: hidden;
  height: 1%;
  margin: 0 0 30px;
  padding: 5px;
  font-size: 120%;
  text-align: center;
  background-color: #555;
  color: #fff;
}
.showbox-toolbar,
.showbox h1.showbox-title {
  float: left;
  clear: both;
}
.showbox h1.showbox-title {
  margin: 0 0 5px;
  font-size: 1.4em;
}
.showbox-head a {
  color: #fff;
  font-size:100%;
  margin-right: 10px;
  text-decoration:none
}

.showbox-toolbar .prev {
  background: url(/dms/templating-kit/themes/mcg/icons/sprites.png) 0 -67px no-repeat;
  padding: 0 17px;
}
.showbox-toolbar .next {
  background: url(/dms/templating-kit/themes/mcg/icons/sprites.png) 0 6px no-repeat;
  padding: 0 17px;

}
.showbox-head a.disabled {
  color: #aaa;
}
.showbox .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0 5px 0 17px;
  color: #fff;
  font-size: 120%;
  background: url(/dms/templating-kit/themes/mcg/icons/sprites.png) 0 -213px no-repeat;
}

.showbox .content-box {
  background-color: #999;
  margin: 0 auto;
}
.showbox.loading {
  background: #999 url(../img/bgs/loading.gif) no-repeat fixed center;
}
.showbox .multimedia-box {
  overflow: hidden;
}

.showbox .text-content {
  background: #ececec;
  padding: 5px;
}
.showbox h2 {
  margin: 5px 0;
  font-size: 130%;
}
.showbox p {
  margin-bottom: 10px;
  font-size: 120%;
}
.showbox ul {
  margin: 10px 0 10px 0;
}
.showbox li {
  list-style: none;
  color: #555;
  font-size: 110%;
}


/* ----- VCARD -----*/

div.vcard {
  clear: both;
}

div.vcard h3 {
  display: none;
}
div.org p, div.adr p {
  font-size: .8em;
  margin: 0;
}
p.country-name, p.organization-name {
  display: none;
}
p.fn, p.n {
  font-weight: bold;
  margin-bottom: .5em;
}
div.adr {
  margin-bottom: .4em;
}
div.vcard dl {
  padding: 0 6px;
  font-size: .8em;
}
div.vcard dl dt span {
  display: none;
}
div.vcard dl dt {
  font-weight: bold;
}
div.vcard dl dt, div.vcard dl dd {
  display: inline;
}
div.vcard dl.email dt {
  display: none;
}
div.vcard dl.url {
  display: none;
}
div.vcard dd.caption {
  display: none;
}
div.vcard dd.responsibilities p {
  padding: 0 0 1em 152px;
}
div.vcard dd.responsibilities ol, div.vcard dd.responsibilities ul {
  padding: 0 0 1em 182px;
}
#main div.vcard {
  border-color: rgb(180,180,180);
  border-style: dotted;
  border-width: 0 0 1px 0;
  height: auto;
  margin: 1em 0;
  padding-bottom: 1em;
}
#main div.vcard h2 {
  display: none;
}
#main div.vcard .photo {
  width: auto;
}
#extras-1 div.vcard .responsibilities {
  display: none;
}

/* ----- OPENER -----*/

div.opener {
  margin-bottom: 1.2em;
  clear: left;
}

div.opener h1>a {
  text-decoration: none;
  color: inherit;
}
div.opener img {
  display: block;
  margin-bottom: 1em;
}
div.opener em, div.opener h1 {
  display: none;
}

/* ----- NEWS ITEM -----*/

div.text div.teaser {
  display: none;
}

/* ----- SIDEBARS --------------------*/

/* ----- BANNER LINKS ----------------*/



/* ----- NAVIGATION SELECT BOXES -----*/

div.nav-select {
  margin:5px 10px;
}
div.nav-select h2{
/*  background-color: #568c53;
  color: #f0fff0;
*/
  background-color: ;
  color: rgb(27,79,24);
  font-size: .8em;
  font-weight: bold;
  margin-bottom: px;
  padding: .2em .3em .3em .5em;
}
div.nav-select select{
  border: 0;
  width: 160px;
}
div.nav-select option{
  border-color: rgb(210,210,210);
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 3px 4px;
}
div.nav-select input[type=submit] {
  background-color: rgb(163,191,194);
  border-width: 1px;
  width: 160px;
}


#extras-2  h2, #extras-1  h2 {
/* background-color:;
  background-image: url('/dms/templating-kit/themes/mcg/skins/tropical/bgs/header_bg/header_bg.gif');
  background-position:middle middle;
  background-repeat:x;
  color: ;
 */ 
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 1px;
  padding: 4px;
}

#extras-2>div.box, {
background-color:;
}

/* ----- SIDEBAR CALENDAR -----*/

div.mcg_calendar table * {
  
  text-align:center;
  
}
.mcg_calendar [title], #calendar acronym[title] {
  border-style: none;
}
.mcg_calendar thead, .mcg_calendar th.cw {
  background-color:;
  text-decoration: none;
}
.mcg_calendar td {
  background-color: ;
  padding-left: 3px;
  border:1px solid ;
}

.mcg_calendar tbody .cw {
  color: ;
}

.mcg_calendar table tfoot td {

  background-color:;
  border:3px solid ;
  padding:1px;
}

.mcg_calendar table tfoot a{
  color:;
  font-weight:bold;
  padding:3px;
  margin:0 15%;
}
.mcg_calendar thead tr {
  color:; }

.calendarHeader img{
float:right;
top:0;        
}

#jMonthCalendar .MonthlyCalendar .MonthNavigation {
  border-bottom:solid 1px #ddd;
  clear:both;
  height:20px;
  padding:5px 10px 6px 10px;
  background-color: #B0E2E5;
  color: #0C6B70;
}

#jMonthCalendar .link-prev, #jMonthCalendar .link-next, #jMonthCalendar .MonthName  { ; }

#facebox div.popup h2 {
  background-color:;
  background-image: url('/dms/templating-kit/themes/mcg/skins/tropical/bgs/header_bg/header_bg.gif');
  background-position:middle middle;
  background-repeat:x;
  color: ;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 1px;
  padding: 4px;
}

#facebox div.content {
    background-color: #EDE6DA;
    font-size: 0.9em;
}

#facebox div.events ul {
    list-style-type: none;
    font-size: 0.8em;
}

#facebox div.events ul li {
    border-color: white;
    border-style: solid;
    border-width: 0 0 1px;
    padding: 3px 4px;
}

#facebox div.events ul li span.event {
    color: #35579F;
    display: block;
    line-height: 1.1em;
    padding: 0.125em;
    text-decoration: none;
}

/* ----- EVENTS ------------------*/

.event-list ul {
  background-color: rgb(230,230,250);
  list-style-type: none;
  margin: 0;
  padding: .5em .5em .3em .5em;
}
.event-list li {
  margin-bottom: .5em;
}
.event-list span.month, .event-list span.day {
  border-style: none;
  font-weight: bold;
}
.event-list span.day:after {
  content: " - ";
}
.event-list h3, .event-list div.date {
  display: inline;
  font-size: 1em;
  font-weight: normal;
}
#right_sidebar .event-data, #left_sidebar .event-data {
  display: none;
}
#right_sidebar .event-list ul, #left_sidebar .event-list ul {
  background-color: transparent;
  font-size: .8em;
}

.event-list>p {
  font-size: .7em;
  font-weight: bold;     
  margin-top: 0;
  text-align: right;
}
abbr[title], acronym[title] {
  border-style: none;
}

/* ----- RIGHT SIDEBAR -----*/

#right_sidebar {
  padding-bottom: 2em;
  float: right;
  width: 180px;
}

/* ----- LEFT SIDEBAR -----*/

#left_sidebar {
  float: left;
  width: 180px;
}



/* ----- FOOTER SECTION -----*/



#footer {
  background-color: ;
  background-image:url('/dms/templating-kit/themes/mcg/skins/tropical/bgs/footer_bg/footer_bg.gif');
  background-position:bottom;
  background-repeat:repeat-x;  
  
  
  border-color: ;
  border-style: solid;
  border-width: 1px 0 0 0;
  clear: both;
  font-size: .9em;
  margin: 0 180px;
  padding: .3em 0 2em 0;
  text-align: center;
  width: 621px;
}
div#wrapper.two_column #footer{
  width:800px;
}

#footer ul{
  margin-bottom: 1.4em;
        margin-top: 0;
}
#footer li{
  display: inline;
}
#footer li>a{
  border-color: rgb(200,200,200);
  border-style: solid;
  border-width: 0 1px 0 0;
  color: black;
  padding: 0 .4em;
  text-decoration: none;
}
#footer li>a.last_child{
  border-style: none;
}
#footer li>a:hover{
  color: blue;
  text-decoration: underline;
}
#footer h3{
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#footer p{
  margin: 0;
  padding: 0;
}
#footer p.copyright{
  font-size: .7em;
  margin-top: 2em;
}
.box {
        margin-bottom: .8em;
}

.box .rss{
    font-size: .8em;  
}
.box h2 {
  background-color:;
  color: ;

  font-weight: bold;
}
.box h2 {
  padding: .3em .3em .4em 1em;
}
.box h2>a {
  /*background-color:;*/
  color: ;
  text-decoration: none;
}
.box p{
  margin-top: .4em;
  padding: 0 6px;
}
div#extras-1 .box img{
  /*padding-left: 10px;;*/
}

/* ----- SEARCH RESULTS PAGE -----*/

#main div.pager h3 {
  display: none;
}
div.pager ul {
  background-color: rgb(220,230,220);
  list-style-type: none;
  margin: 0 0 12px 0;
  padding: 3px;
}
#main div.pager li {
  display: inline;
}
#search-results ul.text-data {
  font-size: .6em;
  font-weight: bold;
}
#search-results #main div.text ol {
  list-style-type: none;
  margin-bottom: 2em;
}
#search-results #main div.text li {
  margin-bottom: 1em;
}
#search-results #main div.text h2 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
#search-results #main div.text p {
  
}
#search-results .highlight {
  background-color: yellow;
}
#search-results #main ul.text-data {
  width: 600px;
}

.searchResult em {
  background-color: yellow;
}

/* ----- SITEMAP --------------------- */

#sitemap .links {
  border-top: 4px solid #b3b3b3;
  margin: 30px 0 30px 0;
}
#sitemap .links h2 {
  margin: 16px 0 0 0;
  padding: 5px 0 5px 0;
}
#sitemap .links h2 a {
  display: block;
  color: #555;
}
#sitemap .links h2 a:hover,
#sitemap .links h2 a:active,
#sitemap .links h2 a:focus {
  color: #ec1549;
}
#sitemap .links li {
  background: transparent url(../img/bgs/dotted-line.png) 0 0 repeat-x;
  height: 1%; /* IE6 */
  margin: 0;
  border: none;
  padding: 0;
}
#sitemap .links li a {
  background: url(../img/bullet-faint.gif) 0 7px no-repeat;
  padding: 6px 0 6px 15px;
}
#sitemap .links li li a {
  background: url(../img/bullet-faint.gif) 30px 7px no-repeat;
  padding-left: 45px;
}
#sitemap .links li li li a {
  background: url(../img/bullet-faint.gif) 60px 7px no-repeat;
  padding-left: 75px;
}
#sitemap #wrapper-3 .links li ul {
  margin: 0;
  padding: 0;
}
#sitemap .links li li {
  font-size: 100%;
}

/* ----- RSS FEED --------------------- */

div.rss-content {
  font-size: .8em;
  margin: 0 0 10px 15px;
}
div.rss-content a{
  text-decoration: none;
}/*
div.rss-content a:after {
  content: " Subscribe to our RSS feed"
}*/
/* ----- SUPER PROMO -----------------*/

div.superpromos .superpromo-section p.more a span {      
  display: block;  
  position: absolute;
  overflow: hidden;
  left: -9999px;
  width: 1px;
  height: 1px;
}
/* Finger-Tabs - superpromo */
div.superpromos {
  clear: both;
  position: relative;
  background: url(../img/temp/superpromo-bg-nav.gif) 100% 0 repeat-y;
  width: 260px;
  height: auto;
  min-height: 333px;
  margin: 20px 0;
  border: 1px solid #ccc;
  padding-right: 200px;
}
.nav-col div.superpromos {
  width: 498px; /* plus 200px padding nav */
}
div.superpromos p {
  width: 350px;
}
.js-on div.superpromos {
  height: 800px;
  overflow: hidden;
  width: 400px;
}
/* tabs */
ol.superpromos-toc {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
  margin: 0;
  padding: 0;
}
#wrapper ol.superpromos-toc li {
  float: none;
  background: ;
  color: ;
  font-size: 1em;
  list-style: none;
}
ol.superpromos-toc a {
  display: block;
  height: 1%;
  margin: 0;
  border-bottom: 1px solid #fff;
  padding: 12px 10px 8px 20px;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
}
ol.superpromos-toc a.on,
ol.superpromos-toc a:hover,
ol.superpromos-toc a.a11y-focus,
ol.superpromos-toc a:active,
ol.superpromos-toc a:focus {
  background:  url(../img/bgs/superpromo-on.gif) 0 50% no-repeat;
  color: ;
  text-decoration: none;
}
#main div.superpromos .superpromo-section {
  margin: 0px;
}    
#main div.superpromos .superpromo-section h2 {
  background-color: ;
  margin: 10px 0 0 10px;
  padding: 6px;
  width: 338px;
}
#main div.superpromos .superpromo-section h2 a {
  text-decoration: none;
  color:black;
}   

#main div.superpromos .superpromo-section h2 a:visited {
  text-decoration: none;
  color:black;
}   
#main div.superpromos .superpromo-section h2 a:hover {
  text-decoration: underline;
}
#main div.superpromos .superpromo-section img {
  display: block;
  border: none;
  margin: 0 0 10px 10px;
  padding: 0;
}
.nav-col div.superpromos .superpromo-section img {
  height: 200px;
  width: 485px;
}
div.superpromos .superpromo-section p {
  margin: 0 0 1em 10px;
  line-height: 1.3em;  
}
div.superpromos .superpromo-section em.more {
  display: block;
}   
div.superpromos .superpromo-section em.more a {
  display: block;
  background: url(/dms/templating-kit/themes/mcg/icons/sprites.png) 0 7px no-repeat;
  padding: 5px 10px 5px 18px;
  font-weight: bold;
}







th: 338px;
}
#main div.superpromos .superpromo-section h2 a {
  text-decoration: none;
  color:black;
}   

#main div.superpromos .superpromo-section h2 a:visited {
  text-decoration: none;
  color:black;
}   
#main div.superpromos .superpromo-section h2 a:hover {
  text-decoration: underline;
}
#main div.superpromos .superpromo-section img {
  display: block;
  border: none;
  margin: 0 0 10px 10px;
  padding: 0;
}
.nav-col div.superpromos .superpromo-section img {
  height: 200px;
  width: 485px;
}
div.superpromos .superpromo-section p {
  margin: 0 0 1em 10px;
  line-height: 1.3em;  
}
div.superpromos .superpromo-section em.more {
  display: block;
}   
div.superpromos .superpromo-section em.more a {
  display: block;
  background: url(../img/icons/sprites.png) 0 7px no-repeat;
  padding: 5px 10px 5px 18px;
  font-weight: bold;
}





10px 10px;
  padding: 0;
}
.nav-col div.superpromos .superpromo-section img {
  height: 200px;
  width: 485px;
}
div.superpromos .superpromo-section p {
  margin: 0 0 1em 10px;
  line-height: 1.3em;  
}
div.superpromos .superpromo-section em.more {
  display: block;
}   
div.superpromos .superpromo-section em.more a {
  display: block;
  background: url(../img/icons/sprites.png) 0 7px no-repeat;
  padding: 5px 10px 5px 18px;
  font-weight: bold;
}




margin: 0 0 10px 10px;
  padding: 0;
}
.nav-col div.superpromos .superpromo-section img {
  height: 200px;
  width: 485px;
}
div.superpromos .superpromo-section p {
  margin: 0 0 1em 10px;
  line-height: 1.3em;  
}
div.superpromos .superpromo-section em.more {
  display: block;
}   
div.superpromos .superpromo-section em.more a {
  display: block;
  background: url(/dms/templating-kit/themes/mcg/icons/sprites.png) 0 7px no-repeat;
  padding: 5px 10px 5px 18px;
  font-weight: bold;
}

/* ----- CATEGORY OVERVIEW -----------------*/

#cat-overview .teaser h2 {
  display: inline;
  font-size: 1em;
}
#cat-overview .teaser p {
  clear
  }

#image_map {
  width: 469px;
  height: 376px;
  background-image: url('/dms/media/maps/county_image_map/county_image_map.gif');
  position: relative;
}

/* ----- ROAD CLOSURES -------------------*/

dl.roadClosure lh.alert{
  background-color: rgb(207,64,64);
  color:white;
  display: block;
  font-size: .8em;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 2px 0 2px 6px;
  width: 100%;
}
dl.roadClosure dt{
  font-weight: bold;
}
dl.roadClosure dd{
  padding-left:25px;
  margin-bottom: .6em;
}
img.closure-map {
  width: 600px;
}

/* ----- STREAMING VIDEO -------------------*/

div.video-stream fieldset {
  background: url(/dms/templating-kit/themes/mcg/bgs/streaming-back.gif) repeat-y;
}
.seekItems{
  background-color: rgb(230,230, 255);
  margin-bottom: 1em;
  padding: .4em .4em .6em .4em;
}
.clip-documents{
  width:250px;
  float:right;
  padding-right: .4em;
}
  div.text .clip-documents ul{
  margin:0;
}
  .seekItemSelect{
  padding:3px;
}


.ui-autocomplete { position: absolute; cursor: default; }  

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.23
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style:none;
  padding: 2px;
  margin: 0;
  display:block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin:0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration:none;
  display:block;
  padding:.2em .4em;
  line-height:1.5;
  zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
..ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* ----- VIDEO TOUR WIDGET -----------*/

div.tour {
  text-align:center;
  width:150px;
  margin-left:20px;
  margin-top:1em;
}

