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

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

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

#contact{
	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;
}

#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;
}

#map{
	float: right;
	width: 500px;
	height: 400px;
	margin-top: 20px;
	margin-right: 20px;
	background: url(images/map.png) no-repeat;
	position: relative;
}

#infobox{	
	width: 400px;
	height: 480px;
	position: relative;
}

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

#title{
	color: #df612f;
	font-size: .9em;

}

#email{
	text-decoration: none;
	color: #464646;

}

#email:hover{
	text-decoration: none;
	color: #df612f;

}


#navline4{
	width:100%;
	height: 1px;
	margin-top: 0px;
	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;

}