/* Home */
#splash.home {
    background: url('/images/splash_bg_pattern.jpg') repeat scroll center top rgba(0, 0, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 508px;
	padding: 0;
}
#splash.home .container {
    background: url('/images/splash_bg.jpg') no-repeat scroll center top rgba(0, 0, 0, 0);
	border-bottom: 8px solid #dedede;
	height: 500px;
}
#splash.home .message {
	padding: 80px 0 0 25px;
}
#splash.home .message div.one {
	color: #8f8f8f;
	font-size: 48px;
	letter-spacing: -3px;
    line-height: 58px;
    position: relative;
}
#splash.home .message div.two {
	color: #3a3a3a;
	font-size: 108px;
	letter-spacing: -5px;
    line-height: 102px;
    position: relative;
}
#splash.home .message div.three {
	color: #8f8f8f;
	font-size: 32px;
	letter-spacing: -1px;
    line-height: 36px;
    position: relative;
}

.welcome {
	text-align: center;
}
.welcome img.thumbsup {
	margin: 0 0 10px;
}
.welcome h2 {
	font-weight: normal;
	font-size: 36px;
}
.welcome p {
	 font-size: 16px;
}

/* Careers */
.job_posting {
	margin: 25px 0;
	clear: both;
}
.job_posting h3 {
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
	color: #114e8b;
}
.job_posting h4 {
    font-size: 18px;
}
.job_posting p {
	margin-bottom: 18px;
}
.job_posting ul {
	margin-left: 24px;
	margin-bottom: 18px;
}
.job_posting span {
	display: block;
	padding-left: 2px;
}
.job_posting .apply {
	vertical-align: middle;
}

/* contact us */
.address {
    font-size: 18px;
}
.address strong {
	color: #114e8b;
	font-weight: normal;
}
.address p {
	margin-bottom: 40px;
}
.contact_thanks {
    border: 1px solid #3fba4d;
    border-radius: 8px;
    font-size: 22px;
    color: #39a946;
    padding: 12px 24px;
    margin: 24px 0;
    background-color: #effcf0;
    text-align: center;
}

