
/* Header */
.header { /* container for the header */
    width: 900px;
}

.header_top { /* holds slogan image */
    height: 48px;
    background-image: url("../../images/mitzvah/header_mission.jpg");
    margin: 0;
}

.header_center { /* holds logon and common links */
    height: 100px;
}

.header_bottom { /* holds dynamic menu and search box */
    height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* header center components */
.header_logo {
    width: 650px;
    height: 100px;
    float: left;
    background: #8c9673;
    margin-right: 5px;
}

.header_quick_links { /* links defined in the top right of the header */
    width: 245px;
    height: 90px;
    float: right;
    background: #2a94d2;
    padding-top: 10px;
}

/* nav components */
.nav_padding_left { /* the padding on each side of the nav menu */
    float: left;
    height: 22px;
    background: #8c9673;
}

.nav_padding_right { /* the padding on each side of the nav menu */
    float: right;
    height: 22px;
    width: 45px;
    background: #8c9673;
}

/* menu item */
.nav_item { /* a menu drop down item */
    width: 95px;
    height: 22px;
    background: #9f2b2c; 
    float: left;
    margin-left: 5px;
}

.nav_container { /* holds the menu */
    width: 650px;
    float: left;
}

.search_container { /* holds the search and sumbit button */
    width: 245px;
    float: right;
}

.search_container input { /* search input box */
    height: 20px;
    width: 150px;
    border: 1px solid #66685A;
    float: left;
    padding: 0;
    margin: 0;
}

.search_container .button { /* the button for searching */
    width: 44px;
    height: 20px;
    float: left;
}

/* Quick links */
.quick_link_item {
    height: 22px;
    width: 220px; 
    padding-left: 20px;
    padding-bottom: 1px;
	font-size:13px;
	font-weight:300;
}
.quick_link_item img {
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.quick_link_item a {
    text-decoration: none;
    color: #FFF;
}
.quick_link_item a.quick_link_icon {
    position: absolute;
}
.quick_link_item a.quick_link_text {
    padding-left: 26px;
}

.quick_link_item a:hover {
    text-decoration: underline;
    color: #FFF;
}
