body {
	width:99%; height:100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
img {
	border: 0;
}
/*------------------------------ HEADER ------------------------------*/
#warpper{
	width: 85%;
	background: url(../images/bg-body.jpg) no-repeat left top;
}
#slide-banner{
	height: 377px;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 100%;
	background: url(../images/content-border.jpg) repeat-x left bottom;
}
#header {
	width: 85%;
	background: url(../images/bg-header.jpg) repeat-x left top;
	height: 140px;
}
#header > div {
	width: 100%;
	margin: 0 auto;
	text-align: right;
}
/** Logo **/
#logo {
	float: left;
	margin-right: 150px;
}
/*------------------------------ CONTENTS ------------------------------*/
#contents {
	display: none;
	padding-bottom: 15px;
}
#contents > div {
	width: 70%;
	margin: 0 auto;
}
#contents h3 {
	color: #a17b2d;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
}
#contents p {
	color: #00008B;
	font-size: 13px;
	line-height: 24px;
	margin: 0 auto;
	padding: 0;
	text-align: justify;
}
#contents p a {
	color: #00008B;
}
/** Adbox **/
#contents div#adbox {
	/*background: #fff7db;*/
	background: #fff;
	width: 80%;
	float: left;
	text-align: center;
	overflow: hidden;
}
#adbox img {
	display: block;
	width: 50%;
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
}
#adbox td {
	width: 30%;
	/*height: 150px;*/
	vertical-align:text-top;
}
#adbox td a:hover{
	color: #ce8763;
}
#adbox td p{
	width: 90%;
	height: auto;
}
#adbox td p a{
	float: right;
	color: #B8860B;
	font-weight:bold;
	text-decoration: none;
	margin-bottom: 15px;
}

/*------------------------------ FOOTER ------------------------------*/
/** Connect **/
#connect {
	background: url(../images/content-border.jpg) repeat-x left top;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}
#connect a {
	background: url(../images/icons.png) no-repeat;
	display: inline-block;
	height: 39px;
	width: 40px;
	margin: 15px 20px;
}
#connect a.facebook {
	background-position: 0 0;
}
#connect a.email {
	background-position: 0 -49px;
}
#connect a.twitter {
	background-position: 0 -98px;
}
#connect a.googleplus {
	background-position: 0 -147px;
}
#copy p {
	color: #15317E;
	font-size: 13px;
	line-height: 24px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#connect-home {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}
#connect-home a {
	background: url(../images/icons.png) no-repeat;
	display: inline-block;
	height: 39px;
	width: 40px;
	margin: 15px 20px;
}
#connect-home a.facebook {
	background-position: 0 0;
}
#connect-home a.email {
	background-position: 0 -49px;
}
#connect-home a.twitter {
	background-position: 0 -98px;
}
#connect-home a.googleplus {
	background-position: 0 -147px;
}

/*Menu Bar*/
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #ffffff;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 17px;
  line-height: 49px;
  padding: 40px 20px 0px 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  /*display: block;*/
  color: #e29b1f;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #71b00c;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a {
}
#cssmenu > ul > li:hover > a {
color: #e29b1f;
}
#cssmenu .has-sub {
  z-index: 199;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #71b00c;
  border-bottom: 1px dotted #aad06d;
  filter: none;
  font-size: 12px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #528009;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #528009;
  border-bottom: 1px dotted #97b36b;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #345105;
}

.posted-style
{
	display: block;
	margin: 0 10px;
	padding: 10px 20px;
	background: #2B60DE;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}


nav {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: left;
  font-size: 13px;
  width: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
     -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
          box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.menu-item {
  cursor: pointer;
  background: #fff;
  width: 100%; 
}

/*Menu Header Styles*/
.menu-item h4 {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  margin: 0 !important;
  
  /*Gradient*/
  background: #1589FF; /* Old browsers */
  background: -moz-linear-gradient(top, #1589FF 0%, #3BB9FF 44%, #38ACEC 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1589FF), color-stop(44%,#3BB9FF), color-stop(100%,#38ACEC)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1589FF 0%,#3BB9FF 44%,#38ACEC 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1589FF 0%,#3BB9FF 44%,#38ACEC 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1589FF 0%,#3BB9FF 44%,#38ACEC 100%); /* IE10+ */
  background: linear-gradient(top, #1589FF 0%,#3BB9FF 44%,#38ACEC 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1589FF', endColorstr='#38ACEC',GradientType=0 ); /* IE6-9 */
}

.menu-item h4:hover {
  background: #3BB9FF; /* Old browsers */
  background: -moz-linear-gradient(top,  #3BB9FF 0%, #38ACEC 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3BB9FF), color-stop(100%,#38ACEC)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #3BB9FF 0%,#38ACEC 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #3BB9FF 0%,#38ACEC 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #3BB9FF 0%,#38ACEC 100%); /* IE10+ */
  background: linear-gradient(top,  #3BB9FF 0%,#38ACEC 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3BB9FF', endColorstr='#38ACEC',GradientType=0 ); /* IE6-9 */

}

.menu-item h4 a {
  color: white;
  display: block;
  text-decoration: none;
  width: 100%;
}

/*ul Styles*/
.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  height: 0;
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin: 0 !important;
  
  /*Animation*/
  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;
}

.menu-item:hover ul {
	height: auto;
	text-indent:10px;
}

.menu-item ul a {
  text-decoration: none;
  color: #0000CD;
  width: 100%;
}

/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
}

.menu-item li:hover {
	padding: 0;
	margin: 0;
  background: #eee;
}


#content {
	background-color:#FFF;
	float: left;
	width: 60%;
}

#wait {
  position:absolute;
  left:50%;
  top:50%;
  text-align:center;
  width:32;
  height:32px;
  visibility:hidden;
  z-index:9998;
  background-color:white;
}

#overlay {
  position: absolute;
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  z-index:9996;

  background-color:black;
  
  filter:alpha(opacity="70");
  MozOpacity:0.7;
  KhtmlOpacity:0.7;
  opacity:0.7;
  
  visibility:hidden;
}