html{overflow: auto !important;}
body{
    overflow: auto !important;
}

* {
    font-family: "Helvetica", arial !important;
}

p {
    font-wieght: bold;
}

body{
	margin-top:0;
}

#backImg{
	margin-top:65px;
}

#homePageContentHolderWrapper{
	width:100%;
}

#welcomeBanner{
    min-height:300px !important;
}


.home #welcomeBannerContent{
    margin-top:250px !important;
    margin-left:0px !important;
    width:100%;
}

.home #welcomeBannerContentButton{
    float:none;
    display:block;
    margin:0 auto;
}

.ie8 .home #backImg{

    background-size:80% auto !important;

}

.login-booths-card {
    display: none;
}

#navigation li a{
    padding-right:4px !important;
    padding-left:4px !important;
}


.home #welcomeBanner{
    min-height:350px !important;
}


input[type='radio']{
    padding:0!important;
}


@media only screen and (max-width:1200px){
    .ie8 .home #backImg{
        background-position: -600px center !important;
    }
}




@media only screen and (max-width:1442px){
    #navigation{
        width:500px;
        margin-left:10px;
    }






}