* {
  padding: 0;
  margin: 0;
}


body {
  font-family: Helvetica, Arial;
  color: #5C5843;  
/* #767056	First Edit */
/* #948E74  Original*/  
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
		color:#625C42;

/* #ADA787 */
}

.clear {
  clear: both;
}

a img {
	border: none;
	}

a#current-letter {
font-weight: bold;
border-bottom: 3px solid #787C68;
}

#wrap {
  width: 963px;
  margin: 15px auto;
}

#masthead {
  margin-bottom: 3px;
  position: relative;
  width: 963px;
} 
	
  #logo {
    background: url(../../images/logo-darker.png) no-repeat;
    height: 115px;
    width: 123px;
    position:absolute;
    top:-7px;
    left: 25px;
    z-index: 10000;
  }
    #logo h1 {
      display: none;
    }
   
  #top_callouts {
    float: right;
    margin:12px 0 7px 0;
    } 
    #top_callouts h2 {
    	margin-top: 10px;
    	}

    #top_callouts h2 a {
       color: #616D73;
     font-size: 18px; 
     font-weight: normal;
     margin: 0 0px 2px 0px;
     text-decoration: none;
    }
    #top_callouts p {
     font-family: Arial;
     font-size: 11px;
     line-height: 16px;
    } 
    #top_callouts .go {
       color: #616D73;
     text-decoration: none;
     font-family: Arial;
     font-size: 12px;
     float: left;
     padding-right: 20px;
     margin: 5px 0 0 0;
    }
      
     #top_callouts .callout {
		width: 261px;
       float: right;
       margin-left: 7px;
       padding-bottom: 5px;
     } 
     
     #top_callouts .callout p, #top_callouts .callout a {
     	margin-left: 10px;
     	margin-right: 10px;
     	}


	#top_callouts .member {
		background: #d0e5e5;
		width: 240px;
		}

	#top_callouts .help {
		background: #d9d7db;
		}

	#top_callouts .webcam {
		background: #e7e0c6;
		}


/* They said they wanted darker colors, so I dropped each RGB value by 20, and put the original color in a comment under it. */     

      #top_callouts .member h2, #top_callouts .member p {
        color: #616D73;

/*		#758187			First Edit */
/*      #939fa5			Original   */
		width:225px;
      }
         #top_callouts .member .go {
           background: url(../../images/arrow_grey.png) no-repeat right center;  
         }
         
      #top_callouts .help h2, #top_callouts .help p, #top_callouts .help a {
        color: #69616F;
        
/*		#877583			First Edit */
/*      #9b8997			Original   */
       }
         #top_callouts .help .go {
           background: url(../../images/arrow_red.png) no-repeat right center;  
         }
         
      #top_callouts .webcam h2, #top_callouts .webcam p, #top_callouts .webcam a {
        color:#8E896D;
/*		#A29D81			First Edit */ 
/*      #b6af94			Original   */
        
      }
         #top_callouts .webcam .go {
           background: url(../../images/arrow_red.png) no-repeat right center;  
         }
         
  
  #mainnav {
    clear: both;
    width: 963px;
    background: #f5f5f5;
    height: 41px;
  	font-size: 15px;
  	position: relative;
  	z-index: 6000;
  }
   #mainnav ul { 
     margin: 0px auto;
     height: 41px;
	float: right;
	display: inline;
	position: relative;
   } 
    #mainnav li {
      float: left;
      display: inline;
      background: url(../../images/divider_nav.gif) no-repeat right center;
      padding: 14px 20px;
      list-style: none;
      position: relative;
    }
        #mainnav li.last {
          background: none;
        }
        
      #mainnav li a {
        text-decoration: none;
        color: #8c9599;
      }
         #mainnav li.current a {
           color: #6f7b80;
         }
     
     /* Second level nav items */


 #mainnav ul li ul {
        display: none;
        position: absolute;
        width: 200px;
        background: #F5F5F5;
        z-index: 2000;
		margin: 5px 0 0 -20px;
		
		*left:20px;
		*top:35px;
		
     }    
      
        #mainnav li:hover ul {
          display: block;
        }
         
          #mainnav li li {
            border-bottom: 1px solid white;
		    background: #F5F5F5;
			display: block;	
          }
		
		#mainnav li li.last {
		        background: #F5F5F5;
        }
           #mainnav li li a {
              font-size: 13px;
              width: 180px;
              display: block;
              padding-left: 10px;
           }

           #mainnav li.wide-nav ul  {
			height: 300px;
			width: 580px;
			}
           #mainnav li.wide-nav li  {
     	   width: 250px;
     	   float: left;
     	   height: 20px;
           }


           #mainnav li.wide-nav li a {
			width: 250px;			
           }

		           
           
	           #mainnav li li a:hover{
				color: #5E737C;
/*				color: #6f7b80;  */
				

	           }
	           
    
     
 #homebanner {
   height: 273px;
   width: 963px;
   overflow: hidden;
   position: relative;
   z-index: -1;
/*   background: url(../../images/home_banner.jpg) no-repeat; */
 }    
 
 
 #homebanner li {
 	list-style-type: none;
   height: 273px;
   width: 963px;
 	overflow: hidden;
 	}
 	
 #subbanner {
   height: 146px;
   width: 963px;
   background: url(../../images/sub_banner.jpg) no-repeat;
 } 
     
     
     
 #subnav {
   background: url(../../images/divider_content.gif) repeat-y right center;
   float: left;
   margin:14px;
   width:250px;
 }    
 
 #subnav p {
 	margin: 0 10px;
 	} 
   #subnav li {
     list-style: none;
     margin:5px 0;
   }
    
    #subnav li.topCurrent, #subnav li.level-1.current {
		font-weight: bold;
		border-bottom: 1px solid #526569;
		width: 89%;		
		}
		
		#subnav li li {
			font-weight: normal;
			}
	
	#content #subnav li.current span a {
       background: url(../../images/arrow_content_grey.gif) no-repeat left center;
    	color: #526569;
		}
	

	
	#subnav li.level-3 {
		width: 80%;
		
		}
	
    #content #subnav a {
       text-decoration: none;
       font-size: 11px;
       color: #6f7b80;
       background: url(../../images/arrow_content_grey.gif) no-repeat left center;
       padding-left: 18px;
     }
    	
    #content #subnav li ul li a {
    	background: none;
    	}
     	
     	#content #subnav a:hover {
    		color: #526569;

/*    		color: #556C6C;  */

     		}	 
     
     
 #content {
   width: 963px;
   margin: 3px 0px;
   background: #e3ddc5 url(../../images/bg_content.jpg) no-repeat center top;
 }    
 
 #content h5 {
 	margin-bottom: 10px;
 	}
 

 
   #content .callout {
     width: 290px;
     padding: 15px 15px 25px 15px;
     background: url(../../images/divider_content.gif) no-repeat right 15px;
     float: left;
   }
     #content .callout.last {
       background: none;
     }
        #content img {
         padding: 6px;
         background: #f8f5e9;
         margin: 10px;
       }
          #content #recaptcha_widget_div img {
             padding: auto;
             background: #fff;
             float: none;
             margin: auto;
          }

      #recaptcha_widget_div {
        background: #fff;
        width:474px;
      }       

     #content .callout.new a{
       text-decoration: none;
       color: #847F6D;
     }   
       
       
       
       
       
  #content_inner {
    margin: 14px 5px 14px 0px;
    width: 675px;
    float: right;
  }     
       
     #content p, #content li {
/*       color: #98927d;    */
       line-height: 17px;
       margin-bottom: 10px;
     }
       #content li {
         margin-left: 15px;
       }
     
     #content h2, #content h3, #content h4 {
       font-weight: lighter;
       font-size: 18px;
       margin-bottom: 10px;
     }
       #content h2 {
         font-size: 16px;
/*		color:#ADA787;   */
        }
       #content h3 {
         font-size: 14px;
       }
     
        #home #content h5 {
          margin: 11px 0px 4px 0px;
        }
     
     
    #content a {
      color: #787C68;
      text-decoration: none;
    } 
      #content a:hover {
      text-decoration: underline;
      }	
      
       #content a.arrow {
         background: url(../../images/arrow_content.png) no-repeat right center;
         padding-right: 17px;
         position: relative;
         top: 10px;
       }
     
     #content div div {
     	margin: 10px;
     	}
     
     #map {	
     	background: black;
     	background: url(../../images/loading.gif) no-repeat center;
     	}
     	
 	  #content div#map div{
 		padding: 0;
  		margin: 0;
  		float: none;
	 }
	 
	 #content div#map img{
 		padding: 0;
  		margin: 0;
  		float: none;
  		background: none;
  		
	 }

     
     
 #footer {
   background: #f8f6f0;
   height: 53px;
   width: 963px;
 }    
   #footer ul {
     float: left;
     width: 400px;
     margin: 10px;
   }
     #footer li {
       list-style: none;
       float: left;
       padding: 0px 6px;
       background: url(../../images/divider_footer.gif) no-repeat right center;
     }
     	#footer li.last {
     		background: none;
     		}
     
       #footer a {
         text-decoration: none;
         color: #bbb6a5;
         font-size: 11px;
       }
            
   #footer p {
     float: right;
     color: #bbb6a5;
     font-size: 11px;
     margin: 10px;
     letter-spacing: .5px;
     line-height: 16px;
     text-align: right;
   }
 
 
 
label {
 display: block;
 font-size: 12px;
 color:#98927D;
 margin-top: 10px;
} 
 
 
#ZoomCaption {
  padding: 10px;
  text-align: center;
}

div#sort {
	margin: 20px 0;
	text-align: center;
	}

div#sort a {
	margin: 0 5px;
	font-size: 14px;
	
	}

div#sort h3 {
	margin: 10px auto;	
	}

	div#sort h3 a {
		font-size: 100%;
		}
	
#content div#sort a:hover {
	text-decoration: underline;
	}



#listserv ul.columns {
	float:left;
	display: inline;
	margin:10px;
	padding:0;
	width:20%;
	list-style-type: none;
	}
	
	
	
/* tables */

table {
	width: 100%;
	}
	
	table td {
		line-height: 130%;
		vertical-align: top;
		} 
	
	#content table td div {
		margin: 0;
		}
	
	#content table tr td img {
		margin: 0;
		}

	table#board {
		width: 80%;
		} 
		
	table.data {
		background: #F8F5E9;
		width: 99%;
		margin: 10px 10px 0 0;
		}
			
		table.data td {
			border: 2px solid white;
			text-align: left;
			padding: 3px;
			}
			
	table.pics-right {
		float: right;
		width: 230px;
		}

	table.bird-list td  {
		text-align: center;
		}
	
		
/* Photo colunms and other random things */

#content .image {
	width: 250px;
	background: #F8F5E9;
	display: inline;
	float:right;
	margin: 10px;
	}

	
	#content .image img {
		width: 95%;
		margin: 0;
		}
	
	#content .no-width img {
		width: auto;
		}
		
	#content .image p {
		margin: 0px 7px;
		}

#content .left {
	float: left;
	}

#content .full {
	width: 100%;
	}

#content .wide {
	width: 400px;
	}
	
#content .photo-column {
	width:265px;
	float: right;
	
	}
	
	#content .small {
		width: 200px;
		}
		
	#content div img.no-float {
		float: none;
		}
		
 	#content div.no-float {
		display: block;
		}
	
 .eaglecomments{
 	height: 200px;
 	overflow-y:scroll;
 }
 .eagleName a{
 	background-color: #f8f6f0;
 	padding-left: 10px;
 	padding-right: 10px;
 	padding-top: 4px;
 	padding-bottom: 4px;
 	border: 1px solid #a59c82;
 	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -border-radius: 5px;
 	margin-left: 10px;
 	text-decoration: none;
 }
 .eagleName a:hover{
 	background-color: #fff;
 	text-decoration: none;
 }
 
 #content .gallery img {
 	width: 64px;
 	height: 64px;
 	}

 #listserv ul {
 	margin-bottom: 20px;
 	float: left;
 	display: inline;
 	width: 100%;
 	}
 	
 #listserv li {
 	list-style-type: none;
 	width: 105px;
 	margin: 5px 10px 0 10px;
 	float: left;
 	display: inline;
 	}	
 	
 	 #listserv li img {
 	 	width: 100%;
 	 	margin: 0;
 	 	}
	.back_links {
		clear: both;
		display: block;
		margin: 10px;
		}
		
#content .chzn-container div, #content .chzn-container li {
	margin: auto;
	padding: auto;
	line-height: normal;
} 

#content #map {
	margin-top: 0;
	}
	
#eagle_tracking h3 {
	 background: url("../../images/right.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    margin-top: 10px;
    padding-left: 17px;
}	

#eagle_tracking h3:hover {
	 background: url("../../images/down.png") no-repeat scroll 0 4px transparent;
}

#eagle_tracking h3.active {
	 background: url("../../images/up.png") no-repeat scroll 0 4px transparent;
}


/*AWESOME select input styling*/
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
  border-radius        : 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../../images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single .chzn-single div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius   : 0 4px 4px 0;
  border-radius        : 0 4px 4px 0;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('../../images/chosen-sprite.png') no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('../../images/chosen-sprite.png') no-repeat 100% -22px;
  background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('../../images/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../../images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { direction:rtl;text-align: right; }
.chzn-rtl .chzn-single { padding-left: 0; padding-right: 8px; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; }
.chzn-rtl .chzn-single div { 
  left: 0; right: auto; 
  border-left: none; border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius   : 4px 0 0 4px;
  border-radius        : 4px 0 0 4px; 
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px; margin-right: 0; padding-left: 0; padding-right: 4px; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, #ffffff;
  background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);  
  background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('../../images/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  padding: 4px 5px 4px 20px;
}
/* @end */
		#mobile_link_back {
	display: block;
	background: #444;
	color: white;
	font-size: 5em;
	text-align: center;
	text-decoration: none;
	padding: 1em 0;
	}
