@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Ruda:400,400i,700,700i|PT+Sans:400,400i,700,700i');
body {
  background-color: #fff;
  font-family: 'PT Sans';
  font-weight: 400;
  color: #000;
}
a, a:link {
  color: #000070;
}
a:hover {
  color: #000070;
  text-decoration:underline;
}

h1, h2, h3, h4, p {
  line-height: 140%;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}
h1, h2, h3, h4 {
  font-family: 'Ruda';
  font-weight: bold;
}
p:last-child {
  margin-bottom: 0px;
}
img {
  max-width: 100%;
  height: auto;
}
#logo img {
  height: auto;
  display: block;
  width: 100%;
  margin: 10px 0px;
}

#top-bar {
  background-color: #efefef;
  color: #000070;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-family: 'Ruda';
}
#top-bar a {
  color: #000070;
  text-decoration: none;
}
#top-bar img {
  width: 24px;
  height: auto;
}
#top-bar form {
  display: inline-block;
}
#top-bar form input {
  display: block;
  margin-left: 15px;
  width: 165px;
  height: 32px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 30px;
  background-image: url(magnify.png);
  background-position: 8px 8px;
  background-repeat: no-repeat;
  text-align: left;
  color: #000;
  text-transform: none;
  font-size: 11px;
}
ul.top-list {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  height: 24px;
  margin-bottom:12px;
}
ul.top-list li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin: 0px 8px;
  height: 24px;
  line-height: 24px;
}

#header-bar {
  padding: 12px 0px;
  background-color:#ffffff;
  position:relative;
  display:block;
  z-index:2;
}

nav#main ul {
  margin: 0px;
  padding: 0px;
  margin-top:0px;
}
nav#main ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  margin-left:20px;
}
nav#main ul li:first-child {
  margin-left: 0px;
}
nav#main ul li a {
  color: #000070;
  font-size: 17px;
  padding: 0;
  padding-top:14px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Ruda';
  text-decoration: none;
}
nav#main ul li a:hover {
  text-decoration: none;
  color: #C13D11;
}
#menu-icon {
  display: hidden;
  width: 40px;
  height: 40px;
  background-color: #000070;
  background-image: url(menu-toggle.png);
  background-size: cover;
}
a:hover#menu-icon {
  background-color: #C13D11;
}

#home-bg-video {
  width: 100% !important;
  height: auto !important;
}

#home-container {
  border-top:3px solid #C13D11;
  background-color: #efefef;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  border-bottom:3px solid #C13D11;
}
#home-container h2 {
  color: #000070;
  margin-bottom: 10px;
  font-size: 24px;
}
#home-container p {
  color: #000;
}
#home-container p em {
  font-style: italic;
  color: #8c8c8c;
}

a.turq-btn {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  text-transform: uppercase;
  background: #000070;
  border: 1px solid #000070;
  font-size: 15px;
  font-weight:600;
  text-decoration: none;
}
a.turq-btn-sm {
  display: inline-block;
  margin-top:8px;
  padding: 8px;
  color: #fff;
  text-transform: uppercase;
  background: #000070;
  border: 1px solid #000070;
  font-size: 14px;
}
a.turq-btn:hover {
  color: #000070;
  background: none;
  text-decoration: none;
}
a.turq-btn-sm:hover {
  color: #000070;
  background: none;
  text-decoration: none;
}
#home-container-industries {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
#home-container-industries h2 {
  color: #C13D11;
  margin-bottom: 16px;
  font-size: 32px;
}
#home-container-industries h3 {
  color: #000070;
  margin-bottom: 10px;
  font-size: 24px;
}

#home-logos {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}
#home-logos img {
  width: 11%;
  margin: 0px 6px;
  height: auto;
}

p.quote {
  color: #7c7c7c;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
}
p.blue-text {
  color: #000070;
}

#footer-bar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #C13D11;
  color: #ffffff;
}
#footer-bar h4 {
  color: #ffffff;
}
.footer-hdr {
  color: #ffffff;
  line-height:135%;
  font-size: 20px;
  font-weight:700;
}
#footer-bar p {
  color: #ffffff;
}
#footer-bar a {
  color: #ffffff;
  text-decoration: underline;
}
span.copyright {
  font-size: 80%;
}
.newsdate { 
  font-style: italic;
  font-size: 85%;
}
#content-bar-one {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}
#page-content {
  font-size: 15px;
}
#page-content h2, #page-content h3, #page-content h4, #page-content p, #page-content ul {
  margin: 0px;
  padding: 0px;
  line-height: 140%;
  margin-bottom: 20px;
}
#page-content h2 {
  font-weight: 800;
  font-size: 26px;
  color: #00336b;
  font-family: 'Ruda';
}
#page-content h3 {
  font-weight: 800;
  font-size: 24px;
  color: #C13D11;
  font-family: 'Ruda';
}
.h2red {
  font-weight: 800 !important;
  font-size: 26px !important;
  color: #C13D11 !important;
  font-family: 'Ruda' !important;
}
.h3blue {
  font-weight: 800 !important;
  font-size: 24px !important;
  color: #00336b !important;
  font-family: 'Ruda' !important;
}
.drk {
  font-size: 20px;
  font-weight: 800;
  color: #000000;
  font-family: 'Ruda';
}
#page-content h4, h5 {
  font-size: 20px;
  font-weight: 800;
  color: #000000;
  font-family: 'Ruda';
}

#page-content ul {
    margin-top: 10px;
}
#page-content ol {
    margin-top: 10px;
}
#page-content ul li {
    list-style: square outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
#page-content ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
#page-content em {
  font-style: italic;
}

#title-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #00336b;
}
#title-bar h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  padding: 0px;
  margin: 0px;
  font-family: 'Ruda';
  text-align: left;
}
.widget {
  margin-bottom: 20px;
}
#text-widget {
  padding: 22px;
  background : -moz-linear-gradient(50% 100% 90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 98.65%);
  background : -webkit-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 98.65%);
  background : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(230, 230, 230, 1) ), color-stop(0.9865, rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 98.65%);
  background : -ms-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 98.65%);
  -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) 98.65%);
  border-style : Solid;
  border-color : #E5E5E5;
  border-color : rgba(229, 229, 229, 1);
  border-width : 1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6', GradientType=0);
}

.bhdr {
  font-weight:600;
  color:#000000;
  font-size:18px;
}

.sph3 {
  margin: 0px;
  margin-bottom: 10px;
  line-height: 140%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #00336b;
  font-family: 'Ruda';
}
.widget p {
  margin: 0px;
  margin-bottom: 20px;
  line-height: 140%;
}

#sliderow{
  z-index:1;
}
#slider {
  max-height: 550px !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:28px;
}

/**** cymCMS specific ****/
.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#gallery-masonry {
    margin: 0 auto;
    width: auto;
}
#gallery-masonry div.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;
}

.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;
  margin-bottom: 10px;
}
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;
}

.homethumbnail {
  padding: 4px;
  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;
  margin-bottom: 10px;
}
.homethumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

img.scale {
  width:100% !important;
}

.cymProdCaption {
  padding: 3px;
  font-size: 11px;
  color: #0160aa;
}
.cymDisplayTitle { display: none; }
.cymBody { padding: 8px; line-height: 130%; }
.cymBody ul {
    margin-top: 10px;
}
.cymBody ol {
    margin-top: 10px;
}
.cymBody ul li {
    list-style: square outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
.cymBody ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
.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;
}

.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%; }

hr { border: 0; height: 0; border-top: 1px solid rgba(0,0,0,0.4); border-bottom: 1px solid rgba(255,255,255,0.3); }
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); }

.date {
  color: #7c7c7c;
  font-style: italic;
}
.sidebar {
  height: auto;
  margin-bottom:20px;
  padding:20px;
  background-color:#efefef;
  border:1px solid #dbdbdb;
  border-radius:10px;
  -moz-border-radius:10px;
}
.sidenav, .sidenav_static, .sidenav_current {
  color: #C13D11;
  list-style-type:square;
  font-size:15px;
  margin-left: 16px;
  line-height: 125%;
  margin-bottom:8px;
}
.sidenav_static {
  color: #00336b;
  list-style-type:none;
  font-size:16px;
  font-weight: 600;
  margin-left: 0px;
  line-height: 125%;
  margin-top:16px;
  margin-bottom:8px;
}
.sidenav_child_static {
  font-weight: 600;
  margin-left:0px;
}
.sidenav a {
  color: #27345e;
  text-decoration:none;
  font-size:15px;
}
.sidenav a:hover {
  text-decoration:underline;
  font-size:15px;
}
.sidenav_child {
  margin-left:12px;
  margin-bottom: 9px;
  list-style: square outside none;
}
.sidenav_child a {
  color: #4d4d4d;
  text-decoration:none;
}
.sidenav_child a:hover {
  text-decoration:underline;
}
.sidenav_static span {
  color: #C13D11;
  font-weight: bold;
}

.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; }

.form_gallery {
  margin: 0 auto;
  width: auto;
}
.form_gallery .item {
  display: block;
  width: 160px;
  float: left;
  background-color: #eee;
  padding: 4px 4px;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
}

.video-container {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width:98%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topmar4 { margin-top:4px; }
.topmar8 { margin-top:8px; }
.topmar10 { margin-top:10px; }
.topmar12 { margin-top:12px; }
.topmar16 { margin-top:16px; }
.topmar24 { margin-top:24px; }
.topmar32 { margin-top:32px; }
.topmar40 { margin-top:40px; }
.topmar48 { margin-top:48px; }
.topmarxs { }

img.scale {
  width:100% !important;
}

img.xl {
  width: 99% !important;
  height: auto;
}

img.scalesm {
  width: 70px !important;
  margin:12px;
  border: 1px solid #000000;
  height: auto;
}
img.scalesmimg {
  width: 60px !important;
  margin:8px;
  height: auto;
}

/* events calendar */
.fc-header-title h2 { font-size: 15px; color: #000000; line-height:18px; }
.fc-event { border: 1px solid #333333; background-color: #C13D11; }
a.fc-event { text-decoration: none; color: #eeeeee !important; font-size:13px; 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:16px;background-color:#C13D11;border-width: 1px;padding: 8px;border-style: solid;border-color: #000000;text-align:left;}
.events-table tr { background-color:#ffffff;}
.events-table td { font-size:13px; border-width: 1px; padding:8px; border-style:solid; border-color: #000000;}
.events-table .tdh { font-weight: 500; }
a.events-btn{
  background : #C13D11;
  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;
}

.cymcard {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  margin-top:10px;
  margin-bottom:10px;
  background-color:#ffffff;
  height:275px;
}
.cymcard:hover {
  box-shadow: 0 5px 5px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.cymcardlink {
  text-decoration: none;
}
.cymcardlink:hover {
  text-decoration: none;
}
.cymcardcap {
  padding:8px;
  margin:0;
  font-size: 12px !important;
  color: #555555;
  line-height: 125% !important;
}
.cymcard img{
  padding:6px;
  width:100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom:15px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container iframe {
    padding-top:30px;
    padding-left:0;
}
.vm-video-container iframe {
    padding: 2px;
    background-color: #bbbbbb;
}

.NaftoTable {
  margin:0px;
  padding:0px;
  width:100%;
  overflow-x: auto;
  border:1px solid #000000;
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}
.NaftoTable table{
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
}
.NaftoTable tr:last-child td:last-child {
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
}
.NaftoTable table tr:first-child td:first-child {
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}
.NaftoTable table tr:first-child td:last-child {
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
}
.NaftoTable tr:last-child td:first-child{
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
}
.NaftoTable tr:hover td{
}
.NaftoTable tr:nth-child(odd){ 
  background-color:#e5e5e5;
}
.NaftoTable tr:nth-child(even){
  background-color:#ffffff;
}
.NaftoTable th{
  padding:3px;
  font-size:18px;
}
.NaftoTable td{
  vertical-align:middle;
  border:1px solid #000000;
  border-width:0px 1px 1px 0px;
  text-align:left;
  padding:7px;
  font-size:14px;
  font-family:Arial;
  font-weight:normal;
  color:#000000;
}
.NaftoTable tr:last-child td{
  border-width:0px 1px 0px 0px;
}
.NaftoTable tr td:last-child{
  border-width:0px 0px 1px 0px;
}
.NaftoTable tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.NaftoTable tr:first-child td{
  background-color: #C13D11;
  border:0px solid #000000;
  text-align:center;
  border-width:0px 0px 1px 1px;
  font-size:14px;
  font-family:Arial;
  font-weight:bold;
  color:#efefef;
}
.NaftoTable tr:first-child:hover td{
  background-color: #C13D11;
}
.NaftoTable tr:first-child td:first-child{
  border-width:0px 0px 1px 0px;
}
.NaftoTable tr:first-child td:last-child{
  border-width:0px 0px 1px 1px;
}
.nfth {
  font-size:18px !important;
}

/************************/
/* Mobile */
/************************/

@media (max-width: 1199px) {
nav#main ul li {
  margin-left: 20px;
}
#home-logos img {
  width: 10%;
}

@media (max-width: 991px) {
#top-bar .text-right {
 text-align:center;
}
#logo {
 margin:0 auto;
}
nav#main ul {
 text-align: center;
}
nav#main ul li {
 margin-left: 9px;
 margin-right: 9px;
}
nav#main ul li a {
 font-size: 13px;
}
#logo img {
 margin:0 auto;
 margin-bottom: 20px;
 margin-top:20px;
}
#home-logos img {
 width: 20%;
 margin: 0px 15px;
}
p:last-child{
  margin-bottom:20px;
}
#home-six .row {
  padding: 0px 0px;
}
.topmarxs {
   margin-top: 18px;
}
}

@media (max-width: 767px) {
nav#main {
 margin: 0 auto;
 float: none;
 margin-top: 0px;
}
.nivo-caption h1{
  font-size:22px;
}
#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: #fff;
 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: 10px 0;
 margin: 0;
 margin-left: 0px;
 display: block;
}
nav#main ul li a {
 padding: 0px;
 width: 100%;
 font-size: 18px;
}
nav#main ul li a:hover {
 color: #C13D11
}
nav#main:hover ul {
 display: block;
}
.top-list li {
 font-size: 11px;
}
#home-logos img {
 width: 40%;
}
.nivo-caption h1 {
  font-size:17px;
}
}

@media (max-width: 610px) {
#top-bar form {
 display: block;
 margin:0 auto;
 margin-top:10px;
}
#top-bar form input {
 display: block;
 margin:0 auto;
 margin-bottom:4px;
}
.top-list {
 padding-top:5px !important;
}
#title-bar h1 {
  font-size:28px;
}  
}

@media print {
  form { display: none; }
  .sidebar { display: none; }
}