@media only screen and (max-width: 768px) {
  .daytonalogo {
    max-width: 275px;
  }
}

/* Social Media Icons */
.social-media {
  width: 108px;
  height: 25px;
  float: left;
  margin-left: 60px;
}
.social-media a {
  width: 60px;
  height: 25px;
  display: block;
  background: url(/resources/nav-icons/social-media-sprite2.png) 0 0;
}
#facebook, 
#twitter, 
#instagram {
  width: 20px;
  height: 25px;
  display: block;
  float: left;
}
/* #facebook a:hover {
  background-position: 0 -25px;
} */
#twitter a {
  background-position: -20px 0;
}
/* #twitter a:hover {
  background-position: -20px -25px;
} */
#instagram a {
  background-position: -41px 0;
}
/* #instagram a:hover {
  background-position: -41px -26px;
} */
h2 {
  font-family: arial !important;
  color: #C72B4B  !important;
}
b {
  font-weight: bold !important;
}

body
{
  font-family: Trebuchet MS, MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  background: #0b2f63;
}

.contact
{
  float: right;
  text-decoration: underline;
  padding-bottom: 15px;
  padding-top: 6px;
}

.container
{
  /*padding-left: 20px;*/
  width: 955px !important;
}

.container .four.columns {
  width: 242px !important;
}

.rightcontent tbody{
  
}
td p{
  float: left;
}

td img{
  float: right;
  padding-bottom: 35px;
}

.formpad select{
  width:auto;
  margin:0;
  width:200px;
}

.breadCrumb{
  /*float:left;*/
  text-align: left;
  margin-top:-35px;
  padding-bottom: 10px;
  border: none;
  margin-right:25px;
}

.fileTrailDividers {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
}
.fileTrailCurrent {
  color: #0b2f63;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}
.fileTrail {
  color: #1D1D1D;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}
.fileTrail:hover {
  color: #000000;
  font-weight: normal;
  text-decoration: underline;
}

.wrapper
{
  /*background-image: url("/resources/DABBKG.png");
  background-repeat: no-repeat;*/
  width: 50%;
  margin: auto;
}

.bottom_two {
  margin-top: 12px !important;
  width: 680px !important;
}

.midtop
{
  height: 339px;
}

.midbottom
{
  height: 328px;
}

.topleft {
  width: 669px !important;
  height: 308px;
  padding: 0px;
  margin: 0px;
}

.topright {
  width: 240px !important;
  height: 125px;
  margin-bottom: 12px !important;
  margin: 0px;
}

.bottomleft {
  width: 240px !important;
  height: 293px;
  padding: 0px;
  margin: 0px;
  
  background-image: linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -o-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -moz-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -webkit-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -ms-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  
  background-image: -webkit-gradient(
  linear,
  right bottom,
  left top,
  color-stop(0, rgb(225,230,237)),
  color-stop(0.45, rgb(255,255,255)),
  color-stop(0.64, rgb(255,255,255))
  );
}

.bottomcenter {
  width: 416px !important;
  height: 293px;
  padding: 0px;
  margin-left: 13px !important;
  
  background-image: linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -o-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -moz-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -webkit-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -ms-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  
  background-image: -webkit-gradient(
  linear,
  right bottom,
  left top,
  color-stop(0, rgb(225,230,237)),
  color-stop(0.45, rgb(255,255,255)),
  color-stop(0.64, rgb(255,255,255))
  );
}

.grad-box
{
  /*Gradient Code generated by http://gradients.glrzad.com/ */
  background-image: linear-gradient(right bottom, rgb(220,238,255) 34%, rgb(255,255,255) 67%);
  background-image: -o-linear-gradient(right bottom, rgb(220,238,255) 34%, rgb(255,255,255) 67%);
  background-image: -moz-linear-gradient(right bottom, rgb(220,238,255) 34%, rgb(255,255,255) 67%);
  background-image: -webkit-linear-gradient(right bottom, rgb(220,238,255) 34%, rgb(255,255,255) 67%);
  background-image: -ms-linear-gradient(right bottom, rgb(220,238,255) 34%, rgb(255,255,255) 67%);
  
  background-image: -webkit-gradient(
  linear,
  right bottom,
  left top,
  color-stop(0.34, rgb(220,238,255)),
  color-stop(0.67, rgb(255,255,255))
  );
}

.bottomright {
  width: 240px !important;
  height: 325px;
  padding: 0px;
  margin: 0px;
  background-image: linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -o-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -moz-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -webkit-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -ms-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  
  background-image: -webkit-gradient(
  linear,
  right bottom,
  left top,
  color-stop(0, rgb(225,230,237)),
  color-stop(0.45, rgb(255,255,255)),
  color-stop(0.64, rgb(255,255,255))
  );
  
}

.boxtitle
{
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 6px 0px 6px 14px;
  margin: 0px;
}

.headertwo a
{
  color: white;
  font-size: 13px;
  text-decoration: none;
}

.headertwo a:hover
{
  text-decoration: underline;
}

.headerone
{
  margin-top: 10px;
  padding-left: 0px;
  padding-bottom: 16px;
  padding-top: 18px;
}

.headertwo
{
  /*height: 45px;*/
  /*background-image: url("/resources/NavBar.png");*/
  /*background-repeat: no-repeat;*/
}

/*.toprightheader
{
  padding-top: 0px;
  height: 75px;
}*/

.footer
{
  margin: 15px 0px -30px 0px !important;
  height: 150px;
  /*background-color: #0b2f63;*/
  background-color: rgb(11, 47, 99);
  background-color: rgba(11, 47, 99, 0.5);
  background-repeat: no-repeat;
  height: auto;
  width: 940px !important;
  /*margin-left: 0px;
  margin-bottom: -30px;
  margin-top: 15px;*/
  padding-left: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.footer_two
{
  visibility: hidden;
  height: 0px;
}

.footer-smaller-text
{
  font-size: 12px;
}

.footer-smaller-text a
{
  color: #FFFFFF;
}

.searchbox
{
  float: left;
  width: 150px !important;
  height: 23px;
  padding:0;
  margin: 0px !important;
}
#search{
  padding:0;
}

.searchbutton, searchbuttontwo, searchbuttonthree
{
  margin: 1px 0px 0px 0px;
}

#DABSearch
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 65px;
}

.marginfix
{
  margin-left: 30px;
}

.formpad
{
  padding-top: 15px;
  /*padding-top: 28px;*/
}

.formpadextra
{
  padding-top: 15px;
}

.boxcontent
{
  /*padding-left: 25px;*/
  padding-left: 13px;
  overflow: hidden;
}


.dotline
{
  background-image: url("/resources/DotImage.png");
  background-repeat: repeat-x;
  height: 6px;
}

.dotline.bottomleft
{
  width: 230px;
}

.dotline.bottommiddle
{
  margin-top: 5px;
  margin-left: -16px;
  width: 413px;
  float: left;
}

.dotline.bottomright
{
  margin-top: 5px;
  margin-left: -17px;
  width: 226px !important;
  float: left;
}


.midpaddingfix
{
  padding-left: 20px;
}

.nospace li
{
  margin: -1px 0px 0px 0px;
}

.bolddate
{
  font-weight: bold;
  float: left;
  padding-right: 10px;
}

.nodec
{
  text-decoration: none;
}

.nodec:hover
{
  text-decoration: underline;
}

.footertext
{
  color: #FFFFFF;
}

.footertext:hover
{
  color: #FFFFFF;
}

.footertext:visited
{
  color: #FFFFFF;
}

.footersection
{
  width: 135px;
  color: white;
  float: left;
  margin-left: 21px;
  background-image: url("/resources/footerdiv.png");
  background-repeat: no-repeat;
}

.footersection p
{
  text-align: center;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  margin-top: -2px;
  line-height: 15px;
  margin-left: -40px;
  padding-left: 15px;
}

.footerheader
{
  font-size: 10px !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

.footersection.alpha
{
  /*padding-left: 32px !important;*/
}

.footerinfo
{
  color: #FFFFFF;
  margin-left: 0px;
  text-align: center;
}

.leftnav
{
  width: 250px;
  float: left;
  margin: 25px 0px 25px 16px;
}

.bodyContent
{
}

.slider
{
  z-index: 5;
  position: relative;
}

/*Override*/
.container .columns 
{
  margin: 0px;
}

.left {
  /*margin-left: 0px !important;*/
  width: 679px !important;
}

.right {
  text-decoration: none;
  width: 242px !important;
  margin-left: 4px !important;
}

.maincontent {
  margin-top: 11px !important;
  margin-bottom: 12px !important;
}


.padcontent
{
  margin-left: -2px !important;
  padding-left: 15px;
  padding-top: 46px;
  background-color: white;
  width: 908px !important;
}

.leftcontent
{
  /*padding-top: 20px;*/
  margin-right: 0px !important;
  width: 200px !important;
}

.rightcontent
{
  /*margin-top: -22px !important;
  padding: 15px;
  padding-left: 30px;
  width: 610px !important;*/
  
  margin-top: -22px !important;
  padding: 10px;
  padding-left: 25px;
  width: 635px !important;
}

.rightcontent a{
  /*font-weight: bold;*/
  color: #005490;
  font-size: 14px;
  text-decoration: none;
}


.text{
  font-size: 11px;
  color: #5F5E5E;
}

.rightcontent a:hover{
  text-decoration: underline;
}

.contenth1
{
  font-family: Trebuchet MS, MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  color: #0b2f63;
  font-weight: bold;
}

.search-button
{
  width: 25px;
  height: 25px;
  background-color: #5f5e5e !important;
  font-size: 18px !important;
  padding-top: 0px !important;
  padding-left: 7px !important;
  color: white !important;
  font-weight: 200 !important;
  margin-top: 0px;
  margin-bottom: 0px !important;
  float: right;
}




/*----------------------------------------------------------------------SUB MENU-------------------------------------------------------------------------------*/

#subMenu {
  background-color: #F4F4F4;
  border-top: 1px solid #D7D7D7;
  overflow: hidden;
  padding: 0;
  z-index: 28;
  width: 200px;
}
#subMenu li {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 50;
}
#subMenu ul {
  display: list-item;
  float: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  z-index: 50;
}
#subMenu ul li a {
  border-color: #FFFFFF #D7D7D7 #D7D7D7;
  border-style: solid;
  border-width: 1px;
  font: bold 12px bold verdana,arial,sans-serif;
  margin: 0;
  padding-bottom: 6px;
  padding-left: 7px;
  padding-top: 6px;
  text-align: left;
  z-index: 50;
}
#subMenu a {
  color: #000000;
  display: block;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  z-index: 50;
}
#subMenu .subMenuHighlight li {
  border-bottom: 0 none;
  color: #FFFFFF;
  margin: 0;
  z-index: 50;
}
#subMenu .subMenuHighlight a {
  background: none repeat scroll 0 0 #0b2f63;
  border-bottom: 1px solid #0b2f63;
  border-top: 1px solid #888888;
  color: #FFFFFF;
  cursor: default;
}
#subMenu a:hover {
  background: none repeat scroll 0 0 #EEEEEE;
  z-index: 50;
}
#subMenu a.subMenuHighlight:hover {
  background: none repeat scroll 0 0 #EEEEEE;
  z-index: 50;
}
#subMenu .subMenuHighlight a:hover {
  background: none repeat scroll 0 0 #0b2f63;
  color: #FFFFFF;
}
#subMenu li {
  position: relative;
  z-index: 50;
}
#subMenu ul ul li a.subMenuHighlight {
  background: none repeat scroll 0 0 transparent;
  color: #FFFFFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-variant: normal;
  padding-right: 20px;
  padding-top: 2px;
  text-decoration: none;
}
#subMenu a:hover {
  color: #0b2f63;
  text-decoration: none;
}
#subMenu li {
  z-index: 3;
}
div#subMenu ul ul {
  border-bottom: 1px solid #D7D7D7;
  margin-top: 5px;
}
div#subMenu ul ul li {
  background-image: url("/resources/bullet.gif");
  background-position: 0 4px;
  background-repeat: no-repeat;
  border-bottom: medium none;
  margin: 0 0 6px 15px;
  padding: 0;
}
div#subMenu ul.subMenuHighlight ul li {
  background-image: url("/resources/bullet.gif");
  background-position: 0 4px;
  background-repeat: no-repeat;
  border-bottom: medium none;
  margin: 0 0 6px 15px;
  padding: 0;
}
div#subMenu ul ul li:hover {
  background-image: url("/resources/bullet.gif");
  background-position: 0 4px;
  background-repeat: no-repeat;
  border-bottom: medium none;
  margin-left: 15px;
  padding: 0;
}
div#subMenu ul ul li a:hover {
  background: none repeat scroll 0 0 transparent;
}
#subMenu ul ul li a {
  border: 0 none;
  font-size: 11px;
  font-weight: normal;
  height: auto;
  padding-bottom: 0;
  padding-top: 0;
}
#subMenu ul.subMenuHighlight ul li a {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  height: auto;
  padding-bottom: 0;
  padding-top: 0;
}
#subMenu ul.subMenuHighlight ul li a:hover {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #0E51A2;
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
  height: auto;
  padding-bottom: 0;
  padding-top: 0;
}
#subMenu ul ul li.subMenuHighlight {
  background-image: url("/resources/bullet.gif");
  background-position: 0 4px;
  background-repeat: no-repeat;
  border-bottom: medium none;
  margin: 0 0 6px 15px;
  padding: 0;
  width: 165px;
}
#subMenu ul ul li.subMenuHighlight a:hover {
  background: none repeat scroll 0 0 transparent;
}
#subMenu ul.subMenuHighlight ul li.subMenuHighlight a:hover {
  background: none repeat scroll 0 0 transparent;
  color: #000000;
  font-weight: bold;
}
#subMenu ul ul li.subMenuHighlight a {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  height: auto;
  padding-bottom: 0;
  padding-top: 0;
}
#subMenu ul ul ul {
  display: none;
}
* html #subMenu ul li {
  height: 1%;
  z-index: 3;
}
* html #subMenu ul li a {
  height: 1%;
}
* html #subMenu ul {
  height: 1%;
}
#subMenu ul li a.currentPage {
  color: #BF953B;
}


/*----------------------------------------------------------------------TOP MENU-------------------------------------------------------------------------------*/

#topMenu {
  background: #0b2f63; /* Old browsers */
  background: -moz-linear-gradient(top, #2f4e7a 0%,#0b2f63 50%,#0b2f63 51%,#2f4e7a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f4e7a), color-stop(50%,#0b2f63), color-stop(51%,#0b2f63), color-stop(100%,#2f4e7a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2f4e7a 0%,#0b2f63 50%,#0b2f63 51%,#2f4e7a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2f4e7a 0%,#0b2f63 50%,#0b2f63 51%,#2f4e7a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2f4e7a 0%,#0b2f63 50%,#0b2f63 51%,#2f4e7a 100%); /* IE10+ */
  background: linear-gradient(to bottom, #2f4e7a 0%,#0b2f63 50%,#0b2f63 51%,#2f4e7a 100%); /* W3C */
  
  float: left;
  height: 38px;
  margin-left: 0;
  padding: 0;
  position: relative;
  width: 925px;
  z-index: 1000;
  overflow: visible;
  
}
#topMenu ul {
  background-image: url("/resources/dbia_nav_seperator.png");
  background-repeat: no-repeat;
  float: left;
  list-style: none outside none;
  margin: 0;
  min-width: 10px;
  padding: 0;
  position: relative;
  z-index: 100;
  overflow: visible;
}
#topMenu ul:first-child:first-child {
  background-image: none;
}
#topMenu ul li {
  float: left;
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
  z-index: 20;
}

#topMenu ul li ul li {
  position: relative;
  z-index: 10;
  width: 100%;
}

#topMenu ul li img {
  float: left;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-top: 8px;
  position: relative;
  z-index: 10;
}
#topMenu ul ul li {
  display: block;
  float: left;
  margin-bottom: 0;
  position: relative; ul
  width: 100%;
}
#topMenu ul li ul {
  /*background: none repeat scroll 0 0 #0b2f63;*/
  background: none repeat scroll 0 0 #FFFFFF;
  border-left: medium none;
  display: block;
  left: 0;
  min-width: 140px;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 5px 15px rgba(50, 50, 50, 0.75);
  margin-top: -4px;
  margin-left: 4px;
  z-index: 0;
}
#topMenu ul li a {
  display: block;
  font: bold 14px/18px verdana,arial,sans-serif;
  list-style: none outside none;
  margin: 3px 4px 3px 4px;
  padding: 7px 12px 7px 32px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  z-index: 1;
  
}

#topMenu ul li a:hover {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#topMenu ul li ul li a
{
  border-radius: 0px;
  position: relative;
  z-index: 0;
}

#topMenu ul li.menu1 a {
  border-left: medium none;
}
#topMenu ul li ul li a {
  border-left: medium none;
  color: #000000;
  display: block;
  font: 11px arial,helvetica,sans-serif;
  margin: 0;
  min-width: 250px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
}

#topMenu ul li ul li:first-child a {
  border: none;
}

#topMenu a {
  color: #FFFFFF;
  display: block;
  font: 10px/16px arial,helvetica,sans-serif;
  margin: 0;
  padding: 2px 10px;
  text-decoration: none;
}
#topMenu a:hover {
  /*background-color: #1CB7D5;*/
  background-color: #FFFFFF;
  color: #000000;
}

#topMenu a .topMenuHighlight
{
  color: slategray;
}

#topMenu ul li:hover a
{
  color: #000000;
}

#topMenu ul li:hover a
{
  background-color: #FFFFFF;
}

#topMenu ul li ul li a:hover {
  background: none repeat scroll 0 0 #0b2f63;
  color: #FFFFFF;
}

#topMenu ul li ul li:first-child a:hover {
  background: none repeat scroll 0 0 #0b2f63;
  color: #FFFFFF;
  border-top-right-radius: 5px;
}

#topMenu ul li ul li:last-child a:hover {
  background: none repeat scroll 0 0 #0b2f63;
  color: #FFFFFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.topMenuHighlight {
  /*color: white;*/
  
}
.topMenuHighlight a {
  /*background-color: #0b2f63;*/
  background-color: #FFFFFF;
  margin: 3px 4px 3px 4px;
  padding: 7px 12px 7px 33px;
  border-radius: 5px;
  color: #000000;
}
.topMenuHighlight ul li a {
  background: none repeat scroll 0 0 #0b2f63;
}
#topMenu ul ul a.topMenuHighlight {
  background: none repeat scroll 0 0 #0b2f63;
}
#topMenu li {
  float: left;
  position: relative;
}
#topMenu ul ul {
  position: absolute;
  /*z-index: -1;*/
}
#topMenu ul ul ul {
  left: 100%;
  position: absolute;
  top: 0;
}
div#topMenu ul ul ul li:hover ul {
  display: none;
}
div#topMenu ul ul li:hover ul ul {
  display: none;
}
div#topMenu ul ul, div#topMenu ul li:hover ul ul {
  display: none;
  overflow: hidden;
  /*width: 250px;*/
}
div#topMenu ul li:hover ul, div#topMenu ul ul li:hover ul {
  display: block;
}
* html #topMenu ul li {
  height: 1%;
  z-index: 500;
}

/*----------------------------------------------------------------------FOOTER MENU-------------------------------------------------------------------------------*/

#footerMenu {
  margin-top:10px;
  
  padding: 0 0 0 10px;
  z-index: 5;
}

.footerMenuHighlight li{
  color: #77cbc4;
}
#footerMenu ul {
  border-left: 1px solid rgb(154, 191, 220);
  border-left: 1px solid rgba(154, 191, 220, 0.5);
  min-height:300px;
  float: left;
  list-style: none outside none;
  text-align: left;
  z-index: 5;
  width:170px;
  margin:0;
  padding:0 7px;
  padding-left:7px;
}

#footerMenu ul:first-child {
  border:none;
  padding:0;
}

#footerMenu ul li ul {
  border:none;
  left: 0;
  z-index: 10;
  min-height:30px;
  width:auto;
  list-style:disc;
  color:#fff;
  margin-left:8px;
}

#footerMenu ul li:first-child {
  border-left: 0;
  left: 0;
  z-index: 10;
}

#footerMenu ul li a {
  color: #fff;
  display: block;
  font: bold 13px arial,helvetica,sans-serif;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  z-index: 4;
}
#footerMenu ul li.menu1 a {
  border-left: medium none;
  z-index: 5;
}
#footerMenu ul li ul li a {
  
  color: #fff;
  display: block;
  font: bold 10px arial,helvetica,sans-serif;
  margin: 0;
  text-decoration: none;
  white-space: normal;
  z-index: 4;
  padding-right: 5px;
}
#footerMenu a {
  color: #fff;
  display: block;
  font: bold 10px/16px arial,helvetica,sans-serif;
  margin: 0;
  padding: 2px;
  text-decoration: none;
  z-index: 5;
  
}
#footerMenu a:hover {
  text-decoration:underline;
}
#footerMenu ul li ul li a:hover {
  text-decoration:underline;
}
* html footerMenu ul li ul li a:hover {
  opacity: 0.98;
  z-index: 4;
}
#footerMenu ul li a#li_98718 {
  border: medium none;
}
#footerMenu ul li a#li_98754 {
  display: none;
}
#footerMenu ul li ul li {
  border: 0 none;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 0;
}
#footerMenu ul li a.topMenuHighlight {
  color: #FFFFFF;
  z-index: 5;
}
#footerMenu ul li ul li a.topMenuHighlight {
  color: #000000;
  z-index: 5;
}
#footerMenu li {
  position: relative;
  z-index: 4;
}

#footerMenu ul li
{
  list-style-type: none;
  padding-bottom: 5px;
}

#footerMenu ul li img
{
  width: 10%;
  float: left;
  padding-top: 3px;
  padding-right: 3px;
}
#footerMenu ul ul {
  
  z-index: 500;
}
#footerMenu ul ul ul {
  left: 100%;
  
  top: 0;
  z-index: 501;
}
div#footerMenu ul ul, div#footerMenu ul li:hover ul ul, div#footerMenu ul ul li:hover ul ul {
}
div#footerMenu ul li:hover ul, div#footerMenu ul ul li:hover ul, div#footerMenu ul ul ul li:hover ul {
  display: block;
}
* html #footerMenu ul li {
  float: left;
  height: 1%;
  width: 1%;
}
* html #footerMenu ul li ul li {
  float: left;
  height: 1%;
}
* html #footerMenu ul li a {
  height: 1%;
}



/*----------------------------------------------------------------------WEATHER STYLES-------------------------------------------------------------------------------*/

.weather
{
  /*color:#ffa500; */
  color: #000000;
  font-size:24px; 
  font-weight:bold;
  padding: 1px 0px 0px 1px;
  /*border: 1px solid #FF0000;*/
  /*height: 113px;*/
  background-image: linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -o-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -moz-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -webkit-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -ms-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  
  background-image: -webkit-gradient(
  linear,
  right bottom,
  left top,
  color-stop(0, rgb(225,230,237)),
  color-stop(0.45, rgb(255,255,255)),
  color-stop(0.64, rgb(255,255,255))
  );
}

.weatherdesc
{
  /*color: #C72B4B;*/
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  float: left;
  margin-top: -23px;
  line-height: 18px;
}

.smalldesc
{
  font-size: 10px;
}

.weather_clock
{
  color: #C72B4B;
}

.weathertext
{
  width: 203px;
}

.weather img
{
  float: right;
  padding-right: 12px;
  width: 45px;
  height: 45px;
  margin-top: -52px;
}

.weatherheader
{
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  float: left;
  padding-bottom: 6px;
  font-family: "Times New Roman",Georgia,Serif;
}

.weathertop
{
  width: 175px;
  margin-top: 29px;
}

.weathertime
{
  float: right;
  margin-right: 15px;
}

.highlow
{
  margin-top: 76px;
  width: 50px;
}

.weather-icon
{
  margin-left: 100px;
}



/*----------------------------------------------------------------------BOXES-------------------------------------------------------------------------------*/
.pink-box
{
  /*border: 1px solid #FF0000;*/
  background-color: #FFFFFF;
  
  overflow: hidden;
}

.pink-bar
{
  background: #ff9800; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffb240 0%, #ff9800 50%, #ff9800 51%, #ffb240 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb240), color-stop(50%,#ff9800), color-stop(51%,#ff9800), color-stop(100%,#ffb240)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffb240 0%, #ff9800 50%, #ff9800 51%, #ffb240 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffb240 0%, #ff9800 50%, #ff9800 51%, #ffb240 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffb240 0%, #ff9800 50%, #ff9800 51%, #ffb240 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffb240 0%, #ff9800 50%, #ff9800 51%, #ffb240 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9800', endColorstr='#ffb240',GradientType=0 ); /* IE6-9 */
  
  
  
}

.blue-box
{
  /*border: 1px solid #0000FF;*/
  background-color: #FFFFFF;
  
  overflow: hidden;
  height: auto;
}

.blue-bar
{
  background: #2f4e7a; /* Old browsers */
  background: -moz-linear-gradient(top,  #2f4e7a 0%, #0b2f63 50%, #0b2f63 51%, #2f4e7a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f4e7a), color-stop(50%,#0b2f63), color-stop(51%,#0b2f63), color-stop(100%,#2f4e7a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #2f4e7a 0%,#0b2f63 50%,#0b2f63 51%,#2f4e7a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #2f4e7a 0%,#0b2f63 50%,#0b2f63 51%,#2f4e7a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #2f4e7a 0%,#0b2f63 50%,#0b2f63 51%,#2f4e7a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #2f4e7a 0%,#0b2f63 50%,#0b2f63 51%,#2f4e7a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2f63', endColorstr='#2f4e7a',GradientType=0 ); /* IE6-9 */
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}

.slider-box {
  /*border: 1px solid #00FF00;*/
  background-color: #FFFFFF;
  
  overflow: hidden;
}

/*------------------------------------------------------------------------ FLIGHT STATUS BOX ---------------------------------------------------------------------------*/
.span_label
{
  font-weight: 600;
  font-size: 12px;
}
.deparr-sec
{
  margin-top: 10px;
  margin-left: 10px;
}
.flight-search-one
{
  border: 1px solid #999 !important;
  border-radius: 8px !important;
  margin-top: 15px;
  margin-left: 100px;
  color: #2f4e7a !important;
  background-color: #d6eaff !important;
}
.flight-search-two
{
  border: 1px solid #999 !important;
  margin-top: -8px;
  margin-left: 3px;
  color: #2f4e7a !important;
  background-color: #D6EAFF !important;
  padding: 6px !important;
}
.or-bar
{
  border-top: 2px solid #CCCCCC;
}
.or-box
{
  display: inline-block;
  padding: 5px 8px;
  background-color: #0b2f63;
  border-radius: 7px;
  color: #FFFFFF;
  font-weight: 500;
  margin-top: -13px;
}

.flight
{
  width: 110px !important;
  float: left;
  margin-top: -9px !important;
  margin-left: 5px !important;
}
.flightsearch_label
{
  float: left;
}

.alt-table table
{
  /*width: 630px;*/
  width: 100%;
  margin-bottom: 15px;
}

.alt-table tr td
{
  padding: 5px 0;
}

.alt-table tr td img
{
  padding-bottom: 10px;
}

.alt-table tr td p
{
  margin-bottom: 0px;
}

.alt-table tr td a
{
  font-weight: normal;
}

.alt-table tr:nth-child(odd)
{
  background-color: #EDEDED;
}


ul.page-bullets
{
  list-style:disc;
  padding-left:20px;
}

ul.page-bullets li
{
  line-height: 22px;
  margin-bottom: 0px;
}

.gen-bold li
{ 
  color: #333333;
}

#rightContentPane a{
  font-size: 14px;
}

/*------------------------------------------------------------NEW STYLES--------------------------------------------------------*/

.upper-wrap
{
  background-color: #FFFFFF;
  padding-left: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  
  -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.25);
}

.section-spacer
{
}

.plusslider .child img 
{
  width: 670px;
}

.news-image
{
  float: left;
}

.flight-schedule table td
{
  padding-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle !important;
}

.flight-schedule table td p
{
  margin: 0px;
}

.flight-schedule table td img
{
  padding-bottom: 0px;
  padding-left: 10px;
}

.flight-schedule table tr:nth-child(even)
{
  background: #CCCCCC;
}

.ui-widget-content 
{
  border: none;
}

.ui-widget-header 
{
  border: none;
  background: none;
}

.ui-tabs .ui-tabs-panel 
{
  border: 1px solid #AAAAAA;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr 
{
  border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl 
{
  border-top-left-radius: 0px;
}

.tab-font
{
  font-size: 16px;
  font-weight: bold;
}

.dab-team table tr
{
  display: inline-block;
  width: 97%;
}

.dab-team table tr:nth-child(even)
{
  background: #CCCCCC;
}

.dab-team p
{
  margin-bottom: 0px;
}

.middleright
{
  width: 240px !important;
  height: 168px;
  padding: 0px;
  margin: 0px;
  background-image: linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -o-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -moz-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -webkit-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  background-image: -ms-linear-gradient(right bottom, rgb(225,230,237) 0%, rgb(255,255,255) 45%, rgb(255,255,255) 64%);
  
  background-image: -webkit-gradient(
  linear,
  right bottom,
  left top,
  color-stop(0, rgb(225,230,237)),
  color-stop(0.45, rgb(255,255,255)),
  color-stop(0.64, rgb(255,255,255))
  );
  
  margin-bottom: 15px !important;
}

.quick-trip-widget
{
  margin-left: -17px;
  margin-top: -4px;
}

/* News Releases*/
.pagination ul{
  list-style: none!important;
  margin-left: 0;
  display:inline-block;
}
.pagination ul li{
  display:inline-block;
}

.pagination ul li a {
  height: 36px;
  position: relative;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1861ad;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e9ecef;
}
.pagination ul li.current a {
  color: #fff!important;
  background-color: #1861ad;
}
.news_wrap p{
  margin:0;
}
p.readMore {
  margin-top: 10px;
}
.news_wrap  h2 a{
  font-family: arial !important;
  color: #C72B4B !important;
  font-size: 18px !important;;
  text-decoration: none;
}