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

.current a {color: #fff !important;}
ul li {list-style: none;}
#main {font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;}
#content {font-size:15px !important}
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-weight:bold;
	margin-left:12px;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button a{color:#fff;text-decoration: none;	cursor: pointer;}
.orange {
	color: #fef4e9;
	border: solid 1px #FF8000;
	background: #FF8000;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF8000), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.disc-ul ul, .disc-ul ul li {list-style:disc;margin-left:15px;}
.tangerine{color: #FF8000 !important;}
.left_content_div{width:590px;border:1px solid #FF8000;padding:20px;text-align:justify;}
.left_content_div ul {margin-top:5px;}
.clear5{clear:both;padding-top:5px;}


.glossy p {
	margin: 6px 0 0 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
.glossy, .glossy2 {
	width: 628px;
	height: 90px;

	margin: 10px auto;
	position: relative;

	background: #94c4fe;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,#94c4fe), color-stop(100%,#d3f6fe));
	background: -webkit-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);
	background: -moz-linear-gradient(top,  #94c4fe 31%, #d3f6fe 100%);
	background: -o-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);
	background: -ms-linear-gradient(top,  #94c4fe 31%,#d3f6fe 100%);
	background: linear-gradient(to bottom,  #94c4fe 31%,#d3f6fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c4fe', endColorstr='#d3f6fe',GradientType=0 );

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	border: 1px solid #4864a9;

	color: #000;
	font-size: 0.750em;
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);

	-webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);    
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);

    position: relative;
}
.glossy:before, .glossy2:before {
	content: "";
	width: 618px;
	height: 80px;

	display: block;
	position: absolute;
	left: 5px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 8%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

/*Green*/

.glossy.green,.glossy2.green {
	background: #54bc3e;
	background: -moz-linear-gradient(top,  #F2652B 0%, #FBC452 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2652B), color-stop(100%,#FBC452));
	background: -webkit-linear-gradient(top,  #F2652B 0%,#FBC452 100%);
	background: -o-linear-gradient(top,  #F2652B 0%,#FBC452 100%);
	background: -ms-linear-gradient(top,  #F2652B 0%,#FBC452 100%);
	background: linear-gradient(to bottom,  #F2652B 0%,#FBC452 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2652B', endColorstr='#FBC452',GradientType=0 );
	border: 4px solid #F2652B;
}

.textwidget img{margin-top:10px;}
.menu_item a{color:#000 !important}
.entry-content a:link {color:#FF8000}
.clear5 a:visited{color: #FF8000;}
.copyright {
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	color:white;
	font-size:12px;
	margin: 0 auto;
	padding: 6px 0;
	position: relative;
	width: 940px;
	background-color:#FF8000;
	text-align:center;
	box-shadow: 0 8px 6px -6px black;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
}
#site-description {
	margin:0;
	margin-top:-13px;
	padding-bottom:13px;
	padding-right:7px;
	clear:both;
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size:15px;
	font-weight:600;
}

.corporates
{
	text-align:center;padding-top:10px;margin:0 auto;width:147px;height:81px;display: table-cell;vertical-align: bottom;
}

.circle-ul ul, .circle-ul ul li {list-style:circle;margin-left:15px;}
.right {float:right}
.share {margin-top:5px;}
.glossy2 {width: 500px;}
.glossy2:before {width: 490px;}