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

html a {
	width: 100%;
    -webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body{
	margin:0; padding:0; border:0;
	}
	
.page{
	width:1000px;
	margin:0 auto;
	}

font{
	max-width:100%;}
	
/*header*/
.header{
	width:100%;
	float:left;
	position:relative;
	}

.header_strip_1{
	width:100%;
	float:left;
	position:relative;
	}

.header_strip_1 ul{
	width:86.5%;
	float:left;
	margin:0;
	padding:0;
	font-family:arial; font-size:13px;
	background:#e8de7f;
	}

.header_strip_1 ul li{
	width:auto;
	float:left;
	display:inline-block;
	padding:5px 49px;
	border-left:#fff 1px solid;
	}

.header_strip_1 ul li:hover{
	background:#b8af5a;
	}

.header_strip_1 ul li a{
	color:#fff;
	text-decoration:none;
	}
	
.news{
	width:13.5%;
	float:left;
	padding:5px 0;
	background:#0099CC;
	text-align:center;
	}	

.news a{
	font-family:arial;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	}

.news:hover{
	background:#0099CC;
	}
	
/*logo_bar*/
.logo_bar{
	width:1000px;
	margin:0 auto;
	}

.logo{
	width:16%;
	float:left;
	font-family:"Trajan Pro"; color:#FF3399; font-size:10px;
	padding:5px 0;
	}	
	
.logo_bar h1{
	width:72%;
	float:left;
	font-family:arial; color:#2ba516; font-size:25px; font-weight:normal; letter-spacing:.6PX;
	padding:25px 60px;
	margin:0;
	}
	
/*header_strip_2*/
.header_strip_2{
	width:100%;
	float:left;
	}	
	
/*header_strip_3*/
.header_strip_3{	
	width:100%;
	float:left;
  	font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   	font-size: 14px;
	color:#fff;
    	text-align: center;
	background:#2ba516;
	}	
	
.header_strip_3 ul {
  width:1000px;
  float:left;
  text-align: center;
  display: inline;
  list-style: none;
  margin:0;
  padding:0;
}

.header_strip_3 ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  position: relative;
  padding: 11px 20px;
  cursor: pointer;
  background:#2ba516;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header_strip_3 ul li:hover {
  background: #555;
  color: #2ba516;
}

.header_strip_3 ul li ul {
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0;
  width: 175px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  z-index:2;
   border-bottom:4px #2ba516 solid;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

.header_strip_3 ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}

.header_strip_3ul li ul li:hover { background: #666; color:#3b99c9; }
.header_strip_3 ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}	
/*header_strip_3*/	
	
	
/*CONTAINER*/
#health_container{
	width:100%;
	float:left;
	}	

/*post_your_ads*/
.post_your_ads{
	width:840px;
	float:left;
	background:#fff;
	border:#d8d3d3 1px solid;
	margin:10px 79px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	}

.post_your_ads h1{
	width:530px;
	float:left;
	font-family:arial; color:#333; font-size:20px;
	margin:0;
	padding:22px 20px;
	}
	
.post_yor_ad_button{
	width:250px;
	height:50px;
	float:right;
	margin:8px;
	font-family:arial; font-size:22px; color:#333; font-weight:bold;
	background:linear-gradient( #face59, #fbb203);
	border:#333 2px solid;
	cursor:pointer;
	}

.post_yor_ad_button:hover{
	background:background:linear-gradient( #fde8b6, #fdd473);
	border:#666 2px solid;
	}
/*Slider*/

div#slider1_container{
	width:100%;
	float:right;
	border-bottom:2px solid #2ba516;
	}
.computer_booth_container_main{
	width:100%;
	float:left;
	}

            /* jssor slider arrow navigator skin 20 css */
            /*
            .jssora20l              (normal)
            .jssora20r              (normal)
            .jssora20l:hover        (normal mouseover)
            .jssora20r:hover        (normal mouseover)
            .jssora20ldn            (mousedown)
            .jssora20rdn            (mousedown)
            */
            .jssora20l, .jssora20r, .jssora20ldn, .jssora20rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
				background:url(../images/a20.png) no-repeat;
                overflow:hidden;
            }
            .jssora20l { background-position: -3px -33px; }
            .jssora20r { background-position: -63px -33px; }
            .jssora20l:hover { background-position: -123px -33px; }
            .jssora20r:hover { background-position: -183px -33px; }
            .jssora20ldn { background-position: -243px -33px; }
            .jssora20rdn { background-position: -303px -33px; }
			
			
			
.list_carousel_responsive {
				background-color: #FF9900;
				width: 360px;
			}
			.list_carousel_responsive ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
				font-family:arial; font-size:14px; color:#fff;
			}
			.list_carousel_responsive li {
				text-align: center;
				width:20px;
				padding:10px 0;
				border-right:1px solid #fff;
				left:0;
				right:0;
				display: block;
				float: left;
			}

			.list_carousel_responsive li:hover {
				background:#FFCC00;
				color:#333333;
				cursor:pointer;
				}			
			
			.list_carousel_responsive{
				width: auto;
				margin-left: 0;
			}
			
		
/*------------------------------------------health_container---------------------------------------*/
.health_container{
	width:100%;
	float:left;
	}
	
	
/*slider*/
.div2_heading{width:100%; float:left}
.div2_heading h1{width:97%; float:left; padding:8px 10px; background:#ddd; font-family:arial; color:#2ba516; font-size:16px; letter-spacing:.6px;
margin:10px 0 0 0;}
.div2_heading h1:hover{ color:#fff; background:#2ba516; cursor:pointer;
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
    }
.div2 {width:98%;float:right; margin-bottom:10px;}
.div1 {margin-top:30px;margin-bottom:60px;text-align:center;line-height:20px;}
.div1 P {font-size:18px;}
.div1 a, .div2 a {color:#07C;}
.div2 {margin-top:10px;}
.div2 li {padding-top:6px;padding-bottom:6px;}


/*------------------------------------health_container_left---------------------------------------------------*/
#health_container_left{
	width:75%;
	float:right;
	}

/*-----------------------------------health_container_right---------------------------------------------------*/

#health_container_right{
	width:25%;
	float:left;
	}
	
.health_container_right{
	width:98%;
	float:left;
	border:1px solid #ddd;
	}
	
.health_container_right_head{
	width:100%;
	height:35px;
	float:left;
	background:#666;
	}
	
.health_container_right_head h1{
	width:95px;
	padding:5px;
	text-align:center;
	font-family:arial; color:#fff; font-size:15px;
	letter-spacing:.6px;
	margin:4px 10px;
	cursor:pointer;
	}
.health_container_right_head h1:hover{
	background:#2ba516;
	-webkit-transition-duration:.3s; /* Safari */
       transition-duration:.3s;
	}
	
.health_container_right ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	font-family:arial; color:#333; font-size:14px;
	}

.health_container_right ul li{
	width:85%;
	display:block;
	line-height:30px;
	margin:0 20px;
	border-bottom:1px dashed #ddd;
	}	
	
.health_container_right ul li:hover{
	color:#0099CC;
	cursor:pointer;
	}	
	

/*------------------------------------------------------SEARCH RESULT DETAILED-----------------------------------------------------------------*/
.education_search_detaied_container{
	width:100%;
	float:left;
	}

.education_search_detaied_container_content_left{
	width:70%;
	float:left;
	margin:10px 0;
	}
	
.education_search_detaied_container_content_left_content{
	width:100%;
	float:left;
	border:1px solid #ddd;
	margin:10px 0;
	}
	
.education_search_detaied_container_content_left_content_top{
	width:100%;
	float:left
	}
	
.result_logo{
	width:15%;
	float:left;
	margin:15px;
	}

.education_search_detaied_container_content_left_content h1{
	width:77%;
	float:left;
	margin:0;
	padding:20px 0 15px 0;
	font-family:arial; color:#333; font-size:18px;
	}
	
.education_search_detaied_container_content_left_content h2{
	width:77%;
	float:left;
	margin:0;
	padding:0 0 15px 0;
	font-family:arial; color:#333; font-size:16px;
	}

.education_search_detaied_container_content_left_contents{
	width:95%;
	float:left;
	margin:0 20px;
	}

.education_search_detaied_container_content_left_contents h3{
	width:100%;
	float:left;
	margin:0;
	padding:20px 0 10px 0;
	font-family:arial; color:#333; font-size:15px;
	border-bottom:1px solid #666;
	}

.education_search_detaied_container_content_left_contents ul{
	width:100%;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	font-family:arial; font-size:13px; color:#333;
	}
	
.education_search_detaied_container_content_left_contents ul li{
	display:block;
	width:665px;
	padding:10px 0;
	border-bottom:1px solid #999;
	float:left;
	line-height:20px;
	}
	
.edu_de_re_{
	float:right;
	width:74%;
	}
	
.edu_de_re_ div{
	width:23%;
	float:left;
	margin:0;
	padding:0 6px 0 0;
	}
	
/*education_search_detaied_container_content_left_content_bottom*/
.education_search_detaied_container_content_left_content_bottom{
	width:100%;
	float:left;
	}
	
.education_search_detaied_container_content_left_content_bottom h1{	
	width:100%;
	float:left;
	margin:0;
	padding:20px 0 10px 0;
	font-family:arial; color:#333; font-size:15px;
	border-bottom:1px solid #666;
	}

.education_search_detaied_container_content_left_content_bottom ul{
	width:100%;
	float:left;
	margin:20px 0;
	padding:0;
	}
	
.education_search_detaied_container_content_left_content_bottom ul li{
	display:inline-block; 
	padding: 0 5px;
	width:23%;
	}

/*education_search_detaied_container_content_left_content_bottom_contact*/
.education_search_detaied_container_content_left_content_bottom_contact{
	width:100%;
	float:left;
	}


.education_search_detaied_container_content_left_content_bottom_contact h1{	
	width:100%;
	float:left;
	margin:0;
	padding:20px 0 10px 0;
	font-family:arial; color:#333; font-size:15px;
	border-bottom:1px solid #666;
	}

.education_search_detaied_container_content_left_content_bottom_contact ul{
	width:100%;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	font-family:arial; font-size:13px; color:#333;
	}

.education_search_detaied_container_content_left_content_bottom_contact ul li{
	display:block;
	padding:10px 0;
	}

.Contact_sp{
	width:74%;
	float:right;
	}
	
.education_search_detaied_container_content_right{
	width:30%;
	float:right;
	}
	
.education_search_detaied_container_content_right_reply{
	float:left;
	margin:100px 25px 0 25px;
	font-family:arial; font-size:16px; color:#fff;
	background:#2ba516;
	padding:15px 30px; 
	border-style:none;
	border-bottom:3px solid #277619;
	cursor: pointer;
	}	

.education_search_detaied_container_content_right_reply:hover{
	background:#36c01e;
	border-bottom:1px solid #277619;
	margin-bottom:2px;
	}
	
.education_search_detaied_container_content_right h1{
	width:85%;
	float:left;
	margin:0;
	padding:15px 30px;
	font-family:arial; color:#333; font-size:22px;
	}
	

/*News Footer CSS */	
.news_footer3{ width:100%; height:auto; float:left; background:#f79d3d; position:relative; margin-top:8px;}
.news_footer3a{ width:100%; height:auto; float:left; position:relative; margin-top:5px;}
.news_footer3b{ width:100%; height:auto; float:left; text-align:center;  font-family:arial; font-size:10pt; text-align:center;
margin-bottom:15px; margin-top:0px; color: #FFFFFF; position:relative;}
.news_footer2 ul{ width:100%; display:inline-block; list-style:none; font-family:verdana; font-size:8pt; line-height:25px; margin-right:35px; padding-left:0; margin-left:55px; position:relative;}
.news_footer3a ul{ width:100%; position:relative; list-style:none; font-family: arial; font-size:10pt; color:#595858; margin:5px 0; padding:0; text-align:center;}
.news_footer3a li{ display:inline-block; border-right: 1px solid #595858; padding-left:10px; padding-right:10px;}
.news_footer3a .no_border{ border:none;}
.news_blue_color{ color:#0490a5;}
.news_orange_color{ color:#fc8404;}