/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea {font-size: 100%;}

submit {background-color: white;}

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Helvetica, Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Helvetica, Arial, sans-serif; }
select { font-size: 100%; font-family: Helvetica, Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

/*.ul, .ol { margin: 0 0 1em 2em; } */
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: underline; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited { 
    color: #669900;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
    font-family: Helvetica, Arial, sans-serif;
    background: #cccc99 repeat-x 0 0;
    background-image: url('/images/body-top.png');
}
#page {
    font-size: 1.2em;
    color: #554c01;
    width: 1002px;
    margin: 0 auto;
    background: #FFFFFF url(/images/page-bg.gif) repeat-y 0 0;
}

#header {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
}
    #logo {
        float: left;
        position: relative;
        z-index: 5;
        padding: 15px 0 14px 10px;
    }
        #logo a:link, #logo a:visited {
            display: block;
            /* width: 307px; */
            width: 400px;
            height: 148px;
            text-indent: -1000em;
            background: url(/images/logo.png) no-repeat 0 0;
        }
    #print-logo {
        display: none;
    }
    #search {
        float: right;
        position: relative;
        z-index: 12;
        padding: 20px 30px 0 0;
        height: 143px;
        /* width: 550px; */
        width: 473px;
    }
        #search p {
            float: right;
            clear: right;
            text-align: right;
            margin: 0;
        }
            #search input.text {
                border: solid 1px #573c1c;
                background: #FFFFFF;
                color: #666666;
                padding: 3px 5px;
                width: 300px;
                font-size: 116.67%;
            }
            #search select {
                float: left;                
                height: 22px;
                border: solid 1px #573c1c;
                margin: 0;
                background: #FFFFFF;
                color: #666666;
                line-height: 1.0em;
                font-size: 14px;
                padding-top: 3px;
            }
            #search input.img {
                float: left;
                border: solid 1px #573c1c;
                border-left: none;
            }
        #search p.link {
            padding: .75em 0 0;
            font-size: 75%;
            text-transform: uppercase;
        }
            #search p.link a:link, #search p.link a:visited {
                color: #f5f7df;
                text-decoration: none;
            }
/* the old version
#login-link {
  display: block;
  position: absolute;
  bottom: 35px;
  right: 30px;
  background: #f1f4d3 url(/images/arrow.png) 100% 50% no-repeat;
  border: 3px solid #f1f4d3;
  padding: 2px 14px 0 3px;
  text-decoration: none;
  z-index: 10;
} Jorge's new improved version: */
#login-link {
  display: block;
  position: relative;
  float: right;
  /* This is what Jorge's guidelines recommended...
  position: absolute;
  bottom: 35px;
  */
  right: 30px;
  background: #f1f4d3 url(/images/arrow.png) 100% 50% no-repeat;
  border: 3px solid #f1f4d3;
  padding: 2px 14px 0 3px;
  text-decoration: none;
  z-index: 10;
  white-space: nowrap;
}
#beta {
    position: absolute;
    z-index: 15;
    font-size: 32px;
    color: #f5f7df;
    font-style: italic;
    top: 104px;
    left: 350px;
}
    #header-background {
        clear: both;
        position: relative;
        top: -185px;
        z-index: 1;
        left: 0;
        width: 1000px;
        height: 185px;
        margin: 0 0 -185px;
        border: solid 1px #452d10;
        border-width: 0 1px;
    }
    #topnav {
        clear: both;
        width: 100%;
        overflow: hidden;
        background: #cc9933;
        font-size: 116.67%;
        font-weight: bold;
        text-transform: uppercase;
    }
        #topnav ul {
            margin: 0 20px;
        }
            #topnav li {
                float: left;
                margin: 0 5px 0 0;
            }
                #topnav li a:link, #topnav li a:visited {
                    float: left;
                    display: block;
                    color: #f0f4c6;
                    line-height: 30px;
                    padding: 0 10px;
                    white-space: nowrap;
                    text-decoration: none;
                }
                #topnav li a:link:hover, #topnav li a:visited:hover,
                #topnav li.active a:link, #topnav li.active a:visited {
                    color: #688f00;
                    background: #FFFFFF;
                }

#content-box {
    margin: 0 31px 0 26px;
    padding: 0 0 30px;
    width: 945px;
    overflow: hidden;
}

    #title-box {
        width: 945px;
    }
    #content-main {
        float: left;
        width: 945px;
    }
    #rh-side {
width: 200px;
float: right;
    }
    
    #rh-side-single {
width: 225px;
float: right;
    }
    
    #columns-content {
        float: left;
        width: 710px;
    }
    #content {
        font-size: 125%;
    }
    
  
    #content.left {
        float: right;
        width: 700px;
    }
    #content.middle {        
        float: right;
        width: 465px;
    }
    #content.expert {        
            float: right;
            width: 445px;
    }
    #content.right {
        float: left;
        width: 720px;
    }
    
    #content.single {
        float: left;
        width: 675px;
    }
    
    #content.all {
        width: 945px;
    }
    
    #lh-side {
        float: left;
        width: 220px;
        font-size: 108.33%;
    }

#content-box p {
    line-height: 1.5em;
    margin: 0 0 15px;
}

p.bottom {
    line-height: 1.5em !important;
    margin: 0 !important;
}

#rh-side p {
    line-height: 1.5;
}
#content-main ul {
    line-height: 1.5;
    margin: 0 0 30px 1.5em;
}  

#content ul {list-style: square inside url('/images/bullet.png');}

#content ul li {
  margin: 0 0 7px 15px;
  text-indent: -15px;
}



#content-main ol {
    list-style-type: decimal;
    margin: 0 0 1.5em 1.5em;
}

h2.single {font-size: 36px !important;
	   }

#title-box h2 {
    /* font-family: Georgia, serif; */
    font-size: 45px;
    font-weight: normal;
    color: #789739;
    line-height: 49px;
    margin: 10px 0 23px;
}


#title-box div#partner-logo {
    margin: 0;
    padding: 0;
    float: right;
}
#title-box p#breadcrumbs {
    margin-bottom: 0;
    padding-bottom: 0;
}

div#addthis_button {
    float: right;
    margin-right: 40px;
    padding-left: 2em;
}
div#addthis_button img {
    vertical-align: top;
}
div#addthis_button a {
    text-decoration: none;
    vertical-align: middle;
    font-size: 16px;
}

#content-main h1, #content-main h2, #content-main h3, #content-main h4, #content-main h5, #content-main h6 {
    font-weight: bold;    
    color: #506328;    
}
    #content-main h1 {
        text-transform: uppercase;
        font-size: 150%;
        margin: 0 0 .6em;
    }
    #content-main h2 {
        font-size: 120%;
        margin: 0 0 .3em;
    }
    #content-main h3 {        
        font-size: 105%;
        margin: 0 0 .3em;
    }
    #content-main h5 {
        font-size: 85%;
    }
    #content-main h6 {
        font-size: 80%;
    }
#lh-side h3 {
    font-size: 110%;
}


#footer {
    background: repeat-x 0 0;
    background-image: url('/images/body-bottom.png');
    height: 214px;
    font-size: 1.2em;
}
    #footer .in {
        margin: 0 auto;
        width: 1002px;
        height: 213px;
        padding: 1px 0 0;
        background: url(/images/footer-bg.png) repeat-x 0 0;
        color: #999966;
    }
    
    #footer p.links {
        padding: 0 20px;
        height: 30px;
        text-transform: uppercase;
    }
        #footer p.links a:link, #footer p.links a:visited {
            float: left;
            display: block;
            color: #798807;
            line-height: 30px;
            padding: 0 10px;
            margin: 0 5px 0 0;
            text-decoration: none;
        }
        #footer p.links a:link:hover, #footer p.links a:visited:hover {
            text-decoration: underline;
        }
    #footer .logos {
        float: left;
        width: 270px;
    }
        #footer .logos p {
            margin-top: 65px;
            text-align: center;
        }
        #footer .logo2 p {
            margin-top: 60px;
        }
    #footer .info {
        float: left;
        width: 460px;
        padding: 25px 0 0;
    }
        #footer .info p {
            margin: 0 0 1em;
        }


.lh-nav {
    background-image: url('/images/left_repeat.png');
    background-repeat: repeat-y;
    padding: 15px 30px 0 20px;
    margin: 0 10px 0 0;
    
}

#lh-side div.lh-nav p {
  margin-bottom: 0;
}

.lh-nav-cap {background-image: url('/images/left_cap.png');
	     width: 190px;
	     height: 25px;
	     padding: 25px 0 0 20px;
	     display: block;
	     margin:0 0 -3px 0;
	     }
	     
.lh-nav-bottom {background-image: url('/images/left_bottom.png');
	     width: 210px;
	     height: 40px;
	     display: block;
	     margin:0;
	     }
   
#tool_desc_toc_cap { background-image: url('/images/tooldesc_cap.png');
		     width: 650px;
		     height: 24px;
                     display: block;
                     margin: 0;  
                     padding: 12px 0 0 20px;}
                     
#tool_desc_toc { background-image: url('/images/tooldesc_repeat.png');
    background-repeat: repeat-y;
    padding: 5px 20px 0 20px;
    margin: 0 10px 0 0;
    
   }
                     
#tool_desc_toc_bottom { background-image: url('/images/tooldesc_bottom.png');
		     width: 670px;
		     height: 39px;
                     display: block;
                     margin: 0;  }



.lh-nav-index {
    background: #ffd889;
    background-image: url('/images/lhnavindex.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    padding: 20px 20px 5px;
    margin: 0 10px 0 0;
    
}

.lh-nav-index a{color:#8b4900;}

.rh-nav {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background-image:url('/images/rhnav_fixed.png');
    background-repeat: no-repeat;
    background-position: top;
    height:511px;
    padding:20px 20px 14px 20px;
    color: #525341;
    font: 11px helvetica, arial, verdana;
    line-height: 18px;
    letter-spacing: 0.1px;
}

.rh-nav-small {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background-image:url('/images/rhnav_fixed_small.png');
    background-repeat: no-repeat;
    background-position: top;
    height:238px;
    padding:40px 20px 14px 20px;
    color: #525341;
    font: 14px helvetica, arial, verdana;
    line-height: 26px;
    letter-spacing: 0.1px;
}

.rh-nav-info-cap {   background-image: url('/images/rhnav_home_cap.png');
                     height:26px;
		     width:205px;
		     display: block;
		     margin: 0 0 -5px 0;
		     padding: 25px 0 0 20px;
		     }

.rh-nav-info-cap h2 {font-size: 16px !important;
                     color: #52492c;}

.rh-nav-info-repeat {background-image: url('/images/rhnav_home_repeat.png');
		     background-repeat: repeat-y;
		     padding: 0px 28px 0 20px;
		     }

.rh-nav-info-repeat h2 {font-size: 13px !important;}
		     
.rh-nav-info-bottom {background-image: url('/images/rhnav_home_bottom.png');
		     height:51px;
		     width:225px;
		     display: block;
		     margin: 0;}
		     
		     

.rh-nav-index {
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        background-image:url('/images/rhnavindex.png');
        background-repeat: repeat-x;
        background-position: bottom;
        background-color: #edffc4;
        height:100%;
        padding:25px 41px 14px 25px;
        width:154px;
        color: #525341;
        font: 13px helvetica, arial, verdana;
        line-height: 18px;
        letter-spacing: 0.1px;
}

.rh-nav-cap {
	background-image: url('/images/rhnav_cap.png');
	background-repeat: no-repeat;	
	height: 13px;
	display: block;
	margin: 0;
	}
.rh-nav-repeat {
	background-image: url('/images/rhnav_repeater.png');
	background-repeat: repeat-y;	
	padding:20px 20px 14px 20px;
	color: #525341;
	font: 11px helvetica, arial, verdana;
	line-height: 18px;
	letter-spacing: 0.1px;
	margin: 0;
	}

.rh-nav-bottom {
	background-image: url('/images/rhnav_bottom.png');
	background-repeat: no-repeat;	
	height: 85px;
	display: block;
	margin: 0;
	}

    #news ul {
        list-style: none;
        margin: 0;
    }
	#library_navigation ul, #tool_navigation ul {
		margin: 0;
		padding: 0;
    }
        #news li {
            margin: 0 0 1em;
        }

		#library_navigation li {
			margin: 5px;
			padding: 0;
			margin-left: 13px;
			text-indent: -13px;
		}
        #tool_navigation li {
            margin: 3px;
            padding: 0;
            margin-left: 21px;
            text-indent: -24px;
        }
		    #library_navigation li.top_level, #tool_navigation li.top_level {
				margin-bottom: 10px;
			}
            #tool_navigation li.top_level {
                margin-left: 13px;
                text-indent: -13px;
            }

.county {
    position: absolute;
    /* background: #669900; */
    padding: 1px;
    /* color: #554c01; */
    color: black;
    font-size: 85%;
    cursor: pointer;
}
.county_highlighted {
    position: absolute;
    background: #FFFFFF; 
	padding: 1px;
    /* color: #554c01; */
    color: black;
    font-size: 85%;
    cursor: pointer;
}
ins {
    color: blue;
}
del {
    color: red;
}
.text_with_checkbox {
    margin-left: 24px;
    text-indent: -24px;
}
div#search_results div.result {
    margin-bottom: 1em;
}
div#search_results div.result div.title {
    font-size: larger;
}
div#search_results div.result div.summary {
    margin: 0 3em;
    font-size: smaller;
}
div#search_results em {
    background-color: #ff7;
}
div#event_countdown {
  margin-bottom: 0.3em;
}
table.con_org_conservation_figures {
    width: auto;
}
    table.con_org_conservation_figures th {
        padding-left: 20px;
    }
    .con_org_conservation_figures td.acreage_numbers {
        text-align:right;
        padding-right: 22px;
    }

div.indented {
  margin-left: 2.5em;
}

/* for /app/views/library/general/_form.html.erb */
div.topic_hierarchy ul {
  margin: 0;
}

.deleted {
  color: red;
  text-decoration: line-through;
}

#tool_edit_page ul {
  margin-bottom: 0;
}

tr.alternate {
  background: #FBFFCC;
}


.btn-select {background-image: url('/images/selectall.png');
      border: none;
      width: 72px;
      height: 28px;
      border: none;
      margin: 0 12px 0 0;
      }
      
.btn-clear {background-image: url('/images/clearall.png');
      border: none;
      width: 72px;
      height: 28px;
      border: none;
      }
      
.btn-expand {background-image: url('/images/expand.png');
      border: none;
      width: 72px;
      height: 28px;
      border: none;
      margin: 0 12px 0 0;
      }
      
.btn-collapse {background-image: url('/images/collapse.png');
      border: none;
      width: 72px;
      height: 28px;
      border: none;
      }
      
.subpage_search {width: 402px;
		height: 24px;
		border: 1px solid #c6c6c6;
		font: 16px arial;
		padding: 4px 0 0 6px;
		color: #4b4b4b;
		float: left;
		margin: 0 6px 0 0;
		}
		
.subpage_submit {float: left;
	         }
	         
.metatype {font-size: 12px;
	   color: #414141;
	   }
	   
.authortype {font-size: 11px;
	     color: #939393;
	     display: block;
	     margin: 0 0 40px 0;
	     }
	     
.authortype-single {font-size: 11px;
	     color: #939393;
	     display: block;
	     margin: 0 0 30px 0;
	     }
	     
#lh-side h4, #rh-side h4 {margin: 0 0 8px 0;
            font-size: 16px !important;
            letter-spacing: 1px;
            font-weight: normal !important;}

.rh-nav h3 {font-size: 16px !important;
            
            color: #26565a !important;
            margin: 0 0 8px 0 !important;
            }
            
.rhicon {width: 16px; height: 16px; float: left; margin-right: 10px;}

#ref {border:1px dashed #E0E0E0;
padding:20px 25px;}

#ref a, #ref a:active, #ref a:visited, #ref a:hover {font-size: 19px;}
#noref a, #noref a:active, #noref a:visited, #noref a:hover {font-size: 19px;}

#noref {padding:20px 25px;}

.smallgreytype {color: #a7a7a7; font-size: 12px; display: block; margin: 6px 0 10px 0; line-height: 14px;}

.codes {display: inline-block; margin: 0 0 0 4px;}

.fronttitle {
    font-size: 35px !important;
    font-weight: normal;
    color: #789739;
    margin: 10px 0 13px;}

td.link_status {
  padding-left: 10px;
}

#updates_archive ul {
  list-style: none;  
}

#create_account {
  float: left;
  border: 1px solid #CDCD9B;
  padding: 20px 45px 0 45px;
}

#login {
  float: left;
  margin-left: 40px;
  border: 1px solid #CDCD9B;
  padding: 4px;  
  color: black;
}

#login_inset {
  border: none;
  background-color: #CDCD9B;
  padding: 20px 20px 1px 20px;
}

#login h1, #create_account h1 {
  font-weight: normal;
  font-size: 28px;
  text-transform: none;
}

#create_account h1 {
  color: #789538;
}

#login #user_session_submit {
  float: right;
}

#login_text {
  float: left; 
  margin-left: 40px;
  margin-top: 2px;
  max-width: 395px;
}

#login #errorExplanation h2, #create_account #errorExplanation h2 {
  color: white;
}

#tool_main_description h1 {
  font-size: 140%;
  border-bottom: 1px solid #506328;
}

#tool_main_description h2 {
  font-size: 140%;
}

#tool_main_description h4 {
  font-size: 90%;
}

#tool_main_description h5, #tool_main_description h6 {
  font-style: italic;
}