body{
	width:100%;
	height:100%;
	margin:0%;
	padding:0px;
	background-color: #f7f7f5;
}

#wrapper{
	height:1500px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-position: center;
}

#topline{
	width:100%;
	height: 5px;
	position: relative;
	background-color: #df612f;
}

#certification{
	width: 78px;
	color: #df612f;
	margin-left: 20px;
	border-bottom: 3px solid #df612f;
	padding-bottom: 8px;
}

a{
	text-decoration:none;
}

#nav{
	width: 960px;
	margin-top: 148px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2%;
	float: right;
	list-style-type: none;
	text-align:right;
	position: relative;
	z-index: 3;

}

ul {
	display:inline;
}

li{
	width: 33%;
	margin-left: 20px;
	display: inline;
}

#nav a{
	font-family: sans-serif;
	font-size: .9em;
	color: #c2c2c2;
}


#nav li a:hover{
	color: #df612f;
	border-bottom: 3px solid #df612f;
	padding-bottom: 8px;
}

#navline{
	width:100%;
	height: 1px;
	margin-top: 176px;
	position: static;
	background-color: #c2c2c2;
}

#logo{
	height: 180px;
	width:150px;
	background: url(images/fslogo.png) center no-repeat;
	position: absolute;
	z-index: 5;
}

#logo:hover{
	height: 180px;
	width:150px;
	background: url(images/fslogo.png) center no-repeat;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	position: absolute;
	z-index: 5;
}

#subnav{
	width: 960px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0%;
	float: left;
	list-style-type: none;
	text-align:left;
	position: relative;

}

#subnav ul {
	display:inline;
}

#subnav li{
	width: 33%;
	margin-left: 20px;
	display: inline;
}

#subnav a{
	font-family: sans-serif;
	font-size: .9em;
	color: #c2c2c2;
}


#subnav li a:hover{
	color: #df612f;
	border-bottom: 3px solid #df612f;
	padding-bottom: 8px;
}

#consulting{
	width: 78px;
	margin-left: 20px;
	color: #df612f;
	border-bottom: 3px solid #df612f;
	padding-bottom: 8px;
}

#navline2{
	width:100%;
	height: 1px;
	margin-top: 40px;
	position: static;
	background-color: #c2c2c2;
}

#orangebox{
	width: 940px;
	height: 22px;
	margin-top: 30px;
	background-color: #df612f;
	font-family: sans-serif;
	font-size: 1em;
	color: #f7f7f2;
	padding-top: 1px;
	padding-left: 20px;
	font-family:'Source Sans Pro', sans-serif;
	position: relative;
}

strong{
	font-size: 1.4em;
	font-family: 'Source Sans Pro', sans-serif;
}


.button1 {
  background-color: none;
  border: 1px solid black;
  color: black;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1:hover {
  background-color: black;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button2 {
  background-color: #df612f;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px 0px 40px;
  cursor: pointer;
}

.button2:hover {
  background-color: #ba1313;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px 0px 40px;
  cursor: pointer;
}


#infobox{	
	width: 600px;
	height: 650px;
	position: relative;
}

#info {
	margin-top: -10px;
	text-align: left;
	font-family:'Source Sans Pro', sans-serif;
	position: relative;
	padding: 20px 40px 0px 40px;
	color: #464646;
	
}

#navline4{
	width:100%;
	height: 1px;
	margin-top: 130px;
	position: static;
	background-color: #c2c2c2;
}

#endinfo{
	padding-bottom: 0.02px;
	margin-top: -5px;
	padding-left: 20px;
	font-family: sans-serif;
	font-size: 12px;
	color: #c2c2c2;

}