 @charset "utf-8";
/* CSS Document */

@font-face {
	font-family: HelveticaLight;
	src: url(font/Helvetica_Neue_CE_35_Thin.ttf);
}
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/bg.jpg) 50% 0 fixed no-repeat;
}
header {
	width: 960px;
	margin: 0 auto;
	height: 250px;
	padding: 0;
}
.clear {
	clear: both;
}
#logo {
	width: 233px;
	float: left;
	margin: 0px 0;
	padding: 0 0;
	background: url(../images/logo-bg.png) repeat-x;
	text-align: center;
}
#logo img {
	width: 84%;
	margin: 25px 0 0 0px;
}
nav {
	background: rgb(250,250,250); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(250,250,250,1) 0%, rgba(240,240,240,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d5d5d5', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	float: left;
	width: 720px;
	margin: 0 0 0px;
	padding: 0;
}
nav ul {
 float: left;
    list-style: outside none none;
    margin: 25px 0 5px 12px;
    padding: 0;
    width: 711px;}
		
nav ul li {
	width: auto;
	float: left;
	margin: 0 0;
	padding: 0 4px;
	border-right: 1px solid #525254;
	height: 13px;
	text-align: center;
	line-height: 0.6em;
}
nav ul li a {
	color: #636466;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
/*#nav ul ul {
	
	display: none;
	position: absolute;
	float: left;
  	top: 100%;
	margin: 20px 0 0 0;

}
#nav ul ul a
 {
line-height: 20%;
 	}
#nav ul ul li {
border: medium none !important;
    float: left !important;
    margin: 0 !important;
    padding: 15px 4px 0 !important;
    position: relative !important;
    width: auto !important;	}


#nav ul li:hover > .sub-menu {
	display:block;
	z-index: 9999;
	background: linear-gradient(45deg, rgba(250, 250, 250, 1) 0%, rgba(240, 240, 240, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 175px;
 	float: left;
	top: 20px;
	position:absolute;
	 
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	height: 100px;
	line-height: 20%;
	opacity:0.9;
}*/
nav ul li:last-child {
	border: none;
}
section#maincontent {
	width: 960px;
	margin: 0 auto -97px;
	position: relative;
}
#mainBanner {
	float: left;
	width: 720px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	max-height: 115px;
}
#mainBanner img {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 2px solid #fff200;
	border-bottom: 2px solid #fff200;
}
.slider {
	float: left;
	width: 720px;
	height: auto;
	margin: 0;
	padding: 0;
}
.slider img {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 2px solid #fff200;
	border-bottom: 2px solid #fff200;
}
#sidemenu {
	width: 232px;
	margin: 0 0;
	padding: 0;
	clear: both;
	float: left;
}
#h h4 {
	font-size: 16px;
	color: #FFF;
	padding-left: 63px;
	padding-right: 10px;
}
.h_v {
	font-size: 14px;
	color: #0000;
}
.dwl {
	color: #999;
	font-size: 14px;
	margin-left: 16px;
}
h4 {
	font-size: 16px;
	color: #fffc00;
	padding-left: 82px;
}
#hp {
	font-size: 16px;
	color: #FFF;
	padding-left: 76px;
}
h4 a {
	text-decoration: none;
	color: #fffc00;
}
#sidemenu ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0 0 30px;
	padding: 30px 0;
	min-height: 200px;
	background: #2dadf9;
	border-radius: 15px 0 0 15px;
	box-shadow: 15px 15px 15px #3582c7 inset;
}
#sidemenu ul li {
	width: 91%;
	margin: 4px 0;
	padding: 4px 10px;
	text-align: right;
}
#sidemenu ul .active, #sidemenu ul li:hover {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(83,90,142,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(83,90,142,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(83,90,142,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(83,90,142,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(83,90,142,0.5) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(83,90,142,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80535a8e', GradientType=1 ); /* IE6-9 */
}
#sidemenu ul li a {
	text-align: right;
	color: #fffc00;
	font-family: Helvetica;
	font-weight: 300;
	font-size: 14px;
	width: 100%;
}
#sidemenu form {
	width: 100%;
	float: left;
	margin: 0 0 0 5px;
}
#sidemenu form #email {
	border: 1px solid #dcddde;
	border-radius: 5px;
	padding: 5px;
	color: #666;
	font-size: 12px;
	margin-left: 50px;
}
#sidemenu form #q {
	border: 1px solid #dcddde;
	border-radius: 5px;
	padding: 5px;
	color: #666;
	font-size: 12px;
	margin-left: 10px;
	float: left;
	width: 140px;
}
#sidemenu form #submit {
	border: 0px solid #dcddde;
	background: #636466;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 4px;
}
#content {
	width: 720px;
	float: left;
	height: 315px;
	margin: 0 0;
	padding: 15px 0px 32px;
	background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(240,240,240,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(240,240,240,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(240,240,240,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(240,240,240,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(240,240,240,0.5) 100%); /* IE10+ */
	background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(	240,240,240,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80d5d5d5', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#cont {
	width: 720px;
	float: left;
	height: auto;
	margin-left: 5px;
	margin-top: 20px;
	padding-left: 2px;
	margin-bottom: 30px;
}
.box {
	float: left;
	width: 23.5%;
	background: url(../images/BIgbird-option-01_20.png) no-repeat right;
	text-align: justify;
}
.box_large {
	float: left;
	width: 38%;
	background: url(../images/BIgbird-option-01_20.png) no-repeat right;
	text-justify: inter-word;
}
#content img {
	border: 2px solid #f8ff2e;
	border-radius: 8px;
	float: left;
	margin: 5px 20px 5px 6px;
}
.cont img {
	border: 2px solid #f8ff2e !important;
	border-radius: 8px !important;
	float: left !important;
	margin-left: 38px !important;
}
.h {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.marginLeft20 {
	margin-left: 20px;
}
.marginLeft17 {
	margin-left: 17px;
}
.marginLeft100 {
	margin-left: 100px;
}
.marginLeft150 {
	margin-left: 150px;
}
.marginLeft40 {
	margin-left: 30px;
}
.padRight20 {
	padding-right: 40px;
}
.padRight20 {
	padding-right: 61px;
	line-height: 1.1em;
}
.padRight75 {
	padding-right: 75px;
	line-height: 1.1em;
}
.padRight64 {
	padding-right: 64px;
	line-height: 1.2em;
}
.padRight69 {
	padding-right: 69px;
	line-height: 1.1em;
}
.padRight140 {
	padding-right: 140px;
	line-height: 1.1em;
}
.noBg {
	background: none;
}
.box h1 {
	color: #8ac7ea;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 14px;
}
.box article {
	color: #666;
	/*color: #a3a3a5;
*/
	font-size: 12px;
	width: 130%;
}
.box_large article {
	color: #666;
	font-size: 12px;
	width: 114%;
	text-align: justify;
	text-justify: inter-word;
}
.box_large_main {
	color: #666;
	font-size: 12px;
	width: 50%;
	text-align: justify;
	text-justify: inter-word;
}
.mainlinks {
	color: #636466;
	font-size: 12px;
	text-decoration: underline;
}
.mainlinks a:visited {
	color: #636466;
}
.textblueinner {
	margin-left: 0px;
}
.table_img {
	border: none;
}
/*.mainlinks:hover {
	
	color:#0C0;	
}*/

footer {
	width: 960px;
	margin: 0 auto;
	height: 138px;
	padding: 0;
	background: url(../images/footer.png) 0 0 no-repeat;
	border-bottom: 2px solid #fff200;
}
footer ul {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 12px 0 0 525px;
	width: 482px;
}
footer ul li {
	width: auto;
	float: left;
}
footer ul li a {
	font-size: 11px;
	color: #666666;
	padding: 0 3px;
	border-right: 1px solid #636466;
	font-weight: bold;
}
footer ul li:last-child a {
	border-right: 0px solid #636466;
}
.mainHead {
	float: left;
	margin: 0 0 15px 18px;
	color: #8ac7ea;
	width: 90%;
	font-size: 22px;
	margin-left: 40px;
}
.mainHead_1 {
	color: #8ac7ea;
	float: left;
	font-size: 22px;
	margin: 0 0 15px 18px;
	width: 90%;
}
#links a {
	color: #8ac7ea;
	text-decoration: underline;
	font-size: 12px;
}
.rightSlider {
	margin-top: -30px;
}
.cities {
	font-size: 12px;
	position: relative;
	color: #FFF;
}
#newsticker-demo {
	width: 207px;
	padding: 5px 5px 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	margin: 10px auto;
}
#newsticker-demo a {
	text-decoration: none;
}
#newsticker-demo img {
	border: 2px solid #FFFFFF;
}
#newsticker-demo .title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.newsticker-jcarousellite {
	width: 300px;
	height: 320px !important;
}
.newsticker-jcarousellite ul li {
	border-bottom: 1px solid #ddd;
	display: block;
	height: auto !important;
	list-style: outside none none;
	padding: 5px 0 10px;
	width: 196px !important;
}
.newsticker-jcarousellite ul li:last-child {
	border-bottom: none;
}
.newsticker-jcarousellite .thumbnail {
	float: left;
	width: 100px;
	min-height: 50px;
}
.newsticker-jcarousellite .info {
	float: left;
	width: 86px;
	text-align: left;
}
.newsticker-jcarousellite .info span.cat {
	display: block;
	font-size: 10px;
	color: #666;
}
.clear {
	clear: both;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
}
#cssmenu {
	width: 232px;
	margin: 0 0;
	padding: 0;
	clear: both;
	float: left;
}
#cssmenu ul ul {
	display: none;
}
.align-right {
	float: right;
}
#cssmenu > ul > li > a {
	padding: 15px 20px;
	border-left: 1px solid #1682ba;
	border-right: 1px solid #1682ba;
	border-top: 1px solid #1682ba;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	background: #36aae7;
	background: -webkit-linear-gradient(#36aae7, #1fa0e4);
	background: -moz-linear-gradient(#36aae7, #1fa0e4);
	background: -o-linear-gradient(#36aae7, #1fa0e4);
	background: -ms-linear-gradient(#36aae7, #1fa0e4);
	background: linear-gradient(#36aae7, #1fa0e4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a, #cssmenu > ul > li.open > a {
	color: #eeeeee;
	background: #1fa0e4;
	background: -webkit-linear-gradient(#1fa0e4, #1992d1);
	background: -moz-linear-gradient(#1fa0e4, #1992d1);
	background: -o-linear-gradient(#1fa0e4, #1992d1);
	background: -ms-linear-gradient(#1fa0e4, #1992d1);
	background: linear-gradient(#1fa0e4, #1992d1);
}
#cssmenu > ul > li.open > a {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid #1682ba;
}
#cssmenu > ul > li:last-child > a, #cssmenu > ul > li.last > a {
	border-bottom: 1px solid #1682ba;
}
.holder {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.holder::after, .holder::before {
	display: block;
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	right: 20px;
	z-index: 10;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.holder::after {
	top: 17px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after, #cssmenu > ul > li.active > a > span::after, #cssmenu > ul > li.open > a > span::after {
	border-color: #eeeeee;
}
.holder::before {
	top: 18px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-top-color: inherit;
	border-left-color: inherit;
}
#cssmenu ul ul li a {
	cursor: pointer;
	border-bottom: 1px solid #32373e;
	border-left: 1px solid #32373e;
	border-right: 1px solid #32373e;
	padding: 10px 20px;
	z-index: 1;
	text-decoration: none;
	font-size: 13px;
	color: #eeeeee;
	background: #49505a;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.open > a, #cssmenu ul ul li.active > a {
	background: #424852;
	color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
	box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
	padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a, #cssmenu > ul > li > ul > li.last > a {
	border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a, #cssmenu > ul > li > ul > li.last.open > a {
	border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
	border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	right: 20px;
	z-index: 10;
	top: 11.5px;
	border-top: 2px solid #eeeeee;
	border-left: 2px solid #eeeeee;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after, #cssmenu ul ul li.open > a::after, #cssmenu ul ul li > a:hover::after {
	border-color: #ffffff;
}
.h_d {
	font-size: 13px;
	color: #636466;
	margin: 0px;
}
#sideText {
	color: #fffc00;
	font-size: 13px;
	margin-left: 20px;
	padding-top: 20px;
}
#tbl_img {
	border: 2px solid #f8ff2e !important;
	border-radius: 8px !important;
	float: left !important;
	margin: 5px 20px 5px 6px !important;
}
#gallery a {
	text-decoration: none;
}
#gallery .item {
	overflow: hidden;
	float: left;
	margin: 5px;
}
#gallery .item a {
	overflow: hidden;
}
#gallery .item a img {
	height: 100%;
	align-self: center;
}
.lightbox {
	/** Hide the lightbox */
	display: none;
	/** Apply basic lightbox styling */
	
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #333333;
}
.lightbox:target {
	/** Show lightbox when it is target */
	display: block;
	outline: none;
}
.lightbox .box {
	width: -webkit-min-content;
	width: -moz-min-content;
	margin: -572px -120px;
	background-color: #FFF;
	box-shadow: 0px 1px 26px -3px #777777;
}
.lightbox .content {
	display: block;
	position: relative;
}
.lightbox .content:hover .desc {
	opacity: 1;
}
.lightbox .next, .lightbox .prev, .lightbox .close {
	display: block;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #858585;
}
.prev {
	float: left;
}
.next, .close {
	float: right;
}
.clear {
	display: block;
	clear: both;
}
		
		
		
 	
 		
		
		

/*#links a:visited {
    color: #999;
}*/

/*#links a:hover {
    color: #FF00FF;}*/
