a{color:#666666;}
a:link,a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}

body {
	background-color: #FCFCFC;
	margin: 0px;
}
#BannerC {
	width: 100%;
	background-color: #F4F4F4;
	height: 300px;
	background-image: linear-gradient(to bottom , #F4F4F4, #FFFFFF ); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(to bottom , #F4F4F4, #FFFFFF ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(to bottom , #F4F4F4, #FFFFFF ); /* FF3.6 */
	background-image:     -ms-linear-gradient(to bottom , #F4F4F4, #FFFFFF ); /* IE10 */
	background-image:      -o-linear-gradient(to bottom , #F4F4F4, #FFFFFF ); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom , #F4F4F4, #FFFFFF );
	-webkit-box-shadow:0 0 10px #333333;
	-moz-box-shadow:0 0 10px #333333;
	box-shadow:0 0 10px #333333;
}
#banner_img {
	width: 1024px;
	height: 300px;
	background-repeat: no-repeat;
	margin: auto;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;

}
#mainc {
	width: 100%;
}
#mainc #cbox {
	width: 1024px;
	margin: auto;
	padding: 0px;
}

#mainc #leftads {
	width: 190px;
	float: left;
	margin: auto;
	display: block;
}
#mainc #rightads {
	width: 190px;
	float: right;
	margin: auto;
	display: block;
}
#mainc #pagec {
	width: 625px;
	margin: auto;
	float: left;
	padding: 5px;
	display: block;
}
#mainc #bottomads {
	margin: auto;
}
#mainc #topads {
	margin: auto;
}
#bottomc {
	background-color: #CCCCCC;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 100%;
	position: inherit;
	bottom: 0px;
	height: 60px;
	z-index: 1000;
}
#bottomc #bcbox{
width: 1024px;
	margin: auto;
	padding: 0px;
}
.boxhead {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #014464;
	padding: 7px;
	text-shadow: 1px 1px 1px #000;
}
.boxac {
	box-shadow: 0px 1px 2px #999999;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	font-size: 18px;
	color: #666666;
	padding: 3px;
	margin-top: 20px;
	width: 98%;
}

*:focus{
			outline:none; /* Prevents blue border in Webkit */
		}
input, textarea, select {
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			background-color:#fff;
			border:1px solid #ccc;
			font-size:20px;
			width:90%;
			min-height:20px;
			display:block;
			margin-bottom:5px;
			margin-top:8px;
			
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;
			
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
		}
		
		textarea {
				min-height:100px;
		}

		input:focus, textarea:focus, select:focus {
			-webkit-box-shadow:0 0 10px #ccc;
			-moz-box-shadow:0 0 10px #ccc;
			box-shadow:0 0 10px #ccc;
			
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			transform: scale(1.05);
		}
		
		/* The interesting bit */
		
		input:not(:focus), textarea:not(:focus), select:not(:focus) {
			opacity:1;
		}
		
		input[type=submit] {
	padding:2px;
	opacity:1.0;
	background-color: #D7D7D7;
		}
.smallnewsboxc {		
	float: left;
	width: 200px;
	height: 175px;
	display: block;
	margin: auto;
z-index:110;
}
.smallnewsbox {
	box-shadow: 0px 1px 5px #999999;
	border: 1px solid #999999;
	background-color: #F9F9F9;
	font-size: 12px;
	color: #666666;
	padding: 3px;
	margin: auto;
	width: 180px;
	height: 160px;
	overflow: hidden;
	font-weight: bold;
	z-index:120;
}
.smallnewsbox:hover{
	z-index:2000;
	overflow:inherit;
	font-size: 14px;
	height:auto;
-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			transform: scale(1.05);
}		
.newshbox {
	box-shadow: 0px 1px 2px #999999;
	border: 1px solid #999999;
	background-color: #F9F9F9;
	font-size: 16px;
	color: #666666;
	padding: 3px;
	width: 98%;
	margin: 10px;
	height: 110px;
	overflow: hidden;
	z-index: 110;
	position: static;
}
.newsheading {
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	line-height:30px;
}

.acbox {
	background-color: #CCCCCC;
	font-size: 12px;
	color: #666666;
	position: inherit;
	overflow: hidden;
	z-index: 100;
	width: 100%;
	text-align: center;
}
.newsdes {
	font-size: 18px;
	color: #333333;
	text-align: justify;
	line-height:25px;
}
.newsdetail {
	font-size: 14px;
	color: #333333;
	text-align: justify;
}
.sl {
	font-size: 12px;
	text-align: center;
}
.othernews {
	font-size: 12px;
	color: #FF0066;
}
.othernews a{
color: #FF0066;
text-decoration:none;
}
.othernews a:hover{
color: #FF0066;
text-decoration:underline;

}
.sla {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-right: 5px;
	margin-left: 5px;
}
.heading {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.adshow {
	font-size: 12px;
	border: 2px solid #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	color: #666666;
}
