body {
    color: #4E5273;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
}
    
a:link {
    color: #215C90; 
} 
    
a:visited {
    color: #8b9b6f; 
}   
    
a:hover {
    color: #E07426; 
}       
    
#container {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    width: 750px;
}
    
#logo {
    float: left;
    padding-left: 20px;
}
    
#tagline {
    float: right;
    padding-right: 20px;
    padding-top: 28px;
}
        
#bottombuttons {
    text-align: center;
    padding-top: 10px;
}       

#copyright {
    padding-top: 20px;
    text-align: center;
}

#padding-top {
    padding-top: 7px;
}

#solution-block {
    padding-top: 0.5em;
    padding-left: 0.5em;
}

#select {
    width: 524px;
}

#feedback input, textarea {
    width: 98%;
}

#feedback .boxes {
    width: 1em;
}

#feedback .submit {
    width: 10em;
}

#feedback input.other {
    width: 50%;
}

#feedback li {
    padding-top: 0.3em;
}

.honeypot {
    display: none;
}

#checkbox-list div {
    float: left;
    margin-right: 4em;
}

#checkbox-list br {
    clear: both;
}

#checkbox-list div.outer {
    margin-right: 0em;
}

#work-activity-container img {
    float: right;
    margin-left: 1em;
    margin-bottom: 0em;
}

/*-------------------------------------Border-----------------------------------*/  

.menu_content {
    display:block; 
    border:0 solid #B5C991; 
    border-width:0 0px; 
    height:auto;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 5px;
}

.description {
    display:block; 
    padding-top: 5px;
    font-size: 1.1em;
}

.description_image {
    display:block; 
    padding-top: 20px;
}

.masonry_homepage_image {
    padding-top: 3px;
}

.copyright {
    display:block; 
    padding-top: 20px;
	text-align: center;
}

/*----------------------------------text styles--------------------------------*/   

    
.text_menu {
    color: #4E5273;
    display: block;
    font-size: 0.9em;
    line-height: 1.5em;
}   
  
.text_header, #recaptcha_custom h1 {
    color: #215C90;
    display: block;
    font-size: 1.2em;
    font-weight: bold;  
}   

.text_header2 {
    color: #215C90;
    display: block;
    font-size: 0.9em;
    font-weight: bold;  
}  

.selector {
    display: inline;
}
  
.text_bottombuttons {
    font-size: 0.95em;
    font-weight: bold;  
}   

.copyright {
    display:block; 
    padding-top: 20px;
	text-align: center;
}
  
  
.text_copyright {
    font-size: 0.7em;
    color: #000000;
}   

.work_activity_description {
    padding-top: 0;
    margin-top: 0;
    font-size: 0.9em;
}   

.list_custom_bullet {
    margin-top: 0.1em;
    list-style-image: url('../_img/bullet.gif');
    margin-bottom: 0.1em;
}

.list_spacing {
    padding: 0.1em;
}

.expand { 
    position: relative; 
    visibility: visible; 
}

/*--- Resources Page ---*/

#resources ul {
    list-style-type: none;
    padding: 0; 
    margin: 0;
}

#resources li {
    padding-bottom: 1em;
}

#resources span {
    display: block;
    padding-bottom: 1em;
}

#resources .heading {
    font-weight: bold;
}

#sitemap {
    width: 0px;
    height: 0px;
    display: none;
    color: #fff;
}

#sitemap a {
    color: #fff;
}

#volunteer .checkbox-list table {
    width: 100%;
}

#volunteer .checkbox-list td {
    width: 33%;
}

#volunteer h1 {
    font-weight: bold;
    font-size: 1em;
    padding: 0;
    margin: 0.1em;
}

#volunteer h1 span {
    font-weight: normal;
}

#recaptcha_custom #recaptcha_container {
    float: left;
    margin-right: 5px;
}

div#recaptcha_image {
    border: solid 1px #b5c991;
    margin-bottom: 8px;
}

input#recaptcha_response_field {
    width: 300px;
}

br.clear {
    clear: both;
}

.error {
    color:red;
    font-weight:bold;
}


