/* Holding page CSS */

body {
	background-color: #00344b;
	font-family: Avant Garde, Century Gothic, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
}
#container {
	width: 960px;
	margin: 0px auto;
}
#upper {
	position: relative;
	width: 960px;
	min-height: 600px;
	background-image: url(../images/bg-upper.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#lower {
	position: relative;
	width: 960px;
	height: 100px;
	background-image: url(../images/bg-lower.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#mainText {
	position: relative;
	width: 390px;
	padding: 365px 439px 0px 131px;
}
#mainText p {
	padding: 0px 15px 10px 15px;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	background-color: #000;
}
#brochureLink{
	position: absolute;
	width: 160px;
	height: 113px;
	left: 538px;
	bottom: 15px;
}
#brochureText {
	position: absolute;
	width: 230px;
	left: 718px;
	bottom: 5px;
}
#brochureText p {
	padding: 5px 0px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
}
#brochureText p.green {
	color: #aeca07;
}
#brochureText a {
	color: #fff;
	text-decoration: none;
}
#contactText {
	position: absolute;
	width: 230px;
	left: 718px;
	top: 9px;
}
#contactText p {
	padding: 5px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
#contactText a {
	color: #000;
	text-decoration: none;
}
