<!-- 
::selection{ background-color: #004050;}
::moz-selection{ background-color: #004050; }
::webkit-selection{ background-color: #004050;  }
*{
-webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

body  {width: 100%;margin: 0; float: left ; }
.floating-box {
    float: left;
    width: 300px;
    height: 350px;
    margin: 10px; 
    border: 3px solid #73AD21;  
}
.floating-mix{
    float: left;
    width: 500px;
    height: 700px;
    margin: 10px;
    border: 3px solid #73AD21;  
}

.after-box {
    clear: left;
    border: 3px solid red;      
}

.twoColFixLtHdr #menu1 {border: solid 1px black;width: 200px;line-height: 100%; position:fixed;margin-top: 101px;height:465px;overflow: auto;} 
.twoColFixLtHdr #menu {border: solid 0px black;background: #e63a00; width: 100%;line-height: 100%; height:35px;  position:absolute ;margin-top: 100px;} 
.twoColFixLtHdr #aadnews{ border: solid 1px black;width: 100%;line-height: 100%; height:35px;  position:absolute ;margin-top: 136px;}
.twoColFixLtHdr #container {width: 100%;background: #FFFFFF;} 
.twoColFixLtHdr #header {color: black;background:#0e7c04;padding: 0;position:absolute ;width: 100%;height:100px;border: solid 0px #0000;z-index:999; } 
.twoColFixLtHdr #header1 {color: black;background:#0e7c04;padding: 0;position:fixed;width: 100%;height:100px;border: solid 1px #0000;z-index:999; }
.twoColFixLtHdr .logo {display:block;background-image:url(/logo.jpg);width:200px;height:92px; background-repeat:no-repeat;}

.twoColFixLtHdr .notice{float: right;display:block;background-image:url(/images/digital-india.png);width:187px;height:95px; background-size:contain;; background-repeat:no-repeat;}
.twoColFixLtHdr .notice1{float: left;background-image:url(/images/digital-india.png);width:400px;height:100px; object-fit: fill; }

.twoColFixLtHdr #back-border {background:;height:auto;padding: 0;} 

.twoColFixLtHdr #sidebar1 {float: left;padding: 15px 10px 15px 20px;}
.twoColFixLtHdr #mainContent {margin-top: 145px;margin-bottom :45px;margin-left: 9%;margin-right: 9%;letter-spacing: 0.3px;	word-spacing: 4px;line-height: 20px;z-index:999;
} 
.twoColFixLtHdr #mainContentj {margin-top: 145px;margin-bottom :45px;margin-left: 150px;margin-right: 150px;letter-spacing: 0.3px;	word-spacing: 4px;	line-height: 20px;z-index:999;} 
.twoColFixLtHdr #mainContent2 {margin-top: 145px;margin-bottom :45px;letter-spacing: 0.3px;	word-spacing: 4px;	line-height: 20px;z-index:999;} 
.twoColFixLtHdr .mainContentL { padding:3px;float: left;width:350px;margin-right: 5px;letter-spacing: 0.3px;	word-spacing: 4px;line-height: 20px;z-index:999;} 
.twoColFixLtHdr .mainContentR { padding:3px;left: right;width:98%;margin-left: 5px;margin-right: 5px;letter-spacing: 0.3px;	word-spacing: 4px;	line-height: 20px;z-index:999;} 
.twoColFixLtHdr #mainContent1 {margin-top: 130px;margin-bottom :45px;margin-left: 210px;letter-spacing: 0.3px;	word-spacing: 4px;	line-height: 20px;z-index:999;} 

.twoColFixLtHdr #footer {background-color: #0e7c04;overflow:hidden;bottom:0px; font-weight: normal;font-family: Helvetica;z-index:999;}

.twoColFixLtHdr #fltrt { float: right;margin-left: 8px;}

.fltlft {float: left;margin-right: 8px;}

.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}

img{border:none;}

.css_zoom_image {
   width: 42px;
}
.img-zoom {
   position: absolute;
   width: 0px;
   z-index: 10;
}
.css_zoom_image:hover + .img-zoom {
   width: 25%;
}

.multi-column {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	font-size: 12px;
	font-family: georgia, serif;
	color: #000000;
	-webkit-column-rule: 1px solid #000000;
	-moz-column-rule: 1px solid #000000;
	column-rule: 1px solid #000000;
	text-align: justify;
}



#selectable .ui-selecting { background: #FECA40;}

#selectable .ui-selected { background: #F39814; color: black; }

#selectable { list-style-type: none;float: left; margin: 0; padding: 0; width: 100%; }

#selectable li { height: 18px; }

#selectable li a{ text-decoration:none;}

.scroll-pane { overflow: auto; width: 99%;height: 100px; float:left; }

.scroll-content { width: 100%; float: left; }

.scroll-content-item { width: 100px; height: 100px; float: left; margin: 10px; font-size: 3em; line-height: 96px; text-align: center; }

* html .scroll-content-item { display: inline; } 
.scroll-bar-wrap { clear: left;  margin: 0 -1px -1px -1px; }
.scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto;  }
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 1.5em; }
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }
--> 
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.newsCss{margin-top:145px;height:50px;	border:1px solid #c3501d;	padding:15px;}
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
.row1{background-color:#CCCCCC;border: 2px solid black;text-align:left;}
.row2{background-color:white;text-align:left;font-weight:bold;}
.row3{background-color:#73B873;text-align:left;font-weight:bold;text-decoration:none;box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6), 
		0 0 250px 1px rgba(255, 255, 255, 0.5);}
.row4{background-color:#6685E0;text-align:left;text-decoration:none;font-weight:bold;}
a.deleteIcon{display: block;color:#03F;width: 20px;height: 20px;background:url(images/delete.PNG) no-repeat 0 0;}
a.editIcon{display: block;width: 20px;height: 20px;background:url(  'images/edit.png' ) no-repeat 0 0;}
.MainHeader{height:35px;background-color:#9C0;color:#FFF;padding:5;margin:0}
.alertBox{background-color:#fff;}
.ColHeader{background-color:#0e7c04;color:#fff;padding:5;}
table,th, td,tr
{
margin-bottom :0px;
}
#passwordStrength {
    height: 10px;
    display: block;
    float: left;
}
.strength0 {
    width: 250px;
    background: none repeat scroll 0% 0% rgb(204, 204, 204);
}
input[type="text"],input[type="disabled"],input[type="file"],input[type="password"]{
padding:8px;
 border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
font:14px;
}
select,textarea {
padding:8px;
text-transform: capitalize;
 border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
font:14px;
}

input[type="email"]
{
padding:8px;
text-transform: lowercase;
 border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
font:14px;
}

input:focus
{

background:#C2E0FF;padding:8px;font:14px;
 border: solid 1px #6D6D6D;
border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
color:black;box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6), 
		0 0 250px 1px rgba(255, 255, 255, 0.5);
}
#mar {margin-top:8px;margin-bottom:8px; height:90px;  width:1100px; border:2px groove #0e7c04;}
</style>


<![endif]-->
#menu-bar {
  width: 1100px;
  height: 35px;
  line-height: 100%;
  background: #0e7c04;
  border: solid 1px #6D6D6D;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: -12px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  position: relative;
  list-style: none;
 font-style:normal;
  font-family:Helvetica;
  font-weight: bold;
font-size:12px;
}
#menu-bar a {

  font-weight: bold;
  font-family: Helvetica;
  font-style: normal;
  font-size: 12px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 6px 15px 6px 15px;
  margin: 0;
}
#menu-bar li ul li a {
  margin: 0;
 
}
#menu-bar .active a{

   background:white;
  color:#e63a00; 
} 
#menu-bar li:hover > a {
  background: white;
  color: #e63a00;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
border: 1px solid black;
border-style:solid;
border-left:thick #ff0000;
border-right:thick #ff0000;
border-top:thick #ff0000;
  color: #666;
}
#menu-bar ul a:hover {
  background: white!important;
  color: #e63a00 !important;
}
#menu-bar ul {
  background-color: #5A5655;
  display: none;
  margin: 0;
  padding: 0;
  width: 203px;
  position: absolute;
  top: 28px;
  left: 0;  z-index:999;
  border: solid 1px #B4B4B4;}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;

}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
   color:white !important;
  font-size:12px;
  font-style:normal;
  font-family:Helvetica;
  font-weight: bold;
}
#menu-bar ul li:first-child > a {
 

}
#menu-bar ul li:last-child > a {

}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
 

}
#menu-bar {
margin-left: 133px;
  display: inline-block;
 font-style:normal;
  font-family:Helvetica;
  font-weight: bold;
}
#menu-bar1 {
margin-left: 3px;
  display: inline-block;
 font-style:normal;
  font-family:Helvetica;
  font-weight: bold;
}
  html[xmlns] 
#menu-bar {
  display: block;

}
* html #menu-bar {
 text-decoration: overline;
  height: 1%;
}
#sortable1 li, #sortable2 li, #sortable3 li, #sortable4 li, #sortable5 li,#sortable6 li{ margin: 0 5px 5px 5px; font-size: 1.2em; width: 180px;text-align:left; }
	.demo th{color:#fff;font-size:17px;height: 30px;background-color:#0e7c04;}
input[type=radio].css-checkbox {
							display:none;
						}

						input[type=radio].css-checkbox + label.css-label {
							padding-left:26px;
							height:21px; 
							display:inline-block;
							line-height:21px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:16px;
							vertical-align:middle;
							cursor:pointer;

						}
input[type=radio].css-checkbox:checked + label.css-label {background-position: 0 -21px;				}
label.css-label {background-image:url(images/chq_box.png);-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;		}
#newsslid {
    height: 60px;
    width: 240px;
    margin-right: 8px;
}



#news1 {

 border: solid 1px black;
    text-align: justify;
    height: 60px;
    width: 240px;
    background-color: #e63a00;
    font-size: x-large;
    color: #ffffff;
    font-weight: bold;
    margin: 5px;
    padding:8px;
}
#news2  {
 border: solid 1px black;
    text-align: justify;
    height: 60px;
    width: 240px;
    background-color: #663300;
    font-size: x-large;
    color: #ffffff;
    font-weight: bold;
    margin: 5px;
    padding:8px;
}
#news3  {
 border: solid 1px black;
    text-align: justify;
    height: 60px;
    width: 240px;
    background-color: #0e7c04;
    font-size: x-large;
    color: #ffffff;
    font-weight: bold;
    margin: 5px;
    padding:8px;
}
#news4 {
 border: solid 1px black;
    text-align: justify;
    height: 60px;
    width: 240px;
    background-color: #5A5655;
    font-size: x-large;
    color: #ffffff;
    font-weight: bold;
    margin: 5px;
    padding:8px;
}

#font
{ text-align: center;
 padding-top:4px;
 font-size:18px;
 font-weight:bold;
font-family: "Book Antiqua";
}

#first_row
{
 min-height: 350px;
 width:400px;overflow:hidden;
 border:1px;
 border-style:solid; 
 background-color:#ffffff;
margin-left:10px;

}
#second_row
{
 overflow:hidden; min-height: 350px;
 width:250px;
 border:1px;
 border-style:solid; 
 background-color:#ffffff;
margin-right:10px;
margin-left:10px;

}

#third_row
{
 overflow:hidden; min-height: 350px;
 width:250px;
 background-color:#ffffff;
margin-right:10px;
border:1px;
 border-style:solid; 
}
#title
{
    border-bottom: 1px solid black;
 min-height:30px;
 background-color:#0e7c04;
color:white;
}
#titlep
{
    border-bottom: 1px solid black;
 height:30px; overflow:hidden;
color:white;
}

/* Social Icons */
ul.जनगणमनअधिनायकजयहे {
	margin: 0;
	padding: 0;
	width: auto;
}

ul.जनगणमनअधिनायकजयहे li {
	background-image: url(../social-sprites.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	display: inline-block;
	margin: -1px 1px 5px 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	transition: all 0.3s ease;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-border-radius: 100%;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-border-radius: 100%;
	-webkit-transition: all 0.3s ease;
}

ul.जनगणमनअधिनायकजयहे li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
}

ul.जनगणमनअधिनायकजयहे li a:active {
	box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
}

ul.जनगणमनअधिनायकजयहे li:active,
ul.जनगणमनअधिनायकजयहे li a:active {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

ul.जनगणमनअधिनायकजयहे li.digg {
	background-position: 0 0;
}

ul.जनगणमनअधिनायकजयहे li.digg:hover {
	background-position: 0 -30px;
}

ul.जनगणमनअधिनायकजयहे li.dribbble {
	background-position: 0 -60px;
}

ul.जनगणमनअधिनायकजयहे li.dribbble:hover {
	background-position: 0 -90px;
}

ul.जनगणमनअधिनायकजयहे li.facebook {
	background-position: 0 -120px;
}

ul.जनगणमनअधिनायकजयहे li.facebook:hover {
	background-position: 0 -150px;
}

ul.जनगणमनअधिनायकजयहे li.flickr {
	background-position: 0 -180px;
}

ul.जनगणमनअधिनायकजयहे li.flickr:hover {
	background-position: 0 -210px;
}

ul.जनगणमनअधिनायकजयहे li.forrst {
	background-position: 0 -240px;
}

ul.जनगणमनअधिनायकजयहे li.forrst:hover {
	background-position: 0 -270px;
}

ul.जनगणमनअधिनायकजयहे li.googleplus {
	background-position: 0 -300px;
}

ul.जनगणमनअधिनायकजयहे li.googleplus:hover {
	background-position: 0 -330px;
}

ul.जनगणमनअधिनायकजयहे li.html5 {
	background-position: 0 -360px;
}

ul.जनगणमनअधिनायकजयहे li.html5:hover {
	background-position: 0 -390px;
}

ul.जनगणमनअधिनायकजयहे li.icloud {
	background-position: 0 -420px;
}

ul.जनगणमनअधिनायकजयहे li.icloud:hover {
	background-position: 0 -450px;
}

ul.जनगणमनअधिनायकजयहे li.lastfm {
	background-position: 0 -480px;
}

ul.जनगणमनअधिनायकजयहे li.lastfm:hover {
	background-position: 0 -510px;
}

ul.जनगणमनअधिनायकजयहे li.linkedin {
	background-position: 0 -540px;
}

ul.जनगणमनअधिनायकजयहे li.linkedin:hover {
	background-position: 0 -570px;
}

ul.जनगणमनअधिनायकजयहे li.myspace {
	background-position: 0 -600px;
}

ul.जनगणमनअधिनायकजयहे li.myspace:hover {
	background-position: 0 -630px;
}

ul.जनगणमनअधिनायकजयहे li.paypal {
	background-position: 0 -660px;
}

ul.जनगणमनअधिनायकजयहे li.paypal:hover {
	background-position: 0 -690px;
}

ul.जनगणमनअधिनायकजयहे li.picasa {
	background-position: 0 -720px;
}

ul.जनगणमनअधिनायकजयहे li.picasa:hover {
	background-position: 0 -750px;
}

ul.जनगणमनअधिनायकजयहे li.pinterest {
	background-position: 0 -780px;
}

ul.जनगणमनअधिनायकजयहे li.pinterest:hover {
	background-position: 0 -810px;
}

ul.जनगणमनअधिनायकजयहे li.reddit {
	background-position: 0 -840px;
}

ul.जनगणमनअधिनायकजयहे li.reddit:hover {
	background-position: 0 -870px;
}

ul.जनगणमनअधिनायकजयहे li.rss {
	background-position: 0 -900px;
}

ul.जनगणमनअधिनायकजयहे li.rss:hover {
	background-position: 0 -930px;
}

ul.जनगणमनअधिनायकजयहे li.skype {
	background-position: 0 -960px;
}

ul.जनगणमनअधिनायकजयहे li.skype:hover {
	background-position: 0 -990px;
}

ul.जनगणमनअधिनायकजयहे li.stumbleupon {
	background-position: 0 -1020px;
}

ul.जनगणमनअधिनायकजयहे li.stumbleupon:hover {
	background-position: 0 -1050px;
}

ul.जनगणमनअधिनायकजयहे li.tumblr {
	background-position: 0 -1080px;
}

ul.जनगणमनअधिनायकजयहे li.tumblr:hover {
	background-position: 0 -1110px;
}

ul.जनगणमनअधिनायकजयहे li.twitter {
	background-position: 0 -1140px;
}

ul.जनगणमनअधिनायकजयहे li.twitter:hover {
	background-position: 0 -1170px;
}

ul.जनगणमनअधिनायकजयहे li.vimeo {
	background-position: 0 -1200px;
}

ul.जनगणमनअधिनायकजयहे li.vimeo:hover {
	background-position: 0 -1230px;
}

ul.जनगणमनअधिनायकजयहे li.wordpress {
	background-position: 0 -1260px;
}

ul.जनगणमनअधिनायकजयहे li.wordpress:hover {
	background-position: 0 -1290px;
}

ul.जनगणमनअधिनायकजयहे li.yahoo {
	background-position: 0 -1320px;
}

ul.जनगणमनअधिनायकजयहे li.yahoo:hover {
	background-position: 0 -1350px;
}

ul.जनगणमनअधिनायकजयहे li.youtube {
	background-position: 0 -1380px;
}

ul.जनगणमनअधिनायकजयहे li.youtube:hover {
	background-position: 0 -1410px;
}

ul.जनगणमनअधिनायकजयहे li.github {
	background-position: 0 -1440px;
}

ul.जनगणमनअधिनायकजयहे li.github:hover {
	background-position: 0 -1470px;
}

ul.जनगणमनअधिनायकजयहे li.behance {
	background-position: 0 -1500px;
}

ul.जनगणमनअधिनायकजयहे li.behance:hover {
	background-position: 0 -1530px;
}

ul.जनगणमनअधिनायकजयहे li.yelp {
	background-position: 0 -1560px;
}

ul.जनगणमनअधिनायकजयहे li.yelp:hover {
	background-position: 0 -1590px;
}

ul.जनगणमनअधिनायकजयहे li.mail {
	background-position: 0 -1620px;
}

ul.जनगणमनअधिनायकजयहे li.mail:hover {
	background-position: 0 -1650px;
}

ul.जनगणमनअधिनायकजयहे li.instagram {
	background-position: 0 -1680px;
}

ul.जनगणमनअधिनायकजयहे li.instagram:hover {
	background-position: 0 -1710px;
}

ul.जनगणमनअधिनायकजयहे li.foursquare {
	background-position: 0 -1740px;
}

ul.जनगणमनअधिनायकजयहे li.foursquare:hover {
	background-position: 0 -1770px;
}

ul.जनगणमनअधिनायकजयहे li.zerply {
	background-position: 0 -1800px;
}

ul.जनगणमनअधिनायकजयहे li.zerply:hover {
	background-position: 0 -1830px;
}

.modern-ticker {
width: 100%;
	height:30px;
	line-height:30px;
	font-size:16px;
	overflow:hidden;
}
.modern-ticker a {
	text-decoration:none

}
.modern-ticker ul {
	margin:0;
	padding:0;
	list-style:none
}
.mt-round {
	/*! border-radius:0px */
}
.mt-body {
	margin:0px;
	position:relative
}
.mt-label {
	margin-right:1px;
	padding:0PX 8px 0px 25px;
	position:absolute;font-weight: bold;  font-family: Helvetica;
font-size:16px;
	left:0
}

.mt-news {
	overflow:hidden;
	position:absolute;
}
.mt-scroll .mt-news {
	background-color:transparent;
}
.mt-news ul {
	background-repeat:no-repeat;
	background-position:-1000px;
}
.mt-news li {
	float:left
}
.mt-round .mt-news:first-child,.mt-round .mt-news:first-child a {
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}

.mt-news a {
	font-size:13px;
	padding:0 10px 0 20px;
	margin-right:2px;
	background-repeat:no-repeat;
	background-position:7px center;
	display:block;
	white-space:nowrap;
}

.mt-hide {
	display:none
}
.mt-controls {
	margin-left:2px;
	position:absolute;
	right:0;
	background-repeat:no-repeat;
	background-position:-1000px;
}
.mt-next,.mt-play,.mt-prev {
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	cursor:pointer
}
.modern-ticker{color:#fafafa;background-color:#0e7c04;font-family:Helvetica;}
.mt-label{background-color:#f30;font-style:normal; font-family:Helvetica;}
.mt-news{background-color:#858585}
.mt-preloader{background:url(images/preloader.gif) no-repeat center}
.mt-news ul{background-image:url(images/bullet-over.png)}
.mt-news a{color:#fafafa;background-color:#0e7c04;background-image:url(images/bullet.png)}
.mt-news a:hover{color:#fafafa;background-color:#f30;border-color:#f20;background-image:url(images/bullet-over.png)}
.mt-news a:active{background-color:#f50}
.mt-controls{background-image:url(images/pause.png)}
.mt-next,.mt-prev{background-color:#f30}
.mt-prev{background-image:url(images/arrow-prev.png)}
.mt-next{background-image:url(images/arrow-next.png)}
.mt-play{background-color:#f50;background-image:url(images/play.png)}
.mt-pause{background-image:url(images/pause.png)}
.mt-next:hover,.mt-play:hover,
.mt-prev:hover{background-color:#09f}
.mt-next:active,.mt-play:active,
.mt-prev:active{background-color:#07f         }
.cd-top 
{
	  display: inline-block;
	  height: 60px; 
	  width: 60px;
	  position: fixed;
	  bottom: 30px;
	  right: 0px;
	  /* image replacement properties */  overflow: hidden;
	  text-indent: 100%;
	  white-space: nowrap;
	  background: url("top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
	  -moz-transition: opacity .3s 0s, visibility 0s .3s;
	  transition: opacity .3s 0s, visibility 0s .3s;

}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover 
{
	  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
	  -moz-transition: opacity .3s 0s, visibility 0s 0s;
	  transition: opacity .3s 0s, visibility 0s 0s;

}
.cd-top.cd-is-visible 
{
	  /* the button becomes visible */  visibility: visible;
	  opacity: .6;

}
.cd-top.cd-fade-out 
{
	  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */  opacity: .5;

}
.no-touch .cd-top:hover 
{
	  background-color:#e63a00;
	  opacity: 1;

}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
color:white;
    border: 1px solid black;
    background-color: #a6a6a6;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
}

/* Change background color of links on hover */
ul.tab li a:hover {
 background: white;
  color:#e63a00;

}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
     background: #e63a00;
  color:white;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.onoffswitch {
  position: relative;
  width: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0px solid #999999;
  border-radius: 0px;
}

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner > div {
  float: left;
  position: relative;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner .onoffswitch-active {
  padding-left: 15px;
  background-color: #C2C2C2;
  color: #FFFFFF;
}

.onoffswitch-inner .onoffswitch-inactive {
  padding-right: 15px;
  background-color: #C2C2C2;
  color: #FFFFFF;
  text-align: right;
}

.onoffswitch-switch {
  width: 40px;
  margin: 0px;
  text-align: center;
  border: 0px solid #999999;
  border-radius: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.onoffswitch-active .onoffswitch-switch {
  background: #e63a00;
  left: 0;
}

.onoffswitch-inactive .onoffswitch-switch {
  background: #A1A1A1;
  right: 0;
}

.onoffswitch-active .onoffswitch-switch:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 40px;
  border-style: solid;
  border-color: #e63a00 transparent transparent #e63a00;
  border-width: 15px 10px;
}

.onoffswitch-inactive .onoffswitch-switch:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 40px;
  border-style: solid;
  border-color: transparent #A1A1A1 #A1A1A1 transparent;
  border-width: 15px 10px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
} 
.pagination {
	padding: 3px;
	margin: 3px;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
#special-offer-div {
	position:fixed;
	top:40%;
	left:0;
	width:50px;
	height:212px;
	background:url('/getImage.php?src=myUploadedImages/promotab.png') no-repeat scroll 0 0 transparent;
	z-index:1001;
}
#special-offer-div a {
	display:block;
	height:178px;
	width:48px;
}
#special-offer-div:hover {
	background:url('/getImage.php?src=myUploadedImages/promotabhover.png') no-repeat scroll 0 0 transparent;
}
a img {
border : 0;
}
div.wrap {
width : 993px;
margin : 0 auto;
text-align : left;
}
div#top div#nav {
float : left;
clear : both;
width : 993px;
height : 52px;
margin : 22px 0 0;
}
div#top div#nav ul {
float : left;
width : 700px;
height : 52px;
list-style-type : none;
}
div#nav ul li {
float : left;
height : 52px;
}
div#nav ul li a {
border : 0;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}
div#header {
margin : -1px 0 0;
}
div#video-header {
height : 683px;
margin : -1px 0 0;
}
div#header div.wrap {
height : 299px;
background : url(images/header-bg.png) no-repeat 50% 0;
}
div#header div#slide-holder {
z-index : 40;
width : 993px;
height : 299px;
position : absolute;
}
div#header div#slide-holder div#slide-runner {
top : 9px;
left : 9px;
width : 973px;
height : 278px;
overflow : hidden;
position : absolute;
}
div#header div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
div#header div#slide-holder div#slide-controls {
left : 0;
bottom : 228px;
width : 973px;
height : 46px;
display : none;
position : absolute;
background : url(images/slide-bg.png) 0 0;
}
div#header div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 20px;
text-transform : uppercase;
}
div#header div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 15px 0 0;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
div#header div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
div#header div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(images/silde-nav.png);
}
div#nav ul li a {
background : url(images/nav.png) no-repeat;
}
.message {
color: #e63a00;
font-weight: bold;
text-align: center;
width: 100%;
}
* code {font-family:"Courier New",Courier}
.twoColFixLtHdr #options{border: solid 1px black;background: #e63a00; width:230px;line-height: 100%; height:35px;  position:absolute ;margin-top: 100px;} 
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}

#acc {width:230px; list-style:none; color:#033; margin:0 auto 40px}
#acc h3 {width:216px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(/css/accordion/images/header.gif)}
#acc h3:hover {background:url(/css/accordion/images/header_over.gif)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:216px; padding:5px; border:1px solid #9ac1c9; border-top:none; background:#fff}

#nested {width:216px; list-style:none; color:#033; margin-bottom:15px}
#nested h3 {width:213px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(/css/accordion/images/header.gif)}
#nested h3:hover {background:url(/css/accordion/images/header_over.gif)}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:220px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
#nested .acc-selected {background:url(/css/accordion/images/header_over.gif)}
input#fname { 
	background-image: url('../images/icon_name.png');
	background-repeat: no-repeat;
	background-position: 6px;
	border: 1px solid #DADADA;
	margin-top: 10px;
	padding-left: 35px;
	width: 310px; 
	height: 30px; 
	font-size: 14px;
	box-shadow: 0 0 10px;
	-webkit-box-shadow:  0 0 10px;	/* for I.E */
	-moz-box-shadow: 0 0 10px;	/* for Mozilla web browser*/
    border-radius: 5px;
	-webkit-border-radius: 5px;	/* for I.E */
	-moz-border-radius: 5px; 	/* for Mozilla web browser*/
}

input#email { 
    background-image: url('../images/email.png');
	background-repeat: no-repeat;
	background-position: 6px;
	border: 1px solid #DADADA;
	margin-top: 10px;
	padding-left: 35px;
	width: 310px; 
	height: 30px; 
	font-size: 14px;
	box-shadow: 0 0 10px;
	-webkit-box-shadow:  0 0 10px;	/* for I.E */
	-moz-box-shadow: 0 0 10px;	/* for Mozilla web browser*/
     border-radius: 5px;
	-webkit-border-radius: 5px;	/* for I.E */
	-moz-border-radius: 5px;	/* for Mozilla web browser*/
}

input#contact { 
	background-image: url('../images/mobile.png');
	background-repeat: no-repeat;
	background-position: 6px;
	border: 1px solid #DADADA;
	margin-top: 10px;
	padding-left: 35px;
	width: 310px;
	height: 30px; 
	font-size: 14px;
	box-shadow: 0 0 10px;
	-webkit-box-shadow:  0 0 10px;	/* for I.E */
	-moz-box-shadow: 0 0 10px;	/* for Mozilla web browser*/
	border-radius: 5px;
	-webkit-border-radius: 5px;	 /* for I.E */
	-moz-border-radius: 5px;	/* for Mozilla web browser*/
}

input#address {   
    background-image: url('../images/home.png');
	background-repeat: no-repeat;
	background-position: 6px;
	border: 1px solid #DADADA;
	margin-top: 10px;
	padding-left: 35px;
	width: 310px; 
	height: 30px; 
	font-size: 14px;
	box-shadow: 0 0 10px;
	-webkit-box-shadow:  0 0 10px; /* for I.E */
	-moz-box-shadow: 0 0 10px;  /* for Mozilla web browser*/
	border-radius: 5px;
	-webkit-border-radius: 5px;  /* for I.E */
	-moz-border-radius: 5px;	/* for Mozilla web browser*/
}
div.pagination {
	padding: 3px;
	margin: 3px;

}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #e63a00;
}
div.pagination a:hover{
	border: 1px solid black;
background: #e63a00;
	color: white;
}
div.pagination a:active {
	border: 1px solid #000099;
background: #e63a00;
	color: #000;

}
div.pagination strong
{
	border: 1px solid #000099;
background: #e63a00;
	color: #ffff;cursor:not-allowed;
padding: 2px 5px 2px 5px;margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */

}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background: #e63a00;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	background: #e63a00;
		color: #DDD;
	}
.ui-datepicker {
	width: 17em;z-index:999;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {background: #e63a00;color:#FFFFFF;
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 1px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;

}
.ui-datepicker .ui-datepicker-title select {
	font-size: .9em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em; z-index:999;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;background-color: #5A5655;
color:#FFFFFF;
	font-weight: bold;
	border: 0;font-size: .7em;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td a:hover{
	border: 1px solid black;
background: #e63a00;
	color: white;
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.f-menut{
  text-align: center;
	height:30px;width:100%;font-weight: bold;
  font-family: Helvetica; border: solid 1px black;
  font-style: normal;
  font-size: 13px;}
.f-title {
  border: solid 1px black;background: #e63a00;	color:white;text-align: center;
	padding:5px;width:225px;font-weight: bold;
  font-family: Helvetica;
  font-style: normal;
  font-size: 13px;
}
.j-title {
color:#e63a00;
font-weight: bold;
font-size: 16px;
}
.j-link {
  font-style: bold;
  font-size: 14px;
}
.f-menu {
	margin:9px 0 0 0;align: center;
}
.f-list-box {
	margin:5px 30px 0 0;
	width:250px;
}
.f-list-box ul li a {
		font-size:12px;padding:5px;
}
.footer-col-right {
	width:103px;
}
.footer-col-right ul {
	margin:7px 0 0 0;
}
.footer-col-right ul li {
	margin:6px 0 0 0;
	font-weight:bold;
}
.footer-col-right ul li a {
	color:#c00;
}
.footer-last-links {
	margin-left:-7px;
}
.footer-last-links ul.top-link {
	margin:11px 0 0 0;
	padding:0;
}
.footer-content {
margin-left:133px;padding-bottom:5px;
}
.f-left {
	float:left;
}
.circular--square {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}
.circular--landscape {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

.circular--landscape img {
  width: auto;
  height: 100%;
  margin-left: -50px;
}
.circular--portrait {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

.circular--portrait img {
  width: 100%;
  height: auto;
}