﻿* {
	padding: 0;
	margin: 0;
	outline: 0;
}
body {
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #5d5d5d;
	padding-bottom: 10px;
}
input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
a img {
	border: 0;
}
a {
	color: #646796;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #7551BF;
	text-decoration: none;
}
.left, .alignleft {
	float: left;
	display: inline;
}
.right, .alignright {
	float: right;
	display: inline;
}
.cl {
	font-size: 0;
	line-height: 0;
	clear: both;
	display: block;
	height: 0;
}
.al {
	text-align: left;
}
.ar {
	text-align: right;
}
.ac {
	text-align: center;
}
h2 {
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	font-family: "Adobe Garamond Pro";
}
h2 strong {
	color: #646796;
}
h3 {
	margin: 0;
	padding: 11px 0 11px 20px;
	color: #605B91;
	font: normal 22px Georgia, serif, "times New Roman", Times;
	border-bottom: 1px solid #eaeaea;
}
.LContainer p {
	padding: 5px 20px 10px 20px;
	margin: 0;
	font: normal 15px serif, "times New Roman", Times;
	color: #000000;
	line-height: 1.8em;
	text-align: justify;
	text-decoration: none;
}
h4 {
	font-size: 12px;
	line-height: 17px;
}
h1#logo {
	font-size: 0;
	line-height: 0;
	width: 500px;
	height: 85px;
	float: left;
}
h1#logo a {
	display: block;
	height: 85px;
	text-indent: -4000px;
	background: url(images/logo.png);
}
.shell {
	width: 970px;
	margin: 0 auto;
}
.LContainer {
	width: 660px;
	margin: 0 auto;
	float: left;
}
.RContainer {
	width: 300px;
	margin: 0 auto;
	float: right;
}
.RContainer img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	width:290px;
	height:200px;
	margin-left:5px;
}
#top {
	height: 85px;
	background: url(images/top.gif);
	margin-top: 1px;
	padding: 5px;
}
#navconta {
	background: url(images/top.gif);
	border-bottom: 2px solid #999999;
}
.nav-area {
	padding:0px;
	height:46px;
	width: 950px; /*Resize for Centering the menu*/
	margin: 0 auto;
	}
ul.navigation {
	margin:0px;
	padding:0px 0px 0px 18px;
	list-style:none;
	}
ul.navigation li {
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#b2cd47;
	line-height:46px;
	text-align:center;
	font-weight:bold;
	float:left;
	background:url(images/nav-divider.jpg) no-repeat right top;
	display:block;
	}
ul.navigation li a {
	margin:0px;
	padding:0px 35px 0px 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#b2cd47;
	line-height:46px;
	text-align:center;
	font-weight:bold;
	background:none;
	display:block;
	} 
ul.navigation li a:hover {
	margin:0px;
	padding:0px 35px 0px 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	line-height:46px;
	text-align:center;
	font-weight:bold;
	background:url(images/nav-hover-bg.jpg) repeat-x left top;
	display:block;
	} 

#navigation {
	float: right;
	white-space: nowrap;
}
#navigation ul {
	list-style-type: none;
	line-height: 10px;
	padding-top: 35px;
	float: left;
}
#navigation ul li {
	float: left;
	display: inline;
	border-right: solid 1px #757171;
	padding-right: 8px;
	margin-right: 8px;
	font-size: 12px;
}
#navigation ul li.last {
	margin-right: 0;
	border: 0;
	padding-right: 0;
}
#navigation ul li a {
	color: #fff;
	text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li a.active {
	color: #00e0ff;
}
#header {
	height: 290px;
	background: url(images/header.gif);
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#slider {
	height: 290px;
	position: relative;
}
#slider-holder {
	height: 200px;
	position: relative;
	overflow: hidden;
	top: 50px;
	width: 876px;
	left: 47px;
}
#slider-holder ul {
	height: 200px;
	position: relative;
	overflow: hidden;
	width: 876px;
	list-style-type: none;
}
#slider-holder .jcarousel-clip {
	height: 200px;
	position: relative;
	overflow: hidden;
	width: 876px;
}
#slider-holder ul li {
	height: 200px;
	position: relative;
	overflow: hidden;
	float: left;
	width: 876px;
}
#slider .slide-image {
	width: 316px;
	float: left;
}
#slider .slide-info {
	width: 540px;
	float: left;
	padding-left: 20px;
}
#slider .slide-info p {
	padding-top: 10px;
}
#slider-nav {
	font-size: 0;
	line-height: 0;
}
#slider-nav a {
	width: 47px;
	height: 44px;
	position: absolute;
	top: 110px;
	text-indent: -4000px;
}
#slider-nav a.prev {
	background: url(images/prev.gif);
	left: -10px;
}
#slider-nav a.next {
	background: url(images/next.gif);
	right: -10px;
}
#footer {
	height: 51px;
	background: url(images/footer.gif);
	white-space: nowrap;
	line-height: 50px;
	color: #686868;
}
#last_foot {
	width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8989ba+0,8989ba+63;Purple+3D */
background: #8989ba; /* Old browsers */
background: -moz-linear-gradient(top,  #8989ba 0%, #8989ba 63%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8989ba 0%,#8989ba 63%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8989ba 0%,#8989ba 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8989ba', endColorstr='#8989ba',GradientType=0 ); /* IE6-9 */
}
#sps a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
#sps a:hover {
	color: #6600FF;
	text-decoration: none;
	text-decoration: underline;
	text-transform: uppercase;
}

#footer .left span {
	color: #c8c7c7;
	padding: 0 3px;
}
#footer a {
	color: #686868;
	text-decoration: none;
}
#footer a:hover {
	color: #0095aa;
}
#main {
	width: 100%;
	background-image: url(images/trans.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 13px 0 30px 0;
}
h3.tab {
	height: 46px;
	background: url(images/tab.gif) no-repeat 0 0;
	width: 290px;
	padding: 0 10px;
	line-height: 46px;
	 margin-left:5px;
}
.ico {
	display: block;
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	background-position: 0 center;
}
.ico1 {
	background-image: url(images/ico1.png);
}
.ico2 {
	background-image: url(images/ico2.png);
}
.ico3 {
	background-image: url(images/ico3.gif);
}
.entry {
}
.entry p {
	padding-bottom: 15px;
}
.more {
	font-size: 11px;
	background: url(images/more.gif) no-repeat 0 4px;
	padding: 0 0 0 10px;
}
/*New article*/
#new-article {
	background: #f3f3f3 url(img/new.jpg) no-repeat;
}
#new-article #corner {
	padding: 0 0 20px 0;
	background: url(images/corner.jpg) no-repeat right bottom;
}
#new-article .article-img {
	width: 136px;
	height: 115px;
	position: relative;
	left: 20px;
	margin: 0;
}
#new-article .article-img div {
	width: 136px;
	height: 115px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10px;
	background: url(images/new-img.gif) no-repeat;
}
/*White Article For other Contentes*/
.article {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #f3f3f3;
}
/*Nav*/
ul.vert-one {
	margin: 0 0 0 5px;
;padding: 0;
	list-style-type: none;
	display: block;
	line-height: 165%;
	width: 100%;
}
ul.vert-one li {
	margin: 0;
	padding: 0;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	width: 100%;
}
ul.vert-one li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #56529C;
	padding: 0 0 0 20px;
	width: 95%;
}
ul.vert-one li a:hover {
	background: #92a8d1 url("images/vert-one_arrow.gif") no-repeat 0 9px;
}
ul.vert-one li a.current, ul.vert-one li a.current:hover {
	background: #56529C url("images/vert-one_arrow.gif") no-repeat 0 9px;
}
/*Side bar */
h4.tab {
	height: 46px;
	background: url(images/tab.gif) no-repeat 0 0;
	width: 202px;
	padding: 0 10px;
	line-height: 46px;
	margin-bottom: 15px;
}
