html {
  height: 100%;
  margin:0;
  padding:0;
}
body {
  background-color: #ffffff;
  color: #333333;
  font-family: arial, helvetica;
  font-size: 13px;
  width: 100%; 
  height: 100%; 
  margin:0;
  padding:0;
}
div#container {
  width:980px;
  margin:0 auto;
  text-align:left;
  background-image: url(/images/background_3col.png);
  background-repeat: repeat-y;
}
div#header {
  width:100%;
  background:#ffffff;
}
div#wrapper {
  width:100%;
}
div#wrapper_3col{
  float:left;

  width:100%;
  height: 100%;
}
div#content_1col{
  clear:both;
  width:100%;
  background:#ffffff;
}
div#content_2col {
  float:right;
  width:728px;
  background:#ffffff;
  padding-left: 15px;
  padding-right: 14px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
div#content_2colRight {
  float:left;
  width:728px;
  background:#ffffff;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
div#content_3col{
  margin-top: 0px;
  margin-left: 220px;
  margin-right: 180px;
  background:#ffffff;
  padding-top: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
div#leftCol_2col {
  float:left;
  width:220px;
}
div#rightCol_2col {
  float:right;
  width:220px;
}
div#leftCol_3col{
  float:left;
  width:220px;
  margin-left:-980px;
}
div#rightCol_3col{
  float:left;
  width:180px;
  margin-left:-180px;
}

div#footer {
  clear:both;
  width:100%;
  color: #333333;
  text-align:center;
  background:#ffffff;
}

.blueBoxTitle {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.blueBox {
  text-align: justify; 
  font-size: 14px;
  font-weight: normal;
  width:70%; 
  background-color: #cccffc;
  color: #333333;
  margin: 30px auto;
  border-style:solid;
  border-color: #999999;
  border-width: 1px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.clearBox {
  text-align: justify; 
  font-size: 14px;
  font-weight: normal;
  width:70%; 
  //background-color: #f6df97;
  color: #333333;
  margin: 30px auto;
  border-style:solid;
  border-color: #c39130;
  border-width: 1px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.goldBox {
  text-align: justify; 
  font-size: 14px;
  font-weight: normal;
  width:70%; 
  background-color: #f6df97;
  color: #333333;
  margin: 30px auto;
  border-style:solid;
  border-color: #c39130;
  border-width: 1px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.ulList {
  font-size: 12px;
  line-height: 150%;
}
.faqList {
  font-size: 12px;
  line-height: 170%;
  padding-top: 15px;
}
.tableList {
  text-align: left;
  font-size: 12px;
  color: #333333;
  line-height: 200%;
  padding-left:2px;
  padding-top:2px;
  padding-bottom:2px;
}
.sideBarClear {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  padding-left:10px;
  padding-top:20px;
  padding-bottom:10px;
}

.sideBar {
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  padding-left:10px;
}
.sideBarBeige {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  background-color: #f0c952;
  color: #333333;
  vertical-align:middle;
  padding-top:8px;
  padding-bottom:8px;
  padding-left:8px;
}
.sideBarBlue {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  background-color: #2721b1;
  color: #ffffff;
  padding-left:10px;
  padding-top:20px;
  padding-bottom:10px;
}
.sideBarBlue a {
  color: #ffffff;
}
.sideBarSupport {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #2721b1;
  color: #fad34e;
  padding-top:6px;
  padding-bottom:6px;
}
.sideBarSupport a {
  color: #fad34e;
}

.sideBarSupport p {
  line-height: 150%; 
} 



.headlineBar {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #0d0965;
  color: #f0c952;
  margin: 20px 30px 20px 30px;
  padding-top:6px;
  padding-bottom:6px;
}

.headlineBar2 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #cccffc;
  color: #333333;
  padding-top:6px;
  padding-bottom:6px;
}




.bulletPointTitle {
  vertical-align:middle;
  font-size: 1.3em;
  font-weight: bold;
  color: #c39130;

}
.bulletPointTitle2 {
  vertical-align:middle;
  font-size: 1.2em;
  font-weight: bold;
  margin-left:40px;
  color: #c39130;

}
.bulletPointTitle3 {
  vertical-align:middle;
  font-size: 1.18em;
  font-weight: bold;
  margin-left:80px;
  color: #c39130;

}
.bulletPointTitleWithTopLink {
  vertical-align:middle;
  font-size: 1.3em;
  font-weight: bold;
  color: #c39130;
  margin-top: 5px;
}
.bulletPointTitleBlue {
  vertical-align:middle;
  font-size: 1.3em;
  font-weight: bold;
  color: #272882;
}
.bulletPoint {
  margin-left:40px;
  color: #333333;
}
.bulletPointRight {
  margin-left:40px;
  margin-right:40px;
  color: #333333;
}
.bulletPoint2 {
  margin-left:80px;
  color: #333333;
}
.bulletPoint3 {
  margin-left:120px;
  color: #333333;
}



td, th { 
  font-family: arial, helvetica;
  font-size: 12px;
}

td img {
  display: block;
}


.smallCenter {
  font-size: 10px;
  text-align: center;
  padding-top:20px;
  padding-bottom:10px;
}


div.pageContent {
  width: 535px;
  margin-top: 8px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 30px;
  border-style:solid;
  border-width:1px;
}
div.pageContentWide {
  width: 720px;
  padding-bottom: 30px;
}

.MFR  {
  color: #272882;
  font-size: 1.05em;
  font-family: arial, helvetica;
  font-weight: 700;
}
.homePageTitle {
  color: #c39130;
  font-size: 1.6em;
  text-align: center;
  font-family: arial, helvetica;
  font-weight: bold;
  margin-top: 17px;
  margin-bottom: 7px;
}
.homePageTitle a {
  color: #c39130;
  text-decoration:  none;
}
.homePageNew {
  padding: 3px 35px 3px 35px;
  color: #000000;
  font-size: 1.15em;
}
.homePage {
  padding: 3px 35px 3px 35px;
  color: #000000;
  font-size: 1.15em;
  font-weight: 550;
}
.homePageULlist {
  font-size: 12px;
  line-height: 150%;
  padding: 3px 50px 3px 60px;
}

.pageTitle  {
  #text-align: center;
  color: #c39130;
  font-size: 24px;
  font-family: arial, helvetica;
  font-weight: bold;
  margin-top: 10px;
}
.pageHeadline  {
  color: #c39130;
  text-align: center;
  font-size: 18px;
  font-family: arial, helvetica;
  font-weight: bold;
}

.tagLine  {
  color: #272882;
  text-align: center;
  font-size: 120%;
  font-family: arial, helvetica;
  font-weight: bold;
}

.boldNumbers {
  color: #d00000;
  font-size: 1.3em;
  font-family: arial, helvetica;
  font-weight: bold;
}
.boldText {
  font-size: 1.3em;
  font-family: arial, helvetica;
}
.textItalicNote {
  text-align: center;
  font-style: italic;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:40px;
  padding-right:40px;
}
.headline_small {
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   background-color: #f6df97;
   padding: 3px 0px;
}
.top_link_small {
   font-size: 10px;
   font-weight: normal;
   text-align: right;
   background-color: #ffffff;
   padding-right: 10px;
   margin: 0px;
}

.thinBlueLine {
  background-color: #2721b1;
  padding-bottom: 6px;

}
.thinBrownLine {
  background-color: #f0c952;
  padding-bottom: 2px;
}

.requiredField {
  font-size: 1.3em;
  font-weight: 900;
  color: #DF0101;
  padding-left: 8px;
}

.requiredRedSm {
  font-size: 0.8 em;
  font-weight: 600;
  color: #DF0101;
  padding-left: 8px;
}


/*---------- Header Nav bar -----------*/
.navHeaderCell {
  background-color: #c39130;
  width: 740px;
  height: 32px;
}

#navHeaderContainer ul {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-family: arial, helvetica;
  font-weight: bold;
  padding-left: 0;
  list-style-type: none;
  float: right;
  border-left-style: solid;
  border-color: #fad34e;
  border-width: 1px;
}

#navHeaderList li {
  float: left;
  background-color: #c39130;
  border-right-style: solid;
  border-color: #fad34e;
  border-width: 1px;
}

#navHeaderList a {
  display: block;
  color: #ffffff;
  font-weight:bold;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 9px;
  height: 14px;
}


#navHeaderListOn a {
  display: block;
  color: #333333;
  font-weight:bold;
  text-decoration: none;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
}

#navHeaderList a:hover {
  color: #333333;
}
#navHeaderListOn a:hover {
  color: #ffffff;
}


/*---------- Header Nav bar -----------*/



/*---------- Left Side Nav bar -----------*/
#navcontainer ul {
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
  float: left;

  clear: both;
  width: 220px;
  display: block;  
}

#navlist li {
  padding-top: 0;
  width: 220px;
  height: 46px;
  float: left;
  background: url(/images/menubar.png) 0 0 no-repeat;
}

#navlist a {
  display: block;
  color: #000000;
  font-weight:bold;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}

#navlist a:hover {
  color: #666666;
}
/*---------- Left Side Nav bar -----------*/


/*---------- Right Side Nav bar -----------*/
#navRightContainer ul {
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
  float: left;
}

#navRightList li {
  padding-top: 0;
  width: 180px;
  height: 46px;
  float: left;
  background: url(/images/menubarRight.png) 0 0 no-repeat;
}

#navRightList a {
  display: block;
  color: #333333;
  font-weight:bold;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}

#navRightList a:hover {
  color: #666666;
}
/*---------- Right Side Nav bar -----------*/





/*---------- Google Maps  -----------*/

div#mfrMapSm {
   width:500px;
   height:500px;
   max-width: none;
   border: 0;
   margin: 0;
   padding: 0;
}
div#mfrMap {
   width:740px;
   height:740px;
   max-width: none;
   border: 0;
   margin: 0;
   padding: 0;
}
div#mfrMapLg {
   width:1000px;
   height:1000px;
   max-width: none;
   border: 0;
   margin: 0;
   padding: 0;
}

.mapMenuDivTop {
    width: 720px;
    #width: 960px;
    font-size: 12px;
    text-align: left;
    background-color: #F6DF97;
    padding: 0px 10px 0px 10px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: #C39130;
    border-width: 1px;
}
.mapMenuDiv {
    width: 720px;
   font-size: 12px;
   text-align: left;
   background-color: #F0C952;
   padding: 1px 10px 0px 10px;
   border-bottom-style: solid;
   border-color: #C39130;
   border-width: 1px;
}
.mapInfoWindow {
   font-size: 12px;
   overflow: hidden;
   white-space: nowrap;
}
.mapInfoTitle {
   font-family: arial, helvetica;
   color: #272882;
   font-weight: bold;
   font-size: 14px;
}
.tiptool {
    border: 1px solid black;
    background-color: white;
    white-space: nowrap;
    font-weight: bold;
    padding: 3px;
    -moz-border-radius: 0 8px 8px 8px;
    -webkit-border-radius: 0 8px 8px 8px;
}

.markerList {
    padding: 0px;
}
.markerListItem {
    list-style: none;
    border: 1px solid #ffffff;
    background-color: #f6df97;
    padding: 10px 0px 10px 5px;
    width: 235px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.markerSectionTitle {
  vertical-align:middle;
  font-size: 1.1em;
  font-weight: bold;
  color: #c39130;
  margin: 10px 0px 10px 10px;
}


/*---------- Google Maps  -----------*/




/*---------- Styles for detail pages version 2.0 -----------*/
.helpDiv {
  display: none;
  margin: 20px 50px 20px 50px;
  padding: 5px 50px 20px 50px;
  background-color: #cccffc;
}

/*---------- Styles for detail pages version 2.0 -----------*/



/*---------- Styles for FAQ outlines -----------*/
.outline {
  list-style: none;
  padding: 0px 30px 20px 20px;
  padding-left: 0px;
}

.outline ul {
  list-style: none;
}

.outline li {
  cursor: auto;
  border-radius: 2em;
  background: #F6DF97;
  padding: 6px 20px 6px 10px; 
  margin: 5px 0px 5px 0px;
}

.olink {
  border-style: none;
  padding-right: 10px;
}
.oimg {
  border-style: none;
}




.social-ul{ width:100%; display:inline-block; max-width:220px; margin-right:10px; }
.social-ul li{ display:inline-block; list-style:none; }
.social-ul li+li{ margin-left:10px; }
