@charset "utf-8";

body {
	background: #fff;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

a,
h1,
h2,
input[type=text],
label,
nav,
p,
ol,
ul,
ul li {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

footer {
	border-top: 1px solid #d2d2d2;
	padding-bottom: 100px;
	padding-top: 30px;
}
	footer p {
		font-size: 1.3em;
		line-height: 30px;
		text-align: center;
	}

.icon {
	border: 1px solid #70c6e7;
	color: #70c6e7;
	border-radius: 15px;
	display: inline-block;
	height: 30px;
	text-align: center;
	width: 30px;
}

.spacer50px {
	clear: both;
	display: block;
	height: 50px;
}

.textAlignCenter {
	text-align: center;
}

p#topLink {
	bottom: 0;
	clear: both;
	display: none;
	left: 0;
	position: fixed;
	text-align: center;
	width: 100%;
}
	p#topLink a:link,
	p#topLink a:visited {
		background: #70c6e7;
		color: #fff;
		display: block;
		font: 1.4em/50px Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
		height: 50px;
		width: inherit;
	}
	p#topLink a:hover {
		padding-bottom: 10px;
	}

#masthead {
	height: 150px;
}
	#masthead nav {
		border-top: 1px solid #d2d2d2;
		height: 49px;
	}
		#masthead nav ul {
			list-style: none;
			margin: 0 auto;
			width: 1200px;
		}
			#masthead nav ul li {
				float: left;
				font-size: 1.5em;
				line-height: 49px;
				text-align: center;
				text-transform: uppercase;
			}
			#masthead nav ul li a:link,
			#masthead nav ul li a:visited {
				color: #70c6e7;
				display: block;
				text-decoration: none;
				width: 300px;
			}
			#masthead nav ul li a:hover {
				color: #000;
			}
				#masthead nav ul li a.selected {
					border-left: 1px solid #d2d2d2;
					border-right: 1px solid #d2d2d2;
					color: #000;
					display: block;
					width: 298px;
				}

	#masthead #mastheadInside {
		height: 100px;
		margin: 0 auto;
		position: relative;
		width: 1200px;
	}
		#masthead #mastheadInside p {
			font-size: 2em;
			line-height: 30px;
		}
		#masthead #mastheadInside #containerPhoneEmail {
			float: right;
			height: 30px;
			padding: 35px 0;
			text-align: right;
			width: 840px;
		}
			#masthead #mastheadInside #containerPhoneEmail .icon:nth-child(2) {
				margin-left: 10px;
			}

		#masthead #mastheadInside #logo {
			height: 100px;
			float: left;
			width: 360px;
		}
			#masthead #mastheadInside #logo a {
				background: url(../_images/logo.gif) no-repeat;
				display: block;
				height: 100px;
				width: 360px;
			}
				#masthead #mastheadInside #logo a span {
					display: none;
				}

#stage h1 {
	color: #fff;
	font-size: 4.5em;
	line-height: 45px;
}

#stage h2 {
	font-size: 3.5em;
	line-height: 35px;
	margin-bottom: 30px;
}
	#stage h2.marginBottom10px {
		margin-bottom: 10px;
	}

#stage p {
	font-size: 1.5em;
	line-height: 25px;
	margin-bottom: 20px;
}
	#stage p.large {
		border-bottom: double #d2d2d2;
		border-top: double #d2d2d2;
		font-size: 2.5em;
		line-height: 40px;
		padding: 20px 0;
	}
	#stage p.lineHeight30px {
		line-height: 30px;
	}

#stage ol li {
	font-size: 1.5em;
	line-height: 30px;
	margin-bottom: 10px;
}

#stage #containerBottom {
	height: 200px;
	width: 100%;
}
	#stage #containerBottom #containerBottomInside {
		margin: 0 auto;
		width: 1200px;
	}
		#stage #containerBottom #containerBottomInside #left,
		#stage #containerBottom #containerBottomInside #right {
			float: left;
			height: 150px;
			padding: 50px 50px 0 50px;
			width: 500px;
		}
			#stage #containerBottom #containerBottomInside #left {
				background: #70c6e7;
			}
			#stage #containerBottom #containerBottomInside #right {
				background: #ebe6d7;
			}

#stage #containerHero {
	background: #70c6e7;
	height: 400px;
	width: 100%;
}
	#stage #containerHero #hero {
		height: 400px;
		margin: 0 auto;
		width: 1200px;
	}
		#stage #containerHero #hero a {
			display: block;
			height: 400px;
			width: 1200px;
		}
			#stage #containerHero #hero a.hero1 {
				background: url(../_images/banner_image-1.jpg) no-repeat;
			}
			#stage #containerHero #hero a.hero2 {
				background: url(../_images/banner_image-2.jpg) no-repeat;
			}
			#stage #containerHero #hero a.hero3 {
				background: url(../_images/banner_image-3.jpg) no-repeat;
			}

#stage #containerTitle {
	background: #70c6e7;
	height: 100px;
	width: 100%;
}
	#stage #containerTitle h1 {
		line-height: 100px;
		margin: 0 auto;
		width: 1200px;
	}
	
#stage #content {
	margin: 0 auto;
	overflow: auto;
	padding: 50px 0;
	width: 800px;
}
	#stage #content .colLeft {
		float: left;
		width: 375px;
	}
	#stage #content .colRight {
		float: right;
		width: 375px;
	}
	#stage #content .icon {
		margin-right: 5px;
	}
	#stage #content #bios {
		margin: 0 auto;
		width: 400px;
	}
		#stage #content #bios .bioPhoto {
			height: 300px;
			margin: 0 auto 20px auto;
			width: 400px;
		}
			#stage #content #bios .bioPhoto.eli {
				background: url(../_images/image-eli.jpg) no-repeat;
			}
			#stage #content #bios .bioPhoto.justin {
				background: url(../_images/image-justin.jpg) no-repeat;
			}

	#stage #content #calc {
		border: 1px solid #d2d2d2;
		overflow: auto;
		padding: 20px 50px;
		width: 698px;
	}
		#stage #content #calc input[type=text] {
			border: 1px solid #d2d2d2;
			height: 28px;
			line-height: 28px;
			width: 148px;
		}
			#stage #content #calc input[type=text].width75 {
				width: 75px;
			}
			#stage #content #calc input[type=text].width100 {
				width: 100px;
			}
		
		#stage #content #calc label {
			display: block;
			float: left;
			height: 30px;
			line-height: 30px;
			width: 150px;
		}
		#stage #content #calc .colLeft,
		#stage #content #calc .colRight {
			float: left;
			width: 349px;
		}
		#stage #content #calc .highlight {
			border: 1px solid #70c6e7;
			margin-top: 5px;
			padding: 5px;
		}

a:link,
a:visited {
	color: #70c6e7;
}
a:hover {
	color: #000;
}

@media screen and (max-width: 1250px) {
	#masthead nav ul {
		width: 1000px;
	}
		#masthead nav ul li a:link,
		#masthead nav ul li a:visited {
			width: 250px;
		}
			#masthead nav ul li a.selected {
				width: 248px;
			}

	#masthead #mastheadInside {
		width: 1000px;
	}
		#masthead #mastheadInside #containerPhoneEmail {
			width: 640px;
		}

	#stage h1 {
		font-size: 3.5em;
	}
	#stage #containerBottom #containerBottomInside {
		width: 1000px;
	}
		#stage #containerBottom #containerBottomInside #left,
		#stage #containerBottom #containerBottomInside #right {
			width: 400px;
		}

	#stage #containerHero #hero {
		width: 1000px;
	}
		#stage #containerHero #hero a {
			background: url(../_images/banner_image-1.jpg) no-repeat center;
			width: 1000px;
		}

	#stage #containerTitle h1 {
		width: 1000px;
	}
}

@media screen and (max-width: 1050px) {
	#masthead nav ul {
		width: 800px;
	}
		#masthead nav ul li {
			font-size: 1.3em;
		}
			#masthead nav ul li a:link,
			#masthead nav ul li a:visited {
				width: 200px;
			}
				#masthead nav ul li a.selected {
					width: 198px;
				}

	#masthead #mastheadInside {
		width: 800px;
	}
		#masthead #mastheadInside p {
			font-size: 1.3em;
			line-height: 30px;
		}
		#masthead #mastheadInside #containerPhoneEmail {
			width: 440px;
		}

	#stage h1 {
		font-size: 3em;
	}
	#stage h2 {
		font-size: 2.5em;
	}
	#stage #containerBottom {
		height: auto;
		overflow: auto;
		width: 100%;
	}
		#stage #containerBottom #containerBottomInside {
			width: 800px;
		}
			#stage #containerBottom #containerBottomInside #left,
			#stage #containerBottom #containerBottomInside #right {
				height: auto;
				padding: 20px 50px;
				text-align: center;
				width: 700px;
			}

	#stage #containerHero #hero {
		width: 800px;
	}
		#stage #containerHero #hero a {
			width: 800px;
		}

	#stage #containerTitle h1 {
		width: 800px;
	}
}

@media screen and (max-width: 850px) {
	#masthead nav ul {
		width: 600px;
	}
		#masthead nav ul li a:link,
		#masthead nav ul li a:visited {
			width: 150px;
		}
			#masthead nav ul li a.selected {
				width: 148px;
			}

	#masthead {
		height: 210px;
	}
		#masthead #mastheadInside {
			height: 160px;
			width: 600px;
		}
			#masthead #mastheadInside #containerPhoneEmail {
				float: none;
				padding: 15px 0;
				text-align: center;
				width: 600px;
			}
			#masthead #mastheadInside #logo {
				height: 100px;
				float: none;
				width: 600px;
			}
				#masthead #mastheadInside #logo a {
					background: none;
					line-height: 100px;
					width: 600px;
				}
					#masthead #mastheadInside #logo a span {
						display: block;
						font-size: 4em;
						text-align: center;
					}

	#stage #containerBottom #containerBottomInside {
		width: 600px;
	}
		#stage #containerBottom #containerBottomInside #left,
		#stage #containerBottom #containerBottomInside #right {
			width: 500px;
		}

	#stage #containerHero #hero {
		width: 600px;
	}
		#stage #containerHero #hero a {
			width: 600px;
		}

	#stage #containerTitle h1 {
		width: 600px;
	}
	#stage #content {
		width: 600px;
	}
		#stage #content .colLeft,
		#stage #content .colRight {
			float: none;
			margin-bottom: 50px;
			width: 600px;
		}
		#stage #content #calc {
			border: none;
			padding: 0;
			width: 600px;
		}
			#stage #content #calc label {
				float: none;
				width: 100%;
			}
			#stage #content #calc .colLeft,
			#stage #content #calc .colRight {
				width: 300px;
			}
}

@media screen and (max-width: 650px) {
	#masthead {
		height: 280px;
	}
		#masthead nav {
			border-top: none;
			height: 120px;
		}
			#masthead nav ul {
				width: 100%;
			}
				#masthead nav ul li {
					border-top: 1px solid #d2d2d2;
					float: none;
					height: 29px;
					line-height: 30px;
				}
				#masthead nav ul li a:link,
				#masthead nav ul li a:visited {
					line-height: 30px;
					width: 100%;
				}
					#masthead nav ul li a.selected {
						border-left: none;
						border-right: none;
						width: 100%;
					}

		#masthead #mastheadInside {
			width: 100%;
		}
			#masthead #mastheadInside #containerPhoneEmail {
				width: 100%;
			}
			#masthead #mastheadInside #logo {
				width: 100%;
			}
				#masthead #mastheadInside #logo a {
					width: 100%;
				}
					#masthead #mastheadInside #logo a span {
						font-size: 2.5em;
					}

	#stage #containerBottom #containerBottomInside {
		width: 100%;
	}
		#stage #containerBottom #containerBottomInside #left,
		#stage #containerBottom #containerBottomInside #right {
			padding-left: 5%;
			padding-right: 5%;
			width: 90%;
		}

	#stage #containerHero {
		display: none;
	}
	#stage #containerTitle h1 {
		text-align: center;
		width: 100%;
	}
	#stage #content {
		padding-left: 5%;
		padding-right: 5%;
		width: 90%;
	}
		#stage #content .colLeft,
		#stage #content .colRight {
			width: 100%;
		}
		#stage #content #calc {
			border: none;
			padding: 0;
			width: 100%;
		}
			#stage #content #calc label {
				float: left;
				width: 150px;
			}
			#stage #content #calc .colLeft,
			#stage #content #calc .colRight {
				float: none;
				width: 100%;
			}
}

@media screen and (max-width: 500px) {
	footer {
		padding-left: 5%;
		padding-right: 5%;
		width: 90%;
	}
	#masthead .icon {
		display: none;
	}
	#stage #containerTitle {
		display: none;
	}
	#stage #content #bios {
		margin: 0 auto;
		width: 100%;
	}
		#stage #content #bios .bioPhoto {
			width: 100%;
		}
			#stage #content #bios .bioPhoto.eli {
				background: url(../_images/image-eli.jpg) no-repeat center;
			}
			#stage #content #bios .bioPhoto.justin {
				background: url(../_images/image-justin.jpg) no-repeat center;
			}
}

@media screen and (max-width: 400px) {
	#stage #content #bios .bioPhoto.eli {
		background: url(../_images/image-eli.jpg) no-repeat right;
	}
	#stage #content #bios .bioPhoto.justin {
		background: url(../_images/image-justin.jpg) no-repeat right;
	}
}
