/***** 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: #e0e3d7;
  width: 100%;
}


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

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

#rot p {
  font-size: 0.75em;
  padding: 0 0 15px 0;
}

/* Company Logo */
#rot h1 {
  font-weight: normal;
  letter-spacing: 0;
  color:#FFF;
  font-family: Arial, Verdana;
  padding: 0 30px;
  font-size: 1.65em;
}

/* Index Pages Welcome Text Header */
#rot h2 {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0 0 15px;
}

/* Default Pages Header */
#rot h3 {
    color: #850404;
    font-size: .96em;
  font-weight: bold;
}

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

#rot h5 {

}

#rot h6 {

}


#rot a {
  color: #850404;
}

#rot a:link {

}

#rot a:visited {
	
} 

#rot a:active {

}

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

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

#rot li {
    background:  url(/static/designs/images/repository/bullet_3x3_square_red.gif) no-repeat scroll 0 .6em;
    padding: 0 0 0 10px;
    font-size: .75em;
}

#rot form {
  font-size: 0.75em;
  
}

/******* end of global TEXT/FONT properties *******/


#rot #rot_ctr1 {
	margin:0 auto;
	padding:0;
	width: 788px;
}



#rot #rot_ctr1_hdr {
	
}

#rot #rot_ctr1_bod {
	width:  788px;
	margin: 0 auto;
	text-align:left;
}

/* header */
#rot #rot_ctr1_bod_ctr1 {
	width: 788px;
        clear: both;
        float: left;
        padding: 15px 0;
	background:  url(/static/designs/images/repository/bg_788x246_red_diagonal.png) no-repeat left top;
        margin: 10px 0 0 0;
}

#rot #rot_ctr1_bod_ctr1_hdr {
}

#rot #rot_ctr1_bod_ctr1_bod {
     width: 788px;
     margin: 0 auto;
}

#rot #rot_ctr1_bod_ctr1_bod h1 {
}

#rot #rot_ctr1_bod_ctr1_bod p {

}
/* end header */

/* menu */
#rot #rot_ctr1_bod_ctr2 { 
  width: 788px;
  clear: both;
  margin: 0 0 0 0;
  float: left;
}

#rot #rot_ctr1_bod_ctr2_hdr {
	
}

#rot #rot_ctr1_bod_ctr2_bod {
  background:  url(/static/designs/images/repository/bg_788x160_rounded_corners_bottom_white.png) left bottom no-repeat;
  padding: 0 10px;
  width: 768px;
  float: left;
}

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

#rot #rot_ctr1_bod_ctr2_bod ul li {
  display: inline;
  color: #353535;
  font-size: .7em;
  background: 0;
  padding: 0;
}

#rot #rot_ctr1_bod_ctr2_bod ul li a {
  color: #353535;
  margin: 0;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  float: left;
  text-align: center;
  background:  url(/static/designs/images/repository/img_2x34_gradient_break.png) no-repeat right bottom;
  white-space: nowrap;
}

#rot #rot_ctr1_bod_ctr2_bod ul li:hover {
  
}

#rot #rot_ctr1_bod_ctr2_bod ul li a:hover {
  color: #850404;
  font-weight:bold;
  text-decoration: none;

}

#rot #rot_ctr1_bod_ctr2_ftr {
}
/* end of menu */

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

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

#rot #rot_ctr1_bod_ctr2_bod ul li ul li a {
    margin: 0;
  padding: 0.7em 2em 0.7em 0.75em;
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    width: auto;
    background-image: none;
    height: auto;
    margin: 0;
}

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

#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 */
  
#rot #rot_ctr1_bod_ctr3 {
	float:left;
	width: 788px;
	overflow: hidden;
	padding: 8px 0 0 0;
	margin: 10px 0 0 0;
	background:  url(/static/designs/images/repository/bg_788x215_rounded_corners_top_white_grey_gradient.png) no-repeat;
} 


#rot #rot_ctr1_bod_ctr3_hdr {
}

#rot #rot_ctr1_bod_ctr3_bod {
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 {
  float: left;
  width: 100%;
  line-height: 1.6;
}

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


#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk1 p{
    color: #FFF;
    line-height: 1.3;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2 p {
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2 ul li {
    color: #850404;
    font-weight: bold;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3 p {
}
/****************************************
End of Content Special Styles **/

#rot #rot_ctr1_bod_ctr3_ftr {
   clear: both;
}

/* footer */
#rot #rot_ctr1_bod_ctr4 {
  width: 788px;
  clear: both;
  margin: 0 auto;
  background:  url(/static/designs/images/repository/bg_788x40_gradient_white.png) no-repeat center bottom #FFF;
  padding: 15px 0;
}

#rot #rot_ctr1_bod_ctr4_hdr {
}

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

#rot #rot_ctr1_bod_ctr4_ftr {
  clear: both;
}
/* end footer */
#rot #rot_ctr1_ftr {
  clear: both;
}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-color: #FFFFFF;
  background-image: url('../../../images/honey_w_01.jpg');
  margin-bottom: 0px;
  position: relative;
  margin-top: 0px;
  text-align: left;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1 {
  width: 940px;
}
div#rot #rot_ctr1_bod {
  width: 940px;
  position: relative;
  float: left;
}
div#rot #rot_ctr1_bod_ctr1 {
  padding-bottom: 0px;
  width: 940px;
  padding-top: 0px;
  height: 171px;
  background-image: url('../../../images/honey_w_02.jpg');
  margin-top: 0px;
}
div#rot #rot_ctr1_bod_ctr2 {
  width: 940px;
  float: left;
  clear: none;
  min-height: 42px;
  background-repeat: no-repeat;
  background-image: url('../../../images/honey_w_04.jpg');
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr3 {
  margin-top: 0px;
  padding-top: 0px;
  background-image: none;
  width: 940px;
  background-color: #FFFFFF;
}
div#rot #rot_ctr1_bod_ctr4 {
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 0px;
  width: 940px;
  padding-top: 0px;
  height: 71px;
  background-image: url('../../../images/honey_w_06.jpg');
}
div#rot #rot_ctr1_bod_ctr4_hdr {
  display: none;
  margin-bottom: 0px;
  padding-top: 0px;
  float: left;
  padding-left: 150px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  width: 0px;
  height: 0px;
}
div#rot #rot_ctr1_bod_ctr4_bod {
  margin-bottom: 0px;
  padding-top: 0px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  text-align: right;
  width: 760px;
  padding-left: 152px;
  height: 71px;
  padding-right: 28px;
  color: #FFFFFF;
  font-size: 0.8em;
}
div#rot #rot_ctr1_bod_ctr4_ftr {
  width: 0px;
  height: 0px;
  display: none;
}
div#rot #rot_ctr1_bod_ctr3_hdr {
  display: none;
}
div#rot #rot_ctr1_bod_ctr3_bod {
  margin-bottom: 0px;
  margin-top: 0px;
}
div#rot #rot_ctr1_bod_ctr3_ftr {
  width: 0px;
  height: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod {
  float: right;
  width: auto;
  min-height: 10px;
  margin-right: auto;
  background-image: none;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  bottom: 0px;
  background-position: left center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  height: 16px;
  z-index: auto;
  top: 0px;
  margin-top: 0px;
  position: relative;
  clear: left;
  border-right-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
div#rot #rot_ctr1_bod_ctr2_bod > ul > li.first > a {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod > ul > li.last > a {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul {
  font-size: 18px;
  color: #aa0000;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li {
  margin-bottom: 0px;
  margin-top: 0px;
  height: 18px;
  border-left-width: 0px;
  border-right-color: transparent;
  border-top-color: transparent;
  border-right-width: 0px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li a {
  font-size: 14px;
  color: #aa0000;
  padding-bottom: 5px;
  padding-left: 11px;
  background-image: none;
  padding-top: 8px;
  padding-right: 11px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li a.menu_460888 {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li a.menu_460889 {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li a.menu_460890 {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li a.menu_460891 {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li.menu_460888 {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li.menu_460889 {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li.menu_460890 {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li.menu_460891 {
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr2_bod ul li a:hover {
  font-weight: normal;
  font-size: 14px;
}
div#rot #rot_ctr1_bod_ctr1_hdr {
  background-image: none;
  width: 250px;
  float: left;
  margin-top: 40px;
  padding-top: 0px;
  overflow: hidden;
  height: 120px;
}
div#rot #rot_ctr1_bod_ctr1_bod {
  width: 200px;
  padding-left: 150px;
  margin-top: 150px;
  font-size: 14px;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1 {
  width: 940px;
  display: block;
  float: none;
}
#rot #rot_ctr1 {
  font-size: 18px;
}


#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1 h4 {
  background: none;
  padding: 0 0 15px;
}

/*Block Size, Positioning, Spacing, Background, Border*/
/*******************************/
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1 {
background:  url(/static/designs/images/repository/util_3x1_dot_grey.gif) repeat-x left bottom;
  width: 788px;
  padding: 20px 0;
  margin: 0;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2 {
  float: left;
  margin: 0 0 0 0;
  padding:0;
  width: 505px;
  background: #FFF  url(/static/designs/images/repository/util_1x3_dot_grey.gif) repeat-y right top;
  overflow: hidden;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3 {
  float: right;
  margin: 0 0 0 0;
  overflow: hidden;
  width: 283px;
  background: #FFF;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4 {
  float: right;
  clear: right;
  margin: 0 0 0 0;
  overflow: hidden;
  width: 283px;
  background: #FFF;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2 , #rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4 {
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
}
/*******************************
End of Block Positioning and Spacing*/



/** Content Size, Positioning, and Spacing 
*****************************************/
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk1 {
  margin: 0 30px;
  text-align: left;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1 {
  margin: 20px 30px 5px 30px;
  padding: 0;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1 {
  margin: 20px 30px 5px 30px;
  padding: 0;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4_blk1 {
  margin: 20px 30px 5px 30px;
  padding: 0;
}
/*****************************************
End of Content Size, Positioning, and Spacing */


div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1 {
  background-image: url('../../../images/left_img03.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  width: 218px;
  height: 504px;
  float: left;
  padding-top: 0px;
  padding-bottom: 0px;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2 {
  background-image: none;
  width: 610px;
  clear: none;
  padding-right: 62px;
  padding-left: 50px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3 {
  display: none;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1 {
  float: left;
  min-width: 320px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  width: 610px;
  clear: both;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk1_custom {
  width: 210px;
  float: none;
  min-width: 210px;
  margin-top: 40px;
  clear: none;
  text-align: center;
  min-height: 50px;
  background-position: left top;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk2_custom {
  width: 610px;
  float: none;
  clear: both;
  margin-bottom: 10px;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk3_custom {
  padding-bottom: 4px;
  width: 270px;
  margin-bottom: 30px;
  clear: none;
  height: 320px;
  padding-top: 4px;
  float: left;
  padding-left: 4px;
  margin-left: 10px;
  margin-top: 5px;
  margin-right: 5px;
  padding-right: 4px;
  border-top-color: #888888;
  border-right-width: 1px;
  border-top-style: solid;
  border-left-color: #888888;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-right-style: solid;
  border-right-color: #888888;
  border-left-style: solid;
  border-bottom-color: #888888;
  border-top-width: 1px;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk4_custom {
  width: 300px;
  float: left;
  margin-left: 10px;
  clear: none;
  margin-right: 0px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
  min-width: 300px;
  min-height: 300px;
  line-height: 1.3;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk5_custom {
  padding-bottom: 4px;
  width: 270px;
  margin-bottom: 30px;
  clear: none;
  padding-top: 4px;
  height: 290px;
  float: left;
  padding-left: 4px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 5px;
  min-height: 100px;
  padding-right: 4px;
  border-top-color: rgba(136,136,136,1);
  border-right-width: 1px;
  border-left-color: rgba(136,136,136,1);
  border-top-style: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-right-color: rgba(136,136,136,1);
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-color: rgba(136,136,136,1);
  border-top-width: 1px;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk6_custom {
  width: 300px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  min-width: 300px;
  clear: none;
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 0px;
  min-height: 300px;
  line-height: 1.3;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk7_custom {
  margin-bottom: 10px;
  width: 610px;
  float: none;
  clear: both;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk8_custom {
  width: 270px;
  float: left;
  clear: none;
  margin-bottom: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
  height: 320px;
  padding-left: 4px;
  padding-right: 4px;
  border-top-color: #888888;
  border-right-width: 1px;
  border-left-color: #888888;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-right-style: solid;
  border-right-color: #888888;
  border-left-style: solid;
  border-bottom-color: #888888;
  border-top-width: 1px;
}
div#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk9_custom {
  margin-bottom: 30px;
  line-height: 1.3;
  width: 300px;
  float: left;
  margin-left: 10px;
  clear: none;
  min-height: 300px;
}




