h1 {
    width: 300px;
    float: left;
}
#Form_ViewAllForm {
    float: left;
    width: 300px;
    margin-top: -30px;
}
#Form_ViewAllForm { 
    padding: 0;
    margin: 0;
}
#MemberSearchArea {
    /*background: transparent url(../images/gradientSearchBG.jpg) repeat-x;*/
    width: 725px;
    margin-top: 30px;
    float: left;
}

#MemberSearchArea form {
    margin:0;
    padding:0;
}

#MemberSearchArea fieldset {
    padding:0;
    margin:0;
}

#MemberSearchArea h4 {
    font-weight: 500;
    color:#850100;
    margin: 0;
    padding: 0;
}

#MemberSearchArea .middleColumn {
    width: 100%;
}

#LocationSearch {
    float: left;
    width: 165px;
    background: transparent;
    margin: 0;
    padding: 10px 20px;
}

#DirectorySearch {
    float: left;
    width: 180px;
    background: transparent;
    margin: 0;
    padding: 10px 20px;  
}

#MemberNameSearch {
    float: left;
    width: 210px;
    background: transparent; 
    margin: 0;
    padding: 10px 20px; 
}

.divider {
    width:1px;
    border-right: 1px solid #DEDEDE;
    float: left;
    height: 300px; 
}

#MemberSearchArea select, #MemberSearchArea input.text {
    width: 150px;
}

#Form_StateSearchForm .Actions, #Form_CitySearchForm .Actions, 
#Form_ChapterIdSearchForm .Actions, #Form_ChapterNameSearchForm .Actions,
#Form_ChapterMeetingTimeForm .Actions, #Form_ChapterMeetingPlaceForm .Actions {
    display: none;
    visibility: none;
}

#Form_MemberNameSearchForm .Actions {
    margin-top: -10px;
    margin-bottom: 10px;    
}

#Form_ViewAllForm .Actions, #Form_ViewAllForm .Actions input {
    padding:0;
    margin:0;
}

#MemberSearchArea input.text, #MemberSearchArea textarea, #MemberSearchArea select {
    font-size: 12px;
}


/**** Results *****/
.evenstripe, .oddstripe {
    margin: 15px 0;
    border: 1px solid #3d3d3d;
    width: 726px;
    float: left;
}

.evenstripe {
    background-color: #DEDEDE;
}
.oddstripe {
    background-color: #FFFFFF;
}

.chapterHeader {
    background: #001940;
    color: #FFFFFF;
    padding: 15px;
}

.member {
    padding: 10px;
    width:200px;
    float: left;
}