/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  /* 3 */

  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 12px;
  color: #585858;
  line-height: 20px;
}
html {
  background: #dadada;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  text-transform: uppercase;
}
.hide {
  display: none;
}
.ipadMenu {
  display: none;
}
.wrapper.iconBar {
  background: url(../images/iconBar.jpg) top center no-repeat #c8c8c8;
  height: 74px;
  position: fixed;
  z-index: 9999;
  top: 0;
}
.sub .wrapper.iconBar {
  position: relative;
}
.container.iconBar {
  height: 74px;
}
#icons {
  float: left;
  position: relative;
  left: -75%;
  text-align: left;
  padding-top: 4px;
}
#icons.homeIcons {
  left: -54%;	
}
#icons ul {
  list-style: none;
  position: relative;
  left: 50%;
}
#icons li {
  float: left;
  position: relative;
}
.icon {
  height: 40px;
  position: relative;
  left: 28%;
  margin: 0 12px;
}
.iconInner {
  float: left;
  height: 42px;
  margin-right: 15px;
}
.iconText {
  float: left;
  color: #afafaf;
  text-transform: uppercase;
  padding: 12px 0;
}
.corp .iconInner {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -231px -122px;
  width: 43px;
}
.elec .iconInner {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -309px -122px;
  width: 36px;
}
.lic .iconInner {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -379px -126px;
  width: 48px;
}
.sec .iconInner {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -466px -124px;
  width: 44px;
}
.arch .iconInner {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -545px -127px;
  width: 35px;
}
.char .iconInner {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -592px -126px;
  width: 42px;
} 
.corp:hover,
.corp:active,
.corp.active {
  cursor: pointer;
}
.corp:hover .iconInner,
.corp:active .iconInner,
.corp.active .iconInner {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -232px -202px;
  width: 43px;
}
.corp:hover .iconText,
.corp:active .iconText,
.corp.active .iconText {
  color: #67757e;
}
.home:hover,
.home:active,
.home.active {
  cursor: pointer;
}
.home:hover .iconInner,
.home:active .iconInner,
.home.active .iconInner {
  background: url(../images/HomeIcon.png) no-repeat;
  width: 50px;
}
.home:hover .iconText,
.home:active .iconText,
.home.active .iconText {
  color: #acacac;
}
.elec:hover,
.elec:active,
.elec.active {
  cursor: pointer;
}
.elec:hover .iconInner,
.elec:active .iconInner,
.elec.active .iconInner {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -309px -199px;
  width: 36px;
}
.elec:hover .iconText,
.elec:active .iconText,
.elec.active .iconText {
  color: #910123;
}
.lic:hover,
.lic:active,
.lic.active {
  cursor: pointer;
}
.lic:hover .iconInner,
.lic:active .iconInner,
.lic.active .iconInner {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -378px -198px;
  width: 48px;
}
.lic:hover .iconText,
.lic:active .iconText,
.lic.active .iconText {
  color: #ab5c4a;
}
.sec:hover,
.sec:active,
.sec.active {
  cursor: pointer;
}
.sec:hover .iconInner,
.sec:active .iconInner,
.sec.active .iconInner {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -464px -198px;
  width: 44px;
}
.sec:hover .iconText,
.sec:active .iconText,
.sec.active .iconText {
  color: #38486a;
}
.char:hover, 
.char:active, 
.char.active  {
  cursor: pointer;
}
.char:hover .iconInner,
.char:active .iconInner,
.char.active .iconInner {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -592px -193px;
  width: 43px;
}
.char:hover .iconText,
.char:active .iconText,
.char.active .iconText {
  color: #38486a;
}
.arch:hover,
.arch:active,
.arch.active {
  cursor: pointer;
}
.arch:hover .iconInner,
.arch:active .iconInner,
.arch.active .iconInner {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -545px -197px;
  width: 35px;
}
.arch:hover .iconText,
.arch:active .iconText,
.arch.active .iconText {
  color: #4893da;
}
.mainHeaderOuter {
  height: 272px;
  margin-top: 74px;
}
.subHeaderOuter {
  height: 120px;
  margin-top: 74px;
}
.sub .subHeaderOuter {
  margin: 0;
}
.mainInner {
  background: url(../images/bigHeader.png) top center fixed no-repeat #000000;
  position: relative;
  bottom: 0;
}
.container.mainHeader {
  height: 272px;
  position: relative;
}
.wrapper.mainHeader.sticky {
  position: fixed;
  z-index: 9999;
}
.sub .wrapper.mainHeader.sticky {
  position: relative;
}
.wrapper.mainHeader.sticky .mainHeader {
  height: 119px;
}
#logo {
  background: url(../images/siteSprite.png) -28px -10px no-repeat;
  width: 154px;
  height: 154px;
  margin: 0px auto;
  padding-top: 20px;
}
.smallLogo {
  background: url(../images/siteSprite.png) no-repeat -231px -302px;
  width: 64px;
  height: 64px;
  top: 25px;
  left: 170px;
  position: absolute;
}
#search {
  background: url(../images/siteSprite.png) -210px -36px no-repeat;
  width: 344px;
  height: 39px;
  position: absolute;
  top: 190px;
  margin: 0 0 0 310px;
  padding: 8px 0 0 9px;
}
.wrapper.mainHeader.sticky .mainHeader #search {
  top: 40px;
}
#search input {
  width: 274px;
  height: 20px;
  border: 0;
  padding-left: 8px;
}
#searchHelpOuter {
  width: 100%;
  position: absolute;
  top: 240px;
  z-index: 9999;
  display: none;
}
.wrapper.mainHeader.sticky .mainHeader #searchHelpOuter {
  top: 90px;
}
#searchHelp {
  width: 490px;
  -moz-box-shadow: 0px 0px 11px #353535;
  -webkit-box-shadow: 0px 0px 11px #353535;
  box-shadow: 0px 0px 11px #353535;
  /* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    */

  background: url(../images/sectionBkg.jpg) repeat-x #dadada;
  color: #585858;
  position: relative;
  z-index: 9999;
  padding: 10px 20px 30px 20px;
}
.searchClose {
  background: url(../images/siteSprite.png) no-repeat -574px -41px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -13px;
  left: -13px;
  cursor: pointer;
}
.topArrow {
  background: url(../images/siteSprite.png) no-repeat -570px -81px;
  width: 36px;
  height: 15px;
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -18px;
}
#searchHelpOuter a,
#searchHelpOuter a:visited {
  color: #585858;
  text-decoration: none;
}
#searchHelpOuter a:hover,
#searchHelpOuter a:active {
  color: #000;
}
.searchresults {
  margin-top: 10px;
  padding-top: 10px;
  text-align: left;
}
.searchBlock {
  width: 300px;
}
.result {
  margin-bottom: 10px;
  border-bottom: 1px dotted #c7c7c7;
  padding-bottom: 10px;
}
.resultCat {
  width: 31px;
  height: 27px;
  margin-right: 8px;
}
.resultTxt {
  width: 350px;
}
.subTxt {
  color: #a4a4a4;
}
.subTxtSmall {
  font-size: 11px;
}
.ElectionsResult {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -282px -83px;
  width: 31px;
}
.CorporationsResult {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -232px -83px;
  width: 31px;
}
.SecuritiesResult {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -383px -84px;
  width: 31px;
}
.ArchivesResult {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -433px -86px;
  width: 31px;
}
.LicensingResult {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -326px -86px;
  width: 31px;
}
.CharitiesResult {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -508px -86px;
  width: 26px;
}
.Result {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -471px -86px;
  width: 31px;
}
.didMean {
  text-decoration: underline;
  cursor: pointer;
}
.navOuter {
  height: 40px;
}
.navBar,
.subNavBar {
  background: #ffffff;
  height: 40px;
  position: relative;
  z-index: 8888;
}
.subNavBar {
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 8888;
}
.mainNavBar.sticky {
  position: fixed;
  z-index: 7777;
  top: 191px;
}
.subNavBar.sticky {
  position: fixed;
  z-index: 8888;
  top: 191px;
}
.navBar {
  background: #000;
}
.corpNavBar {
  margin-top: -12px;
}
.corpNavBar.sticky {
  top: 203px;
}
.navBar ul,
.subNavBar ul {
  list-style: none;
  margin-top: 5px;
  margin-left: 0;
  padding: 0;
}
.navBar li,
.subNavBar li {
  border-right: 1px dotted #c7c7c7;
  text-transform: uppercase;
  color: #757575;
  font-weight: 700;
  height: 24px;
  padding: 6px 0px 0 6px;
  cursor: pointer;
  display: inline-block;
}
.navBar li,
.subNavBar li {
  padding-right: 50px;
}
.navBar li.active,
.navBar li:hover {
  color: #fff;
}
.navBar li:last-child,
.subNavBar li:last-child {
  border: 0px !important;
}
.navBar li .arrow {
  background: url(../images/siteSprite.png) no-repeat -127px -319px;
  width: 36px;
  height: 16px;
  float: right;
  margin: 0 12px 0 10px;
}
.subNavBar li,
.navBar li.active {
  background: url(../images/navarrow.png) no-repeat right 10px;
}
.navBar li:hover,
.subNavBar li:hover {
  background: url(../images/navarrowOver.png) no-repeat right 10px;
}
.corpNavBar li {
  color: #67757e !important;
}
.elecNavBar li {
  color: #910123 !important;
}
.licNavBar li {
  color: #ab5c4a !important;
}
.secNavBar li {
  color: #38486a !important;
}
.charNavBar li {
  color: #38486a !important;
}
.archNavBar li {
  color: #4893da !important;
}
.menuTitle {
  font-size: 20px;
  padding: 6px 0 0 10px;
  text-transform: uppercase;
}
.itemMenu {
  background: #fff;
  height: 40px;
}
.smallIcon {
  margin: 5px 0 0 10px;
}
.menuHandle {
  background: url(../images/siteSprite.png) no-repeat -116px -204px;
  width: 16px;
  height: 17px;
  margin: 10px 20px 0 0;
}
.ipadInner {
  display: none;
}
.itemMenu {
  display: none;
}
.ipadCorp .smallIcon {
  background: url(../images/siteSprite.png) no-repeat -232px -83px;
  width: 28px;
  height: 26px;
}
.ipadCorp .menuTitle {
  color: #67757e;
}
.ipadElec .smallIcon {
  background: url(../images/siteSprite.png) no-repeat -232px -83px;
  width: 28px;
  height: 26px;
}
.ipadElec .menuTitle {
  color: #910123;
}
.ipadLic .smallIcon {
  background: url(../images/siteSprite.png) no-repeat -232px -83px;
  width: 28px;
  height: 26px;
}
.ipadLic .menuTitle {
  color: #ab5c4a;
}
.ipadSec .smallIcon {
  background: url(../images/siteSprite.png) no-repeat -232px -83px;
  width: 28px;
  height: 26px;
}
.ipadSec .menuTitle {
  color: #38486a;
}
.ipadChar .smallIcon {
  background: url(..images/siteSprite.png) no-repeat -232px -83px; 
   width: 28px;
   height: 26px;
}
.ipadChar .menuTitle {
  color: #38486a;
}
.ipadArch .smallIcon {
  background: url(../images/siteSprite.png) no-repeat -232px -83px;
  width: 28px;
  height: 26px;
}
.ipadArch .menuTitle {
  color: #4893da;
}
.borderLeft {
  border-left: 1px dotted #c7c7c7;
}
.borderRight {
  border-right: 1px dotted #c7c7c7;
}
.borderTop {
  border-top: 1px dotted #c7c7c7;
}
.borderBottom {
  border-bottom: 1px dotted #c7c7c7;
}
.shadow {
  -moz-box-shadow: 0px 0px 11px #353535;
  -webkit-box-shadow: 0px 0px 11px #353535;
  box-shadow: 0px 0px 11px #353535;
  /* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    */

}
.sideShadow {
  -moz-box-shadow: -4px 4px 4px -2px #353535;
  -webkit-box-shadow: -4px 4px 4px -2px #353535;
  box-shadow: -4px 4px 4px -2px #353535;
  /* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    */

}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  
}
ul.dropdown {
  position: relative;
  text-align: center;
}
ul.dropdown li {
  position: relative;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
  position: relative;
}
ul.dropdown li.hover a {
  color: black;
}
/* 
    LEVEL TWO
*/
ul.dropdown ul {
  min-width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  padding-top: 5px;
  overflow: auto;
}
ul.dropdown ul li {
  background: #fff;
  border-bottom: 1px dotted #c7c7c7;
  float: none;
  border-right: 0;
  display: block;
  text-align: left;
  white-space: nowrap;
  padding-right: 10px;
}
ul.dropdown ul li:hover {
  background: #f7f7f7;
  color: #ffffff;
}
.licNavBar ul.dropdown ul li a {
  color: #ab5c4a;
}
.corpNavBar ul.dropdown ul li a {
  color: #67757e;
}
.elecNavBar ul.dropdown ul li a {
  color: #910123;
}
.secNavBar ul.dropdown ul li a {
  color: #38486a;
}
.archNavBar ul.dropdown ul li a {
  color: #4893da;
}
.charNavBar ul.dropdown ul li a {
  color: #38486a;
}
ul.dropdown ul.megaDrop {
  width: 900px;
  margin-left: 0px;
  background: white;
  padding: 20px;
}
ul.dropdown ul.megaDrop div {
  margin: 10px;
  text-align: left;
}
ul.dropdown ul.megaDrop a {
  color: #ab5c4a;
}
ul.dropdown ul.megaDrop a:hover,
ul.dropdown ul.megaDrop a:active {
  color: #000 !important;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
  border-right: none;
  width: 100%;
  display: inline-block;
}
/* 
	LEVEL THREE
*/
ul.dropdown ul ul {
  left: 100%;
  top: 0;
}
/*  Side Menu  */
.sideMenu {
  position: fixed;
  top: 233px;
  right: 0;
  z-index: 999999999;
  background: black;
  display: none;
  width: 300px;
  height: 100%;
}
.sideMenu ul {
  text-align: left;
  padding: 0px;
  text-transform: uppercase;
}
.sideMenu ul li {
  list-style: none;
  background: #ccc;
  display: block;
  padding: 5px;
}
.sideMenu ul li ul {
  display: block;
}
a,
a:visited {
  text-decoration: none;
  color: #585858;
}
.mainRotator {
  background: url(../images/mainPic3.jpg) top center no-repeat;
  border-top: 4px solid #d4d4d4;
  background-size: cover;
  height: 597px;
  position: relative;
}
.mainRotator.active {
  margin-top: 368px;
}
.rotator {
  color: #fff;
  width: 607px;
  margin-top: 140px;
  font-weight: bold;
}
.roteContent {
  width: 507px;
}
.rotNav div {
  text-transform: uppercase;
  background: url(../images/trans.png) repeat;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  margin-right: 3px;
}
.rotNav div.active,
.rotNav div:hover {
  text-transform: uppercase;
  background: #333134;
  color: #fff;
  margin-right: 3px;
}
.mainLink {
  margin-bottom: 35px;
}
.mainLink a,
.mainLink a:hover {
  background: #4891dc;
  padding: 15px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
}
.mainLink a:hover,
.mainLink a:active {
  background: #2777ca;
}

.mainLink.rwb a,
.mainLink.rwb a:hover {
  background:url(../images/rgb.jpeg) repeat-x;
  padding: 15px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
}

.share {
  background: #333134;
  color: #ededed;
  padding: 10px;
  width: 170px;
  margin-top: 70px;
}
.fb {
  background: url(../images/siteSprite.png) no-repeat -91px -203px;
  width: 10px;
  height: 21px;
  margin: 0 10px;
}
.tweet {
  background: url(../images/siteSprite.png) no-repeat -44px -203px;
  width: 25px;
  height: 17px;
  margin-top:2px;
}
.fb:hover {
 background: url(../images/siteSprite.png) no-repeat -91px -233px;
}
.tweet:hover {
 background: url(../images/siteSprite.png) no-repeat -44px -235px;
}

.email {
  background: url(../images/siteSprite.png) no-repeat -46px -257px;
  width: 23px;
  height: 13px;
  margin-left:10px;
  margin-top:4px;
}
.email:hover {
 background: url(../images/siteSprite.png) no-repeat -83px -257px;
}

.sectionWrapper {
  min-height: 650px;
  background: url(../images/sectionBkg.jpg) repeat-x #dadada;
}
.section {
 /* border-left: 1px dotted #c7c7c7;
  border-right: 1px dotted #c7c7c7;*/
  min-height: 650px;
}
.headIcon {
  height: 40px;
  float: left;
}
.headText {
  float: left;
  padding-top: 15px;
  margin-left: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.new {
  border-top: 1px dotted #c7c7c7;
  border-bottom: 1px dotted #c7c7c7;
  font-weight: 700;
  margin-top: 10px;
  padding: 15px 0;
  font-size: 14px;
}
.sub .new {
  border-bottom: 0;
  padding: 0;
}
.col1Inner .new {
  border-top: 1px dotted #c7c7c7;
  border-bottom: 1px dotted #c7c7c7;
  font-weight: 700;
  margin-top: 10px;
  padding: 15px 0;
  font-size: 14px;
}
.section {
  padding: 42px 40px 0 40px;
  font-size: 12px;
  line-height: 18px;
}
.lower {
  border-bottom: 1px dotted #c7c7c7;
  padding-bottom: 10px;
}
.section .col1 {
  width: 35%;
  border-right: 1px dotted #c7c7c7;
  padding-right: 26px;
  float: left;
}
.section .col2 {
  width: 35%;
  border-right: 1px dotted #c7c7c7;
  padding: 0 15px;
  float: left;
}
.section .col3 {
  width: 20%;
  padding-left: 20px;
  float: left;
}
.section .col3 ul {
  margin-left: -40px;
}
.section .col3 li {
  list-style: none;
}
.section .col3 a,
.col3 a:visited {
  text-decoration: none;
  color: #585858;
}
.section h3 {
  margin-bottom: 5px;
}
.newscol .new {
  border-bottom: 0;
}
.newscol h3 {
  margin-bottom: 0;
}
.newscol .subTitle {
  margin-bottom: 10px;
}
.divider {
  height: 8px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #c7c7c7;
}
.newsItem {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #c7c7c7;
}
.newsItem:last-child {
  border: 0px;
}
.homeBox {
  width: 135px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  float: left;
  margin: 0 7px 7px 0;
  display: table;
  line-height: 15px;
  padding: 5px 5px;
}
.homeBox a,
.homeBox a:visited {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: white;
  text-decoration: none;
}
.boxes {
  margin-top: 20px;
}
.subBody {
  background: url(../images/subBkg.png) repeat;
  margin-top: 40px;
  padding: 25px 30px 20px 30px;
  position: relative;
  overflow: hidden;
}
.subBody .col1 {
  width: 560px;
  float: left;
  margin-top: 0px;
}
.subBody .col2 {
  width: 330px;
  float: right;
  margin-top: 0px;
}
.col1 .col1Inner {
  padding: 10px 20px 0 0;
  border-right: 1px dotted #c7c7c7;
}
.col2Inner {
  padding: 30px 0 40px 30px;
}
.dropSel {
  padding-top: 10px;
}
.elections .sideBarArrow {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -112px -393px;
  width: 53px;
  height: 45px;
  position: absolute;
  right: 4px;
  top: 15px;
  cursor: pointer;
  display: none;
}
.elections .sideBarArrow.open {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -120px -453px;
  width: 45px;
  height: 45px;
}
.licensing .sideBarArrow {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -112px -393px;
  width: 53px;
  height: 45px;
  position: absolute;
  right: 4px;
  top: 15px;
  cursor: pointer;
  display: none;
}
.licensing .sideBarArrow.open {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -199px -453px;
  width: 45px;
  height: 45px;
}
.securities .sideBarArrow {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -112px -393px;
  width: 53px;
  height: 45px;
  position: absolute;
  right: 4px;
  top: 15px;
  cursor: pointer;
  display: none;
}
.securities .sideBarArrow.open {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -280px -453px;
  width: 45px;
  height: 45px;
}
.charities .sideBarArrow {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -112px -393px;
  width: 53px;
  height: 45px;
  position: absolute;
  right: 4px;
  top: 15px;
  cursor: pointer;
  display: none;
}
.charities .sideBarArrow.open {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -280px -453px;
  width: 45px;
  height: 45px;
}
.corporations .sideBarArrow {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -112px -393px;
  width: 53px;
  height: 45px;
  position: absolute;
  right: 4px;
  top: 15px;
  cursor: pointer;
  display: none;
}
.corporations .sideBarArrow.open {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -51px -453px;
  width: 45px;
  height: 45px;
}
.archives .sideBarArrow {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -112px -393px;
  width: 53px;
  height: 45px;
  position: absolute;
  right: 4px;
  top: 15px;
  cursor: pointer;
  display: none;
}
.archives .sideBarArrow.open {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -371px -453px;
  width: 45px;
  height: 45px;
}
.quikBtn {
  position: absolute;
  padding: 10px;
  color: white;
  top: 15px;
  right: 30px;
  font-weight: bold;
}
.quikBtn:hover {
  cursor: pointer;
}
.elections .quikBtn {
  background: #910123;
}
.elections .quikBtn:hover,
.elections .quikBtn:active {
  background: #78011d;
}
.corporations .quikBtn {
  background: #67757e;
}
.corporations .quikBtn:hover,
.corporations .quikBtn:active {
  background: #5c6870;
}
.licensing .quikBtn {
  background: #ab5c4a;
}
.licensing .quikBtn:hover,
.licensing .quikBtn:active {
  background: #995242;
}
.securities .quikBtn {
  background: #38486a;
}
.securities .quikBtn:hover,
.securities .quikBtn:active {
  background: #2f3d59;
}
.charities .quikBtn {
  background: #38486a;
}
.charities .quikBtn:hover,
.charities .quikBtn:active {
  background: #2f3d59;
}
.archives .quikBtn {
  background: #4893da;
}
.archives .quikBtn:hover,
.archives .quikBtn:active {
  background: #3386d6;
}
.subBody .col2Hide {
  width: 330px;
  margin-top: 10px;
  position: absolute;
  right: -360px;
  top: -10px;
  background: #FFF;
  padding-right: 20px;
  border-left: 1px dotted #c7c7c7;
  border-bottom: 1px dotted #c7c7c7;
  -moz-box-shadow: -4px 4px 4px -2px #353535;
  -webkit-box-shadow: -4px 4px 4px -2px #353535;
  box-shadow: -4px 4px 4px -2px #353535;
  /* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    */

}
.subBody .col3 {
  width: 660px;
  float: right;
  margin-top: 0px;
}
.subBody .col4 {
  width: 200px;
  float: left;
  margin-top: 0px;
}
.subBody .colFull {
  width: 100%;
  margin-top: 0px;
}
.subBody p {
  line-height: 20px;
}
.subBody .col4 ul {
  margin-left: -35px;
}
.subBody .col4 li {
  list-style: none;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
  border-bottom: 1px dotted #c7c7c7;
  cursor: pointer;
}
.elections .col4 li:hover,
.elections .col4 li.active {
  background: #910123;
  color: #ffffff;
}
.corporations .col4 li:hover,
.corporations .col4 li.active {
  background: #67757e;
  color: #ffffff;
}
.licensing .col4 li:hover,
.licensing .col4 li.active {
  background: #ab5c4a;
  color: #ffffff;
}
.securities .col4 li:hover,
.securities .col4 li.active {
  background: #38486a;
  color: #ffffff;
}
.charities .col4 li:hover,
.charities .col4 li.active {
  background: #38486a;
  color: #ffffff;
}
.archives .col4 li:hover,
.archives .col4 li.active {
  background: #4893da;
  color: #ffffff;
}
.subBoxes {
  margin-right: -15px;
}
.quickLinks {
  border-top: 1px dotted #c7c7c7;
  border-bottom: 1px dotted #c7c7c7;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
.quickLinks a,
.quickLinks a:visited {
  text-decoration: none;
  color: #585858;
}
.quickLinks table {
  margin-left: -5px;
}
.quickLinks td {
  vertical-align: top;
}
.corpNavBar {
  margin-top: -12px;
}
body.sub .corpNavBar {
  margin-top: 0px;
}
.corpWrapper {
  background: url(../images/corpBkg.png) no-repeat;
}
.corporations h1,
.corparations h2,
.corparations h3,
.corparations h4,
.corparations h5,
.corparations .new {
  color: #67757e;
}
.corporations .headIcon {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -231px -122px;
  width: 43px;
}
.corporations .homeBox {
  background: #67757e;
}
.corporations .homeBox:hover {
  background: #505b62;
  color: #ffffff;
}
.corpWrapper a:hover,
.corpWrapper a:active,
.corporations .quickLinks a:hover,
.corporations .quickLinks a:active {
  color: #505b62;
}
.corporations .col1Inner a,
.corporations .col1Inner a:visited {
  color: #67757e;
}
.corporations .col1Inner a:hover,
.corporations .col1Inner a:active {
  color: #22272a;
}
.corporations .homeBox:hover a {
  color: #ffffff;
}
.elecWrapper {
  background: url(../images/electionsBkg.png) no-repeat;
}
.elections h1,
.elections h2,
.elections h3,
.elections h4,
.elections h5,
.elections .new {
  color: #910123;
}
.elections .headIcon {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -309px -199px;
  width: 36px;
}
.elections .homeBox {
  background: #910123;
}
.elections .homeBox:hover {
  background: #5e0117;
}
.elecWrapper a:hover,
.elecWrapper a:active,
.elections .quickLinks a:hover,
.elections .quickLinks a:active {
  color: #5e0117;
}
.elections .col1Inner a,
.elections .col1Inner a:visited {
  color: #910123;
}
.elections .col1Inner a:hover,
.elections .col1Inner a:active {
  color: #000000;
}
.elections .homeBox:hover a {
  color: #ffffff;
}
.licWrapper {
  background: url(../images/licBkg.png) no-repeat;
}
.licensing h1,
.licensing h2,
.licensing h3,
.licensing h4,
.licensing h5,
.licensing .new {
  color: #ab5c4a;
}
.licensing .headIcon {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -378px -198px;
  width: 48px;
}
.licensing .homeBox {
  background: #ab5c4a;
}
.licensing .homeBox:hover {
  background: #87493b;
}
.licWrapper a:hover,
.licWrapper a:active,
.licensing .quickLinks a:hover,
.licensing .quickLinks a:active {
  color: #87493b;
}
.licensing .col1Inner a,
.licensing .col1Inner a:visited {
  color: #ab5c4a;
}
.licensing .col1Inner a:hover,
.licensing .col1Inner a:active {
  color: #40231c;
}
.licensing .homeBox:hover a {
  color: #ffffff;
}
.secWrapper {
  background: url(../images/secBkg.png) no-repeat;
}
.securities h1,
.securities h2,
.securities h3,
.securities h4,
.securities h5,
.securities .new {
  color: #38486a;
}
.securities .headIcon {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -464px -198px;
  width: 44px;
}
.securities .homeBox {
  background: #38486a;
}
.securities .homeBox:hover {
  background: #263149;
}
.secWrapper a:hover,
.secWrapper a:active,
.securities .quickLinks a:hover,
.securities .quickLinks a:active {
  color: #263149;
}
.securities .col1Inner a,
.securities .col1Inner a:visited {
  color: #38486a;
}
.securities .col1Inner a:hover,
.securities .col1Inner a:active {
  color: #030406;
}
.securities .homeBox:hover a {
  color: #ffffff;
}
.charWrapper {
  background: url(../images/secBkg.png) no-repeat;
}
.charities h1,
.charities h2,
.charities h3,
.charities h4,
.charities h5,
.charities .new {
  color: #38486a;
}
.charities .headIcon {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -592px -193px;
  width: 43px;
}
.charities .homeBox {
  background: #38486a;
}
.charities .homeBox:hover {
  background: #263149;
}
.charWrapper a:hover,
.charWrapper a:active,
.charities .quickLinks a:hover,
.charities .quickLinks a:active {
  color: #263149;
}
.charities .col1Inner a,
.charities .col1Inner a:visited {
  color: #38486a;
}
.charities .col1Inner a:hover,
.charities .col1Inner a:active {
  color: #030406;
}
.charities .homeBox:hover a {
  color: #ffffff;
}
.archWrapper {
  background: url(../images/archiveBkg.png) no-repeat;
  background-size: cover;
}
.archives h1,
.archives h2,
.archives h3,
.archives h4,
.archives h5,
.archives .new {
  color: #4893da;
}
.archives .headIcon {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -545px -197px;
  width: 35px;
}
.archives .homeBox {
  background: #4893da;
}
.archives .homeBox:hover {
  background: #287ac7;
}
.archWrapper a:hover,
.archWrapper a:active,
.archives .quickLinks a:hover,
.archives .quickLinks a:active {
  color: #287ac7;
}
.archives .col1Inner a,
.archives .col1Inner a:visited {
  color: #4893da;
}
.archives .col1Inner a:hover,
.archives .col1Inner a:active {
  color: #174672;
}
.archives .homeBox:hover a {
  color: #ffffff;
}
.general .headIcon {
  background: url(../images/siteSprite.png) no-repeat;
  background-position: -171px -201px;
  width: 43px;
  height: 43px;
}
.general a,
.general a:visited {
  color: #505b62;
  text-decoration: underline;
}
.general a:hover,
.general a:active {
  color: #910123 !important;
}
.general h3 a,
.general h3 a:visited {
  text-decoration: none;
}
.general .col2Inner a,
.general .col2Inner a:visited {
  text-decoration: none;
}
.faq {
  margin-bottom: 10px;
}
.question a,
.question a:visited,
.question a:hover {
  outline: none;
}
.answer {
  display: none;
  padding: 0 0 0 20px;
  border-left: 1px solid #ccc;
}
.subFooter {
  height: 195px;
  background: url(../images/subFooter.png);
}
.footerInner {
  color: #fff;
  padding: 50px 0 0 240px;
  font-size: 10px;
}
.footLinks {
  text-align: right;
  margin-right: 30px;
}
.footLinks a,
.footLinks a:visited {
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
}
.footLinks a:hover,
.footLinks a:active {
  text-decoration: underline;
}
.footContact a,
.footContact a:visited {
  color: #fff;
  text-decoration: underline;
}
.footContact a:hover,
.footContact a:active {
  text-decoration: underline;
}
.footLogo {
  background: url(../images/siteSprite.png) -28px -10px no-repeat;
  width: 156px;
  height: 156px;
  margin-right: 30px;
  margin-top: -30px;
}
.footContact {
  margin-top: -15px;
}
.wrapper {
  width: 100%;
}
.container {
  position: relative;
  width: 960px; margin: 0 auto;
  padding: 0;
}


/* #Clearing
================================================== */
.left {
  float: left;
}
.right {
  float: right;
}
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearDiv {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: -10px;
}
/************************************************************************
*************************************************************************
@Name :           Selectyze - jQuery Plugin CSS
@Revison :    	1.0
@Date : 		19/12/2011
@Author:     	Mickael SURREL - ALPIXEL Agency - (www.myjqueryplugins.com - www.alpixel.fr) 
@License :		 Open Source - MIT License : http://www.opensource.org/licenses/mit-license.php
 
**************************************************************************
*************************************************************************/
.filterBtn {
  height: 26px;
  margin-left: 5px;
  margin-top: 1px;
  width: 54px;
}
.filterTitle {
  padding-top: 5px;
}
/***************************/
/** Common to every theme **/
/***************************/
.DivSelectyze {
  position: relative;
  width: 18%;
  margin-left: 5px;
  float: left;
}
.DivSelectyze .selectyzeValue {
  position: relative;
  z-index: 10;
  display: block;
  text-decoration: none;
}
.DivSelectyze ul {
  list-style: none;
}
.DivSelectyze .UlSelectize {
  position: absolute;
  z-index: 9999;
  display: none;
}
.DivSelectyze li a {
  display: block;
  text-decoration: none;
}
.optgroupTitle {
  display: block;
}
/*******************************/
/** END COMMON TO EVERY THEME **/
/*******************************/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*----------------------------------
 You can add your own theme below !!
 To add your theme, be sure to have 5 CSS elements :
 
 .your_theme .selectyzeValue {} 		-> Appearance of your select element
 .your_theme .UlSelectize {} 			-> Appearance of the dropdown list
 .your_theme li a {} 					-> Appearance of the items into the dropdown list
 .your_theme li a:hover {} 				-> items on hover
 .your_theme .optgroupTitle {} 			-> Appearance of the optgroup label !! only if you have <optgroup> element into your list 
 
 
 that's all ! \o/
----------------------------------*/
/****************/
/** GREY HEME **/
/*****************/
.grey .selectyzeValue {
  font-size: 12px;
  line-height: 29px;
  color: #000;
  height: 28px;
  background: url(bg_grey.jpg) right top no-repeat;
  padding-left: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.grey .UlSelectize {
  background-color: #F2F2F2;
  border: 1px solid #E0E0E0;
  left: 0;
  top: 20px;
  width: 100%;
  padding-left: 10px;
}
.grey li a {
  height: 28px;
  font: 13px/30px Arial;
  background-color: transparent;
  color: #000;
  padding-left: 10px;
}
.grey li a:hover {
  background-color: #E0E0E0;
  color: #FFFFFF;
}
.grey .optgroupTitle {
  margin-top: 15px;
  font-size: 20px;
  padding-left: 10px;
  background-color: #858585;
  color: #fff;
}


.electionDay   {background:url(../images/electionbkg.jpg) repeat-x;
color: #000;
    font-size: 24px;
    height: 68px;
    padding-left: 15px;
    padding-top: 45px;
    width: auto;
    text-transform: uppercase}
    
.electionDay a {color:#000}
