* {margin: 0; padding: 0; outline: 0;}


body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	font-size: 12px;
	background:#bfbfbf;

	
}
.BodyTextAbout {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	top: 25px;
	padding-top: 25px;
}
.BodyTextWhite {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #CCC;
	top: 25px;
	padding-top: 25px;
}




h1, h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif ;
	font-weight: 300;
	margin:0 0 15px 0;
}


h1 {
	font-size: 42px;
	letter-spacing: -1px;
	line-height: 100%;
	color: #FFF;
}

h1.title {
	font-size: 46px;
	font-weight: 700;
	color: #6a6a6a;


}


h2 {
	font-size: 24px;
}

p {
	margin: 0 0 15px 0;
}

.menuBtn {

	background: center center no-repeat transparent;
	background: #000;
	display: block;
	width: 40px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 10px;

}

.active {
	background-color: #000;
}
.clear {
	clear: both;
}
.wrap {
		/*background:url(../images/bg.png) top left repeat-x;*/
		width: 100%;
		max-width: 1140px;
		min-width: 960px;
		z-index: 10;
		position: relative;
		margin: 0 auto;
		padding: 0;

}



.section {
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	z-index: 10;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
}


.inner {
	width: 960px;
	position: relative;
	min-height: 50px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
	top: 124px;
}

.inner2 {
	width: 960px;
	position: relative;
	min-height: 50px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	top: 30px;
}

.inner3 {
	width: 1000px;
	position: relative;
	min-height: 50px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	top: 124px;
}



/* This is the selector i used for my menu, it needs to be set as position:absolute; */
.subMenu {
	position: fixed;
	height: 174px;
	z-index: 1000;
	width: 100%;
	max-width: 1140px;
	min-width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #ED1C24;
	background-image: url(../images/IFS-Website-Design-V1.png);
	background-repeat: no-repeat;
	background-position: center top;
	box-shadow:0 2px 4px rgba(0, 0, 0, .3);
}

.subMenu .inner {
	padding:0;
	font-weight: 400;
}





.subNavBtn {
	display: block;
	height: 33px;
	width: 8%;
	float: left;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 2%;
	padding-bottom: 2px;
	padding-left: 2%;
	padding-top: 15px;
	vertical-align: text-bottom;
	line-height: 14px;
}

.end {
	margin: 0;
}


/* SECTIONS */
.sTop {
	min-height: 500px;
	background:#e5e5e5;
	color:#3d3d3d;
	top: 0px;
	padding-top: 0px;

}



.s1 {
	min-height: 500px;
	background-color: #999;

}


.s2 {
	min-height: 400px;
	background-color: #ED1C24;
}


.s3 {
	min-height: 800px;
	background-color: #999;
}


.s4 {
	min-height: 500px;
	color: white;
	background-color: #666;
}

.s5 {
	min-height: 500px;
	color: white;
	background-color: #CCC;
}
.s6 {
	min-height: 700px;
	background: #000000;
	color: white;
}
.s7 {
	min-height: 700px;
	background: #000000;
	color: white;
}


    input, textarea {  
        padding: 9px;  
        border: solid 1px #E5E5E5;  
        outline: 0;  
        font: normal 13px/100% Verdana, Tahoma, sans-serif;  

        background: #FFFFFF url('images/bg_form.png') left top repeat-x;  
        background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CCCCCC), to(#FFFFFF));  
        background: -moz-linear-gradient(top, #FFFFFF, #CCCCCC 1px, #FFFFFF 25px);  
        box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;  
        -moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;  
        -webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;  
        }  
    textarea {
	width: 300px;
	max-width: 400px;
	height: 100px;
	line-height: 150%;
        }  
    input:hover, textarea:hover,  
    input:focus, textarea:focus {  
        border-color: #C9C9C9;  
        -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 8px;  
        }  
    .form label {  
        margin-left: 10px;  
        color: #666666;  
        }  
    .submit input {
	width: auto;
	padding: 9px 15px;
	border: 1;


		border-color:#FFF  
        font-size: 14px;  
	color: #17469E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        }  
		

#lockheader {
    position: fixed;
    top: 0px;
    height: 124px;
    width: 100%;

}