﻿body
{
	margin:0; padding:0;
	color:#4D4D4D;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
a img { border:none;}
.wrap{
	width:80%;
	margin: 0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.clear{clear:both;}/* clear float */
.bg-blk
{
	background:#000;
}
.wr
{
	width:1050px;
	margin:auto;
	color:White;
	padding:2px;
}
.FLeft
{
	float:left;
}
.FRight
{
	float:right;
}

.logo{
	float: left;
}
.wr a
{
	color:#4EA8D6;
	text-decoration:none;
	padding:0 7px;
}
.wr a:hover
{
	color:Yellow;
}
.header{
	padding: 1% 0;
	background: url(../images/header-tail.gif) top repeat-x #01315A;
	border-bottom: solid 1px #001C32;
}
.banner-top img{
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	border: 5px solid #C79A00;
}
.header-top{
	padding-bottom:20px;
}
.telephone {
	float: right;
	padding-top: 18px;
}
.telephone span {
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-o-border-radius: 6px 0 0 6px;
	background: #014279;
	padding: 3px 10px 5px 10px;
	display: inline-block;
	font: 800 33px/39px 'Open Sans', sans-serif;
	font-style: italic;
	filter: none !important;
	color: #fff;
	vertical-align: middle;
}
.telephone span i {
	color: #F6F6F6;
	font-size: 33px;
	margin-right: 5px;
}
.telephone span.number {
	border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-o-border-radius: 0 6px 6px 0;
	padding: 2px 12px 6px 10px;
	background: none;
	background: #FA6210;
	color:#fff;
	font-size: 26px;
	font-style: normal;
	filter: none !important;
}


/*--menu--*/

.menu {
	border-bottom: 5px solid #096DB9; width: 100%;
}
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    width: 100%;
    color: #fff;
}
.top-nav{
	 background: #014279;
}
.nav {
    list-style: none;
     *zoom: 1;
    width:100%;
     float:left;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    color: #FFF;
	font-size: 17px;	
}
.nav li.active> a, .nav li> a:hover {
	color:#FA6210; 
}
.nav li {
    position: relative;
   padding: 10px 50.5px;
   	font-family: 'Open Sans', sans-serif;
}
.nav > li {
    float: left;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
    -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}


/*-----foot---------*/


/*--footer--*/
.footer{
	background: #001C32;
	padding:3% 0;
}
.footer-grid h3 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:20px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal;
}
.footer-grid p {
	font-size: 0.875em;
	color: #97C3D9;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.footer-lastgrid {
	margin: 0;
}
.footer-grid {
	float: left;
	width: 23%;
	margin-right: 2%;
}
.footer-grid ul li a {
	display: block;
	padding: 10px 0px;
	border-bottom: 1px dotted #1A3347;
	font-size: 0.725em;
	color: #97C3D9;
	font-family: Arial, Helvetica, sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform: uppercase;
}
.footer-grid ul li a:hover {
	color: #fff;
}
.email-link {
	color: #FFF;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform: lowercase;
}
.email-link:hover{
	text-decoration:underline;
}

.email2 {
	color: #0f3c86;
	text-decoration: none;
}
.email2:hover{
	color: #4a86eb;
	text-decoration: none;
}

.footer-grids{
	padding-bottom:3%;
}
.copy-right {
	text-align: center;
	padding-top:2%;
	border-top:1px solid #1A3347;
}
.copy-right p {
	color:#fff;
	font-size:0.85em;
}
.copy-right p a{
	color: #97C3D9;
}
.copy-right p a:hover{
	color:#fff;
}

/*----------foot end-------*/
.txred
{
	color:Red;
}
.rdmore
{
	float:right;
}
.rdmore a
{
	color:White;
	background:red;
	padding:5px 8px;
	text-decoration:none;
}
.rdmore a:hover
{
	color:White;
	background:#01315A;
	
}
.scrollup{width:40px;height:40px;opacity:100;position:fixed; bottom:40px; right:40px; display:none; text-indent:-9999px;background: url(../images/icon_top.png) no-repeat;}

.tabular
{
}
.tabular table
{
	border-left:solid 1px silver;
	border-top:solid 1px silver;
}
.tabular table td
{
	border-bottom:solid 1px silver;
	border-right:solid 1px silver;
	padding:2px;
	text-align:center;
}
.manager h3
{
	 font:bold 16px arial;
	 color:#01315A;
	 border-bottom:solid 2px #75AEDF;
}