/***** Default Settings *****/
 
#rot, html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
#rot, html {
  height: 100%;
}
*/

#rot .msg_404 {
  padding: 2.5em;
  text-align: center;
} 

html {
  color: #606060;
  font: 13px arial, verdana, sans-serif;
}

/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
 
h1 {
  font-size: 2em;
  letter-spacing: -1px;
  padding: 1em 0;
}
 
h2 {
  font-size: 1.5em;
  letter-spacing: -1px;
  padding: 1em 0;
}
 
h3 {
  font-size: 1.3em;
}
 
p, ul {
  margin: 0;
  padding: 0;
}
 
ul {
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}
 
blockquote {
  margin: 1em 2em;
  padding: 0;
}
 
small, .small {
  font-size: .9em;
}
 
img {
  border: 0;
}
 
sup {
  bottom: 0.3em;
  position: relative;
  vertical-align: baseline;
}
 
sub {
  bottom: -0.2em;
  position: relative;
  vertical-align: baseline;
}
 
acronym, abbr {
  border-bottom: 1px dashed;
  cursor: help;
  letter-spacing: 1px;
}
 
/***** Links *****/
 
a, a:visited {
  color: #4787c7;
  text-decoration: underline;
}

/***** Forms *****/
 
form {
  border: 0;
  margin: 0;
  padding: 0;
}

input, textarea {
  border: 1px solid #CCC;
  margin: 0;
  padding: .2em .3em; 
}

input[type=submit] {
  font-size: 1em;
  height: 1.8em;
  left: 0em;
}

input[type=reset] {
  font-size: 1em;
  height: 1.8em;
}

input[type=text], input[type=password] {
  font-size: 1em; 
  width: 13em;
}

input[type=checkbox],
input[type=radio] {
  border: 0;
}

input[type=radio] {
  margin-top: .5em;
}


select { 
  font-size: 1em;
}

textarea {
  line-height: 1.25;
  height: 6em;
  width: 100%;
}

/**** The char_* class help to set the width of form fields ****/
input.char_8 {
  width: 5em;
}

input.char_5 {
  width: 3.3em;
}

input.char_4 {
  width: 2.7em;
}

input.char_3 {
  width: 2em;
}

input.char_2 {
  width: 1.4em;
}

input.char_1 {
  width: 1em;
}

.button {
  background: #FFFFEA;
  border: 1px solid #F0B034;
  cursor: pointer;
  float: left;
  line-height: 1.7em;
  margin: 0 .3em;
  padding: 0em .4em;
}

  .button.mousedown {
    border-color: #BE8B29;
  }

  .button.disabled {
    background-color: #DDD;
    border-color: #999;
    color: #777;
    cursor: auto;
  }

/***** Global Classes *****/
.clear         { clear: both; }
.clear_l       { clear: left; }
.clear_r       { clear: right; }
 
.float_l       { float: left; }
.float_follow  { position: relative; top: 3px; }
.float_r       { float: right; }
 
.text_left     { text-align: left; }
.text_right    { text-align: right; }
.text_center   { text-align: center; }
.text_justify  { text-align: justify; }
 
.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }

.hidden        { display: none; }

.vert_divider  { padding: 0 .2em; font-size: .9em; vertical-align: top; } 

/* acts as the body tag, properties added here will be placed in the body tag of a published page */

body {
  background: #eee;
  float: left;
  width: 100%;
}

/******* global TEXT/FONT properties *******/

body {
  font: 16px Arial, Helvetica, sans-serif;
  text-align: left;
  color: #575757;
}


#rot p {
  font-size: 0.8em;
}

/* Company Logo */
#rot h1 {
  font-size: 1.6em;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0;
  text-align: left;
}

/* Index Pages Welcome Text Header */
#rot h2 {
  color: #FFF;
  font-weight: normal;
  padding: 0 0 0 0;
  font-size: 1.6em;
}

/* Default Pages Header */
#rot h3 {
  color: #FFF;
  font-size: 1.3em;
  font-weight: bold;
}

/* Content Header */
#rot h4 {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0 15px 0;
}

#rot a {
}

#rot a:hover {
  color: #FFF;
  text-decoration: underline;
}

#rot ul {
  list-style:square;
  list-style-position: inside;
  margin: 0;
  padding: 0 0 15px 0;
}

#rot li {
  font-size: 0.8em;
  padding: 0 0 0 0;
  color: #21508a;
}

#rot form {
  font-size: 0.8em;
}
/******* end of global TEXT/FONT properties *******/


#rot #rot_ctr1 {
  background: #FFF;
  padding: 0 0 5px 0;
  text-align: center;
  width: 975px;
  margin: 0 auto;
}


#rot #rot_ctr1_hdr {
  clear: both;
  height: 10px;
  width: 100%;
}

#rot #rot_ctr1_bod {
  clear: both;
  float: left;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#rot #rot_ctr1_ftr {
  clear: both;
  height: 10px;
  width: 100%;
}

/* header */
#rot #rot_ctr1_bod_ctr1 {
  background: #ccc;
  clear: both;
  float: left;
  margin: 5px 5px;
  padding: 10px 0;
  width: 965px;
}

#rot #rot_ctr1_bod_ctr1_hdr {
  clear: both;
  height: 10px;
  width: 100%
}

#rot #rot_ctr1_bod_ctr1_bod {
  padding: 0 30px;
}

#rot #rot_ctr1_bod_ctr1_ftr {
  clear: both;
  height: 10px;
  width: 100%
}
/* end header */

/* menu */
#rot #rot_ctr1_bod_ctr2 {
  clear: both;
  margin: 5px 0 0 5px;
  width: 965px;
}

#rot #rot_ctr1_bod_ctr2_hdr {
  background: #ccc;
  clear: both;
  height: 10px;
  width: 100%;
}

#rot #rot_ctr1_bod_ctr2_bod {
  background: #ccc;
  float: left;
  margin: 0;
  width: 965px;
}

#rot #rot_ctr1_bod_ctr2_ftr {
  background: #ccc;
  clear: both;
  height: 10px;
  width: 100%;
}

#rot #rot_ctr1_bod_ctr2_bod ul {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 6px 10px 0 10px;
  text-align: left;
}

#rot #rot_ctr1_bod_ctr2_bod ul li {
  display: inline;
}

#rot #rot_ctr1_bod_ctr2_bod > ul > li.last > a {
  border-right: 0px none;
}

#rot #rot_ctr1_bod_ctr2_bod ul li a {
  display: block;
  float: left;
  margin: 0 0 6px 0;
  padding: 0 20px;
  white-space: nowrap;
}
/* end of menu */

/* drop down menu */
#rot #rot_ctr1_bod_ctr2_bod ul li ul {
    display: block;
    float: left;
    width: auto;
    background: #fff;
    padding: 0;
    border-top: 1px solid #6C5757;
border-left: 1px solid #6C5757;
border-right: 1px solid #6C5757;
}

#rot #rot_ctr1_bod_ctr2_bod ul li ul li {
    display: block;
    float: none;
    width: auto;
    white-space: nowrap;
    border-bottom: 1px solid #6C5757;
    background-image: none;
}

#rot #rot_ctr1_bod_ctr2_bod ul li ul li a {
    margin: 0;
  padding: 0.6em 3em 0.6em 1.8em;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    width: auto;
    background-image: none;
    height: auto;
    margin: 0;
}

#rot #rot_ctr1_bod_ctr2_bod ul li ul li a:hover {
   background-image: none;
   width: auto;
   font-weight: normal;
   background-color: #CCCCCC;
}

#rot #rot_ctr1_bod_ctr2_bod ul li ul li a.parent_menu_item {
  background-image:  url(/static/designs/images/repository/SpryMenuBarRight.gif);
  background-position:95% 50%;
  background-repeat:no-repeat;
}

/* end of drop down menu */

/* main content styles */
#rot #rot_ctr1_bod_ctr3 {
  background: #ccc;
  float: left;
  margin: 5px 5px;
  min-height: 200px;
  padding: 0;
  width: 965px;
}

#rot #rot_ctr1_bod_ctr3_hdr {
  clear: both;
  height: 10px;
  width: 100%;
}

#rot #rot_ctr1_bod_ctr3_bod {
}

#rot #rot_ctr1_bod_ctr3_ftr {
  clear: both;
  height: 10px;
  width: 100%;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 {
}


/** General Formatting Styles **/
#rot #rot_ctr1_bod_ctr3_bod_wrp1 {
  line-height: 1.6;
  float: left;
  width: 100%;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 p {
  padding: 0 0 15px 0;
}
 

/** footer styles **/
#rot #rot_ctr1_bod_ctr4 {
  background: #ccc;
  clear: both;
  float: left;
  margin: 0 5px;
  padding: 0;
  width: 965px;
}

#rot #rot_ctr1_bod_ctr4_hdr {
  clear: both;
  height: 10px;
  width: 100%;
}

#rot #rot_ctr1_bod_ctr4_bod {
  font-size: .7em;
  padding: 0;
  text-align: center;
}

#rot #rot_ctr1_bod_ctr4_ftr {
  clear: both;
  height: 10px;
  width: 100%;
}
/** end of footer styles **/
input[type=submit], input[type=reset] {
  font-family: Arial, Verdana, sans-serif;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.jqui_force_inline_block .ui-effects-wrapper {
  display: inline-block !important;
}

/*-----------------------------------------------------------------------------
* Force "width: auto" for certain Widgets
-----------------------------------------------------------------------------*/
.b_customform img,
.fullcalendar img,
.minimonthcalendar img,
.weather img,
.twitterfeed img,
.pinit_container img,
.instagram_container img,
.socialnetwork7 img,
.socialnetwork6 img,
.socialnetwork4 img,
.socialnetwork3 img,
.socialnetwork2 img,
.socialnetwork img {
  width: auto !important;
}
/*-----------------------------------------------------------------------------
* end "width: auto" force
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
* Menu/Menuwidget Submenu Support
-----------------------------------------------------------------------------*/
.default_menu ul.sub_menu,
.b_menuwidget ul.sub_menu {
  visibility: hidden;
}

.default_menu ul li:hover > ul.sub_menu,
.b_menuwidget ul li:hover > ul.sub_menu {
  visibility: visible;
}
/*-----------------------------------------------------------------------------
* end Menu/Menuwidget Submenu Support
-----------------------------------------------------------------------------*/


/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 980000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 980000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 980001;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 980002;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 980003;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 980004;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}




body {
  background-position: center top;
  background-color: transparent;
  background-image: url('../../../_images/tilebg.jpg');
}
div#rot a:hover {
  color: rgba(224,89,89,1);
}
div#rot #rot_ctr1 {
  padding-bottom: 0px;
  width: 100%;
  background-repeat: repeat-x;
  background-position: center bottom;
  background-color: transparent;
  background-image: url('../../../_images/btmbg.jpg');
}
div#rot #rot_ctr1_hdr {
  width: 960px;
  margin-left: auto;
  height: 45px;
  margin-right: auto;
}
div#rot #rot_ctr1_bod {
  width: 960px;
  float: none;
  margin-left: auto;
  display: inline-block;
  margin-right: auto;
  box-shadow: 0 0 6px #333;
  background-image: url('../../../_images/contentbg.jpg');
}
div#rot #rot_ctr1_ftr {
  height: 35px;
}
div#rot #rot_ctr1_bod_ctr1 {
  padding-bottom: 0px;
  width: 960px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  margin-right: 0px;
  background-color: transparent;
  height: 245px;
}
div#rot #rot_ctr1_bod_ctr2 {
  width: 960px;
  margin-top: 0px;
  margin-left: 0px;
}
div#rot #rot_ctr1_bod_ctr3 {
  min-height: 200px;
  width: 940px;
  margin-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 10px;
  background-color: transparent;
  height: 1300px;
}
div#rot #rot_ctr1_bod_ctr3 {
  height: auto;
}
div#rot #rot_ctr1_bod_ctr4 {
  width: 960px;
  margin-left: 0px;
  height: 106px;
  margin-right: 0px;
  background-repeat: repeat-x;
  background-color: transparent;
  background-image: url('../../../_images/footbg.png');
}
div#rot #rot_ctr1_bod_ctr4 p {
  text-align: center;
  color: #FFFFFF;
  line-height: 1.2;
  font-size: 13px;
}
div#rot #rot_ctr1_bod_ctr4_hdr {
  height: 10px;
}
div#rot #rot_ctr1_bod_ctr4_ftr {
  height: 0px;
}
div#rot #rot_ctr1_bod_ctr1_hdr {
  height: 0px;
}
div#rot #rot_ctr1_bod_ctr1_bod {
  width: 420px;
  float: left;
  padding-left: 0px;
  height: 227px;
  padding-right: 0px;
  margin-top: 4px;
  margin-left: 18px;
  margin-right: 51px;
}
div#rot #rot_ctr1_bod_ctr1_ftr {
  height: 0px;
}
div#rot #rot_ctr1_bod_ctr3_hdr {
  height: auto;
}
div#rot #rot_ctr1_bod_ctr3_bod h4 {
  padding-bottom: 0px;
  color: #000000;
  font-size: 18px;
}
div#rot #rot_ctr1_bod_ctr3_bod p {
  color: #000000;
  font-size: 14px;
}
div#rot #rot_ctr1_bod_ctr3_ftr {
  height: auto;
}
div#rot #rot_ctr1_bod_ctr2_hdr {
  height: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod {
  width: 960px;
  height: 30px;
  background-repeat: repeat-x;
  background-color: transparent;
  background-image: url('../../../_images/navbg.png');
  font-size: 12px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul {
  background-color: transparent;
  padding-top: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li {
  background-color: transparent;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li a {
  background-color: transparent;
  padding-top: 6px;
  height: 24px;
  text-transform: none;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li a.menu_1440497 {
  background-color: rgba(0,24,98,1);
}
div#rot #rot_ctr1_bod_ctr2_bod ul li a.menu_1945562 {
  background-color: rgba(0,24,98,1);
}
div#rot #rot_ctr1_bod_ctr2_bod ul li a.menu_1997909 {
  background-color: rgba(0,24,98,1);
}
div#rot #rot_ctr1_bod_ctr2_bod ul li a.menu_2047106 {
  background-color: rgba(0,24,98,1);
}
div#rot #rot_ctr1_bod_ctr2_bod ul li ul {
  background-color: transparent;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li.menu_1440497 {
  background-color: rgba(0,24,98,1);
  color: rgba(255,255,255,1);
}
div#rot #rot_ctr1_bod_ctr2_bod ul li.menu_1945562 {
  background-color: rgba(0,24,98,1);
  color: rgba(255,255,255,1);
}
div#rot #rot_ctr1_bod_ctr2_bod ul li.menu_1997909 {
  background-color: rgba(0,24,98,1);
  color: rgba(255,255,255,1);
}
div#rot #rot_ctr1_bod_ctr2_bod ul li.menu_2047106 {
  background-color: rgba(0,24,98,1);
  color: rgba(255,255,255,1);
}
div#rot #rot_ctr1_bod_ctr2_bod ul li a:hover {
  color: rgba(255,255,255,1);
  text-decoration: underline;
}
div#rot #rot_ctr1_bod_ctr2_ftr {
  height: 0px;
}
div#rot #rot_ctr1_hdr_blk1_custom {
  width: 300px;
  float: left;
  clear: none;
  padding-top: 15px;
}
div#rot #rot_ctr1_hdr_blk1_custom p {
  text-align: left;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}
div#rot #rot_ctr1_hdr_blk2_custom {
  width: 90px;
  float: right;
  clear: none;
  padding-top: 04px;
  text-align: right;
}
div#rot #rot_ctr1_hdr_blk2_custom img {
  margin-left: 10px;
}
div#rot #rot_ctr1_bod_ctr4_blk2_custom {
  width: 960px;
  float: none;
  clear: both;
}
div#rot #rot_ctr1_bod_ctr4_blk2_custom a {
  text-decoration: none;
  color: #FFFFFF;
}
div#rot #rot_ctr1_bod_ctr4_blk2_custom p {
  text-align: center;
}
div#rot #rot_ctr1_bod_ctr4_blk2_custom a:hover {
  color: #F5E50B;
}
div#rot #rot_ctr1_bod_ctr4_blk3_custom {
  height: 62px;
  text-align: center;
  width: 960px;
  float: none;
  clear: both;
}
div#rot #rot_ctr1_bod_ctr4_blk3_custom p {
  text-align: center;
}
div#rot #rot_ctr1_bod_ctr1_blk3_custom {
  width: 210px;
  float: left;
  clear: none;
  height: 125px;
  margin-top: 58px;
}
div#rot #rot_ctr1_bod_ctr1_blk4_custom {
  width: 215px;
  float: right;
  clear: none;
  height: 203px;
  margin-top: 12px;
  margin-right: 29px;
}
div#rot #rot_ctr1_bod_ctr2_blk1_custom {
  width: 960px;
  float: none;
  clear: both;
}
div#rot #rot_ctr1_bod_ctr2_blk5_custom {
  width: 960px;
  float: none;
  padding-left: 0px;
  clear: both;
  padding-top: 15px;
}



#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1 {
  background: none;
  height: auto;
  margin: 0;
  min-height: 200px;
  padding: 0;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk1 {
}

div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk1_custom {
  width: 100%;
  height: auto;
  float: left;
  clear: none;
  padding-right: 0px;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk1_custom ol li {
  color: rgba(0,0,0,1);
  font-size: 14px;
}




