@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Sans-serif';
    src: url('../font/Sans-serif.eot');
    src: url('../font/Sans-serif.eot?#iefix') format('embedded-opentype'),
         url('../font/Sans-serif.woff') format('woff'),
         url('../font/Sans-serif.ttf') format('truetype'),
         url('../font/Sans-serif.svg#Sans-serif') format('svg');
    font-weight: normal;
    font-style: normal;
}



html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body{
   background:#fff url(../images/bg.jpg) no-repeat 50% 0;
   font: normal 13px/21px "Sans-serif", Arial, Helvetica, sans-serif;
   border-top:7px solid #7cc580;
 } 	

img, img a{ border:0px;}

a{text-decoration:none;}

ul li{list-style:none;}

.clr { clear: both }

.clr-fix{clear:both; padding:5px 0px;}

hr {
    color: #ededed;
    background-color: #ededed;
    border-bottom: 1px solid #ccc;
    height: 1px;
    border-style: solid;
    border-width: 1px;
    clear: both}
h1{    
    font: normal 28px/21px "Sans-serif", Arial, Helvetica, sans-serif;
   }
   
h2{
      
    font: normal 20px/21px "Sans-serif", Arial, Verdana, sans-serif;
   }   
	
.header{width:100%; height:100%; background:url(../images/header-bg.jpg) repeat-x; overflow:hidden}	
.header-wrapper{width:960px; margin:0 auto; overflow:hidden }
.logo{float:left; padding:10px 0px;}
.head-contact{float:right; width:700px; padding:25px 0px 0px 0px; text-align:right;}

.head-contact h2 {
    font-size: 26px;
	line-height: 35px;
    margin: 0 0 10px 0;
    color: #e8b60e;
	
}

.head-contact p {
     font-size: 14px;
	 line-height: 23px;margin:0; 
	 font-family:Myriad Pro;
	 color:#000000;
}
.head-contact span {color: #187e8a;}

.nav{width:100%; height:45px; background:url(../images/nav-bg.jpg) repeat-x;}

.access {
    display: block;
    margin:0 auto;
    width: 960px;
}

.home .access {
	margin: 0 0 11px 0;
}

.access .menu-header, div.menu {
    font-size: 14px;
    width: 960px;
    height: 45px;
}

.access .menu-header ul, div.menu ul {
    list-style: none;
    margin: 0;
}

.access .menu-header li, div.menu li {
    float: left;
    position: relative;
    z-index: 500;
}

div.menu li.home{-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}

/*------------------------------------*\
    $TOP LEVEL
\*------------------------------------*/

.access a {
    color: #fff;
    display: block;
    line-height: 45px;
    text-decoration: none;
    font-size:1.1em;
	font-weight: normal;
	padding: 0 17px;
	font-family:Sans-serif;
	
}

.menu > li > a {
	background:url(../images/nav-separetor.jpg) no-repeat left top;
}

li.menu-item-36 a {border-left: none;}

li.menu-item-42 a {border-right: none;}

/*------------------------------------*\
    $DROPDOWNS
\*------------------------------------*/

.access ul ul {
    box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    float: left;
    width: 260px;
    z-index: 99999;
}

.access ul ul li { 
	min-width: 270px;
}

.access ul ul ul {
    left: 100%;
    top: 0;
}

.access ul ul a {
    background: #fccf31;
    line-height: 35px;
    padding: 0 19px;
    width: 228px;
    height: auto;
}

.access li:hover > a {
    background: #f4c621;
    color: #058a9a;
}



.access ul ul :hover > a {
    background: #f4c621;
    color: #058a9a;
}

.access ul li:hover > ul { display: block }

/*------------------------------------*\
    $CURRENT PAGE
\*------------------------------------*/

.access ul li.current_page_item > a, .access ul li.current-menu-ancestor > a, .access ul li.current-menu-item > a, .access ul li.current-menu-parent > a {
    background: #4f1c7a;
    color: #8cc63f;
}

.feature {
    width: 960px;
    height:313px;
    position: relative;
	border: 5px solid #ccc;
	margin:0 auto;
	border-radius:10px;
	-moz-box-shadow:    1px 2px 8px 2px #e6e6e6;
  -webkit-box-shadow: 1px 2px 8px 2px #e6e6e6;
  box-shadow:         1px 2px 8px 2px #e6e6e6;
	
}

 .feature ul {
    list-style-type: none;
    width: 960px;
    height:313px;
    position: relative;
    z-index: 1;
}

.feature li {
    display: none;
    width: 980px;
    height:315px;
}

.feature .first { display: block }

.feature img {
    width:960px;
    height:315px;
    position: absolute;
    z-index: 2;
}

.feature .text {
    position:absolute;
    top: 115px;
    right:60px;
    z-index: 3;
    width:380px;
	background:url(../images/caption-bg.png) repeat-x;
	height:200px;
	border-radius: 15px 15px 0px 0px 
}

.read-more{background:url(../images/view-more.png) no-repeat; width:95px; height:25px;}

.feature h2 {
	color:#0390a4;
	
	font-size:25px;
	line-height:30px;
	margin: 0;
	font-family:"Sans-serif";
    
	padding:0 0 0 25px;
	text-shadow:1px 1px #04707f;
}

h2 span{ color:#f1c11a; text-shadow:1px 1px #af8a08}

.feature .cycle-02 h2 { margin-bottom: 17px; }

.feature p {
    font-size: 13px;
    line-height:17px;
	color: #181c1d;
  
	text-align:justify;
	font-family:Sans-serif;
	padding:0 25px 0 28px;
	
}

.feature p + p {margin: 0;}

.cycle-nav {
	position: absolute;
	z-index: 3;
	top: 120px;
	left: -10px;
	width: 1000px;
	height: 46px;
}

.cycle-nav a {
	display: block;
	float: left;
	width: 41px;
	height: 46px;
	background: url(../images/button.png) 0 0 no-repeat;
}

.cycle-nav a.next {
	float: right;
	background-position: 0 -46px;
	margin-right:20px;
}

.cycle-pager {
    position: absolute;
    bottom: 21px;
    right: 21px;
    z-index: 3;
}

.cycle-pager a {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	cursor: pointer;
	background: #808080;
	border: 1px solid #fff;
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
	margin: 0 0 0 5px;
}

.cycle-pager a:hover, .cycle-pager .activeSlide {
    background: #222;
}
 
.spot-light{
 margin:0 auto;
 background:url(../images/spotlight.jpg) no-repeat;
 width:840px;
 height:107px;
 text-indent:-999px;
 margin-bottom:20px;
 
 }
 
.section{
   width:960px;
   height:100%;
   margin:0 auto;
}

.home-top-list{
   width:960px;
   margin:0 auto;
 }

.home-top-list ul{
    list-style:none;
}

.home-top-list ul li{
   background:url(../images/home-img-bg.jpg) no-repeat;
   width:318px; height:202px;
   float:left;
   padding:0 0px;
   }
   
 .home-top-list ul li img{margin:23px 0 0 23px;} 
 
 .home-left{
   width:660px;
   float:left;
 }
 
 .home-left h1{
    color:#0b8c99;
}

 .home-left h2{
    color:#0b8c99;
}

 .home-left p{
      text-align:justify;
	  padding:5px 0
}	 
.home-right{
   width:260px;
   float:right;
} 

.share{padding:8px 0; background: url(../images/bg-share.jpg) 55px 100% no-repeat; overflow: hidden; display: block; border: 1px solid #d5d5d5; border-radius:3px; width:240px;}


.share h4 {float: left; margin: 0; font-size: 12px; line-height:26px; font-weight: bold; text-transform: uppercase; padding: 0 0 0 8px;}
.share .social-twist{float:right; margin-right:2px;}      


.latest-news{
   width:240px;
   border:1px solid #CCCCCC;
   height:300px;
   margin:10px 0px;
   border-radius:5px;
}

.latest-news-top{
   width:240px;
   height:30px;
   background:#e8c01f;
}   	

.latest-news-top h4{
   
    font: normal 18px/21px "Sans-serif", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:5px 0 0 15px;
}

.latest-news-bottom{
   width:240px;
   height:270px;
  
} 	
.latest-news-bottom P{ padding:5px 7px 0 10px; text-align:justify; border-bottom:1px  dashed #CCCCCC; clear:both;}	 
.ask-section{
  width:100%;
  height:280px; 
  background:#f2f2f2 ;
  margin-bottom:20px;
} 

.ask-section-wrapper{
   width:960px;
   margin:0 auto;
 }

.ask-team{
   width:315px;
   float:left;
   height:280px;
   background:#177777; 
 } 
 
.footer{
  width:100%;
  background:#0f859c;
  height:100%;}
  
.footer-wrapper{
    width:960px;
	margin:0 auto;
	overflow:hidden;
	
}

.footer-link{
text-align:center;
   margin-top:5px;
   clear:both;
  } 	
	  
 .footer-link ul{text-align:center; padding:10px 0 0 80px;}
 .footer-link ul li a{float:left; text-decoration:none; color:#FFFFFF; border-left:1px solid #FFFFFF; line-height:13px; padding:0 8px;} 
 .footer-link ul li:first-child{border:none;}
 
.copyright{
   margin:0 auto;
   width:960px;}
.copyright p{ text-align:center; color:#FFFFFF;}   
       
     