body
{
	font-family:verdana,sans;
	font-size:12px;
	margin:0;
	background-color:#f7f7f7 ;
}
html
{
    margin: 0;
    padding: 0;	
}
ul, li, form, p, h1, h2, h3, h4, h5 ,h6
{
	margin:0;
	list-style:none;
	padding:0px;
}

.stepbutton {
  font-family: 'arial black';
  color: #000000 !important;
  font-size: 21px;
  text-shadow: 1px 1px 0px #fefefe;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 10px 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #282828;
  background: #FFD872;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(top,  #FFD872,  #F1C30E);
  background: -ms-linear-gradient(top,  #FFD872,  #F1C30E);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD872), to(#F1C30E));
  background: -moz-linear-gradient(top,  #FFD872,  #F1C30E);
}
.stepbutton:hover {
  color: #ffffff !important;
  background: #F1C30E;
  text-decoration: none !important;
  text-shadow: 1px 1px 0px #282828;
  background: linear-gradient(top,  #F1C30E,  #FFD872);
  background: -ms-linear-gradient(top,  #F1C30E,  #FFD872);
  background: -webkit-gradient(linear, left top, left bottom, from(#F1C30E), to(#FFD872));
  background: -moz-linear-gradient(top,  #F1C30E,  #FFD872);
}
.stepbutton a {
  color: #000000 !important;
  text-decoration: none;
}

	#fade{
		display: none;
		position: fixed;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		background-color: black;
		z-index:1001;
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
	}
	#light{
		display: none;
		position: absolute;
		top: 20%;
		left: 50%;
		width: 450px;
		height: auto;
		margin-left: -225px;
		margin-top: 0px;					
		border: 2px solid #FFF;
		background: #FFF;
		z-index:1002;
		overflow:visible;
	}
	
.clearfix:after
{
	content:" ";
	clear:both;
	visibility:hedden;
	display:block;
	height:0px;
}
.clsWrapper
{
	width:100%;
	margin:0px auto;
}


.clsLogo_bg
{
	background:#000002;
	padding:10px 0px;
	border-top:6px solid #084D73;
}
.clsLogo_txt
{	
	color:#85cd50;
    font-family:'Bree Serif', serif;
    font-size:40px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
	padding:5px;
}
.clsTag_line
{
	color:white;
    font-family: "Lato",sans-serif;
    font-size:15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
	padding:5px;
}

.clsGrn_bg
{
	background:#FFD872;
}
.clsGrn_bg2
{
	background:#FFD872;
}
.clsHead_txt
{
	color:white;
    font-family: "Lato",sans-serif;
    font-size:40px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
	padding:10px 0px;
}
.clsVid_Sect
{
	padding:20px 0px;
}
.clsVid_bx_Bg {
    background: #1e1e1d url("../images/fp_sp_ply_btn.png") no-repeat scroll center center;
    border: 4px solid #ffffff;
    border-radius: 6px;
}

.clsVid_txt
{
	color:white;
    font-family: "Lato",sans-serif;
    font-size:25px;
    font-weight: 400;
    line-height:25px;
    text-align: left;
	padding:16px;
}
.clsLine
{
	border-bottom:1px solid #dadada;
}

.clsWht_bg
{
	background:white;
	padding:30px 0px;
}
.clsHead_txt_blc
{
	color:black;
    font-family: "Lato",sans-serif;
    font-size:30px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
	padding:10px 0px;
}
.clsTxt_cont1
{
	font-size:17px;
	font-family: "Lato",sans-serif;
	text-align:justify;
	line-height:26px;
	color:#404042;
	margin-bottom:10px;
	font-style: normal;
    font-weight: normal;
	padding:13px 30px;
}
.clsPadding
{
	padding:20px 0px;
}
.clsBlack_bg
{
	background:#363636;
	padding:20px 0px;
}


.clsGred_img
{
	background:transparent;
}



.clsCont_bgBx_blc
{
	border-radius:0px 30px 0px 30px;
	background:#212121;
	border:1px solid black;
	padding:10px;
}

.clsHead_txt_wt
{
	color:white;
    font-family: "Lato",sans-serif;
    font-size:30px;
    line-height: 40px;
    text-align: center;
	padding:10px 0px;

    font-style: normal;
    font-weight: normal;
}


.clsCont_bgBx_gray
{
	border-radius:0px 30px 0px 30px;
	background:white;
	border:1px solid #dedddd;
	padding:20px;
}
.clsBtn_orange
{
	background:#eb8516;
	border:2px solid #c96e02;
	padding:30px;
	color:white;
    font-family:'Bree Serif', serif;
    font-size:30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
	border-radius:10px;
	
}

.clsBg_patt
{
	background:transparent url('../images/bg_pattern.png') ;
	background-attachment: fixed;
	padding:20px 0px;
}