@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
.gradient {
       filter: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
}
@font-face{
	font-family:"Calibri";
	src: url( ../fonts/Calibri.eot );  
	src: local("Calibri"), url(../Calibri.ttf) format("truetype");
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#1fb5da;
}
a:hover {
	text-decoration:underline;
}
ul, ol {
	list-style:none;
}
body {
	font-family:"Calibri";
	margin:0px;
	padding:0px;
	font-size:16.5px;
	color:#2f2e2e;
	background:url(../images/body-bg.jpg) no-repeat;
	background-size: cover;
	line-height:20px;
}
hr {
	border:0px;
	height:1px;
	background:#99ff00;
}
h1 {
	font-size:25px;
	color:#fff;
	background:#6f92c1;
	padding:3px;
}
h2 {
	font-size:20px;
	color:#fff;
	background:#a4b6d1;
	padding:3px;
}
#wrap {
	width:1000px;
	height:auto;
	overflow:auto;
	padding:10px;
	margin:0px auto;
}
.txt_center {
	text-align:center;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.space {
	height:10px;
	clear:both;
}
.space1 {
	height:20px;
	clear:both;
}
.space2 {
	height:30px;
	clear:both;
}
.space3 {
	height:60px;
	clear:both;
}
.center {
	width:1024px;
	margin:0px auto;
	position:relative;
}
.separator {
	height:3px;
	clear:both;
}
/*top
----------------*/
.top_div {
	border-bottom:4px solid #6F92C1;
	height:115px;
}
/*nav 
--------*/
.nav ul li {
	list-style:none;
	float:left;
	margin:0px 8px;
	padding:37px 0px 0px 0px;
	position:relative;
}
.nav ul li a {
	text-decoration:none;
	color:#716f7b;
	font-size:18px;
	text-transform:uppercase;	
	padding:209px 10px 28px;
	line-height:76px;
	font-weight:bold;
}
.nav ul li a:hover, .nav ul li .active {
	background:#6f92c1;
	color:#fff;
}
.nav ul li ul {
	background:#fff;
	position:absolute;
	top:114px;
	left:0px;
	z-index:100000000000000000000000000;
	display:none;
}
.nav ul li ul li {
	padding:0px!important;
	margin:0px !important;
	line-height:0px;
	
}
.nav ul li ul li a {
	padding:10px!important;
	margin:0px !important;
	line-height:40px;
	display:inline-block;
	font-size:16px!important;
	width:220px;
}
.nav ul li:hover >  ul {
	display:block;
}
/*banner
--------------*/
#banner {
	background:#6f92c1;
}
/* contentArea
-----------------*/
.point li {
	list-style:disc!important;
	margin-left:10px;
	padding:5px 0px;
	/*color:#6f92c1;*/
}
/* Tabs
---------------*/
.tabs_div {
	background:#6f92c1;
	width:300px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	/*border-bottom: 1px solid #999;
	border-left: 1px solid #999;*/
	width: 100%;
}
ul.tabs li {
	/*float: left;*/
	margin: 0;
	padding: 0;
	/*height: 31px;*/
	line-height: 31px;
	border: 1px solid #34678e;
	border-left: none;
	/*margin-bottom: -1px;*/
	background: #6f92c1;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 10px 20px;
	/*border: 1px solid #fff;*/
	outline: none;
}
ul.tabs li a:hover {
	background: #a4b6d1;
}	
ul.tabs li.active, ul.tabs li.active a:hover  {
	background: #a4b6d1;
	border-bottom: 1px solid #34678e;
}
.tab-cont-right {
	margin-top:-33px;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	/*clear: both; */
	width: 71%;
	background: #fff;
	margin-left:300px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 20px;
	color:#fff;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
.imgs ul li {
	list-style:none;
	float:left;
	margin:3px 5px;
}
.imgs ul li img {
	width:150px;
	height:150px;
}
/*contact form
-------------*/
.error { border:2px solid red; }
.contact-form_div p{
	margin:5px 0px;
}
.txt_field {
	height:30px;
	width:230px;
}
.txtarea_field {
	height:100px;
	width:350px;
}
.cont_submit {
	padding:6px;
	background:#2d2a2b;
	color:#fff;
	border:none;
	cursor:pointer;
}
/*Slider css*/

#slider-wrapper {
    background:url(../images/slider-wrapper.png) repeat-x center top;
	width:100%;
	position:relative;
	margin:0px auto;
	padding:3px 0 0;
	height:442px;
	
	}
.slider {
	width: 1024px !important;
	background:#6f92c1;
	position:relative;	
}
.slider img{
width:1024px;
height:463px;
text-align:center;
}
#nav{
    bottom: 110px;
    right: 1%;
    position: absolute;
    z-index: 99;}
#nav a {
	background: url(../images/nav.png) no-repeat;
	width:16px;
	height:16px;
	text-decoration: none;
	margin: 0 1px;
	padding:0px 9px;
	border-radius:20px;
}
#nav a.activeSlide {
    background: url(../images/nav-active.png) no-repeat;
	border-radius:20px;
}
#nav a:focus {
	outline: none;
}
/*footer 
-------------------*/
.footer {
	font-size:14px;
}
