@import url("../webfonts/Klavika-Bold/Klavika-Bold.css");
@import url("../webfonts/Klavika-Light/Klavika-Light.css");
@import url("../webfonts/ArialBlack/ArialBlack.css");
html,
body {
	width:100%;
	margin:0;
	padding:0;
	height:100%;
	background-image:url(../images/hiresbackground.png);
	background-position: center;
	background-repeat:repeat-y;
	
}
:-webkit-full-screen a {
    display: -webkit-box;
    display: flex
}
:-moz-full-screen a {
    display: flex
}
:-ms-fullscreen a {
    display: -ms-flexbox;
    display: flex
}
:fullscreen a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.wrapper {
	min-height:100%;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	
}
.header {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	height:auto;
	overflow:visible;
	position:relative;
	z-index:99;
}

.topbanner {
	height: 100px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
width:300px;
height:100px;
float:left;	
}
.shownav {
display:none;
position:absolute;
top:140px;
left:5px;	
}
.hidenav {
display:none;
position:absolute;
top:140px;
left:5px;		
}
.navbarwrapper {
	background-color: #FFFFFF;
		width: 100%;
		height:auto;
		overflow:visible;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	position: relative;
	top: 0px;
}
.nav {
	display:block;
	width: 1024px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
.nav2{
	display:none;
}

.navitemsmall {
	display:inline-block;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #999;
	margin-right: 20px;
	margin-left: 20px;
	text-align:center;
}
.navitemsmall:hover {
	display:inline-block;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #F60;
	margin-right: 20px;
	margin-left: 20px;
	text-align:center;
}
.navitem {
	display:inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #999;
	margin-right: 20px;
	margin-left: 20px;
	text-align:center;
}
.navitem:hover {
	display:inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #F60;
	margin-right: 20px;
	margin-left: 20px;
	text-align:center;
	cursor:pointer;
}
.navitemactive {
	display:inline-block;
	width:220px;
	height: 50px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #999;
	margin-right: 20px;
	margin-left: 20px;
	text-align:center;
	background-image:url(../images/pointer120.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navitemactive:hover {
	display:inline-block;
	width:220px;
	height: 50px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #F60;
	margin-right: 20px;
	margin-left: 20px;
	text-align:center;
	background-image:url(../images/pointer120.png);
	background-position:center;
	background-repeat:no-repeat;

}


.navitemright {
	display:inline-block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #999;
	float:right;
	padding-right:5px;
	text-align:right;
	
}
.navitemright:hover {
	display:inline-block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #F60;
	padding-right:5px;
	float:right;
	text-align:right;
	cursor:pointer;
	
}
.navitemrightactive {
	display: inline-block;
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #999;
	float: right;
	padding-right: 5px;
	text-align: right;
	background-image:url(../images/pointer.png);
	background-position:center;
	background-repeat:no-repeat;
}
.sectorsnavorg {
	display: none;
	width: 150px;
	height: 155px;
	margin-left: -17px;
	position: absolute;
	z-index: 99;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	background:#F60;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #F60;
	border-top-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	


}
.sectorsitemorg {
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-family: 'arial';
	font-size: 12px;
	color: #FFF;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	background-color: #F60;
	
	
}
.sectorsitemorg:hover {
	display:block;
	width: 100%;
	height:18px;
	line-height:18px;
	text-align:center;
	font-family:'arial';
	font-size:12px;
	color:#F60;
	font-weight:300;;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;

}
.sectorsnavwht {
	display: none;
	width: 150px;
	height: 150px;
	margin-left: -17px;
	position: absolute;
	z-index: 99;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	background-color: #FFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #FFF;
	border-top-color: #F60;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.sectorsitemwht {
	display: block;
	width: 100%;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-family: 'arial';
	font-size: 12px;
	color: #F60;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	
}
.sectorsitemwht:hover {
	display:block;
	width: 100%;
	height:18px;
	line-height:18px;
	text-align:center;
	font-family:'arial';
	font-size:12px;
	color:#FFF;
	font-weight:300;;
	margin-left:auto;
	margin-right:auto;
	background:#F60;

}
.contacttop {
	position: relative;
	top: 43px;
	width: 320px;
	height: 35px;
	float: right;
	background-color: #FFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 0px;
	padding: 0px;
	
}
.contacttext{
	font-family: 'ArialBlack';
	color:#F60;
	font-size: 32px;
	
}
.contacttext:hover{
	font-family: 'ArialBlack';
	color:#333;
	font-size: 32px;
	
}


@media only screen and  (max-width: 1040px) {
	
.topbanner {
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
width:300px;
height:100px;
margin-left:auto;
margin-right:auto;	
}
.shownav {
display:none;
position:absolute;
top:140px;
left:5px;		
}
.hidenav {
display:none;
position:absolute;
top:140px;
left:5px;		
}
.nav {
	width: 800px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
.nav2{
	display: none;
	
}
.navitem {
	
	width: 120px;
	margin-right: 15px;
	margin-left: 15px;
	text-align:center;
}
.navitemactive {
	
	width: 120px;
	margin-right: 15px;
	margin-left: 15px;
	text-align:center;
}
.navitemactive:hover {
	width: 120px;
	margin-right: 15px;
	margin-left: 15px;
	
}
.navitem:hover {
	width: 120px;
	margin-right: 15px;
	margin-left: 15px;
	
}
.navitemleft {
	width: 120px;
	margin-right: 15px;
	margin-left: 20px;
	
}
.navitemleft:hover {
	width: 120px;
	margin-right: 15px;
	margin-left: 20px;
	
}
.navitemleftactive {
	width: 120px;
	margin-right: 15px;
	margin-left: 20px;
	
}
.navitemleftactive:hover {
	width: 120px;
	margin-right: 15px;
	margin-left: 20px;
	
}
.navitemright {
	width: 150px;
	margin-right: 0px;
	margin-left: 20px;
	
	
}
.navitemright:hover {
	width: 150px;
	margin-right: 0px;
	margin-left: 20px;
	
	
}

.sectorsnav {
margin-left:-25px;	
}
.subnav{
	display:none;
	
}
}
@media only screen and  (max-width: 820px) {
.topbanner {
	height: 160px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	
}
.logo {
width:300px;
height:100px;
margin-left:auto;
margin-right:auto;	
float:none;
}
.contacttop {
	position: relative;
	top: 10px;
	width: 300px;
	height: 35px;
	float: none;
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;

}
.shownav {
display:block;
position:relative;
top:0px;
left:5px;	
}
.hidenav {
display:none;
position:relative;
top:0px;
left:5px;		
}
.navbarwrapper {
	background-color: #FFFFFF;
	height: auto;
	overflow:visible;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	position: relative;
	top: 0px;
}
.nav {
	display:none;
}
.nav2{
	display:none;
	position:relative;
	top:0px;
	padding-top:20px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	height:auto;
	overflow:visible;
	background:#FFF;
	border: thin solid #F60;
	border-radius:  20px;
	padding-bottom:15px;
	-moz-border-radius:  20px;
}
.navitemtitle{
	display:inline-block;
	width:100%;
	height:25px;
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:300;
	color:#999;
	text-align:center;	
}
.navitemtitle:hover{
	display:inline-block;
	width:100%;
	height:auto;
	overflow:auto;
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:300;
	color:#F60;
	text-align:center;	
}
.navitemdrop{
	display:inline-block;
	width:100%;
	height:auto;
	overflow:auto;
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:300;
	color:#999;
	text-align:center;	
}
.navitemdrop:hover{
	display:inline-block;
	width:100%;
	height:auto;
	overflow:auto;
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:300;
	color:#F60;
	text-align:center;
	cursor:pointer;	
}
.navitemmain{
	display:inline-block;
	width:100%;
	height:25px;
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:300;
	color:#999;
	text-align:center;	
}
.navitemmain:hover{
	display:inline-block;
	width:100%;
	height:25px;
	line-height:25px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:300;
	color:#F60;
	text-align:center;
	cursor:pointer;	
}
.navitemsub {
	display:block;
	width: 200px;
	margin-left:auto;
	margin-right:auto;
	height: 25px;
	line-height: 25px;
	font-family: Arial;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	text-align:center;
}
.navitemsub:hover {
	display:block;
	width: 200px;
	margin-left:auto;
	margin-right:auto;
	height: 25px;
	line-height: 25px;
	font-family: Arial;
	font-size: 14px;
	font-weight: 300;
	color: #F60;
	text-align:center;	
	border-radius:  5px;
	-moz-border-radius:  5px;
	
}
.subnav{
	display:none;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	height:auto;


	
}


}
@media only screen and  (min-width: 1930px) {

.wrapper {
	width:1920px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	position:relative;
}
.header {
	width:1920px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	height:auto;
	overflow:visible;
	position:relative;
	z-index:99;
}

}