/* CSS Document */

html, body {
	background-image: url(images/seamlesstexture29_1200.jpg);
	margin: 0px;
	color: #114671;
	font-family: 'Source Sans Pro', sans-serif;
}
#wrapper {
	max-width: 1064px;
	min-width: 1024px;
	margin: auto;
	height: 684px;
	background-image: url(images/index-pic.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
#logo-intro {
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 47px;
	line-height: 45px;
	height: 498px;
}
#logo-intro img {
	margin-top: 106px;
	margin-bottom: 123px;
}
#home-txt {
	padding-left: 20px;
	width: 528px;
	padding-right: 476px;
	margin: auto;
	color: black;
}
#footer {
	width: 1024px;
	height: 75px;
	background-color: #114671;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0px;
	position: absolute;
}
#address {
	position: absolute;
	left: 20px;
	bottom: 10px;
	color: white;
}
#contact {
	position: absolute;
	right: 20px;
	bottom: 10px;
	color: white;
	text-align: right;
}
#contact a.phone {
	font-size: 24px;
	color: white;
	text-decoration: none;
	line-height: 15px;
}
#contact a {
	color: white;
}
