@charset "utf-8";

/* CSS Document */


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  border-radius: 5px;

 
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li {
  float: left;
}
.has-sub {}
#cssmenu > ul > li > a {
  padding:50px 18px;
  font-size: 17px;
  color: #00456a;  font-weight:600;

  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; 
}
#cssmenu > ul > li:last-child a {padding-right:0;}

#cssmenu > ul > li:hover > a {color:#8f8566;}
#cssmenu > ul > li:first-child a {border-left:none;}
#cssmenu > ul > li:last-child a {border-right:none;}


#cssmenu > ul > li a:hover {
 
}
#cssmenu > ul > li li a:hover {}
#cssmenu > ul > li:hover a {}
#cssmenu ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 17.5px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 11px;
  top: 25.5px;
  display: block;
  width: 0;
  height: 0;
  z-index: 99;
}
#cssmenu ul > li.has-sub:hover > a:before {
  border-top-color: #19799f;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;
}
#cssmenu > ul > li > ul {
  top: 116px !important; min-width:180px; border-top:3px solid #2c5e71;
  
 background:rgba(198,177,110,0.7); z-index:99;
}
#cssmenu > ul > li > ul.first-dropdown {min-width:350px;}
#cssmenu > ul > li:hover > ul {
  left: -10px;
  top: 51px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  top: 40px;
}
#cssmenu ul ul > li:hover > ul {
  top: 0;
  left: 178px;
  padding-left: 10px;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 250px;
  padding:10px 20px;
  font-size: 17px; font-weight:600; border-bottom:1px solid #deebed;
 text-align:left; text-decoration:none;
  color: #fff; line-height:25px;
    -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:last-child a {border:none;}

#cssmenu ul ul li a:hover {}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a { color:#00456a}

#cssmenu ul ul li:first-child > a {

}
#cssmenu ul ul li:last-child > a {
}
#cssmenu ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
 
}
#cssmenu.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#cssmenu.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #1c89b5;
}
#cssmenu.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #1c89b5;
}
@media (max-width: 1024px) {

#cssmenu > ul > li > a {padding:50px 15px;}
#cssmenu > ul > li > ul {top:115px !important;}
}




@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul,
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu > ul,
  #cssmenu.align-center > ul,
  #cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu ul ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul li:hover > ul,
  #cssmenu.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  .has-sub {background:none}
  #cssmenu > ul > li > a,
  #cssmenu ul ul li a,
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  #cssmenu ul li a {
    padding:15px; border:none;
  }
   #cssmenu ul li a:hover {}
  #cssmenu ul ul li a {
    padding: 10px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 42.5px;
  }
  #cssmenu ul ul ul ul li a {
    padding-left: 57.5px;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    position: relative;
    display: block;
    padding: 20px;
    padding-left: 12.5px;
    cursor: pointer;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #cssmenu .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    width: 53px;
    height:40px;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    z-index: 10;
    cursor: pointer;  background:url(../images/drop-down.png) center center no-repeat;
  } 
  #cssmenu > ul > li > ul.first-dropdown {min-width:100%;}
  
  #cssmenu ul ul .submenu-button {
    height: 41px;
  }
  #cssmenu ul .submenu-button:after,
  #cssmenu #menu-button:after {
    content: '';
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    display: block;
    width: 28px;
    height: 28px;
  
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #cssmenu ul .submenu-button.submenu-opened:after,
  #cssmenu #menu-button.menu-opened:after {
    background-position: 0 -28px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 6.5px;
  }
  #cssmenu #menu-button:before,
  #cssmenu .submenu-button:before {
   
  }
  #cssmenu ul ul .submenu-button:before {
    top: 19.5px;
  }
  #cssmenu #menu-button.menu-opened:before,
  #cssmenu .submenu-button.submenu-opened:before {
    border-top-color: #19799f;
  }
  #cssmenu > ul > li > ul {
  top: 0px !important;
  }
}

#menu-button { background:url(../images/menu.png) no-repeat right center; text-indent:-9999px;}


#bar {

	width: 100%;

	height: 7px;

	float: left;

	background: url(../images/inner-bar.jpg) top no-repeat;

}



/* Boxes */

#boxes {

	width: 100%;


	float: left;

	margin:30px 0 40px ;	

}


#boxes div {float:left; width:33%; padding:0 15px;}
.box1-btn {

	margin: 135px 0 0 25px;	

}



.box2-btn {

	margin: 135px 0 0 25px;	

}



.box3-btn {

	margin: 135px 0 0 25px;	

}



/* Content */

#contentarea { width:50%;float: left; padding:0 25px;}
#contentarea h1 {

	font-size: 22px;

	color: #000000;

	margin: 0 0 20px 0;

	font-weight: bold;

}

#contentarea h2 {

	font-size: 18px;

	color: #0A4375;

	margin: 0 0 20px 0;

	font-weight: normal;

}



#contentarea p {

	font-size: 13px;

	color: #595B5D;

	margin: 0 0 20px 0;

	line-height: 1.5;

}



#contentarea ul {

	margin: 0 0 0 40px;

	padding: 0 0 0 0;

}



#contentarea ul li {

	margin: 0 0 0 0;

	padding: 0 0 0 0;

	font-size: 13px;

	color: #595B5D;

	line-height: 1.5;

}



/* Logos */

#icons {

	width: 375px;

	height: 125px;

	float: left;

	margin: 0 49px 30px 15px;

	background: url(../images/logo-bg2.png) left top no-repeat;	

}



.logos {


	margin: 8px 20px 0 0;	

}



/* Right Side */

#rightside {

 width:50%; padding: 0 35px 0 0;	float: left;


}
.news-letter-detail {float:left; width:100%; background:url(../images/news-detail-bg.png) repeat-x ; margin-top:2px;}
.news-letter-detail-a {float:left; margin:15px 20px;}
.news-detail-right {float:left;}
.view-nws-event { font-size:12px;  color:#0d3966; font-style:italic; margin:35px 15px 40px 15px; float:left}
.news-detail-para a { font-size:13px; color:#0d3966; text-decoration:none}

.sign-up {float:left; width:100%; padding:10px 10px 30px}
.sign-up p {color:#0d3966; font-size:13px; padding-bottom:5px}
.news-email {float:left; width: 250px; padding:10px; background:#fff}
.news-btn {float:left; background:#858585; color:#040000; font-size:14px;padding:9px 15px; margin-left:5px; cursor:pointer}

/* Spotlight */

#spotlight {

	width: 100%;

	height: auto;

	float: left;

	background: url(../images/spotlight-bg.jpg) center top no-repeat #fff;

	border: 1px solid #EBEBEB;	

	margin: 0 0 15px 0;

	padding: 0 0 20px 0;

}



#spot-img {

	width: 414px;

	height: auto;

	float: left;

	margin: 65px 0 0 25px;	

	text-align: left;

}



#Spotlight_Img_1 {

	/*

	margin-right: 29px;	

	*/

}



#Spotlight_Img_2 {

	

}



#spot-info {

	width: 384px;

	height: auto;

	float: left;

	margin: 20px 30px 0 25px;	

	text-align: left;

}



#spotlight p {

	color: #0D3965;

	font-size: 13px;

	margin: 0 0 0 0;	

}



#spotlight a:link, #spotlight a:visited {

	color: #0D3965;

	text-decoration: underline;

	font-style: italic;

	font-size: 12px;

}



#spotlight a:hover {

	color: #0D3965;

	text-decoration: none;

	font-style: italic;

	font-size: 12px;

}


.news-letter {float:left; width:100%;  background:#edeceb; padding:0 8px;}
.news-letter h3 { font-size:18px; color:#323131; padding:18px 0 5px 0; background:url(../images/title-bg.png) bottom left no-repeat;}

/* New Products */

#newprods {

	width: 100%;

	height: auto;

	float: left;

	margin: 0 0 30px 0;

	background: url(../images/new-prod-bg.jpg) left top no-repeat #ECECEB;

}



.productarea {

	width: 30%;

	height: 180px;

	float: left;

	margin: 50px 0 0 9px;

}



.prodphoto {

	width: 78px;

	height: 78px;

	float: left;

	margin: 0 26px 5px 27px;

	border: 2px solid #E1E5EC;

}

.prodname {

	width: 134px;

	height: 70px;

	float: left;

	margin: 0 0 0 0;

}



.prodname p {

	color: #0D3965;

	font-size: 13px;

	

	margin: 0 0 0 0;	

	text-align: center;

}

.prodname a:link, .prodname a:visited {

	color: #0D3965;

	text-decoration: none;

}

.prodname a:hover {

	color: #0D3965;

	text-decoration: underline;

}

