@charset "UTF-8";

/* -- Step 1: Start Here -- */
body, html {
  height: 100%;
  margin: 0;
}
p {
	font-size: 24pt;
}
#headerimg {
	margin:0 auto;
  background-color: white;
	/*background-image:url(images/ag_splash_primary.jpg);*/
	/*height:349px;*/
	height: 300px; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
}
#headerLogo {
	height: 100px;
	background-repeat: no-repeat;
	padding: 0px 0px;
	float:left;
}
#headerLogoText {
	border-left: thin;
	border-left-color: #FFFFFF;
	padding: 20px 0px 0px 0px;
	text-align: left
}
#content {
	padding: 0px 0px;
	clear:left;
	text-align: center;
}
#contentMenu {
	width: 50%;
	margin:auto;
	padding: 0px 0px;
	background-color: #F3F3F3;
	border: 1px solid #11260B;
	text-align: center;
	border-radius: 7px;
	font-family: Arial;
}
input, button {
	border: 2px solid #eeeeee;
	height: 46px;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro; sans-serif;
}

input {
	width:200px;
}

button {
	background: #eeeeee;
	text-align: center;
	color: #333333;
	width: 60px;
	height: 60px;
	transition: background, color, .5s ease 0;
}

button:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #C43C3E;
}