@charset "utf-8";
/* CSS Document */

body {

	color: #686464;	
	font-family: "museo-sans",sans-serif;
	font-weight: 100;
}

clear {
	clear: both;
}

h1, h2 {
	font-family: "museo-slab",serif;
	font-weight: 100;
}

h1{
	font-size: 65px;
	margin-top: 0px;
	color: #05bdf3;
}

h2{
	font-size: 28px;
	color: white;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#step1 form {
	background-color: #05bdf3;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 20px;
	width: 680px;
}

#step1 input {
	font-size: 18px;
	border: none;
	border-radius: 5px;
	padding: 5px;
	margin-top: 4px;
	color: #b9b9b9;	
}


#step1 #go {
	background-color: #017CBF;
	color: white;
	padding: 6px 18px;
	border: 1px solid white;
} 

#step1 #go:hover {
	background-color: white;
	color: #017CBF;
	padding: 6px 18px;
	cursor: pointer;
	border: 1px solid #017CBF;
} 

.overall {
	min-height: 200px;
	background: url('images/raster.png');
	margin: 0 auto;
	width: 900px;
	margin-top: 75px;
	padding: 20px 30px;
	border-radius: 13px;
	border: 2px white solid;
	
	
}

#verify {
	width: 400px;
	background-color: white;
	border-radius: 8px;
	border: 2px solid #017CBF;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100000000;
	margin-top: -50px;
	margin-left: -200px;
	text-align: center;
	font-size: 20px;
	padding-top: 30px;
}



#step1 label {
	font-size: 24px;
	font-family: "museo-slab",serif;
	font-weight: 100;
	margin-left: 5px;
	color: white;
}

fieldset {
	border: none;
	padding: 0px;
}

#step1, #step2, #step3{
	margin: 0 auto;
	width: 900px;
}

.sponsor {
	margin: 0 auto;
	width: 600px;
	margin-top: 30px;
}

.sponsor img {
	width: 275px;
	height: 60px;
}

#step2, #step3{
	display: none;
	
}

#step2 {
	height: 485px;
}

#step2 p {
	margin-left: 15px;
	font-size: 18px;
	margin-bottom: 0px;
}

#step2 h1 {
	color: white;
	font-size: 44px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.mysecondbg {
	background-color: white;
	border-radius: 8px;
	height: 400px;
	width: 900px;
	display: block;
	float: left;
}

#step2 form {
	
	padding: 20px 15px;
	
	
}

#step2 input, #step2 select {
	font-size: 18px;
	display: block;
	float: left;
	margin-bottom: 15px;
}

#step2 label {
	font-size: 18px;
	display: block;
	float: left;
	margin-bottom: 15px;
	clear: both;
	width: 125px;
}

.sqft {
	display: block;
	float: left;
	margin-top: 10px;
}

#step2 #go {
	background-color: #017CBF;
	color: white;
	padding: 6px 18px;
	clear: both;
	border: none;
	border-radius: 8px;
	margin-top: 5px;
	border: 1px solid #05bdf3;
} 

#step2 #go:hover {
	background-color: #05bdf3;
	color: white;
	padding: 6px 18px;
	cursor: pointer;
	border: 1px solid #017CBF;
} 

#map_canvas {
        height: 360px;
        width: 435px;
        margin-top: 0.6em;
        margin-top: 20px;
       
      }

.leftside {
	display: block;
	float: left;
	width: 450px;
}

.tostart {
	text-align: center;
	font-size: 24px;
	margin-top: 100px;
}

.rightside {
	display: block;
	float: left;
	width: 450px;
}

#step3 {
	color: white;
}

#step3 h1 {
	color: white;
	margin-bottom: 5px;
}

#step3 h2 {
	margin-bottom: 5px;
	margin-top: 25px;
}

.biggreen {
	color: #93c108;
	font-size: 75px;
	font-weight: bold;
}

.estimate {
	background-color: white;
	border-radius: 8px;
	width: 880px;
	padding: 15px 10px 5px 10px;
	color: #686464;	
}

.graphs {
	background-color: white;
	border-radius: 8px;
	width: 880px;
	padding: 15px 10px;
}

#contact {
	height: 100%;
}

#contact h1{
	color: white;
	font-size: 30px;
	text-align: center;
}

#contactinfo {
	background-color: white;
	width: 425px;
	border-radius: 8px;
	padding: 30px 20px;
	margin: 0 auto;
}

#contact input, #contact select {
	font-size: 20px;
	display: block;
	float: left;
	margin-bottom: 15px;
}

#contact label {
	font-size: 20px;
	display: block;
	float: left;
	margin-bottom: 15px;
	clear: both;
	width: 170px;
}

#contact #go {
	background-color: #017CBF;
	color: white;
	padding: 12px 18px;
	border: 1px solid white;
	clear: both;
	font-size: 20px;
} 

#contact #go:hover {
	background-color: #05bdf3;
	color: white;
	padding: 12px 18px;
	cursor: pointer;
	border: 1px solid #017CBF;
} 

.small {
	font-size: 10px;
	padding-top: 10px;
}

.provider {
	position: absolute;
	bottom: 0px;
	right: 70px;
	background: url('images/raster.png');
	color: white;
	font-size: 12px;
	padding: 5px 10px;
}

.blindoverlay {
	width: 676px;
	height: 490px;
	
	
	
	position: absolute;
	top: 5%;
	left: 50%;
	z-index: 100000000;
	margin-left: -352px;
	text-align: center;
	font-size: 20px;
	padding-top: 30px;
	
		background: #334153;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	        border: 12px solid white;
}

#addressme {
	width: 550px;
}