@charset "UTF-8";
/* CSS Document */


html {
	overflow-y: scroll;
} /* always show vertical scroll bar */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(GF-Background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a {
	border: none;
}
.oneColElsCtr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding-top: 140px;
}
#logo {
	padding-bottom:50px;
	float: left;
	display:block;
	position: relative;
	width: 1000px;
	clear: left;
}
#brochures {
	float: left;
	display:block;
	position: relative;
	padding-left: 105px;
}
#hr {
	width: 1000px;
	height: 20px;
	float: left;
}
#brochureDecription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #9FA0A2;
	text-align: right;
	display: block;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 36px;
	padding-left: 36px;
	margin: 0px;
}
#brochureDecription p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #9E9FA1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #809E2A;
	padding-bottom: 30px;
}
#brochureBox {
	float: left;
	width: 200px;
	padding-top:22px;
}
#brochureBox a:link {
	color:#3D3D3F;
	cursor:pointer;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#brochureBox a:visited {
	color:#3D3D3F;
	cursor:pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#brochureBox a:hover {
	color:#809E2A;
	cursor:pointer;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#brochureBox a:active {
	color:#3D3D3F;
	cursor:pointer;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#footer {
	padding-top:40px;
	display:block;
	position: relative;
	float: left;
	width: 1000px;
}
#footer p{
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9E9FA1;
	font-weight: normal;
	padding-top: 40px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #809E2A;
	margin-right: 133px;
	margin-left: 141px;
}
#footer a {
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9E9FA1;
	font-weight: normal;
	padding-top: 40px;
}
#footer a:link {
	color:#809E2A;
	cursor:pointer;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color:#809E2A;
	cursor:pointer;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color:#3D3D3F;
	cursor:pointer;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:active {
	color:#809E2A;
	cursor:pointer;
	text-decoration: none;
	font-weight: normal;
}
