body {
	font: normal 13px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	color: #231f20;
	text-decoration: none;
	background-color: #fff;
}

#headerjust {
	/* height: 149px; */
	background-color: #fff;
	background: #fff;
	border-bottom: 2px solid #b2d340;
}

#header {
	/* width: 1100px; */
	margin: 0 auto;
}

#header h1 {
	display: block;
	padding: 0px;
	height: 136px;
	width: 111px;
	margin: 7px 0 3px 0px;
	float: left;
}
#header h1 a {
	background: url(../images/logo.png) no-repeat center center;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	height: 136px;
	width: 111px;
}

#header .menu {
	float: right;
	margin-top: 36px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: rgb(178,211,64); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyZDM0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MWM5M2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(178,211,64) 0%, rgb(145,201,62) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(178,211,64)), color-stop(100%,rgb(145,201,62))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(178,211,64) 0%,rgb(145,201,62) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(178,211,64) 0%,rgb(145,201,62) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(178,211,64) 0%,rgb(145,201,62) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(178,211,64) 0%,rgb(145,201,62) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2d340', endColorstr='#91c93e',GradientType=0 ); /* IE6-8 */
-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
clear: right;
}

#header .headright {
	float: right;
	position: relative;
}

#header .headright .flag {
	float: right;
	margin: 5px 0 0 10px;
	color: #1D74BA;
}

#header .headright .flag a {
	text-decoration: none;
	color: #1D74BA;
}

#mainbanner {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 390px;
	overflow: hidden;
	border-bottom: 5px solid #b2d340;
}
#mainbanner ul {
	list-style: none;
}

#mainbanner .crsl-items , #mainbanner .crsl-wrap,  #mainbanner .crsl-item{
	display: block;
	margin: 0px;
	padding: 0px;
}

#mainbanner ul li .center {
	position: relative;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
}
#mainbanner ul li .center .message {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #FFF;
	text-decoration: none;
}
#mainbanner ul li .center .message h3 {
	display: block;
	margin: 230px 0px 0px 350px;
	font-size: 28px;
	line-height: 35px;
	font-weight: normal;
	/* width: 350px; */
	padding: 10px;
	color: #FFF;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.7);
	font-family: georgia;
	border-left: 4px solid #B2D340;
}

#NAV-ID {
	position: relative;
	z-index: 3;
	margin: -200px auto 0px;
	padding: 0px;
	width: 100%;
	display: block;
	visibility: hidden;
}
#mainbanner:hover #NAV-ID{
	visibility: visible;
}

#NAV-ID a {
	background: url(../images/navi_prev.png) no-repeat center center;
	text-indent: -9999px;
	display: block;
	margin: -25px 0px 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 50px;
	outline: 0;
}
#NAV-ID a.next {
	background: url(../images/navi_next.png) no-repeat center center;
	float: right;
}

#wrapper {
	/* width: 1100px; */
	margin: 0 auto;
	position: relative;
}

#content {
	/* width: 855px; */
	margin: 10px 0;
	float: left;
}

#content h1 {
	font: normal 19px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #1d74ba;
	line-height: 30px;
	padding-left: 5px;
	background: url(../images/10.png) no-repeat bottom left;
	padding: 0 0 12px;
	margin: 0 0 12px;
}

#content .main {
	margin-bottom: 10px;
	background-image: url(../images/shadow_line_bottom.png);
	background-position: bottom;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}

#content .main strong {
	color: #a10000;	
}


#content .main img {
	margin: 4px 25px 8px 0;
	float: left;
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, transparent), to(rgba(255, 255, 255, 0.3)));
}


#content .pagetext {
	margin-bottom: 10px;
	background-position: bottom;
	background-repeat: no-repeat;
	line-height: 18px;
}


#content .pagetext .image {
	margin: 4px 25px 8px 0;
	float: left;
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(85%, transparent), to(rgba(255, 255, 255, 0.3)));
	margin-bottom: 17px;
}

#content .pagetext .noreflection {
	margin: 4px 25px 8px 0;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 4px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#content .pagetext .imagepage {
	margin: 10px 0 5px 0; 
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#content .pagetext .links a {
	background-color: #e10000;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 5px 0px 6px 22px;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 7px 7px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#content .pagetext .links a:hover {
	text-decoration: none;
	background-color: #262626;
}

.pagelink {
	color: #e10000;
	text-decoration: none;
}

.pagelink:hover {
	color: #262626;
	text-decoration: none;
}

#content .pagetext strong {
	color: #a10000;
}

#content .twocol {
	/* width: 855px; */
}


#content .twocol .col1 {
/* width: 265px; */
float: left;
text-align: justify;
margin-right: 30px;
}

#content .twocol .col2 {
	/* width: 265px; */
	margin-right: 0px;
	float: left;
}

#content ul.frpage {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#content ul.frpage li {
	background: url(../images/tick.png) no-repeat left center;
	padding-left: 25px;
	line-height: 28px;
}

#sidebar {
	/* width: 205px; */
	float: right;
	border-left: 1px solid #ddd;
	margin-right: 5px;
	padding: 0px 10px;
	margin: 0px;
}

#sidebar .banner {
	/* width: 205px; */
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 5px;
}

#boxconact {
	border: 1px solid #000;
	padding: 6px 10px;
	margin-top: 15px;
	background-color: #1D74BA;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 15px;
}

#boxconact h3 {
	font-size: 17px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
line-height: 35px;
font-weight: bold;
display: block;
margin: 0px;
padding: 0px;
color: #FFF;
}

#boxconact em {
	font-style: normal;
	font-weight: bolder;
	color: #fff;
	display: block;
	margin-top: 5px;
}

#boxconact strong {
	font-weight: lighter;
	color: #fff;
	font-size: 16px;
	display: block;
}

#boxconact p {
	font: normal 12px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	margin: 0;
	padding: 0;
}

#boxconact a {
	color: #fff;
	text-decoration: none;
}

#boxconact a:hover {
	text-decoration: underline;
}

#footerjust {
	width: 100%;
	border-top: 1px solid #d6d6d6;
	padding-top: 6px;
	padding-bottom: 2px;
}

#footer {
	/* width: 1100px; */
	margin: 0 auto;
}

#footer .footerleft {
	float: left;
}

#footer .footerright {
	float: right;
}

footer a {
	color: #231f20;
	text-decoration: none;
}
footer a:hover {
	color: #000000;
	text-decoration: none;
}

#content ul.pagingtext {
display: block;
margin: 0px; 
padding: 0;
list-style: none;
}

#content ul.pagingtext li {
display: block;
margin: 0 0px 15px 0;
padding: 0px 0px 10px 0px;
float: left;
border-bottom: 2px solid #e2e2e2;
}

#content ul.pagingtext li .photo {
float: left;
/* width: 210px; */
margin-right: 15px;
}

#content ul.pagingtext li .photo img {
	/* width: 200px; */
	padding: 4px;
	border: 1px solid #bdbdbd;
	float: left;
	margin-bottom: 3px;
}

#content ul.pagingtext li .photo img a {
	/* width: 200px; */
	height: 280px;
}

#content ul.pagingtext li .textright {
	float: right;
	/* width: 630px; */
	text-align: justify;
}

#content ul.pagingtext li .textright h2 {
	color: #1d74ba;
	font: normal 18px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 10px;
}

#content ul.pagingtext li p.contentlink {
	float: right;
}

#content ul.pagingtext li p.contentlink a {
	background-color: #91c93e;
	color: #fff;
	padding: 7px;
	text-align: center;
	text-decoration: none;
}

#content ul.pagingtext li p.contentlink a:hover {
	background-color: #1d74ba;
	color: #fff;
	padding: 7px;
	text-align: center;
	text-decoration: none;
}

#paging {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
}
#paging a {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	background: #1d74ba;
	margin: 0px 2px;
	padding: 4px 8px;
	display: inline-block;
	border-radius: 50%;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
#paging a:hover {
	font-weight: normal;
	background: #91c93e;
	color: #333;
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
