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

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] {
  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; } 

/*-----------------------------------------------------------------------------
* WEATHER WIDGET
-----------------------------------------------------------------------------*/
      .weather_city_color     { color : #1B489D; }
      .weather_date_color     { color : #3e3e3e; }
      .weather_other_color    { color : #555555; }
      .weather_divider_color  { color : #999999; background-color: #999999; }

      .weather {
        width           : 100%;
        font-size       : 13px;
      }

      .weather_city_name {
        font-weight     : bold; 
        font-size       : 1.4em;
      }
      .weather_city_name_small {
        font-weight     : bold;
        font-size       : 1.2em;
      }

      .weather_top_hr {
        height          : 5px;
        border          : 0;
        width           : 96%;
        text-align      : center;
      }

      .weather_bottom_hr {
        border          : 0;
        height          : 1px;
        width           : 96%;
        text-align      : center;
      }

      .weather_day_text {
        font-weight     : bold;
        font-size       : 1.2em;
        margin-left     : 2em;
      }
      .weather_day_date {
        font-weight     : normal;
        font-size       : .9em; 
        padding-top     : .3em;
      }
      .weather_hi_lo_text {
        font-weight     : bold;
      }

      .weather_prediction_text {
        font-weight     : bold;
      }

      /* All Encompassing Container */
      #weather_container {
        padding         : 0px;
        font-family     : Arial;
        font-size       : 1em;
        line-height     : 1.1;
        float           : left;
      }

      #location_wrapper{
        padding-bottom  : .5em;
        white-space     : normal;
        float           :left;
      }

      #weather_container {
        width           : 100%;
      }

      #error_container{
        padding         : 20px;
        color           : #F00;
      }

      /* Title */
      #weather_container_title {
        padding-bottom  : 0px;
        height          : 2em;
        padding-left    : 1em;
        padding-top     : 10px;
        padding-right   : 1em;
        white-space     : normal;
        float           : none;
      }

      /* Top HR */
      #weather_container_top_seperator, #weather_container_bottom_seperator {
        width           : 100%;
        text-align      : center;
        padding         : 0;
        float           : none;
        clear           : both;
      }

      /* individual forecasts */
      #today, #tomorrow {
        height          : 9em;
        float           : left;
        width           : 50%;
        min-width       : 17.4em;
      }

      /* #today { background-color: pink; }  */
      /* #tomorrow { background-color: orange; } */

      #today div, #tomorrow div {
        float           : left;
      }

      #weather_today_heading, #weather_tomorrow_heading {
        float           : left;
        white-space     : nowrap;
      }

      #weather_today_prediction, #weather_tomorrow_prediction {
        clear           : both;
        padding         : .3em .5em 1em 2.5em; 
        width           : 100%;
        white-space     : normal;
      }

      #weather_today_image, #weather_tomorrow_image {
        padding         : 1em .5em 0 2.5em; 
        width           : 90%;
      }

      #hi_lo_today, #hi_lo_tomorrow {
        padding         : 5px 0px 0px 10px;
      }

      #weather_today_image img, #weather_tomorrow_image img{
        float           : left;
      }

      #weather_today_image p, #weather_tomorrow_image p{
        padding         : 2px 10px 0px 0px;
        margin          : 0;
      }

      #weather_container_footer{
        width           : 98%;
        height          : 10px;
        padding-top     : .5em;
        text-align      : right;
        font-size       : .7em;
        padding-right   : 15px;
        float           : right;
        clear           : both;
        padding-bottom  : 1em;
      }

      .weather_widget_color_picker_tooltip{
        padding-top     : 4px;
      }

/*-----------------------------------------------------------------------------
* end WEATHER WIDGET
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
* GOOGLEMAP WIDGET
-----------------------------------------------------------------------------*/
#to_here, #from_here {
  color: blue;
  cursor: pointer;
}

#directions_form {
  height: 1em;
}

.address_text {
  font-weight: bold;
}

.directions_text {
  padding-top: .5em;
}

.directions_start_address,
.directions_end_address {
  font-size: .8em;
  color: grey;
}
/*-----------------------------------------------------------------------------
* end GOOGLEMAP
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
* VIDEO Widget
-----------------------------------------------------------------------------*/
.select_video {
  width: 7em;
}
/*-----------------------------------------------------------------------------
* end VIDEO
-----------------------------------------------------------------------------*/
body {
  background: url('/static/designs/images/repository/bg_1x241_dark_green_gradient.png') repeat-x #273E23 center top;
  height: 100%;
}

#rot #rot_ctr1 {
	margin: 0 auto;
	padding:0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	width: 996px;
	background: url('/static/designs/images/repository/bg_996x677_white_green_vector_rock_waterfall_shadow.png') no-repeat center top;
}

#rot #rot_ctr1 h1 {
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0;
}


#rot #rot_ctr1_hdr {
	
}

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

/* header */
#rot #rot_ctr1_bod_ctr1 {
	    width: 996px;
        padding: 50px 0;
        margin: 0 0;
		float: left;
		background: none;
}

#rot #rot_ctr1_bod_ctr1_hdr {
}

#rot #rot_ctr1_bod_ctr1_bod {
	 font-family: Georgia, "Times New Roman", Times, serif;
     color: #3b7d22;
     margin: 0 auto;
	 text-align: left;
}

#rot #rot_ctr1_bod_ctr1_bod h1 {
   padding: 0 43px;
   font-size: 1.8em;
}

#rot #rot_ctr1_bod_ctr1_bod p {

}

rot_ctr1_bod_ctr1_ftr {


}
/* end header */

/* menu */
#rot #rot_ctr1_bod_ctr2 { 
  width: 972px;
  margin: 0 auto;
  padding: 0;
  float: left;
  
}

#rot #rot_ctr1_bod_ctr2_hdr {
	
}

#rot #rot_ctr1_bod_ctr2_bod {
  background: url('/static/designs/images/repository/util_1x5_medium_green.gif') center bottom repeat-x;
  padding: 0;
  margin: 0 0 0 43px;
  float: left;
}

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

#rot #rot_ctr1_bod_ctr2_bod ul li {
  display: inline;
  color: #FFF;
  font-size: .75em;
}

#rot #rot_ctr1_bod_ctr2_bod ul li.last a {

}

#rot #rot_ctr1_bod_ctr2_bod ul li a {
  color: #1e4b0d;
  margin: 0px 1px 7px;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  float: left;
  text-align: center;
  background: #c2dbc8;
}

#rot #rot_ctr1_bod_ctr2_bod ul li:hover {
  
}

#rot #rot_ctr1_bod_ctr2_bod ul li a:hover {
  text-decoration: none;
  font-weight: bold;
  background: #459152;
  color: #FFF;
}

#rot #rot_ctr1_bod_ctr2_ftr {

}
/* end of menu */
  
#rot #rot_ctr1_bod_ctr3 {
	float:left;
	width: 972px;
	overflow: hidden;
	padding: 0;
	margin: 50px 13px 0;
} 


#rot #rot_ctr1_bod_ctr3_hdr {
}

#rot #rot_ctr1_bod_ctr3_bod {

}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 {
}

/** General Formatting Styles **/
#rot #rot_ctr1_bod_ctr3_bod_wrp1 {
     line-height: 1.6;
	 font-size: 0.75em;
	 color: #FFF;
}

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

#rot #rot_ctr1_bod_ctr3_bod_wrp1 a{
  color: #78a92d;
}

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

#rot #rot_ctr1_bod_ctr3_bod_wrp1 h1{
  margin: 0;
  font-size: 1.5em;
  padding: 0 0 15px 0;
  color: #78a92d;
  font-family: Georgia, "Times New Roman", Times, serif;
}
/** End of General Formatting Styles **/

/* all bullets styles */
#rot #rot_ctr1_bod_ctr3_bod_wrp1 ul {
	list-style:disc;
	list-style-position: inside;
	margin:0;
	padding: 0 0 15px 0;
  }

#rot #rot_ctr1_bod_ctr3_bod_wrp1 ul li {
    background: none;
    padding: 0 0 0 0;
}
/* end of all bullets styles */


/* container header style */
#rot #rot_ctr1_bod_ctr3_bod_wrp1 .ctr_list_title_bullet {
   list-style: none;
   list-style-position: outside;
   background: none;
   padding: 0 0 15px 0;
   
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 .ctr_list_title_bullet li {
   list-style: none;
   background: none;
   padding:0 0 0 0;
   color: #78a92d;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 .ctr_list_title {
    font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* end of container header style */

/**  Content Page Header Style (bullet)  **/
#rot #rot_ctr1_bod_ctr3_bod_wrp1 .ctr_list_hdr_bullet {
    list-style: none;
	background:none;
	padding:0;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 .ctr_list_hdr_bullet li {
	background:none;
	padding: 0 0 0 0;
    font-size: 2.3em;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/**  End of Content Page Header Style  **/  

/** Content Special Styles
****************************************/
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk1 h1{
     font-size: 2.3em;
	 color: #FFF;
}

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

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2 p {
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2 ul li {
	color: #c2dbc8;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3 p {
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1 {
    background: url('/static/designs/images/repository/img_938x202_3xlandscaping.png') no-repeat center bottom;
	height: 393px;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2, #rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3 , #rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4  {
}
/****************************************
End of Content Special Styles **/

#rot #rot_ctr1_bod_ctr3_ftr {

}

/* footer */
#rot #rot_ctr1_bod_ctr4 {
  width: 972px;
  clear: both;
  margin: 0 13px;
  padding: 30px 0;
}

#rot #rot_ctr1_bod_ctr4_hdr {
}

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

#rot #rot_ctr1_bod_ctr4_ftr {
  clear: both;
}
/* end footer */
#rot #rot_ctr1_ftr {
  clear: both;
}
/*Block Size, Positioning, Spacing, Background, Border*/
/*******************************/
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1 {
  padding: 30px 0 0 0;
  margin: 0;
  width: 972px;
  height: 127px;
background: none;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2 {
  float: left;
 margin: 0 0 0 0;
  padding:0;
  width: 460px;
  overflow: hidden;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3 {
  float: left;
  clear: both;
  padding: 0;
  overflow: hidden;
  width: 460px;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4 {
  #float: right;
 margin: 0 0 0 0;
  overflow: hidden;
  width: 512px;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3, #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: 30px 30px 15px 30px;
  text-align: left;
}

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

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

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4_blk1 {
  margin: 30px 30px 15px 30px;
  padding: 0;
}
/*****************************************
End of Content Size, Positioning, and Spacing */
body {
  background-position: center 24px; background-image: url('../../whitetopsidebar.jpg'); background-color: #696c75;
}
#rot #rot_ctr1_bod_ctr1_bod {
  height: auto;
}
#rot #rot_ctr1 {
  background-image: url('../../lightbox/vertical_lines_912.jpg'); background-color: #FFFFFF; width: 912px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-width: 0px; height: auto; position: relative; margin-top: auto; margin-bottom: auto; background-position: left top; border-left-color: #2d2f3d; border-right-color: #2d2f3d; background-repeat: repeat-y;
}
#rot #rot_ctr1_bod_ctr2_bod {
  background-image: none; background-color: #b6b5b5; background-repeat: repeat; height: 28px; width: 882px; margin-left: 0px; padding-left: 15px; float: none; padding-right: 15px;
}
#rot #rot_ctr1_bod_ctr1 {
  position: relative; right: 227px; padding-top: 25px; overflow: hidden; padding-bottom: 0px; width: 1346px; float: none; background-repeat: no-repeat; background-position: 205px top; background-color: #FFFFFF; background-image: url('../../ge_hdr_cropped_no_TM.jpg'); height: 100px;
}
#rot #rot_ctr1_bod_ctr4 {
  width: 1339px; margin-bottom: auto; position: relative; border-right-width: 0px; right: 220px; border-bottom-width: 0px; margin-right: auto; border-left-width: 0px; border-top-width: 0px; background-color: #ffffff; margin-top: auto; margin-left: auto; padding-bottom: 0px; padding-top: 0px; clear: none; float: left; border-top-color: #2d2f3d; border-bottom-color: #575a64; height: 117px; background-image: url('../../footer_1339_cropped.jpg');
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2 {
  background-color: #575a64; background-image: url('../../grad_bar.jpg'); left: 3px; position: relative; top: -3px; width: 880px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3 {
  background-color: #575a64; width: 440px; left: 3px; position: relative; top: -3px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4 {
  background-color: #575a64; width: 440px; float: left; left: 3px; position: relative; top: -3px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1 {
  background-image: url('../../FrogFallsHR.jpg'); left: 3px; padding-top: 0px; float: left; height: 150px; top: -3px; position: relative; width: 880px;
}
#sep___21___ {}
#rot #rot_ctr1_bod_ctr2_bod ul li a {
font-family: Trebuchet MS;
background-color: #2d2f3d;
color: #B6B5B5;
background-position: center top;
}
#rot #rot_ctr1_bod_ctr2_bod ul li a:hover {
font-family: Trebuchet MS;
background-color: #ee8912;
color: #ffffff;
font-weight: normal;
}
