@charset "utf-8";
/* CSS Document */



/*HEADER*/
#headertop_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#FFFFFF url(../images/bg.jpg) repeat;
}
.headertopbg{
	width:100%;
	background:url(../images/topbg.jpg) no-repeat right;
}

#headertop_inner{
	width:1050px;
	height:30px;
	padding:0px; 
	margin:0px auto;
}
.headertop_call{
	width:456px;
	height:30px;
	float:right;
	background:url(../images/top.png) no-repeat;
}
.top_callbg{
	width:320px;
	height:30px;
	float:right;
	background:#02244a;
	color:#FFF;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:25px;
}




#header_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#FFFFFF url(../images/bg.jpg) repeat;
}
#header_inner{
	width:1050px;
	height:80px;
	padding:0px; 
	margin:0px auto;
}
.logo{
	width:290px;
	position:absolute;
	margin-top:-37px;
}


/*MENU*/
#headermenu_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#03254b url(../images/menubg.jpg) repeat-x;
}
#headermenu_inner{
	width:1049px;
	height:auto;
	padding:0px; 
	margin:0px auto;
	border-right:1px solid #044584; 
}

/* ----- Menu ----- */
.menu{
	width:100%;
}
.menu ul{
	list-style:none;
}
.menu ul{
}
.menu li{
	float:right;
	display:inline-block;
}
.menu li:first-child{
}
.menu a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	border-top:2px solid transparent;
	display:block;
	padding:11px 30px;
	text-decoration:none;
	text-transform:uppercase;
	border-left:1px solid #044584;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out; 
	
}
.menu a:hover,
active a{
	background:#023366;
	color:#FFFFFF;
	border-top:2px solid #0b95cc;
}
.clearFloat{
	clear:both;
}



/*FOOTER*/
#footer_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#21486f url(../images/footer.jpg) repeat-x;
}
#footer_inner{
	width:1050px;
	height:150px;
	padding:0px; 
	margin:0px auto;
	background:#21486f url(../images/footer_inner.jpg) repeat-x;
}

.footer_contactbg{
	width:550px;
	height:auto;
	float:left;
	margin:0 0 0 20px;
}
.footer_menubg{
	width:100%;
	float:left;
	border-bottom:1px solid #3b5f84;
	margin-top:10px;
}

#footer_inner ul {
  overflow: auto;
  list-style-type: none;
}
#footer_inner li {
  height: 25px;
  float: left;
  margin-right: 0px;
  padding: 0 60px 5px 0;
}
#footer_inner li:last-child {
  border-right: none;
}
 
#footer_inner li a {
  text-decoration: none;
  color: #FFF;
  font: 14px/1 Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#footer_inner li a:hover {
  color: #CCCCCC;
}
#footer_inner p{
	color:#FFF;
	float:left;
	margin-top:10px;
	font-size:13px;
}

.footer_socialbg{
	width:300px;
	height:auto;
	float:right;
	margin:0 20px 0 0px;
}
.footer_socialhead{
	width:100%;
	float:left;
	border-bottom:1px solid #3b5f84;
	margin-top:10px;
	text-align:right;
	color:#FFF;
	padding-bottom:10px;
	font-size:18px;
}
.new_footersocial_icon{
	width:102px;
	height:40px;
	float:right;
	margin:5px 0 0 0px;
	padding-top:5px;
}
#demo3 li{
		display:inline;
		padding-right:0px;
		padding-bottom:10PX;
		overflow:hidden;
	}
	
#demo3 a{
	display:inline-block;
	height:32px;
	width:34px;		
	text-indent:-9999px;
	-webkit-transition:background-position .2s ease-in;  
	-moz-transition:background-position .2s ease-in;  
	-o-transition:background-position .2s ease-in;  
	transition:background-position .2s ease-in; 
}
	
#demo3 a:hover{
	background-position: 0 -32px;		
}
.face{
	background:url(../images/facebook.png) no-repeat;
}	
.twitter{
	background:url(../images/linkedin.png) no-repeat;
}
.skyp{
	background:url(../images/twitter.png) no-repeat;
}
.utube{
	background:url(../images/googleplus.png) no-repeat;
}





/*FOOTER COPY*/
#footercopy_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
    margin:0px;
	background:#19385a;
}
#footercopy_inner{
	width:1050px;
	height:40px;
	padding:0px; 
	margin:0px auto;
}
#footercopy_inner p{
	color:#FFF;
	width:50%;
	float:left;
	margin-top:10px;
}
#footercopy_inner a{
	color:#FFF;
	width:50%;
	float:right;
	margin-top:10px;
	font-size:13px;
	text-decoration:none;
	text-align:right;
}

#footercopy_inner a:hover{
	text-decoration:underline;
}




@media screen and (max-width: 5000px) {
.headertopbg{
	background-size:43% 160px ;}	
}
@media screen and (max-width: 4000px) {
.headertopbg{
	background-size:40% 160px ;}	
}
@media screen and (max-width: 3000px) {
.headertopbg{
	background-size:31% 160px ;}	
}
@media screen and (max-width: 2000px) {
.headertopbg{
	background-size:30% 160px ;}	
}

@media screen and (max-width: 1050px) {
.headertopbg{
	background-image:none;}	
}