@import url("index21.css");
@import url("menu21.css");



 .siteWrap{
	background-image: url(images/LocCon_bg01.jpg);
	background-repeat: no-repeat;
	background-color: #ebebeb;
}
/* Header */
header {
    width: 100%;
    height: 130px;
    background-image: url(images/home21/ibew_LocConn_2022-headerbg010101.png);
	background-repeat: no-repeat;
   	background-color: #010101;
    border-bottom: 1px solid #353635;
}
header img{
	width: auto;
    max-width:250px;
	height: 100%;
	float: left;
	margin-right: 20px;

}
.headertext {
    color: #FFFFFF;
    font-family: Arial, Gotham, Helvetica, sans-serif;
    font-size: 40px;
    opacity: 50%;  
}
header a{
    color: #ccc;
}
header a:hover {
    text-decoration: none;
    color: #fff;
}
.pw-notice {
    color: #2A3F31;
    font-size: 14px;
    padding: 8px 0;
}
#headerRight{
    width: 30%;
    margin-right: 40px;
    margin-top: 60px;
    float: right;
    text-align: right;
}
#headerRight p{
    margin-top: 6px;
    font-size: 14.5px;
}


#ibewHeader{
    background-image:url(images/home21/ibew_LocConn_2022-headerbg010101.png);
    background-repeat: no-repeat;
    height:60px;
    z-index: 1;
    position: relative;
}

#headerSM{
    position: absolute;
    top: 55px;
    right: 0;
}

.headerContainer img{
    width:100%;
}

.homeContainer{
a { color: #333366; }
a:visited { color: #bbbbdd; }
a:hover { color: #666666; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
}

.MainLinks a { color: #333355; }
.MainLinks a:visited { color: #777777; }
.MainLinks a:hover { color: #666666; }
.MainLinks a:focus { outline: thin dotted; }
.MainLinks a:hover, a:active { outline: 0; }

#menuPulldownTextHome{
    margin: 3px 0 0 20px;
    float: right;
    font-family: Arial Black, Helvetica, Verdana, sans-serif;
    color: #435c8b;
    cursor: pointer;
}

#menuPulldownTextHome a{
    text-decoration:none;
}

#menuPulldownTextHome img{
    float: left;
    margin: -8px 2px 0 0;
}

#resourcesLeft{
    width: 65%;
    float: left;
}

#resourcesRight{
    width: 30%;
    float: right;
    overflow: hidden;
}

#resourcesRight img{
    text-align: center;
    display: block;
    margin: 0 auto 10px;
    max-width:100%;
}

.halfPageImage{
    width: 50%;
}

#classImages img{
    border: 1px solid black;
}

@media only screen and (max-width: 900px) {
    .homeContainer{
    width: 98%;
    margin: 30px auto 0;
}
}
    @media only screen and (max-width: 860px) {
        .halfPageImage{
            width: 100%;
        }
    }

    @media only screen and (max-width: 660px) {
    .homeContainer{
    width: 98%;
    margin: 30px auto 0;
}
    }