@import url("home.css");
@import url("contactus.css");
@import url("news.css");
@import url("restore_inventory.css");
@import url("builds.css");
@import url("pictures.css");
@import url("display.css");

body {
    margin: 0px;
}

em {
    font-weight: bold;
    color: #005F99;
    font-style: normal;
}

#container {
    font-family: Arial;
    min-width: 760px;
	width: 90%;
    margin: 10px auto;
    background-color: white;
}

/*************************************************************************/

#content {
	font-size: 12pt;
    line-height: 130%;
    padding: 0 2em 1em 0;
}

/*************************************************************************/

#getinvolved_content a.donation img {
    border: 0;
}

/*************************************************************************/

#volunteer_content h3 {
	margin: 0;
	padding: 0;
}

/*************************************************************************/

#header {
    background-color: white;
}

#headerimg {
    border: 0;
    padding-bottom: 5px;
}

#navcontainer ul {
    list-style-type: none;
    background-color: #5CBC51;
    margin: 0;
    padding: 0;
    color: white;
    float: left;
    width: 100%;
    font-weight: bold;
}

#navcontainer ul li {
    display: inline;
}

#navcontainer ul li a {
    padding: 0.2em 1em;
    text-decoration: none;
    color: white;
    background-color: #5CBC51;
    float: left;
    border-right: 1px solid white;
}

#navcontainer ul li.active a {
	padding: 0.2em 1em;
    text-decoration: none;
    color: white;
    background-color: #005F99;
    float: left;
    border-right: 1px solid white;
}

#navcontainer ul li a:hover {
    color: #fff;
    background-color: #4F8FB5;
}

/*************************************************************************/

#footer {
    clear: both;
    text-align: center;
}

.separator {
    clear: both;
    padding: 0;
    width: 100%;
    height: 10px;
    background-color: #005F99;
}

/*************************************************************************/
