@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

html {
  font-size: 100%;
}
body {
  font-family: 'Raleway', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a{
  color:#002A54;
}
img#logo {
  width: 325px;
  height: auto;
  margin-top:7px;
}
p, h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  line-height:140%;
}
p:last-child {
  margin-bottom: 0px;
}

#toparea {
  background : -moz-linear-gradient(50% 100% 90deg,rgba(204, 204, 204, 1) 0%,rgba(255, 255, 255, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(204, 204, 204, 1) ),color-stop(1,rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(90deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#CCCCCC' , GradientType=0);
  padding: 6px 0px;
  text-align: right;
}
#toparea form {
  display: inline-block;
}
#toparea form input {
  display: block;
  height: 32px;
  width: 175px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 25px;
  background-image: url(magnify.png);
  background-position: 8px 8px;
  background-repeat: no-repeat;
  text-align:left;
  font-size:13px;
  color: #000000;
}
.socialtop {
  margin-left: 12px;
  margin-right: 12px;
  margin-top:0;
}
.socialtop img {
  width:24px !important;
}
#branding {
  padding: 16px 0px;
  background-color:#002A54;;
  position:relative;
  display:block;
  z-index:2;
}
#sliderow{
  z-index:1;
}
#slider {
  max-height: 350px !important;
}
.nivo-nextNav {
  right: 1%;
  background-image: url(right-arrow.png);
  width: 30px;
  height: 58px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.nivo-prevNav {
  left: 1%;
  background-image: url(left-arrow.png);
  width: 30px;
  height: 58px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.nivo-nextNav:hover, .nivo-prevNav:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.nivo-caption{
  background:none;
  text-align:center;
  opacity:1;
  top:5px;
  position:absolute;
  font-weight:700;
  text-shadow:1px 1px 1px #000;
}
.nivo-caption h1{
  font-size:30px;
}

a.orangebtn{
  background-color:#E90003;
  border-radius : 5px;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
  display:inline-block;
  color:#fff;
  font-size:18px;
  padding:8px 20px;
  font-weight:bold;
}
a.orangebtn:hover{
  color:#FFF571;
  text-decoration:none;
  background:#f15a24;
}
#homeboxes {
  background : -moz-linear-gradient(50% 0% -90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgba(230, 230, 230, 1) ), color-stop(1, rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(-90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#FFFFFF', GradientType=0);
  border-top: 10px solid #a5a5a5;
}

#homeboxes .boxarea{
  padding:30px 15px;
}

#homeboxes h3 {
  font-size: 18px;
  font-weight: bold;
  color: #002A54;
  text-shadow: 1px 1px 0px #fff;
}
#homeboxes p {
  text-shadow: 1px 1px 0px #fff;
}
#homeboxes p a{
  font-weight:bold;
  color:#E90003;
}
#homeboxes iframe{
  width:100%;
}
iframe.mapiframe{
  height:120px;
  margin-bottom:20px;
  border:1px solid #DDDDDD;
  box-shadow:1px 1px 3px #B9B9B9;
}
#homegrey {
  padding: 30px 0px;
  background-color: #6d6d6d;
  background-image: url(greyshadow.png);
  background-repeat: repeat-x;
}
#homegrey h2 {
  font-weight: bold;
  color: #fff;
  font-size: 28px;
}
#homegrey p {
  color: #fff;
  font-size: 14px;
}
#greylist{
  padding-left:30px;
}
#greylist li{
  color:#fff;
  list-style-type:disc;
}
#homelogos {
  padding:8px 0px;
  background-image:url(foot-shadow.png);
  background-repeat:repeat-x;
  color:#6d6d6d;
}
#homelogos h2{
  text-align:center;
  font-weight:700;
  color:#6D6D6D;
  font-size:24px;
}
#rmfoot {
  padding:20px 0px;
  background-image:url(foot-shadow.png);
  background-repeat:repeat-x;
  color:#6d6d6d;
  font-size:12px;
  text-align:center;
}

nav#main ul {
  margin: 0px;
  padding: 0px;
  text-align: right;
  margin-top:5px;
}
nav#main ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  margin-left: 40px;
}
nav#main ul li:first-child {
  margin-left: 0px;
}
nav#main ul li a {
  color: #fff;
  font-size: 16px;
  padding: 13px 0px;
  display: block;
  font-weight:700;
}
nav#main ul li a:hover {
  text-decoration: none;
  color: #ffd600;
}
#rmfoot #copyright {
  padding-top: 20px;
}
#rmfoot #copyright p {
  font-size: 11px;
  color: #8c8c8c;
}
#menu-icon {
  display: hidden;
  width: 40px;
  height: 40px;
  background-color: #E90003;
  background-image: url(menu-toggle.png);
  background-size: cover;
}
a:hover#menu-icon {
  background-color:#ffd600;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
#pageinterior {
  padding: 30px 0px;
  background : -moz-linear-gradient(50% 100% 90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(230, 230, 230, 1) ), color-stop(1, rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6', GradientType=0);
}
#pagetitle {
  background-color: #6d6d6d;
}

#sidebar .widget {
  height: auto;
  margin-bottom:30px;
  padding:15px;
  background-color:#002A54;
  box-shadow:0px 0px 5px #BDBDBD;
}
#sidebar, #sidebar p {
  text-shadow:none;
  color:#fff;
}
#sidebar .widget h3 {
  font-size:18px;
  font-weight:bold;
  color:#fff;
}
#sidebar #submit {
  color: #002A54;
}
.pagecontent {
  background : #FFFFFF;
  background : rgba(255, 255, 255, 1);
  box-shadow : 0px 0px 3px rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000000');
  padding: 20px;
  font-size: 14px;
}
.pagecontent p {
  font-size: 14px;
}
.pagecontent h2, .pagecontent h3, .pagecontent h4, .pagecontent h5, .pagecontent ul, .pagecontent p {
  margin-bottom: 20px;
}
.pagecontent h2 {
  font-weight: bold;
  font-size: 24px;
  color: #0F3B70;
}
.pagecontent h3 {
  font-weight: bold;
  font-size: 21px;
  color: #6D6D6D;
}
.pagecontent h4 {
  font-size: 18px;
  color: #333333;
}
a.blackbtn {
  background : #000000;
  background : rgba(0, 0, 0, 1);
  border-radius : 4px;
  -moz-border-radius : 4px;
  -webkit-border-radius : 4px;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
}
a.blackbtn:hover {
  background-color: #4D4D4D;
  color: #ffd400 !important;
}
a.redbtn {
  background : #E90003;
  background : rgba(233, 0, 3, 1.0);
  border-radius : 4px;
  -moz-border-radius : 4px;
  -webkit-border-radius : 4px;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
}
a.redbtn:hover {
  background-color: #4D4D4D;
  color: #ffd400 !important;
}
#footnav ul{
  text-align:center;
  margin-bottom:20px;
}
#footnav ul li{
  display:inline-block;
  margin-left:15px;
}
#footnav ul li a{
  color:#6d6d6d;
}

#homebuttons{
  
}
#homebuttons li{
  display:block;
  width:47%;
  float:left;
  margin-bottom:5px;
  margin-right:5px;
  background-color:#002A54;
  border-radius:10px;
  -moz-border-radius:10px;
}
#sidebar #homebuttons li{
  display:block;
  width:100%;
  float:none;
  margin-bottom:5px;
  margin-right:0px;
  background-color:#002A54;
  border-radius:6px;
  -moz-border-radius:6px;
}
#homebuttons li:hover{
  background-color:#001D35;
}
#homebuttons li a{
  color:#fff;
  font-weight:700;
  font-size:20px;
  display:block;
  padding:12px 20px;
  background-image:url(redarrow.png);
  background-repeat:no-repeat;
  background-position:95% 50%;
  background-size:auto 50%;
}
#sidebar #homebuttons li a{
  font-size:16px;
  padding:9px 16px;
}
#homebuttons li a:hover{
  text-decoration:none;
  color:#FFD600;
}
.socialicons{
  margin-bottom:20px;
}
.socialicons img{
  padding:0px 2px;
}
.pagecontent h1{
  font-weight:300;
  color:#6D6D6D;
  font-size:30px;
  padding-bottom:10px;
  background-image:url(line.png);
  background-position:bottom;
  background-size:100% auto;
  background-repeat:no-repeat;
  margin-bottom:20px;
}

/**** cymCMS specific ****/
/* gallery */
#gallery-masonry {
    margin: 0 auto;
    width: auto;
}

#gallery-masonry div.item {
    display: block;
    width: 155px;
    float: left;
    background-color: #ffffff;
    padding: 4px 4px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}
div.yitem {
    display: table-cell;
    width: 235px;
    float: left;
    background-color: #ffffff;
    padding: 4px 4px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}
span.ycaption {
    font-weight: 600;
}

.cymProdCaption {
  padding: 3px;
  font-size: 11px;
  color: #0160aa;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.cymDisplayTitle { display: none; }
.cymBody { padding: 8px; line-height: 130%; }
.cymBody ul li {
    list-style: disc outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 4px;
}
.cymBody ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 4px;
}
.cymBody strong,b { font-weight: bold; }
.cymBody em,i { font-style: italic; }
.cymArticleBody { padding-top:6px; }
.cymBody .cymHeader, .cymSectHeader, .cymArticleHeader, .cymTitle, .cymGalleryHeader, span.cymHeader {
  line-height: 120%;
  font-size:18px;
  font-weight: normal;
}
.cymCalcTable td {
  padding: 3px;
}
.cymBody h4 {
  margin-top: 8px;
  margin-bottom: 10px;
}

.pagecontent ul li {
    list-style: disc outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}

.pagecontent ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}

.cymGallery { padding: 8px; line-height: 130%; }
.cymGallery ul li {
    list-style: disc outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}
.cymGallery ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}

.cymGallery strong,b { font-weight: bold; }
.cymGallery em,i { font-style: italic; }

ul.cymSiteMap { list-style: disc outside none; margin-left: 10px; }
ul.cymSiteMap ul li { line-height: 100%; }
ul.cymSiteMap ul.cymSiteMap { list-style: disc outside none; margin-left: 20px; }
ul.cymSiteMap ul.cymSiteMap ul li { line-height: 100%; }

.sidenavm1 {
  list-style: disc outside none;
  margin-left: 16px;
  line-height: 125%;
  padding-bottom: 4px;
}
.sidenavm2 {
  list-style: square outside none;
  margin-left: 8px;
  line-height: 115%;
  padding-bottom: 4px;
}
.sidenav, .sidenav_child {
  color:#ffffff;
  font-size:14px;
  padding:0;
  margin: 0px 0px 8px;
}
.sidenav a, .sidenav_child a {
  color:#ffffff;
  font-size:14px;
  padding:0;
  text-decoration:none;
}
.sidenav a:hover, .sidenav_child a:hover {
  text-decoration:underline;
}
.sidenav_child {
  margin-left: 10px;
  font-size: 75%;
}
.sidenav_static, .sidenav_child_static {
  list-style: none;
  font-weight: bold;
  margin-left: -14px;
}

hr.grad { border: 0; height: 0; border-top: 1px solid rgba(0,0,0,0.2); border-bottom: 1px solid rgba(255,255,255,0.3); }

.cymFormTable { width: 99%; }
.cymFormTable .fText { width: 85%; }
.cymFormTable .fTextArea { width: 85%; }
.cymFormTable .fSelect { width: 88%; }
.cymFormBody { padding: 10px 0px 0px 2px }
.cymLabel { color: #555555; }
.cymLabelRequired { color: #555555; }
.cymHelp { color: #777777; font-style: italic; }
.cymRequiredSup { color: red; font-weight: bold; }

.cymSuccess {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 8px;
}
.cymWarning {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 8px;
}
ul.cymWarning { list-style: disc outside none; margin-left: 10px; }
ul.cymWarning li { line-height: 100%; }

.form_gallery {
    margin: 0 auto;
    width: auto;
}
.form_gallery .item {
    display: block;
    width: 160px;
    float: left;
    background-color: #ffffff;
    padding: 4px 4px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}
/* Video added by SC */
.video-container {
  position: relative;
  padding-bottom: 52%;
  height: 0;
  overflow: hidden;
  border: 2px solid #bbb;
  margin-bottom:10px;
  max-width:98%;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* events calendar */
.fc-header-title h2 { font-size: 15px; color: #000000; line-height:18px; }
.fc-event { border: 1px solid #333333; background-color: #e90003; }
a.fc-event { text-decoration: none; color: #eeeeee !important; font-size:11px; font-weight:bold; }
a.fc-event:hover { text-decoration: underline; }
a.fc-event:visited { color: #eeeeee !important; }
.events-table { margin-top:16px; font-size:12px;color:#333333;width:99%;border-width: 1px;border-color: #000000;border-collapse: collapse;}
.events-table th { color:#ffffff; font-size:12px;background-color:#e90003;border-width: 1px;padding: 8px;border-style: solid;border-color: #000000;text-align:left;}
.events-table tr { background-color:#c2c2c2;}
.events-table td { font-size:12px; border-width: 1px; padding:8px; border-style:solid; border-color: #000000;}
.events-table .tdh { font-weight: 500; }
.events-table tr:hover {background-color:#ffffff;}
a.events-btn{
  background : #E90003;
  border-radius : 4px;
  -moz-border-radius : 4px;
  -webkit-border-radius : 4px;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
  margin-top:6px;
}
a.events-btn:hover {
  background-color: #4D4D4D;
  color: #ffd400 !important;
}

.simply-scroll-container { position: relative; }/* Container DIV - automatically generated */
.simply-scroll-clip { position: relative; overflow: hidden; } /* Clip DIV - automatically generated */
.simply-scroll-list { overflow: hidden; margin: 0; padding: 0; list-style: none; }/* UL/OL/DIV - the element that simplyScroll is inited on */
.simply-scroll-list li { padding: 0; margin: 0; list-style: none; }
.simply-scroll-list li a img { border: none; display: block;}
.simply-scroll { width: 100%; height: 130px; margin-bottom: 0px; }
.simply-scroll .simply-scroll-clip { width: 100%; height: 130px; }
.simply-scroll .simply-scroll-list li { float: left; width: 225px; height:120px;}
.simply-scroll-back { display: none; height: 0; }
.simply-scroll-forward { display: none; height: 0; }

/* Flip boxes */
.card-grid {
  width:190px;
  height:145px;
  margin: 8px;
  display: inline-block;
}
.card-grid .front, .card-grid .back {
  text-align: center;
  padding: 6px;
}
.card-txt {
  margin-top: 0;
  padding-top: 0;
  color: #777;
  font-weight: 500;
}
.card-img {
  display: block;
  padding: 4px;
  line-height: 8px;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

.mfgtab ul li {
  margin-left: 0px;
  margin-right: 0px;
}

.topmar8  { margin-top:8px;  }
.topmar10 { margin-top:10px; }
.topmar12 { margin-top:12px; }
.topmar16 { margin-top:16px; }
.topmar24 { margin-top:24px; }
.topmar48 { margin-top:48px; }
.topmar56 { margin-top:56px; }

/************************/
/* Mobile */
/************************/

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
ul.socialicons {
  text-align: center;
}
img#logo {
  padding: 20px 0px;
  display: block;
  margin: 0 auto;
}
#copyright p {
  text-align: center;
}
#copyright {
  margin-bottom: 20px;
}
#homeboxes{
  padding:30px 0px;
}
#homeboxes .col-md-4{
  border:none;
}
#homeboxes .boxarea{
  padding:10px 0px;
}
#rmfoot .col-md-6{
  text-align:center !important;
  margin-bottom:20px;
}
#footnav ul{
  text-align:center;
}
#footnav ul li{
  display:block;
  margin-left:0px;
  margin-bottom:8px;
}
.pagecontent {
  margin-bottom:30px;
}
#homebuttons{
  margin-bottom:30px;
  padding:0px 10px;
}
.nivo-caption h1{
  font-size:20px;
}

}

@media (max-width: 768px) {
  #toparea{
    text-align:center;
  }
  #toparea form input {
    width:120px;
  }
  #sliderow{
    background-image:none;
    text-align:center !important;
  }
  #sliderow .col-sm-6:last-child{
    display:none;
  }
}

@media (max-width: 568px) {
nav#main {
  margin: 0 auto;
  float: none;
  margin-top: 0px;
}
#menu-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
nav#main ul, nav#main:active ul {
  display: none;
  position: relative;
  padding: 20px;
  background: #001F38;
  border: none;
  margin: 0 auto;
  width: 100%;
  border-radius: 4px 0 4px 4px;
  margin-bottom: 10px;
  border:1px solid #D0D0D0
}
nav#main ul li {
  text-align: center;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  margin-left: 0px;
  display: block;
}
nav#main ul li a {
  padding: 0px;
  width: 100%;
}
nav#main ul li a:hover {
  color:#FFE500;
}
nav#main:hover ul {
  display: block;
}
#topnav{
  margin:0px;
  padding:0px;
  text-align:center;
  display:block;
}
#topnav li{
  display:block;
  margin-bottom:5px;
  margin-left:0px;
  background-image:none;
}
#homebuttons li{
  width:100%;
  float:none;
  margin-bottom:5px;
  margin-right:0px;
}
.nivo-caption h1{
  font-size:14px;
}
}
