/*Email Form*/
text_container
{
  border: 1px solid;
}

#small_ads_heading h3
{
  font-size: 14px;
  font-weight: bold;
}

#small_ads_heading h3 span
{
  color:#28648E;
}

#formspot_container
{
  color: #419CD4;
}

#fields label
{
display: block;
float: none;
}

#contact_form
{
display: block;
}

#contactform_submit
{

float: right;
margin-top: -15px;
}

#blogs_container
{
margin-top:20px;
}

/*Features Column*/

#featurelink row span
{
font-size: 12px
}

#desc row .mini_desc row
{
}


#features_container
{
background: url(/images/spotlight_bg.png) center top repeat-y;
width: 200px;
font-family: "Century Gothic", Century, Helvetica, Arial, sans-serif;
font-size: 12px;
}
#features .desc
{
background: #fff url(/images/spotlight_bg.png) center bottom no-repeat;

}




/* body & background styles */


body
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12pt;
  color: #313131;
  line-height: 19px;
  height: 100%;
}
#main_body
{
  min-height: 100%;
  position: absolute;
  width: 100%;
}
#page
{
  
}

/* Global Styles */
h1, h2, h3, h4, h5, h6
{
  font-family: "Century Gothic", Century, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #111;
}
h1
{
	font-size:2em;
	line-height: 2em;
}
h2
{
	font-size:1.7em;
	line-height: 1.8em;
}

.small_ads_heading h3
{
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5em;
}

h3
{
  font-size: 1.4em;
  margin-bottom: 15px;
  line-height: 1.5em;
}
h1 span.count, h2 span.count, h3 span.count, h4 span.count, h5 span.count, h6  span.count
{
  color: #ccc;
}
a, a h1, a h2, a h3, a h4, a h5, a h6
{
	color: #006692;
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6
{
	color:#000;
	font-weight: normal;
	text-decoration: underline;
}
a.admin
{
  color: #cc0000;
}
blockquote
{
	
}
blockquote p
{
	font-size:1.0em;
}
p
{

}
.content a img
{
    border:2px solid white;
}
.content a img:hover
{
  border:2px solid black;
}
.content a img:active
{
  border:2px solid #96C62F;
}
.clear
{
  clear: both;
}



/* forms */



/* user bar */


#user_bar
{
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  background: #e5e5e5;
  height: 6px;
  padding-right: 6px;
  text-align: right;
}

    #user_bar ul li
    {
      display: block;
      float: right;
      margin-left: 3px;
      margin-top: 6px;
      
    }
    #user_bar ul li a
    {
      padding: 2px 8px 4px 8px;
      background: #e5e5e5;
      display: block;
      font-size: 0.7em;
      color: #444;
      text-decoration: none;
      border-bottom: #ccc 1px solid;
      border-left: #ccc 1px solid;
      border-right: #ccc 1px solid;
      -moz-border-radius-bottomleft: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -webkit-border-bottom-right-radius: 6px;
      
    }
    #user_bar ul li a:hover
    {
      color: #004c6d;
      text-decoration: underline;
    }


/* Header */

#header_container
{
	background:url(/images/menu_gradient.png);
	height: 28px;
	padding: 15px 0;	   
}
#header
{

	margin-bottom: 10px;
}

/* Logo */
    #logo_container
    {
      float: left;
    	width: 176px;
    	height: 106px;
    }
    
    #logo h1
    {
    	font-size:2.5em;
    	letter-spacing: -0.1em;
    	margin:0;
    	top: -9px;
    	position: relative;
    	line-height: normal;
    	background: url(/images/logo.png) no-repeat;
    	width: 176px;
    	height: 106px;
    }
    #page #header .small_logo h1
    {
      top: 0px;
      background: url(/images/logo_small.png) no-repeat;
    	width: 150px;
    	height: 48px;
    }
     #logo h1 a
    {
    	color:#302F30;
    	text-decoration: none;
    }
     #logo a
    {
    	color:#302F30;
    	font-size: 0.9em;
    }
     #logo:hover
    {
      opacity: 0.7;
    }
       #logo span
    {
      display: none;
    }
    
/* Main menu */
    
    /* drop down menu */

    #main_menu .lvl1 ul.tree
    {
      display: none;
      float: left;
      background: #fff;
      position: relative;
      z-index: 1000;
      

    }
    #main_menu .lvl1 ul.tree li.leaf
    {
      display: block;
      position: relative;
      z-index: 2000;
    }
    #main_menu .lvl1 > li.branch:hover
    {
      background: #fff;
      border-top: 2px solid #000 !important;
      
      
      
    }
    #main_menu .lvl1 li.branch:hover + li a
    {
      border-left: 2px solid transparent !important;
    }
    #main_menu .lvl1 li.branch:hover > a
    {
      border-left: 2px solid #000 !important;
      border-right: 2px solid #000 !important;
    }
    #main_menu .lvl1 li.branch:hover ul.lvl2
    {
      display: block;
      border-bottom: 2px solid #000;
      width: 100%;
    }
    #main_menu .lvl1 li.branch:hover ul.lvl2 li > a
    {
      border-left: 2px solid #000 !important;
      border-right: 2px solid #000 !important;
      display: block;
      
    }
    #main_menu ul.lvl2 > li.leaf
    {
      
      
      background: #000;
    }
    #main_menu ul.lvl2 > li.leaf:first-child
    {
      border-top: none;
    }
    #main_menu ul.lvl2 > li.leaf
    {
      border-top: #333 1px dotted;
    }
    #main_menu ul.lvl2 > li.leaf:hover
    {
      background: #74A2C4;
    }
    #main_menu ul.lvl2 > li.leaf a
    {
      color: white !important;
      font-size: 12px;
      
      
    }
    #main_menu ul.lvl2 > li.leaf > a:first-child
    {
      
    }
    #main_menu ul.lvl2 > li.leaf a:hover
    {
      background: #74A2C4;
    }
    #header #menu_bar_container
    {
      
    }

    div#header div#main_menu
    {
      display: table;
      width: 100%;
    }
    #header #main_menu > ul
    {
      display: table-row;
      line-height: 28px;
    }
    #header #main_menu > ul > li
    {
      display: block;
      float: left;
      text-align: center;
      position: relative;
      z-index: 1000;
      font-family: "Century Gothic", Helvetica, Arial, sans-serif;
      
    }
    #header #main_menu ul.lvl1 > li:first-child
    {
      border-left: none !important;
    }
    #header #main_menu ul.lvl1 > li:first-child a
    {
      border-left: 2px solid transparent;
    }
    #header #main_menu ul.lvl1 > li.active > a
    {
      color: #21a1db;
      font-weight: bold;
    }
    #header #main_menu ul.lvl1 > li > a
    {
      display: block;
      color: #4c4d4f;
      text-transform: capitalize;
      font-size: 15px;
      text-decoration: none;
      font-weight: normal;
      border-left: 2px solid #74A2C4;
      border-right: 2px solid transparent;
      
    }
    #header #main_menu > ul.lvl1 > li
    {
      border-top: 2px solid transparent;
    }
    #header #main_menu ul.lvl1 > li > a:hover
    {
      color: #21a1db;
    }
    #header #main_menu ul.lvl1 > li > a > span
    {
      
    }
    #header #main_menu ul.lvl1 li a#subscribe
    {
      /*background: url(/images/icn_rss.png) no-repeat top left;*/
    }
    #header #main_menu ul li a#subscribe:hover
    {
      background-position: bottom left;
    }
    #header #main_menu ul li a#subscribe span
    {
      display: none;
    }

/* dialog boxes */

.modal_dialog, .jqmWindow, .dialog, #dialog
{
  display: none;
}
.modal_dialog input[type=text], .jqmWindow input[type=text], .dialog input[type=text], #dialog input[type=text]
{
  width: 80%;
}

#promo_container
{
  border-top: 2px solid #5caee1; 
  border-bottom: 2px solid #5caee1;
  height: 176px;
  overflow: hidden;
}
#logocol
{
  padding: 30px 0;
}
#rotatecol
{
  height: 136px;
}
/* Body styles */
#body_container
{
  background: url(/images/bodyc_fade.png) repeat-x top left;
  width: 100%;
  
}
#body
{
	
}

#body .columns_container .column .inner_column
{
  padding-top: 30px;
}

#body .columns_container .no_inner_column .inner_column
{
  padding-top: 12px;
}


#small_ads .inner_column
{
  
}
#body input
{
  
}

#big_ads
{
  padding-top: 8px;
}

#deep_mid_ads
{
  padding-top: 30px;
}

#mid_ads
{
  width: 520px;
}
#small_ads, #small_ads1
{
  width: 160px;
  background: url(/images/blue_fade.png) repeat-x top left;
  padding: 0 10px;
  min-height: 434px;  
  
}
.container_16 .grid_4
{
  width: 190px;
}

.readmore
{
  text-align: right;
  font-size: 10px;
  
  text-transform: uppercase;
}
.readmore a
{
  font-weight: bold !important;
}


#body input[type=text], #body input[type=password], textarea
{
  border: 1px solid #28648E;
  display: block;
  color: black;
  font-size: 1.1em;
  width: 98%;
}
#body input[type=text], input[type=password]
{
  width:98%;
}
#body .full_input input[type=text], #body .full_input input[type=password]
{
  width: 300px;
}
.submit
{

  margin-top: 15px;
  padding-top: 15px;
  
}

form#contactform .submit
{

  margin-top: 0px;
  padding-top: 15px;
  
}

button
{
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 15px;
  letter-spacing: 0px;
  color: white;
  border: none;
  background: #76B261 no-repeat right center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 0 0 0 0;
  font-size: 14px;
  outline: none;
  white-space: nowrap;
  
  text-align: center;
  
}
button::-moz-focus-inner{padding:0;border:none}
button span
{
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0 3px 0 14px;
  line-height:27px;
  margin: 0 0 0 0;
}
button:hover
{
  background: #417fcc url(/images/arrow_right_blue.png) no-repeat right center;
  cursor: pointer;
}
button:hover span
{
  background-position: bottom left;
}


button#contactform_submit
{
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 15px;
  letter-spacing: 0px;
  color: white;
  border: none;
  background: #417fcc no-repeat right center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 0 0 0 0;
  font-size: 14px;
  outline: none;
  white-space: nowrap;
  
  text-align: center;
  
}
button#contactform_submit::-moz-focus-inner{padding:0;border:none}
button#contactform_submit span
{
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0 3px 0 14px;
  line-height:27px;
  margin: 0 0 0 0;
}
button#contactform_submit:hover
{
  background: #76B261 url(/images/arrow_right_blue.png) no-repeat right center;
  cursor: pointer;
}
button#contactform_submit:hover span
{
  background-position: bottom left;
}

#more_links #brochures
{
  padding-bottom: 25px;
  padding-top: 25px;
  border-top: solid 1px #338BBD;
}

#more_links #newsreleases
{
  padding-bottom: 25px;
  padding-top: 25px;
  border-top: solid 1px #338BBD;
}

#more_links #contactus
{
  padding-bottom: 25px;
  padding-top: 25px;
  border-top: solid 1px #338BBD;
  border-bottom: solid 1px #338BBD;
}

#more_links a
{
  font-weight: bold;
  font-size: .9em;
  margin-bottom: 25px;
  color: #338BBD;
}

#more_links a h4
{
  font-weight: bold;
}

#more_links
{
  margin-top: 50px;
}

.form label.chk
{
  float: none;
  width: auto;
  
}
.form label.chk span
{
  margin-left: 10px;
}
.sidebar_form .field label
{
  width: 40px;
  float: none;
  margin-bottom: 5px;
  
}
.field label
{
  width: 100%;
  display: block;
  padding-top: 5px;
  padding-right: 15px;
  font-size: 0.8em;
}
/* article based styles */
.bloglist .article
{
  margin: 0px 0 1.3em 0;
  padding: 0px 0 1.3em 0;
  border-bottom: 3px solid #eee;
}
.bloglist .article .title a
{
  text-decoration: underline;
  font-weight: bold;
}
.article
{
  margin: 0px 0 1.1em 0;
  padding: 0px 0 1.1em 0;
  border-bottom: 3px solid #eee;
}
.article .username
{
  display: inline-block;
  text-transform: capitalize;
  font-size: 11px;
  font-weight: bold;
  color: #7B9955;
}
.article .username
{
  margin-right: 10px;
}

.article .admin_context_bar_container
{
  float: right;
  
}
.article .admin_link
{
  padding: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.article .admin_link:hover
{
  background-color: black;
  
}
.article .edit_link
{
  background: #c54740 url(/images/icons/pencil_small.png) no-repeat;
  
  
}
.article .delete_link
{
  background: #c54740 url(/images/icons/cross_small.png) no-repeat;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  
}
.article .author img
{
  margin-right: 10px;
  float: left;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 2px solid #111;
}
.article .admin_link
{
  display: block;
  float: right;
  height: 10px;
  width: 10px;
  background-position: center center;
  margin: 0 3px;
}
.article .admin_link span
{
  display: none;
}
.article .photo
{
  float: left;
  margin-right: 10px;
  
}
.article .photo img
{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.article .title
{
  line-height: 30px;
}
.profile.article .title
{
  font-size: 1.2em;
}
.article .title
{
  font-size: 1.1em;
  margin-bottom: 3px;
  display: inline;

}
.article div.title
{
  display: block;
  margin-bottom: 5px;
}
.article .comments
{
  margin: 0 10px;
  font-size: 11px;
}
.article .comments a
{
  display: inline-block;
  line-height: 20px;
  padding-left: 25px;
  background: url(/images/comment4.png) no-repeat left center;
  font-style: normal;
}
.article .meta
{
  font-size: 11px;
  display: block;
  line-height: 22px;
  width: 650px;
  
}
.article .tags
{
  margin: 0 10px;
  color: #AAA694;
  font-size: 11px;
}
.article .tags strong
{
  color: #AAA694;
  margin-right: 5px;
}
.article .tags a.tag
{
  margin-right: 2px;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 3px;
  font-size: 11px;
  line-height: 14px;
  background: #E5E3D7;
  color: #006692;
  text-decoration: none;
  text-transform: lowercase;
}
.article .tags a.tag:hover
{
  
  background: #658d26;
  color: #fff;

}
.article .tags a.tag.more
{
  margin-right: 2px;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 1px 4px;
  line-height: 14px;
  background: #658d26;
  color: #fff;
  
  text-decoration: none;
}
.article .description
{
  font-size: .8em;
  margin: 0px 0 10px 0;
}
.article .description *
{
  font-family: Helvetica, Arial, sans-serif;
}
.article .description h1 a, .article .description h2 a, .article .description h3 a, .article .description h4 a
{
  color: #444026 !important;
  text-decoration: underline;
}
.article .description h1
{
  color: #111;
  font-size: 1.3em;
}
.article .description h2
{
  color: #111;
  font-size: 1.2em;
}
.article .description h3
{
  color: #111;
  font-size: 1.1em;
}
.article .description h4
{
  color: #111;
  font-size: 1.0em;
}
.article .title .dates
{
    
}
.article .dates
{
  font-size: .9em;
  color: #222222;
  font-weight: bold;
  margin: 0 10px;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline;
  
}
.article .post_info
{
  padding: 0 15px;
}

.article .date
{
  font-weight: bold;
  font-style: normal;
  color: #222222;
}

.article ul
{
  list-style: disc;
  padding: 10px 30px !important;
  margin: 1em 0px 1em 0px;
  display: block;
}
.article ul li
{
  display: list-item;
  padding: auto !important;
  margin: auto;
  line-height: 1.8em;
}
.article p
{
  margin: 1.2em 0px;
  padding: auto;
}


/* blog stuff */
#newer_container
{
  float: left;
  width: 40%;
}
#older_container
{
  float: right;
  width: 40%;
  text-align: right;
}
/* commentbox */
.commentbox.page_break
{
  background:  url(/images/page/white_divider2.jpg) center top no-repeat;
  padding: 20px 5px 0 4px !important;
}
.commentbox.page_break h4
{
  padding: 10px 35px 0 35px;
}
.commentbox.page_break  div.comment:first-child
{
  
}
.comment_form .yourinfo
{ 
  width: 48px;
  float: left;
  margin-right: 20px;
}
.comment_form .yourinfo .photo
{
  padding: 2px;
  width: 48px;
  height: 48px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  background: #383322;
}
.comment_form .yourinfo img
{
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  width: 48px;
  height: 48px;
}
.comment_form #commentinput_form_fields
{
  float: right;
  
  
}
.comment_form #commentinput_form button
{
  margin-top: 8px;
  background-color: #296385;
}
.comment_form #commentinput_form button:hover
{
  background-color: black;
  
  color: white;
}
.commentbox.page_break  div.comment
{
  padding: 15px 35px 15px 35px;
  border-top: 1px dashed #C8C7BE !important;
}
.commentbox.page_break  div.comment.last
{
  padding-bottom: 35px;
}
.commentbox.page_break .comments
{
  
  border-bottom: 1px solid #222 !important;
}
.comment_form #loggedinas
{
  float: right;
  font-size: 12px;
  font-style: italic;
  margin: 10px 0 0 0;
}
.comment_form .logoutlink
{
  display: inline-block;
  padding: 1px 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 10px;
  font-style: normal;
  color: #9DA57F;
  text-decoration: none;
  background: #64694C;
}
.comment_form .logoutlink:hover
{
  background: #111;
  color: white;
}
#warning_box
{
  padding: 0 5px 0 4px !important;
}
.warning
{
  display: block;
  border-bottom: 1px solid #222 !important;
  padding: 15px 35px 15px 35px;
  background: #FDEC70;
  font-size: 16px;
}
.comments p.nocomments_loggedin
{
  display: block;
  border-top: 1px solid #222 !important;
  padding: 15px 35px 15px 35px;
  background: #FDEC70;
  font-size: 16px;
}
#comment_master_form #login_form label
{
  margin-right: 10px;
  text-transform: capitalize;
  font-weight: bold;
}
#comment_master_form #login_form fieldset
{
  float: left;
  margin-right:20px;
}
#comment_master_form #login_form fieldset input[type=text], #comment_master_form #login_form fieldset input[type=password]
{
  background: #353A26 url(/images/page/textareabg.jpg) repeat-x;
  border-color: #000;
  border-width: 1px;
  
  padding: 4px;
  color: white;
}
.commentbox.page_break .comments div.comment.odd
{
  background: #F0EFE5 repeat-x top;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  
  border: none;

  
}
.commentbox.page_content
{
  background: url(/images/page/white_divider2.jpg) center top no-repeat;
  padding: 35px 35px 20px 35px !important;
}
.commentbox
{
  
}
.commentbox h4
{
  font-size: 20px;
  margin: 15px 0;
}
form.comment_form fieldset
{
  clear: both;
}

form.comment_form label
{
  display: none;
}
form.comment_form textarea
{
  width: 850px;
  height: 100px;
  margin: 0px 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}
.comments .comment
{
  
  padding: 15px;
}
.comments .comment.odd
{
  background: #eee;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 1px solid #ccc;
}
.comments .comment .author
{
  width: 48px;
  float: left;
  margin-right: 20px;
}
.comments .comment .author .photo
{
  padding: 2px;
  width: 48px;
  height: 48px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  background: #383322;
}
.comments .comment .author img
{
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  width: 48px;
  height: 48px;
}
.comments .comment .author_comment
{
  float: right;
  width: 790px;
  font-size: 11px;
  padding-right: 20px;
}
.comments .comment .author_comment .words
{
  margin-top: 7px;
  color: black;
  font-size: 12px;
}
.comments .comment .author_comment .username
{
  color: #658d26;
  text-transform: capitalize;
}
.comments .comment .author_comment .date
{
  color: #A0997D;
  font-style: italic;
  margin-left: 5px;
}


/* tag cloud */
.tag_cloud
{
  list-style: none;
}
 
.tag_cloud .tag
{
  list-style: none;
  margin: 2px 1px;
}
.tag_cloud .tag a
{
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 12px 5px;  
  text-transform: capitalize;
  
}
.tag_cloud .tag a:hover
{
  text-transform:capitalize;
  text-decoration: underline;
}
 
.tag_cloud .tag_popularity_1
{
  font-size: 11px;
  line-height: 15px;
  border-bottom: 1px solid #ccc;
  
}
 
.tag_cloud .tag_popularity_2
{
  font-size: 17px;
  line-height: 21px;
}
 
.tag_cloud .tag_popularity_3
{
  font-size: 23px;
  line-height: 27px;
}
 
.tag_cloud .tag_popularity_4
{
  font-size: 30px;
  line-height: 34px;
}

/* pagination */

.pagination
{
  
}
.pagination ul li
{
  float: left;
  margin-right: 6px;
  display: block;
  font-size: 12px;
}
.pagination ul li a, .pagination ul li.selected
{
  background: #eee;
  padding: 1px 5px;
  display: block;
  color: #999;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
}
.pagination ul li.selected
{
  background: #E3B928;
  border: 1px solid #B18D13;
  color: #fff;
}
.pagination ul li a:hover
{
  color:#fff;
  background: #444;
  text-decoration: none;
  border: 1px solid #111;
}
/*sidebar*/

.sidebar h4
{
  margin: 15px 0 15px 0;
  color: #28648E;
}
.sidebar h4.firsttitle
{
  margin: 0 0 15px 0;
}
.sidebar .article
{
  font-size: .8em;
}
.sidebar .article div.title
{
  display: block;
  margin-bottom: 2px;
  font-size: .9em;
}
.sidebar .feature
{
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 225px;
  overflow-x: hidden;
}
.sidebar img
{
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.sidebar .feature .title.overlay
{
  margin-top: -40px;
  padding-bottom: 10px;
  font-size: 10px;
  position: relative;
  z-index: 100;
  text-align: left;
  height: 30px;
  overflow: hidden;
  width: 170px;
  
  
}
.sidebar .feature .title.overlay a
{
  color: white;
  background: #658d26;
  padding: 0 10px;
  line-height: 30px;
  display: block;
  height: 30px;
  overflow: hidden;
}
.sidebar .feature .title.overlay a:hover
{
  background: #444026;
}
.sidebar .feature .heading_title h5
{
  font-size: 14px;
  margin-top: 8px;
  color: black;
}
.sidebar .feature .mini_desc
{
  margin-top: 3px;
  font-size: 10px;
  line-height: 14px;
  color: #aaa;
}
/* breadcrumbs */
.breadcrumbs a
{
  color: #67804F;
}
.breadcrumbs
{
  font-size: 10px;
  position: relative;
  top: -3px;
  color: #67804F;
}
.breadcrumbs .separator
{
  margin: 0 5px;
}
.breadcrumbs .crumb
{
  
}

/* tree styles */


/* feed links */

.feedlink48
{
  background: url(/images/feed-icon-24x24_over.png) no-repeat top left;
  padding-left: 30px;
  line-height: 24px;
  height: 24px;
  display: block;
  color: #c97a33;
}
.feedlink48:hover
{
  color: #000;
  background-position: bottom left;
}
.feedlink482
{
  background: url(/images/feed-icon-48x48.png) no-repeat top left;
  height: 48px;
  padding-left: 50px;
  line-height: 48px;
  display: block;
}

/* Common Re-usable Styles */

.divider .row
{
  margin: 10px 0;
  display: block;
  background: url(/images/divider.gif) no-repeat center center;
  height: 17px;
  width: 960px;
}

/* tool tips */
.videotip
{
  background: url(/images/video_icn2.png) no-repeat 8px 11px;
  padding: 5px 8px 5px 30px !important;
  text-align: left !important;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	background-color: #111;
	color: #444;
	font-size: 10px;
	line-height: 14px;
	padding: 5px 8px;
	text-align: center;
	
}
#tooltip h3
{
  color: white;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
#tooltip h3, #tooltip div { margin: 0; }

span.explanation
{
  color: #aaa;
}
#date .date
{
  color: #ccc;
}

#path_link_container
{
  margin-top: 30px;
}


.pagecontent
{
  padding: 0px 0px;
}
 .pagecontent p
{
  margin: 8px 0;
  
}
 .pagecontent h1
{
  margin: 10px 0;
  text-transform: capitalize;
  color: #28648E;
}
 .pagecontent h2
{
  margin: 8px 0;
  text-transform: capitalize;
  color: #28648E;
  line-height: 100%;
}
.pagecontent h3
{
  margin: 6px 0;
  text-transform: capitalize;
  color: #28648E;
  background: url(/images/dots_small.jpg) no-repeat center left;
  padding-left: 14px;
}
.pagecontent h4
{
  margin: 4px 0;
  text-transform: capitalize;
  color: #28648E;
  background: url(/images/dots_smaller.jpg) no-repeat center left;
  padding-left: 14px;
}
 .pagecontent h5
{
  margin: 4px 0;
  text-transform: capitalize;
  color: #28648E;
  background: url(/images/dots_smaller.jpg) no-repeat center left;
  padding-left: 14px;
}
 .pagecontent h6
{
  margin: 4px 0;
  text-transform: capitalize;
  color: #28648E;
}
.pagecontent ul
{
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 30px;
}
.pagecontent li
{
  color: #28648E;
}
.pagecontent hr
{
  background: #ddd;
  color: #ddd;
  border: none;
  height: 1px;
  width: 100%;
  margin: 30px 0 30px 0;
}


#pagebox #pageheader_cols > .column .inner_column
{
  
}
#pagebox #pageheader_cols > .column .inner_column
{
  
}
#pagebox .column.smallcol .inner_column
{
  padding: 25px 10px 0 10px !important;
}
#pagebox .page_content
{
  /* padding: 25px 25px 0 25px; */
}
#pagebox .emptypage_content
{
  padding: 40px 40px 0 40px;
}
#pagebox #page_cols > .columns_container > .column .inner_column
{
  padding: 20px 25px;
}
#pagebox .page_content h3
{
  font-size: 22px;
}

#pagebox .page_cols
{
  
}
/* restyle articles */

/*needs gradient bg*/
#smallads
{
  
}


#eventsbox
{
  
}
#eventsbox .article
{
  border-top: 1px solid #c2cbd6;
  border-bottom: none;
  padding: 7px;
  margin-top: 0px;
  font-size: 12px;
  
  margin-bottom: 0px;
}
#eventsbox .article .date, #eventsbox .article .dates
{
  color: #807854;
  font-weight: normal;
  font-style: italic; 
}
#eventsbox .article a:hover
{
  text-decoration: none;
}
#eventsbox .article a h5
{
  color:#658d26;
  
  font-weight: bold;
}
#eventsbox .article a h5:hover
{
  color: #111;
  text-decoration: none;
}
#eventsbox .article.even
{
  
}
#eventsbox .article:first-child
{
  border-top: none;
  
}
#eventsbox .article .title
{
  font-size: 12px;
  line-height: 18px;
}
#eventsbox .article .description
{
  font-size: 12px;
  line-height: 16px;
  color: #7c7f84;
}

/* flash spot */

#flash
{
  width: 100%;
  margin-right: 0px;
  
  overflow: hidden;
  
}
.panel .imagespot
{
	width: 434px;
	float: left;
}
.panel .spottext
{
	width: 236px;
	float: right;
	padding: 15px 0 15px 15px;
}
.panel .spottext .spottitle h3
{
  font-size: 18px;
  line-height: 19px;
}
.panel .spottext .spotdesc
{
  font-size: 12px;
  line-height: 14px;
}
.panel .spottext .spotdesc strong
{
  display: block;
  font-size: 14px;
  line-height: 18px;
}

#rubberband {
width:100%;
}

#panelbox_container{



}


#flash a img
{
    border:none;
    background: url(/images/envirogen_logo.png);
}

/* footer */




#footer
{
  font-size: 0.7em;
  margin-top: 20px;
  margin-bottom: 30px;
  height: 60px;
  color: #77787b;
  text-align: center;
}
#footer #left_side
{
  
}
#footer #left_side #footer_stuff
{
  float: left;
}
/* footer social icons */

    #footer #left_side #socialcons
    {
      float: left;
    }
    #footer #socialcons > div
    {
      float: left;
      margin-right: 20px;
    }
    #footer #socialcons #socialtitle
    {
      margin-left: 70px;
      font-size: 18px;
      color: #5B5432;
      background: url(/images/socialcons_title.png) no-repeat;
      height: 25px;
      width: 132px;
    }
    #footer #socialcons #socialtitle span
    {
      display: none;
    }
    #footer #socialcons ul li a
    {
      width: 25px;
      height: 25px;
      line-height: 25px;
      margin-right: 2px;
      display: inline-block;
      background-image: url(/images/socialcons.png);
      background-repeat: no-repeat;
      background-position: top left;
    }
    #footer #socialcons ul li a:hover
    {
      background-position: bottom left;
    }
    #footer #socialcons ul li a span
    {
      display: none;
    }
    #footer #socialcons #twitter
    {
      background-position: 0px top;
    }
    #footer #socialcons #youtube
    {
      background-position: -25px top;
    }
    #footer #socialcons #flickr
    {
      background-position: -50px top;
    }
    #footer #socialcons #blogger
    {
      background-position: -75px top;
    }
    #footer #socialcons #facebook
    {
      background-position: -100px top;
    }
    #footer #socialcons #rss
    {
      background-position: -125px top;
    }
    #footer #socialcons #myspace
    {
      background-position: -150px top;
    }
    #footer #socialcons #twitter:hover
    {
      background-position: 0px bottom;
    }
    #footer #socialcons #youtube:hover
    {
      background-position: -25px bottom;
    }
    #footer #socialcons #flickr:hover
    {
      background-position: -50px bottom;
    }
    #footer #socialcons #blogger:hover
    {
      background-position: -75px bottom;
    }
    #footer #socialcons #facebook:hover
    {
      background-position: -100px bottom;
    }
    #footer #socialcons #rss:hover
    {
      background-position: -125px bottom;
    }
    #footer #socialcons #myspace:hover
    {
      background-position: -150px bottom;
    }
#footer ul li
{
  display: inline;
  text-transform: capitalize;
}
#footer ul li a
{
  color: #5b5533;
  margin-right: 10px;
}
#copyright
{
  float: left;
}
#blackpulp_container
{
  float: right;
  width: 29px;
}
#blackpulp a
{
  height: 24px;
  width: 29px;
  display: block;
  background: url(/images/blackpulp.png) no-repeat;
}
#blackpulp a span
{
  display: none;
}
