
/* Header*/

.header-container {
	margin: 0px auto;
	width: 978px;
	height: auto;
	padding: 27px 0px 0px 0px; 
}
.header-container-left {
	width: 204px;
	height: auto;
	float: left;
}
.header-container-middle {
	width: 640px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 30px;
}
.header-container-right {
	width: 104px;
	height: auto;
	float: left;
	padding: 7px 0px 0px 0px;
}
.header-container-right-social-facebook {
	width: 16px;
	height: 24px;
	float: left;
	padding: 0px 3px 0px 0px;
}
.header-container-right-social-twitter {
	width: 32px;
	height: 24px;
	float: left;
	padding: 0px 3px 0px 0px;
}
.header-container-right-social-linkedin {
	width: 26px;
	height: 24px;
	float: left;
	padding: 0px 2px 0px 0px;
}
.header-container-right-social-bizcom {
	width: 22px;
	height: 24px;
	float: left;
	padding: 0px 0px 0px 0px;
}


/* Navigation */

.rhm1{
	width:auto;
	height: auto;
	margin:0 auto;
	padding: 9px 0px 0px 0px;
}
.rhm1-bg{
	height: auto;
}
.rhm1-bg ul{
	list-style:none;
	margin:0 auto;
}
.rhm1-bg li{
	float:left;
	list-style:none;
}
.rhm1-bg li a{
	float:left;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-family: 'ArvoRegular';
	letter-spacing: 0.8px;
	font-size: 12px;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	cursor:pointer;
	text-transform: uppercase;
	margin: 0px 6px 0px 6px;
	height: auto;	
}
.rhm1-bg li a span{
	float:left;
	display:block;
	padding:0 0px 0 0px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	padding: 3px 12px 2px 12px;
	border: 2px solid #000000;		
}
.rhm1-bg li.current a{
	color:#444;
	margin: 0px 6px 0px 0px;		
}
.rhm1-bg li.current a span{
	color:#ffffff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	padding: 3px 12px 2px 12px;
	border: 2px solid #ffffff;	
}

.rhm1-bg li.current a:hover span{
	color:#fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: #667eff;	
	padding: 3px 12px 2px 12px;
	border: 2px solid #667eff;				
}
.rhm1-bg li a:hover{
	color:#fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;	
	background-color: #667eff;
}
.rhm1-bg li a:hover span{
	color:#fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: #667eff;	
	padding: 3px 12px 2px 12px;
	border: 2px solid #667eff;				
}

.rhm1-bg li.contact a{
	color:#444;
	margin: 0px 6px 0px 0px;		
}
.rhm1-bg li.contact a span{
	color:#98a8fe;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	padding: 3px 12px 2px 12px;
	border: 2px solid #000000;	
}

.rhm1-bg li.contact a:hover span{
	color:#fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background-color: #667eff;	
	padding: 3px 12px 2px 12px;
	border: 2px solid #667eff;				
}


/* Quick facts */

.quickfacts-container{
	width: auto;
	height: 40px;
	position: absolute;
	margin: 42px 0px 0px 90px;
}
.quickfacts-arrow{
	width: auto;
	height: 8px;
	text-align: center;
	background-image: url(../images/general/quickfacts-arrow.png);
	background-repeat: no-repeat;
	background-position: 64% 50%;
}
.quickfacts-text{
	color:#ffffff;
	text-decoration:none;
	font-family: 'ArvoRegular';
	letter-spacing: 0.8px;
	font-size: 13px;
	font-weight:normal;
	line-height:normal;
	text-align:center;	
	width: auto;
	display:block;
	height: auto;
	background-color: #667eff;
	position: relative;
	z-index: 1001;
}

.quickfacts-text a{
	color:#ffffff;
	display:block;
	height: auto;
	background-color: #667eff;
	text-decoration: none;
	padding: 3px 10px 3px 12px;
	float: ;	
}
.quickfacts-text a:hover{
	color:#ffffff;
	display:block;
	height: auto;
	background-color: #4760e6;
	text-decoration: none;
}

.quickfacts-text ul{
	list-style:none;
	margin:0 auto;
}
.quickfacts-text li{
	float:left;
	list-style:none;
}


