@charset "utf-8";
body {
	margin: 0px;
	color: #151515;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #D5D5C3;
	background-image: url(../Images/gi_tile.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-weight: normal;
	font-size: large;
}
#wrapper {
	width: 100%;
	min-width: 740px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../Images/gi_tile.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}
#top {
    overflow: hidden;
}
#hero img {
	max-width: 100%;
}

h1, h2 {
	color: #B00002;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}


h1 {
	font-size: 72px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	margin-top: 0.5em;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
}
#main {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}




figure {
	display: block;
	width: 420px;
}
figure img {
	padding: 10px;
	text-align: center;
}

figcaption {
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 0.5em;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	position: static;
	left: 10px;
	right: 10px;
}
.floatleft {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #FF6600;
}
footer {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2%;
	clear: left;
	font-style: normal;
	font-weight: 200;
	text-transform: capitalize;
}
a:visited {
	color: #FF944C;

}
a:hover, a:active, a:focus {
	color: #FF0303;
	text-decoration: underline;
}
#mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainnav a {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	text-transform: uppercase;
	background-color: #4d4d4d;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 6px;

}
#wrapper article {
	width: 85px;
	height: 40px;
	position: absolute;
	top: 83px;
	left: 368px;
}
