.headernew {
	font: 100%/1.4 Verdana,Arial,Helvetica,sans-serif
	width: 100%;
/*	height: 127px;	*/
/*	background: url(images/header.jpg) no-repeat #FFF; */
}

.bannerWrapper{
	float: left;
	width: 50%;
}

.bannerWrapper img {
	max-width: 100%;
}

.BlackBar	{
	width: 100%;
	/*height: 26px;*/
    display: inline-block;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background: #000;
	text-align: left;
}


h1	{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
}

.Footer	{
	background: #ee1c25;
	height: 30px;
	width: 100%;
	border-top: 1px #FFF solid;
}

.contactWrapper{
	float: right;
/*	width: 50%;	*/
	padding: 20px 20px 0 0;
	margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif
	}

.contactRow{
	display: block;
	font-size: 80%;
	padding: 0;
	margin: 0;
	}

.contactHeader{
	font-size: 1.2em;
	margin-left: 105px;
	text-align: left;
	border-bottom: solid #000000 1px;
	}

.contactLabel{
	font-weight: bold;
	width: 100px;
	text-align: right;
	display: inline-block;
/*	float: left; */
	}

.contactData{
/*	width: 300px;	*/
	text-align: left;
	display: inline-block;
/*	float: right; */
	margin-left: 5px;
	}

/* Archives CSS */

#divArchiveWrapper {
    display: inline-block;
    background-color: #464646;
    color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

    #divArchiveWrapper a {
        text-decoration: none;
        color: white;
    }

    /*
    #divArchiveWrapper a:hover {
        font-weight: bold;
    }
        */
.issueWrapper {
    display: inline-block;
    float: left;
    padding: 20px;
    text-align: center;
}

.issueWrapper img {
    max-height: 250px;
}

.imageWrapper {
    padding: 20px;
    background-color: black;
}

.captionWrapper {
    text-align: center;
    padding-top: 10px;
}

.archiveTab {
    display: inline-block;
    background-color: #ee1c25;
    margin-left: 10px;
}
    .archiveTab a {
        color: white;
        padding: 5px;
        display: inline-block;
        text-decoration: none;
        font-weight: bold;
    }

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
/* STYLES GO HERE */
	.headernew {
		display: none;
	}
	.Footer{
		display: none;
	}
}
