

body {
	background-color: #ffffff !important;
}

#navlogin {
	display: inline-block;
}

#menu {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0 10px 0;
    background-image: url(/logos/erisacenter.png);
    background-position: 100px center;
    background-size: 20% auto;
    background-repeat: no-repeat;
    background-color: #fff;
}

#menu_logo {
	height: 60px;
    margin-left: 100px;
    margin-top: -5px;
    float:left;
}

#menu ul.clearfix {
    float: right;
    margin-right: 100px;
}

#menu ul.clearfix li {

}

#menu ul.clearfix li:hover {
	border-top: 1px solid #2b304c !important;
    border-right: 1px solid #2b304c !important;
    border-left: 1px solid #2b304c !important;
    color: #fff !important;
}

#menu ul.clearfix li a {
	color: #2b304c;
}

#menu ul.clearfix li ul li:hover {
	border: none !important;
}

#headercontainer {
	height: 55vh;
    padding-top: 80px;
    background-image: url(/images/hero/erisacenter.com.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#header {

}

.headerRight {
	display: none;
}

#wrapper {
	max-width: 100%;
    min-width: 1100px;
    padding-left: 85px;
    padding-right: 80px;
}
#page, #page_content {
	box-shadow: none !important;
}
#page_content {
	width: 91% !important;
    z-index:1 !important;
    border:1px solid #ccc;
}

.nohero{
	background-image: none !important;
    padding-top:20px !important;
    height:150px !important;
}
.logo  {

	position:absolute;
    left:0;
    top:25px; 
	    background-image: url(/logos/erisacenter.com.png)!important;

}

