body {
	font-family: 'museo_slab300';
	margin:0px;
}

.header{
	position: relative;
	width:100%;
/* 	min-width: 1000px; */
	background:#FFFFFF;
}

.header .logos{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 241px;
}

.logo_mc{
	padding-right: 7px;
}

.form{
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

.form_label {
	
}

.form .form_text{
	border: none;
	border-bottom: solid 1px #CCCCCC;
	width: 100%;
	margin: 5px 0 10px 0;
}

.form *{
	font-family: 'museo_slab300';
	font-size: 16px;
	float: left;
	padding: 5px 0 5px 0;
	width: 100%;
	margin: 0;
}

.form .login_button{
	margin: 15px auto 15px auto;
	text-transform: uppercase;
	background: transparent;
	border: solid 1px #000000;
	border-radius: 5px;
	padding: 7px 12px;
	cursor: pointer;
	width: 100%;
}

.form .login_button:hover{
	opacity: .6;
}

.form .login_button img{
	vertical-align: middle;
}

.form .forgot_password{
	display: block;
	text-align: center;
	margin-top:26px;
}

.form .forgot_password a,.form .forgot_password a:link{
	font-size: 11px;
	color:#000000;
}
.form .forgot_password a:hover{
	opacity: .7;
}

.placeholder{
	color:#CCCCCC;
}

.hero{
	width:100%;
	min-height:420px;
	
	background:url(../images/home-banner.jpg);
	background-size: cover;
	background-position: center center;
}

.hero img{
	min-width: 100%;
	min-height: 100%;
}

.heroAlert {
	width: 430px;
	height: 250px;
	background:url(../images/homealert.gif) #E12222;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 22%;
	
	z-index: 9999;
}

.footer{
	position: relative;
	float: left;
	width: 100%;
}

.footer .fries{
	position:absolute;
	left:50%;
	margin-left:-400px;
}

.footer .signature{
	font-size:11px;
	text-align: center;
	position:relative;
}

.footer .signature a {
	color : #333333;
}

p.new_flash_message{
	font-size: 15px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
