/* CSS Document */

/** Reset **/
/* ---------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*::-moz-selection { color: gold;  background: red; }
::selection      { color: gold;  background: red; } */
ol, ul, dl {
	list-style: none;
	margin:0px;
	padding:0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* Global */
/* ---------------------------------------------------------- */
body {
	background-color:#fff;
}
.title
{
	color:#fff;
	background-color:#000;
	
}
/* Elements */
.element
{
	
	border:1px solid #e3e3e3;
	margin:0px 0px 10px 0px;
}

h1, h2, h4, h5, h6
{
	padding:5px;
}
h1
{
	font-size:36px;
}
h3
{
	color:#328d34;
	font-family: 'Conv_MKAbel',Sans-Serif;
	font-size:21px;
	margin-bottom:10px;
}
 h4, h5, h6
{
	font-size:24px;
}

p
{
	line-height:18px;
	margin:0;
	padding:0;
}
blockquote
{
	padding:10px;
}
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: none;
}
h1 {
	font-size:34px;
}
li, dd, dt {
	padding:0px;
}
dt
{
	font-weight:bold;
}

pre
{
	margin:10px;
	padding:10px;
	border:1px solid #e3e3e3;
	background-color:#fbfbfb;
	width:680px;
}
code
{
	margin:0px;
	padding:0px;
}

caption
{
	font-size:20px;
	padding:5px;
}
.linkbutton
{
	border:1px solid #e3e3e3;
	padding:10px;
}
.light
{
	background-color:#eeeeee;
}
.black
{
	color:#fff;
	background-color:#000;
}
.colored
{
	color:#fff;
	background-color:#7cbc0a;
}
/* Forms */
form
{
	
margin-bottom:20px;
}
fieldset
{
	border:1px solid #e3e3e3;
	padding:20px;
	
}
legend
{
	margin-left:15px;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], textarea {
	background: #b8cbac;
	float:left;
	border:0px;
	border-radius:5px;
	position:relative;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:fff !important;
	width:200px;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=number]:focus, textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 60%;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
	padding: 5px;
}
input[type=submit]{
	background: #ff8f00; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOGYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZkMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ff8f00 0%, #ff6d00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8f00), color-stop(100%,#ff6d00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff8f00 0%,#ff6d00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff8f00 0%,#ff6d00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff8f00 0%,#ff6d00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff8f00 0%,#ff6d00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f00', endColorstr='#ff6d00',GradientType=0 ); /* IE6-8 */
padding:5px;
border:1px solid #9e4300;
border-radius:5px;
font-weight:bold;
}
.button
{
	padding:5px;
	border:#e3e3e3;
	cursor:pointer;
	
}
.clearboth {
	clear:both;
}
.center
{
	text-align:center;
}
#page {
	margin:0 auto;
	padding:0px;
}
.wrapper {
	margin:0 auto;
	padding:0px;
	width:1000px;
}
/** Header Section **/
.toplinks{
	float:right;
	margin:10px 0px 16px 0px;
	padding:0;
}
.toplinks a{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px;
	padding:0px 8px;
}
.leftround{
	position:absolute;
	top:100px;
}
.rightround{
	position:absolute;
	top:20px;
	right:0;
}
#header {
	background:#fff;
	/*position:relative;*/
}
#logo {
	float:left;
	padding:0px;
}
#headerright {
	float:right;
	width:545px;
}
#headerright p{
	float:right;
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:20px 0px 0px 0px;
}
#headertop {
	/*height:90px;*/
	margin:0;
	padding:0;
}
.search{
	float:right;
	width:100%;
	padding:0px;
	margin:0px;
}
.search input[type=text]{
	float:right;
	background:#0f60ab;
	border-left:0px;
	border-top:1px solid #04182b;
	border-bottom:1px solid #86c2f9;
	border-right:0px;
	border-radius:3px;
	padding:5px;
	font:italic 12px Arial, Helvetica, sans-serif;
	color:#51a3ed;
	position:relative;
	width:180px;
	right:-20px;
}
.search span{
	position:relative;
	right:10px;
	top:5px;
	float:right;
	z-index:9999;
}
/** Main Navigation **/
#menu {
	
	/*width:413px;*/
	clear: both;
	display: block;
	float: left;
	margin:0px;
	padding:0px;
	
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	position: relative;
	padding:0px;
	margin:0px 5px 0px 0px;
	
}
#menu a {
	font-family:'Conv_CALIBRI',Sans-Serif;
	font-size:16px;
	font-weight:bold;
	color: #060606;
	display: block;
	text-decoration: none;
	padding:10px 9px;
	
	
	
}
#menu ul ul {

	display: none;
	float: left;
	margin: 0px;
	position: absolute;
	/*top: 36px;*/
	left: 0;
	width: 183px;
	z-index: 99999;
	background:000;
	opacity:0.8;
	padding:10px 0px;
	color:#fff;
}
.last {
	margin-right:0px;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
	margin-left:3px;
	margin-top:-5px;
	border-top:2px solid #d2cccc;
	padding:3px 0px 0px 0px;
	
}
#menu ul ul a {
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 5px 9px;
	width: 163px;
	font-weight:bold;
}

#menu ul li ul li {
color: #fff;
background-color:none;
padding:0;


}
#menu ul ul li a{
	background:#000;
	padding:20px 10px;
	opacity:0.9;
	border-radius:5px;
	margin:15px 0px 0px 0px;
}
#menu ul li ul li a:hover{
	background:#000;
	padding:20px 10px;
	opacity:0.9;
	border-radius:5px;
	margin:15px 0px 0px 0px;
	box-shadow:none;
	border:0px;
}

#menu ul li a:hover {
	color: #fff;
	padding:10px 9px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjc3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffaa00 0%, #ff7700 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa00), color-stop(100%,#ff7700)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffaa00 0%,#ff7700 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffaa00 0%,#ff7700 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffaa00 0%,#ff7700 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffaa00 0%,#ff7700 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ff7700',GradientType=0 ); /* IE6-8 */
box-shadow:0px 0px 2px #ff8933;
/*outline:1px solid #ff8933;
-moz-outline-radius:8px;
-webkit-outline-radius:8px;
-o-outline-radius:8px;
-ms-outline-radius:8px;*/
border-top:2px solid #ffc700;
border-bottom:0px;
border-left:0px;
border-right:0px;
border-radius:8px;
}
#menu li:hover > a,
#menu a:focus {
	
/*padding:10px 9px;*/
}
#menu ul li:hover > ul {
	display: block;
	color:#ff0000;

	
}
#menu .current-menu-item > a,
#menu .current-menu-ancestor > a,
#menu .current_page_item > a,
#menu .current_page_ancestor > a {
	font-weight: bold;
	background-color:red;

}
#menu ul li .selected{
	color: #fff;
	background: #ffaa00; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjc3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffaa00 0%, #ff7700 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa00), color-stop(100%,#ff7700)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffaa00 0%,#ff7700 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffaa00 0%,#ff7700 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffaa00 0%,#ff7700 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffaa00 0%,#ff7700 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ff7700',GradientType=0 ); /* IE6-8 */
border-top:2px solid #ffc700;
border-bottom:0px;
border-left:0px;
border-right:0px;
border-radius:8px;
/*outline:1px solid #ff8933;
-moz-outline-radius:8px;
-webkit-outline-radius:8px;
-o-outline-radius:8px;
-ms-outline-radius:8px;*/
box-shadow:0px 0px 2px #ff8933;

}



/** Slider **/
#slider
{
	/*background-color:#e3e3e3;*/
	height:400px;
	width:100%;
	text-align:center;
}
/** Content **/
#top-img-bg{
	width:890px;
	margin:0px auto;
	padding:0px;
	z-index:999999;
	margin-top:-243px;
	height:241px;
	position:relative;
	text-align:right;
	padding:0px 60px 0px 0px;
}
#maincontent{
	width:100%;
	margin:0px 0px 0px 0px;
	background:url(../images/maincontent-bg.jpg) top center repeat-y;
	padding:0px 0px 30px 0px;
}
.contentwrap {
	margin:0 auto;
	padding:0px;
	width:1000px;
}
#contentbody
{
	margin-top:-34px;
	float:left;
	width:1000px;
	/*box-shadow:0px 0px 3px #d4cdcd;*/
	padding:42px 34px;
	width:920px;
	position:relative;
	z-index:9999;
	background:#fff;
}
#sidebar
{
	width:250px;
	background-color:#e3e3e3;
	margin:10px 0px 0px 10px;
	float:left;
	
}
.home-content, .noticeboard
{
	width:500px;
	float:left;
	margin:0px 54px 0px 0px;
}
.home-content h2{
	font-family:'Conv_CALIBRI',Sans-Serif;
	color:#e73600;
	font-weight:bold;
	font-weight:400;
	font-size:20px;
	margin:0px 0px 5px 0px;
	padding:10px 0px;
	border-bottom:1px solid #d7e0d1;
}
.home-content p{
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:17px;
	text-align:justify;
	margin:15px 0px 0px 0px;
}
.home-content p a{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:18px;
	float:left;
	padding:3px 15px;
	border-radius:20px;
	border:1px solid #650500;
	margin-top:10px;
	background: #ff9c00; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ff9c00 0%, #ff6e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9c00), color-stop(100%,#ff6e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff9c00 0%,#ff6e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff9c00 0%,#ff6e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff9c00 0%,#ff6e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff9c00 0%,#ff6e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c00', endColorstr='#ff6e00',GradientType=0 ); /* IE6-8 */


}
.content-box{
	float:left;
	width:212px;
	padding:0;
	margin:0px 135px 0px 0px;
	text-align:center;
}

.content-box-bg{
	width:150px;
	height:150px;
	background:#000;
	border-radius:100%;
	margin:0 auto;
	border:7px solid #fff;
	/*-webkit-outline-radius:100%;
	-moz-outline-radius:100%;
	-o-outline-radius:100%;
	-ms-outline-radius:100%;*/
	box-shadow:0px 0px 2px #333;

	position:relative;
}
.content-box-imgbg1{
	width:149px;
	height:149px;
	background:#fff;
	border-radius:100%;
	margin:0 auto;
	border:1px solid #bababa;
	position:absolute;
	background:url(../images/about-img.jpg) no-repeat -60px -20px;
	overflow:hidden;

}
.content-box-imgbg1:hover{
	width:149px;
	height:149px;
	background:#fff;
	border-radius:100%;
	margin:0 auto;
	border:1px solid #bababa;
	position:absolute;
	background:url(../images/about-hover.jpg) no-repeat -60px -20px;
	overflow:hidden;

}
.content-box-imgbg2{
	width:149px;
	height:149px;
	background:#fff;
	border-radius:100%;
	margin:0 auto;
	border:1px solid #bababa;
	position:absolute;
	background:url(../images/products-img.jpg) no-repeat -70px -20px;
	overflow:hidden;

}
.content-box-imgbg2:hover{
	width:149px;
	height:149px;
	background:#fff;
	border-radius:100%;
	margin:0 auto;
	border:1px solid #bababa;
	position:absolute;
	background:url(../images/products-hover.jpg) no-repeat -70px -20px;
	overflow:hidden;

}
.content-box-imgbg3{
	width:149px;
	height:149px;
	background:#fff;
	border-radius:100%;
	margin:0 auto;
	border:1px solid #bababa;
	position:absolute;
	background:url(../images/contact-img.jpg) no-repeat -70px -20px;
	overflow:hidden;
}
.content-box-imgbg3:hover{
	width:149px;
	height:149px;
	background:#fff;
	border-radius:100%;
	margin:0 auto;
	border:1px solid #bababa;
	position:absolute;
	background:url(../images/contact-hover.jpg) no-repeat -70px -20px;
	overflow:hidden;
}
.content-box h2{
	font-family:'Conv_CALIBRI',Sans-Serif;
	color:#000;
	font-size:15px;
	text-transform:uppercase;
	padding:18px 0px 0px 0px;
	margin:0px;
	font-weight:bold;
}
.content-box h2 a{
	font-family:'Conv_CALIBRI',Sans-Serif;
	color:#000;
	font-size:15px;
	text-transform:uppercase;
	padding:18px 0px 0px 0px;
	margin:0px;
	font-weight:bold;
}
.content-box h2 a:hover{
	color:#ff0000;
}
.content-box p{
	font-family:'arial';
	color:#000;
	font-size:14px;
	padding:18px 0px 0px 0px;
	margin:0px;
}
.content-box-last{
	float:left;
	width:212px;
	padding:0;
	margin:0px;
	text-align:center;
}
.home-content p a:hover{
	text-decoration:none;
}
.home-content img{
	float:left;
	margin:0px 0px 12px 0px;
	padding:8px;
	background:#fff;
	border:1px solid #c4c4c3;
}
.home-contentmid{
	width:275px;
	margin:0px 59px 0px 0px;
	float:left;
}
.home-gallery
{
	width:211px;
	float:left;
	margin:0px 20px 0px 0px;
}

.home-gallery h2{
	font-family:'Conv_CALIBRI',Sans-Serif;
	color:#e73600;
	font-weight:bold;
	font-weight:400;
	font-size:20px;
	margin:0px 0px 5px 0px;
	padding:10px 0px;
	border-bottom:1px solid #d7e0d1;
}
.home-gallery p{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	text-align:justify;
	margin:15px 0px 0px 0px;
}
.home-gallery p a{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:18px;
	float:left;
	padding:3px 15px;
	border-radius:20px;
	border:1px solid #650500;
	margin-top:20px;
	background: #ff9c00; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ff9c00 0%, #ff6e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9c00), color-stop(100%,#ff6e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff9c00 0%,#ff6e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff9c00 0%,#ff6e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff9c00 0%,#ff6e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff9c00 0%,#ff6e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c00', endColorstr='#ff6e00',GradientType=0 ); /* IE6-8 */


}
.home-gallery img{
	float:left;
	margin:0px 0px 12px 0px;
	padding:8px;
	background:#fff;
	border:1px solid #c4c4c3;
}
.home-contentlast{
	width:149px;
	margin:0px;
	float:left;
}
.home-contentlast img{
	margin:0px 17px 0px 0px;
}
.home-contentlast p a{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:18px;
	float:left;
	padding:3px 15px;
	border-radius:20px;
	border:1px solid #650500;
	margin-top:35px;
	background: #ff9c00; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ff9c00 0%, #ff6e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9c00), color-stop(100%,#ff6e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff9c00 0%,#ff6e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff9c00 0%,#ff6e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff9c00 0%,#ff6e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff9c00 0%,#ff6e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c00', endColorstr='#ff6e00',GradientType=0 ); /* IE6-8 */


}
.noticeboard h2{
	background:url(../images/notice-bg.jpg) no-repeat;
	text-align:center;
	font-family: 'Sanchez', serif;
	color:#fff;
	font-weight:400;
	font-size:26px;
	margin:0px;
	padding:0px;
	line-height:62px;
	text-shadow:0px 1px 1px #b66d02;
}




.noticeboard ul{
	margin:0;
	background:url(../images/noticeboard-bg.jpg) top center no-repeat;
	width:276px;
	padding:0px 20px 51px 13px;
}
.noticeboard ul li{
	background:url(../images/notice-icon.png) left no-repeat;
	font:normal 12px tahoma;
	color:#4e4b46;
	margin:0;
	padding:10px 4px 8px 51px;
	font-weight:bold;
	line-height:18px;
	border-bottom:1px dotted #c19f8e;
}
.noticeboard ul a{
	font:normal 12px tahoma;
	color:#500000;
	float:right;
	padding:10px 0px;
	font-weight:bold;
	margin:0px 10px 0px 0px;
}
.noticeboard ul a:hover{
	text-decoration:underline;
}
.select
{
	width:289px;
	float:left;
	margin:0px;
	padding:7px;
	text-align:center;
	border:1px solid #d8dbdd;
}

.select-bg p a{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#054a58;
	line-height:18px;
	float:right;
	padding:2px 15px;
	border-radius:10px;
	border-bottom:1px solid #a2bac5;
	border-top:1px solid #a2bac5;
	border-right:none;
	border-left:none;
	margin-top:15px;
	background: #d3e1e7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZTFlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NkZGRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmQ4ZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #d3e1e7 0%, #cddde4 50%, #c6d8e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3e1e7), color-stop(50%,#cddde4), color-stop(100%,#c6d8e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d3e1e7 0%,#cddde4 50%,#c6d8e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d3e1e7 0%,#cddde4 50%,#c6d8e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d3e1e7 0%,#cddde4 50%,#c6d8e0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d3e1e7 0%,#cddde4 50%,#c6d8e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3e1e7', endColorstr='#c6d8e0',GradientType=0 ); /* IE6-8 */

}
.select h2
{
	width:280px;
	float:left;
	background:#500000;
	text-align:left;
	font-family: 'Sanchez', serif;
	color:#fff;
	font-weight:400;
	font-size:26px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 20px;
	line-height:41px;
	text-shadow:0px 1px 1px #b66d02;
}
.select input[type=text]{
	background:#b5afaf;
	color:#828282;
	border:none;
	margin:0px 10px 10px 10px;
	padding:10px;
	width:257px;
	font-weight:bold;
	font-size:16px;
	float:left;
}
.select textarea{
	font:normal 16px tahoma;
	background:#b5afaf;
	color:#828282;
	border:none;
	margin:0px 10px 10px 10px;
	padding:10px;
	width:257px;
	font-weight:bold;
	float:left;
}
.select input[type=button]{
	background:#797979;
	color:#fff;
	border:none;
	margin:0px 10px 10px 10px;
	padding:10px;
	font-weight:bold;
	font-size:16px;
}
.dots{
	background:url(../images/dots.gif) top left repeat-x;
	float:left;
	width:99%;
	padding:5px;
	margin:15px 0px 10px 0px;
	}

.gallerywrap{
	float:left;
	margin:0px 15px 0px 0px;
	padding:0;
	width:622px;
}
.gallery{
	width:100%;
	margin:0;
	padding:0;
	float:left;
}
.gallery h1 img{
	margin:0px 3px 0px 0px;
	width:201px;
	float:left;
}
.gallery h2{
	width:100%;
	float:left;
	text-align:left;
	font-family: 'Sanchez', serif;
	color:#500000;
	font-weight:400;
	font-size:26px;
	margin:5px 0px 20px 0px;
	padding:0px;
}
.gallery span{
	float:right;
	padding:10px 5px;
}
#solution-wrap
{
	color:#fff;
	margin:0;
	padding:15px 0px 15px 0px;
	margin:32px 0px 0px 0px;
	border-top:1px solid #a5cda6;
	overflow:hidden;
}
.solution-bg{
	padding:10px 0px;
	background:url(../images/shadow.jpg) top left no-repeat;
	height:199px;
}
.solution-bg ul{
	margin:0;
	padding:0;
}
.solution-bg ul li{
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
.solution-bg span{
	font-family: 'Conv_MKAbel',Sans-Serif;
	font-size:21px;
	font-weight:400;
	text-align:center;
	margin:0;
	padding:0px 0px 0px 50px;
	color:#409542;
	
}

.cllege{
	float:left;
	width:300px;
	margin:0px 15px 0px 0px;
}
.college h2{
	width:300px;
	float:left;
	text-align:left;
	font-family: 'Sanchez', serif;
	color:#500000;
	font-weight:400;
	font-size:26px;
	margin:5px 0px 20px 0px;
	padding:0px;
}
.college img{
	margin:0px;
	float:left;
}
.college span a{
	float:right;
	font:normal 12px tahoma;
	color:#500000;
	font-weight:bold;
	padding:8px 0px;
}

.footerleft{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#6e0803;
	float:left;
	padding:0px;
	margin:20px 0px 0px 0px;
}
.footerleft a{
	float:left;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;	color:#fff;
	font-size:12px;
	margin:0px;
}
.footerleft-line{
	color:#fff;
	padding:0px 10px;
	float:left;
}
.footerright a{
	color:#fff;
}
.footerright a:hover{
	text-decoration:underline;
}
.copyrights{
	margin:0 auto;
	width:950px;
	/*background:url(../images/footer-bg.jpg) bottom center no-repeat;*/
	height:50px;
	background:#380202;
	margin:0px;
	padding:0px 10px;
	
}
.readmore
{
	float:right;
	margin:10px;
}
.pagenav
{
	float:right;
	margin:15px;
}
.page-numbers
{
	border:1px solid #e3e3e3;
	background-color:#fbfbfb;
	padding:3px 5px;
	text-decoration:none;
}
#searchform
{
	margin:10px;
}
/*
	Slideshow
*/
#slider
{
	position:relative;
}
#slides {
	position:absolute;
	z-index:100;
	/*height: 341px;*/
	width:100%;
	border-top:1px solid #fff;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:100%;
	overflow:hidden;
	position:relative;
	display:none;
	height:auto;
	height:503px;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:960px;
	height:358px;
	display:block;
}
.slides_container a img {
	display:block;
}
/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
	position:absolute;
	top:200px;
	left:0px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides .next {
	left:97.5%;
}
/*
	Pagination
*/

.pagination {
	margin:0px auto;
	width:174px;
	height:20px;
	padding:6px;
	background: #faf5f5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #faf5f5 0%, #f0e2e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf5f5), color-stop(100%,#f0e2e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #faf5f5 0%,#f0e2e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #faf5f5 0%,#f0e2e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #faf5f5 0%,#f0e2e2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #faf5f5 0%,#f0e2e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf5f5', endColorstr='#f0e2e2',GradientType=0 ); /* IE6-8 */
border-radius:25px;
border-top:1px solid #e4e0e0;
border-bottom:1px solid #c9c7c7;
}
.pagination li {
	float:left;
	/*margin:0 1px;*/
	margin:2px 12px;
	list-style:none;
	padding: 0;
}
.pagination li a {
	display:block;
	width:19px;
	height:5px;
	padding-top:13px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	/*float:left;*/
	overflow:hidden;
	border:none;
	color:#f2e6e6;
}
.pagination li.current a {
	background-position:0 -18px;
	color:#f2e6e6;
}
/*About Us*/
#inner-contentbody
{
	margin-top:-18px;
	float:left;
	width:1000px;
	/*box-shadow:0px 0px 3px #d4cdcd;*/
	padding:0px 19px 30px 19px;
	width:935px;
	position:relative;
	z-index:9999;
	background:#fff;
	
}
#inner-contentbody h2
{
font-family:'Conv_CALIBRI',Sans-Serif;
	font-size:18px;
	font-weight:bold;
	color: #ff4200;
	padding:18px 0px;
	border-bottom:1px solid #adadad;	
	margin:0px;
	text-transform:uppercase;
}
#inner-contentbody h2 span
{
	font-family:'Conv_CALIBRI',Sans-Serif;
	font-size:18px;
	font-weight:bold;
	color: #ff4200;
	margin:0px;
	text-transform:uppercase;
	float:right;
	width:430px;
}
.mid-heading{width:252px !important;}
#inner-contentbody h3{
font-family:'Conv_CALIBRI',Sans-Serif;
	font-size:18px;
	font-weight:bold;
	color: #ff4200;
	padding:18px 0px 0px 0px;
	margin:0px;
	text-transform:uppercase;	
}
#inner-contentbody h4{
font-family:'Conv_CALIBRI',Sans-Serif;
	font-size:18px;
	font-weight:bold;
	color: #ff4200;
	padding:10px 0px;
	margin:30px 0px 10px 0px;
	text-transform:uppercase;
	border-bottom:1px solid #adadad;
	border-top:1px solid #adadad;
}
#inner-contentbody p{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#191919;
	line-height:18px;
	text-align:justify;
	padding:10px 0px 23px 0px;
	margin:0;
	border-bottom:1px dotted #000;
}
#inner-contentbody span{
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#191919;
	line-height:18px;

}
.map{
	float:right;
	width:405px;
	border-bottom:0px;
	border:10px solid #fff;
	outline:1px solid #9e9e9e;
	border-radius:8px;
	outline-radius:8px;
	-moz-outline-radius:8px;
	-webkit-outline-radius:8px;
	-o-outline-radius:8px;
	-ms-outline-radius:8px;

}
#inner-contentbody ul{
	margin:15px 0px 0px 0px;
	padding:0;
}
#inner-contentbody ul li{
	margin:10px 0px 0px 0px;
	padding:2px 0px 2px 20px;
	list-style-type:none;
	background:url(../images/arrow.jpg)no-repeat 0px 4px;
	font-family:'arial';
	font-size:12px;
	line-height:18px;
	text-align:justify;
}
#inner-contentbody ul li:nth-child(8){
	margin:10px 0px 0px 0px;
	padding:2px 0px 2px 20px;
	text-align:justify;
	width:568px;
}
#inner-contentbody ul li:nth-child(14){
	margin:10px 0px 0px 0px;
	padding:2px 0px 2px 20px;
	text-align:justify;
	width:568px;
}
#inner-contentbody ul li:nth-child(15){
	margin:10px 0px 0px 0px;
	padding:2px 0px 2px 20px;
	text-align:justify;
	width:568px;
}
#inner-contentbody img{
	float:right;
	border:8px solid #fff;
	outline:1px solid #9e9e9e;
	border-radius:8px;
	padding:0px;
	margin:0px 0px 0px 40px;
	-webkit-outline-radius:8px;
	-moz-outline-radius:8px;
	-o-outline-radius:8px;
	-ms-outline-radius:8px;
	width:295px;
	height:282px;
	background:url(../images/hatching-img.jpg) no-repeat 0px 0px;
	overflow:hidden;
}
hr{
	margin:125px 0px 0px 0px;
	padding:0;
	position:absolute;
	background:#cccccc;
	top:0;
	left:0;
	width:100%;
	opacity:0.4;
}
.members-bg{
	width:198px;
	float:left;
	margin:9px 30px 0px 0px;
	text-align:center;
}
.members{
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	padding:6px;
	box-shadow:0px 0px 2px #999;
}
.members img{
		width:100% !important;
		height:189px !important;
		border:0px !important;
		outline:0px !important;
		border-radius:0px !important;
		border-radius:5px !important;
}
.members-bg h2{
	font-size:15px !important;
	color:#ff4200;
	border:0px !important;
	font-weight:bold ;
	margin:10px 0px  !important;
	padding:0  !important;
}
.members-bg h3{
	font-size:15px !important;
	color:#313131 !important;
	border:0px !important;
	margin:0px 0px 5px 0px  !important;
	padding:0  !important;
	text-transform:capitalize !important;
}
/*..........PopUp............*/
        .black_overlay{
            display: none;
            position: fixed;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:99999;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
}
        .white_content {
            display: none;
            position: fixed;
            top: 20%;
            left: 25%;
            width: 50%;
            height: 50%;
            padding: 16px;
            border: 5px solid orange;
            background-color: white;
            z-index:999999;
            overflow: auto;
			font:normal 12px Arial, Helvetica, sans-serif;
			line-height:18px;
			text-align:justify;
}
/*.........PopUp End.............*/

@font-face {
	font-family: 'Conv_CALIBRI';
	src: url('fonts/CALIBRI.eot');
	src: local('?'), url('fonts/CALIBRI.woff') format('woff'), url('fonts/CALIBRI.ttf') format('truetype'), url('fonts/CALIBRI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.contact-left{
	float:left; width:255px;
}
.contact-left input[type=text]{
		margin:0px 0px 4px 0px;
		border:1px solid #9e9e9e;
		background:#fff;
		padding:10px;
		width:165px;
	}
.contact-left input[type=button]{
		margin:0px 0px 4px 0px;
		border:1px solid #9e9e9e;
		background:#eaeaea;
		padding:10px 14px;
		border-radius:8px;
		float:left;
		clear:both;
	}
.contact-left textarea{
	margin:0px 0px 4px 0px;
		border:1px solid #9e9e9e;
		background:#fff;
		padding:10px;
		width:165px;
}