@charset "UTF-8";

.reset
{
	clear:both;
}
#cssmenut,
#cssmenut ul,
#cssmenut li,{
  margin:0px;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
#cssmenut {
  width: 100%;
  border-bottom:none;
  background-color: #fff;
}
#cssmenut a {
  line-height: 1.3;
}
#cssmenut > ul > li:first-child {
  background: #66665e;
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenut > ul > li:first-child > a {
  padding: 15px 10px;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}
#cssmenut ul
{
	list-style:none;
}
#cssmenut > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenut > ul > li:first-child:hover {
  background:#184193;
}
#cssmenut > ul > li {
  background:url(/images/aro.jpg) no-repeat top left #02337b;margin: 8px 0px 26px;list-style: none;
}
#cssmenut > ul > li:hover {
  background:url(/images/aro.jpg) no-repeat top left #184193;
}
#cssmenut > ul > li > a {
    font-family: 'Roboto Condensed', sans-serif;
	padding:17px 0px;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	border:none;
	text-shadow:1px 1px 1px #000;
	margin:0;
	font-weight: normal;
	text-decoration:none;
	outline: none;
	
}
#cssmenut > ul > li > a > span {
  display: block;
  padding: 18px 0px 16px 56px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenut > ul > li > a:hover {
  text-decoration: none;
}
#cssmenut > ul > li.active {
  border-bottom: none;
}
#cssmenut > ul > li.has-sub > a span {
  background: transparent url("/images/icon_plus.png") 96% center no-repeat;
}
#cssmenut > ul > li.has-sub.active > a span {
  background: url(/images/icon_minus.png) 96% center no-repeat;
}

#cssmenut ul ul {
  display: none;
  background:none;
}
#cssmenut ul ul li {
  padding: 0;
  border-top: none;
  background: #f7f7f7;
}
.pdiv
{
	width:100%;
	height:auto;
	background-color:#FFF;
	float:left;
	position: relative;
    z-index: 99999;
}
.pdiv p {
  width: 86%;
  padding: 3px 0px 0px 26px;
  background: url(/images/icon_min.png) no-repeat left top 6px;s
  background-color:transparent;
    font-family: 'Roboto Condensed', sans-serif;
  float:right;
  color:#333;
  margin-top: 2px;
}
.pdiv p a {
	background: #fff;
	font-size:16px !important;
	color: #141414;
	font-weight: normal;
	text-decoration: none;
}
.pdiv p a:hover {
	color:#FF6600;
}



.content-leftinner
{
	width:100%;
	height:auto;
	float:left;
	margin-top: 11px;
}
.content-leftimg
{
	width:280px;
	height:154px;
	float:left;
	border:solid 1px #bdbdbd;
}
.content-list
{
	width:48%;
	height:auto;
	float:left;
	margin-right: 28px;
}
.content-list1 {
    width: 48%;
    height: auto;
    float: left;
    margin-right: 0px;
}
.content-innecontent p
{
	width:100%;
	height:auto;
	float:left;
	font-size:14px;
	padding:5px 0px;
	line-height:18px;
    font-family: 'Roboto Condensed', sans-serif;
	color:#131313;
}


.content-leftcontent p
{
	width:100%;
	height:auto;
	float:left;
	font-size:14px;
	padding-bottom:5px;
	line-height:18px;
    font-family: 'Roboto Condensed', sans-serif;
	color:#131313;
}
.content-leftcontent p a
{
    font-family: 'Roboto Condensed', sans-serif;
	color:#184193;
	font-weight:normal;
}
.content-leftcontent p a span
{
	width:78px;
	height:auto;
	float:right;
	padding:2px;
	text-align:center; 
    font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	background-color:#344046;		
	font-weight:normal;
	border-radius:4px;
	margin-top: 8px;
}
.content-leftcontent p a span:hover
{
	color:#fff;
	background-color:#184193;		
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	-ms-transition: 300ms ease-in-out;

}
@media screen and (min-width:320px) and (max-width:1024px){
	.content-list {width: 100%;margin-right: 0px;}
	.content-list1 {width: 100%;}
	#cssmenut > ul > li > a > span {padding: 18px 0px 16px 53px;}
	#cssmenut > ul > li > a {font-size: 9px;}
	#cssmenut > ul > li {margin: 8px 0px 13px;}
}





