@font-face {
    font-family: 'Gil';
    src: url('gil____.eot');
    src: url('gil____.eot') format('embedded-opentype'),
         url('gil____.woff') format('woff'),
         url('gil____.ttf') format('truetype'),
         url('gil____.svg#Gil') format('svg');
}

body {
	font-family: Gil, Arial, Sans-Serif;

}

.non-latin{
	font-family: Arial Unicode MS, Arial, Sans-Serif;
}

a:link {
	text-decoration:none;
	color:#284e1e;
	
}
a:visited {
	text-decoration:none;
	color:#284e1e;
}
a:hover {
	text-decoration:none;
	color: #67bc51;
}
a:active {
	text-decoration:none;
}

p{
	text-align:center;
}

img.bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}



#wrapper{
	height:100%;
	width:100%;
	position:relative;

}

#header{
	width: 110px;
	height: 45px;
	background-image: url(../zImages/NFS%20Sprite.png);
	background-position: 0px -40px;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#intro{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:5%;
	text-align:center;
	font-size:25px;
}

#images{
	max-width:800px;
	min-width:702px;
	height:320px;
	margin-left:auto;
	margin-right:auto;
}

#leftGFX{
	float:left;
}

#rightGFX{
	float:right;
}

#footer{
	position:relative;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#cta{
	position:inherit;
	margin-left:auto;
	margin-right:auto;
	height:90%;
	font-weight:bold;
	font-size:20px;
}

#process{
	width:40%;
	max-width:750px;
	min-width:700px; /*Make twice graphic width */
	margin-left:auto;
	margin-right:auto;
}

.row{
	display: inline-block;
	width: 100%;
	height:190px;
}

.leftPara, .leftParaAR{
	height:190px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:4em;
	max-width:40%;
	text-align:left;
	font-size:14pt;
	display:inline-block;

}

.leftPara{
	text-align:left;
}

.leftParaAR{
	text-align:right;
}

.caption{
	text-align: center;
	font-weight: bold;
	font-size:18px;	
}

.step {
	display:inline-block;
	float:right;
}

.step