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

@font-face
{
	font-family:CenturyGothic;
	src: url(font/GOTHIC.TTF);
}

body
{
	background-color: #FFFFFF;
	margin:0 auto; 
	font-family:CenturyGothic;
	src: url(century_gothic.ttf);
	font-weight:normal;
}


img
{
	border: 0;
}

.divder
{
	clear: both;
	display: block;
	height: 0px;
}

.clear-both
{
   clear: both;
}

.buttz .button
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 10px 15px  10px  15px;
	border-radius: 2px;
	background-color: #E25456;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.buttz .button:hover
{
	text-decoration: none;
	background-color: #BC302E;
}

.fb-like
{
	position: relative;
	text-align: center;
	padding-left: 70px;
}


.fb-title
{
	text-align: left;
	background: #5c7fa4 url('../images/f.png') no-repeat 2px 2px;
	padding: 3px 8px 4px 35px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.fb-title a
{
	text-decoration: none;	
	color:#FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:12px;
	letter-spacing: 0px;
	line-height: 20px;
	cursor: pointer;
}

.fb-title a:hover
{
	text-decoration: none;	
	color:#FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:12px;
	letter-spacing: 0px;
	line-height: 20px;
	cursor: pointer;
}

.fb-img
{
 	width: 25px;
 	height:25px;
 	display:inline-block;
 	background:transparent url('../images/f.jpg') center top no-repeat;
	cursor: pointer;
}

.fb-img:hover
{
 	width: 25px;
 	height:25px;
 	display:inline-block;
	background:transparent url('../images/bfb.png') center top no-repeat;
	cursor: pointer;
}

.ffb-img
{
 	width: 25px;
 	height:25px;
 	display:inline-block;
 	background:transparent url('../images/ff.jpg') center top no-repeat;
	cursor: pointer;
}

.ffb-img:hover
{
 	width: 25px;
 	height:25px;
 	display:inline-block;
	background:transparent url('../images/bff.png') center top no-repeat;
	cursor: pointer;
}

.h{height:5px;}

u
{
	color: #FFFFFF;
	text-align: justify;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;	
}

b
{	
	color: #FFFFFF;
	text-align: justify;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;	
}

.downloads
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5087b8;
	line-height: 25px;
	text-decoration: none;	
}

.downloads img
{
	vertical-align: -5px;
	padding-right: 5px;
}
.bg
{
background-color:#FFFFFF;
}

.top-menu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#3f3e44;
}

.top-menu:hover
{
	text-decoration:underline;
}

.top-link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:underline;
	color:#3f3e44;
}

.top-link:hover
{
	text-decoration:none;
}


.other-head
{
	border-bottom:1px solid #6ed0f2;
	/*border-bottom:1px solid #f6f6f6;*/
}

.msg-txt
{
	/*background-color: #5da423;*/
	color: #88c129;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	text-align: left;
	text-decoration:none;
	padding: 25px;
}

.msg-txts
{
	/*background-color: #5da423;*/
	color: #686868;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	text-align: left;
	line-height: 30px;
	text-decoration:none;
}

.msg-txtes
{
	color: #686868;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align: left;
	line-height: 30px;
	text-decoration:none;
}

/*------------------------------------------------------Message Form Css Starts Here------------------------------------------------------*/
.msg-form .submit
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	padding: 5px 40px 5px 40px;
	background-color: #a4d455;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}

.msg-form label
{
	color: #686868;
	float: left;
	font-weight: bold;
	font-family:CenturyGothic;
	font-size: 15px;
}

.msg-form .input1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 350px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		font-family:Arial, Helvetica, sans-serif;
		float: right;
}

.msg-form .input1:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 350px;
	height: 30px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-family:Arial, Helvetica, sans-serif;
	outline: 1px solid #2db7e5;
	float: right;
}


.msg-form textarea
{
	color:#000000;
	background-color: #FFFFFF;
	border:1px solid #d6d6d6;
	width: 714px;
	height: 180px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-family:Arial, Helvetica, sans-serif;
	float: right;
}

.msg-form textarea:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 714px;
	height: 180px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	font-family:Arial, Helvetica, sans-serif;
	float: right;
}

/*------------------------------------------------------Message Form Css Ends Here------------------------------------------------------*/

/*.header
{
	width:965px;
	background-image:url(../images/header-bg.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-right:18px;
	padding-top:250px;
}*/



.get
{
	background-image: url(../images/free.png);
	background-repeat: no-repeat;
	width: 316px;
	height: 67px;
}

.gets
{
	background-image:url(../images/free.png);
	background-repeat:no-repeat;
	width:316px;
	height:67px;
}

.get-text
{
	color:#ffffff;
	float:left;
	font-family:CenturyGothic;
	font-size:19px;
	text-align:center;
	padding:20px;
	text-decoration:none;
	font-weight:bold;
}
.get-text a:link{color:#fff; text-decoration:none;
	cursor: pointer;}
.get-text a:visited{color:#fff; text-decoration:none;
	cursor: pointer;}
.get-text a:active{
	cursor: pointer;color:#fff; text-decoration:none;}
.get-text a:hover{color:#fff; text-decoration:underline;
	cursor: pointer;}

.header-stext{
font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#0f4471; padding-left:15px; line-height:16px;position: relative;top: -10px;}

.header-stext a{
font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#0f4471;  line-height:18px; 
	cursor: pointer;}

.header-stext a:hover{
font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#0f4471;  line-height:18px; text-decoration:none;
	cursor: pointer;}

.row {position:relative;width:965px; margin-left:30px; background-color:#f6f6f6;}


.row-h{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-decoration:none; color:#020202;}

.row-text{font-family:Arial, Helvetica, sans-serif; font-size:14px;text-decoration:none; color:#686868; line-height:22px;}

.more{color:#6bd6f7;text-decoration:none; font-size:26px; font-weight:bold;}
.more a{color:#6bd6f7;text-decoration:none; font-size:26px; font-weight:bold;
	cursor: pointer;}
.more a:hover {color:#6b6b6b;text-decoration:none;
	cursor: pointer; font-size:26px; font-weight:bold;}

.row-1 {position:relative;width:965px;height:240px;background-color:#939393;}

.row-1text {left:150px;right:410px;font-family:arial;font-size:13pt;line-height:18pt;top:40px; color:#f6f6f6; }
.row-1text a {font-family:arial;font-size:11pt;line-height:18pt;color:#d1d1d1; float:right;
	cursor: pointer; font-weight:bold; text-decoration:none;
}


.row-1text span {font-family:arial;font-size:11pt;line-height:18pt;color:#d1d1d1; float:right;
	font-weight:bold; text-decoration:none;
}

.htext{font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:16px;color:#d1d1d1;}
.ltext{font-family:arial;font-size:24px; font-weight:bold; color:#d1d1d1; line-height:35px;}

.get-right{
background-image:url(img/free.png); background-repeat:no-repeat; position:absolute; width:316px; height:67px; top:950px; text-align:center;
}
.getrtext{color:#fff; float:left;font-family:CenturyGothic;font-size:19px;text-align:center; padding:20px; text-decoration:none; font-weight:bold;}
.getrtext a:link{color:#fff; text-decoration:none;
	cursor: pointer;}
.getrtext a:visited{color:#fff; text-decoration:none;
	cursor: pointer;}
.getrtext a:active{color:#fff; text-decoration:none;
	cursor: pointer;}
.getrtext a:hover{color:#fff; text-decoration:underline;
	cursor: pointer;}

.fh{font-family:Arial, Helvetica, sans-serif;font-weight:700;font-size:16px;color:#020202;}
.fsmall{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#999999; font-weight:normal;}
.fsmall strong {font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#999999; font-weight:bolder;}

.fblue{font-family:Arial, Helvetica, sans-serif;color:#28b0c6; font-size:12pt;}
.footer-copy {
	position:relative;font-family:verdana;font-size:10pt;color:gray;margin:0 auto;width:960px;height:80px;margin-top:10px; background-color:#e9e9e9;
}

.footer-copy a {
	position:relative;font-family:verdana;font-size:10pt;color:gray;margin-top:10px; background-color:#e9e9e9;text-decoration: none;
	cursor: pointer;
}

.footer-copy a:hover {
	position:relative;font-family:verdana;font-size:10pt;color:gray;margin-top:10px; background-color:#e9e9e9;text-decoration: underline;
	cursor: pointer;
}
/*Courses Page*/

.courses {width:965px; background-color:#6ed0f2;}
.courses-text { color:#FFFFFF; font-family:CenturyGothic;font-size:30px; padding:6px 5px 6px 15px;}
.courses-text1 { color:#FFFFFF; font-family:CenturyGothic;font-size:25px; padding:6px 5px 6px 15px;}


.course {width:300px;min-height:310px;font-family:CenturyGothic;font-size:12pt;font-weight:bold; background-image:url(../images/course-bg.jpg); background-repeat:no-repeat;}

.cou{-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 2px 4px rgba(50, 50, 50, 0.5);
box-shadow:         0px 2px 4px rgba(50, 50, 50, 0.5); background-color:#FFFFFF;width:290px;/* padding-right:15px;*/margin-top: -2px;}


.cour{-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 2px 4px rgba(50, 50, 50, 0.5);
box-shadow:         0px 2px 4px rgba(50, 50, 50, 0.5); background-color:#FFFFFF;width:290px;/* padding-right:15px;*/}

.course-db{width:295px; font-family:CenturyGothic;font-size:12pt;font-weight:bold; background-image:url(../images/dcou.jpg); background-repeat:no-repeat;
}
.course-db-blue{width:295px; font-family:CenturyGothic;font-size:12pt;font-weight:bold; background-image:url(../images/dcou-blue.jpg); background-repeat:no-repeat;
}

.course-db-black{width:295px;font-family:CenturyGothic;font-size:12pt;font-weight:bold; background-image:url(../images/dcou-black.jpg); background-repeat:no-repeat;
}

.course-ng{width:295px; font-family:CenturyGothic;font-size:12pt;font-weight:bold; background-image:url(../images/nc.jpg); background-repeat:no-repeat;
}
.course-free {width:300px;min-height:193px;font-family:CenturyGothic;font-size:12pt;font-weight:bold; background-image:url(../images/course-bg3.jpg); background-repeat:no-repeat; margin-top:5px;}

.course-nur {
width:300px;min-height:310px;font-family:CenturyGothic;font-size:12pt;font-weight:bold; background-image:url(../images/course-bg1.jpg);  background-repeat:no-repeat;padding-left: 3px;}

.course-inr {
width:300px;min-height:310px;font-family:CenturyGothic;font-size:12pt;font-weight:bold; background-image:url(../images/course-bg2.jpg);  background-repeat:no-repeat;padding-left: 3px;}


.c-free{color:#b2b2b2;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:550;text-align:center; }
.c-inr{color:#00b4cc;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:550;text-align:center; }
.cou-text{color:#474747;font-family:Arial, Helvetica, sans-serif;font-size:12px;text-align:center; font-size:13px; font-weight:normal;}

.c-h{
font-family:CenturyGothic;font-size:19px;font-weight:bold;text-align:center; color:#f6f6f6; padding-bottom:5px;}

.c-d{
font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:550;  text-align:center; color:#010101;}

.c-text{
font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:normal;color:#000000;}

.c-price{
font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;color:#74ba23;}

.c-month{
font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:normal;color:#797979;}

.line{
border-bottom:#00b4cc solid 1px; width:287px; margin:0 3px 0 3px; padding-right:10px; float:left;}

.dot ul li{
list-style-image:url(../images/circle.png);color:#474747; font-family:Arial, Helvetica, sans-serif; font-size:10pt; text-align:left;font-weight:normal; line-height:22px;}

.list li{
list-style-image:url(../images/circle.png);color:#474747; font-family:Arial, Helvetica, sans-serif; font-size:10pt; text-align:left;font-weight:normal; line-height:22px;padding-left: 5px;}
/*------------------------------------------------------Sandeep's Css starts here------------------------------------------------------*/
.my
{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#5087b8;
		padding-left:15px;
		vertical-align: 20px;
}

.my a
{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#5087b8;
		text-decoration: none;
}

.mya
{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#5087b8;
		padding-left:15px;
		vertical-align: 0px;
}

.mya a
{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		font-weight:bold;
		color:#5087b8;
		text-decoration: none;
}



.login
{
		background-color:#f6f6f6;
		color:#2166a4;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		padding: 10px 10px 10px 6px;
}

.sb-icons
{
		padding-right: 20px;
		text-align: right;
}

.pad
{
		padding-right:15px;
}
.pad img
{
		padding-top:5px;
}

.padar
{
		padding-left:15px;
		padding-bottom:15px;
		vertical-align: 5px;
}

.pad-title
{
	text-align: center;
	background-image: url('../images/ic.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: inherit;
	padding-left: 25px;
}


#navl
{
   list-style:none;
   float:left;
   width:auto;
	background-color: #f6f6f6;
	padding: 10px 6px 10px 6px;
}

#navl li
{
    float:left;
    position:relative;
    padding-left: 25px;     
	text-align: left;
	background-image: url('../images/ic.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: inherit;
}

#navl .title
{
    color:#2166a4;
    text-decoration:none;    
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
   font-weight:normal;
}

#navl ul
{
    list-style:none;
    position:absolute;
    left:-9999px;
}

#navl ul li
{
	padding-top: 1px;
	float: left;
	width: 138px;
	background: #f6f6f6;
	text-decoration: none;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 6px 6px 6px 6px;
}

#navl li li:hover
{ 
	color: #2166a4;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
   background:#FFFFFF;
}

#navl li:hover .sub-navl
{ 
    left:0; 
}

.sub-navl
{ 
   list-style:none;
   margin-bottom:10px;
   margin-left: -45px;
	padding-top: 10px;
   float:left;
}

.sub-navl li 
{ 
	color: #2166a4;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	text-align: left;
}

.sub-navl li a
{ 
	color: #2166a4;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.login-pad
{
	/*padding-top: 10px;	*/
	float: right;
}

.foot-divd
{
   height:20px;
   display:block;
}

.foot-title a
{
	text-align: left;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #686868;
	font-size: 14px;
	font-weight:bold;
	line-height: 2px;
}

.footer-h
{
	text-align: left;
	padding-left: 25px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #686868;
	font-size: 13px;
	line-height: 22px;
}

.footer-h li
{
	list-style:none;
	list-style-type:square;
}
.footer-h li a
{
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	cursor: pointer;
	color:#686868;
}

.footer-h li a:hover
{
	text-decoration:none;
	cursor: pointer;
}

.fp
{
		font-family:Arial, Helvetica, sans-serif;
		color:#686868;
		font-size:13px;
		line-height:22px;
		padding-top: 14px;
}

.fp .fp-link
{
	font-family:Arial, Helvetica, sans-serif;
	color:#28b0c6;
	font-size:13px;
	text-decoration: none;
}

.fp .fp-link:hover
{
	font-family:Arial, Helvetica, sans-serif;
	color:#28b0c6;
	font-size:13px;
	text-decoration: underline;
}


.video-header
{
	width:999px;
}

.video-subheader
{
	width:100%;
	/*background-color:#313036;*/
	background-image: url('../images/innerhbg.png');
}

.video-subtitle
{
	width:999px;
	color:#FFFFFF;
	font-family:CenturyGothic;
}

.video-subtitle h1.col
{
	color:#cccccc;
	font-size:34px;
	font-weight:bold;
	font-family:CenturyGothic;
	letter-spacing:1px;
	padding-left: 25px;
}

.video-subtitle .arrow
{
	list-style-type: none;
}

.video-subtitle .arrow li
{
	color:#cccccc;
	font-family:CenturyGothic;
	font-size:22px;
	padding: 10px 10px 10px 50px;
	letter-spacing:0.1px;
	word-spacing:3px;
	background-image: url('../images/anroid-circle.png');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 12px;
}

.video-subheader span.sub
{
	color:#c0ebf2;
	font-size:24px;
	font-weight:normal;
	letter-spacing:1px;
}

.video-subheader span
{
	color:#cbcbcb;
	font-size: 12px;
	font-family:CenturyGothic;
}

.video-subheader h1
{
	color:#929294;
	font-size: 25px;
	font-family:CenturyGothic;
}

.video-subheader strong
{
	color:#797979;
	font-size: 14px;
	font-family:CenturyGothic;
}

.video-title
{
	width:100%;
	background-color:#646374;
	padding: 10px 10px 10px 10px;
}

.video-text
{
	width:999px;
	font-weight: bold;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccdcf;
}
.video-menu
{
	width:100%;
	background-color:#d2d2d4;
}

.video-menutext
{
	width:1078px;
	margin-top: -9px;
}

.video-menutext ul
{ 
	list-style: none;
}

.video-menutext ul li
{ 
	float: left;
	padding: 0 1px 0 1px;
}

.video-menutext ul li a
{ 
	color: #3f3e44;
	background-color: #bebebe;
	padding: 6px 5px 6px 5px;
	font-weight: bold;
	font-size: 14px;
	vertical-align: 36%;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.video-menutext ul li a:hover, .video-menutext ul li a.current
{ 
	color: #cccdcf;
	background-color: #36353b;
	padding: 6px 5px 6px 5px;
	font-weight: bold;
	font-size: 14px;
	vertical-align: 36%;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
}


.video-content
{
	width:100%;
	background-color:#ededed;
}

.video-contenttext
{
	width:999px;
}

/*.video-contentbox1
{
	background-color:#e9e9e9;
	padding: 20px;
	width: 499px;
	float: left;
}*/


.video-contentbox1
{
	background-color:#e9e9e9;
	padding: 20px;
	width: 990px;
	float: left;
}

.video-contentbox2
{
	background-color:#5a5866;
	padding: 20px;
	width: 499px;
	float: right;
	margin-top: -4.60em;
}

.video-contentbox2 span
{
	color:#cbcbcb;
	font-size: 12px;
	font-family:CenturyGothic;
}

.video-contentbox2 .ins
{
	color:#b3de62;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	font-family:CenturyGothic;
}

.doc-ul
{
	line-height: 25px;
	list-style: none;
	padding-left: 0;
}

.doc-ul li
{
	line-height: 25px;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	font-family:CenturyGothic;
}

.doc-ul li a
{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	font-family:CenturyGothic;
}

.video-contentbox2 p
{	
	color:#cbcbcb;
	font-size: 12px;
	text-align: justify;	
	font-family:CenturyGothic;
}


.video-ul
{
	line-height: 25px;
	list-style: none;
	padding-left: 0;
}

.video-ul li
{
	line-height: 25px;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	font-family:CenturyGothic;
}

.video-ul li a
{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	font-family:CenturyGothic;
}

.chapter
{
	background-color: #FFFFFF;
	font-family:CenturyGothic;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 6px 4px 6px;
	color: #000000;
}


.chapter1
{
	background-color: #FFFFFF;
	font-family:CenturyGothic;
	font-weight: bold;
	font-size: 18px;
	padding: 4px 10px 4px 10px;
	color: #000000;
}
.chapter-name1
{
	font-family:CenturyGothic;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.chapter-name
{
	font-family:CenturyGothic;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

.chapter-title
{
	font-family:CenturyGothic;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

.chapter-ulfirst
{
	line-height: 30px;
	list-style: none;
	list-style-image: url('../images/green.jpg');
	padding-left: 25px;
}

.chapter-ulfirst li
{
	line-height: 30px;
	color:#6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
	width: 435px;
}


.chapter-ulfirst li .web-title
{
	line-height: 30px;
	color:#6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
	width: 405px;
}

.chapter-ulfirst li .web-timer
{
	float: right;
	line-height: 30px;
	background: url('../images/play.jpg') no-repeat center right;
	padding-right: 25px;
	color:#6f6f6f;
	width: 30px;
}

.chapter-ulfirst .chapter-ulcurrent 
{
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	color: #4c86ad;
	list-style-image: url('../images/blue.jpg');
	font-family:CenturyGothic;
	width: 435px;
}

.chapter-ulfirst .chapter-ulcurrent a
{
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	color: #4c86ad;
	cursor: pointer;
	font-family:CenturyGothic;
}
.chapter-ulfirst .chapter-ulcurrent a:hover
{
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	color: #4c86ad;
	font-family:CenturyGothic;
	cursor: pointer;
}

.chapter-ulfirst .chapter-ulcurrent .web-title
{
	color: #4c86ad;
	padding-right: 25px;	
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
	width: 405px;
}

.chapter-ulfirst .chapter-ulcurrent .web-timer
{
	color: #4c86ad;
	float: right;
	line-height: 30px;
	background: url('../images/play.jpg') no-repeat center right;
	padding-right: 25px;
	width: 30px;
}

.chapter-ulfirst li a
{
	color:#6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
	text-decoration: none;
	cursor: pointer;
}

.chapter-ulfirst li a:hover
{
	color:#6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
	text-decoration: none;
	cursor: pointer;
}



.chapter-ulsecond
{
	line-height: 30px;
	list-style: none;
	list-style-image: url('../images/gray.jpg');
	padding-left: 25px;
}

.chapter-ulsecond li
{
	line-height: 30px;
	color:#6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
	width: 435px;
}
.chapter-ulsecond li .web-title
{
	line-height: 30px;
	color:#6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
	width: 405px;
}

.chapter-ulsecond li .web-timer
{
	float: right;
	line-height: 30px;
	background: url('../images/play.jpg') no-repeat center right;
	padding-right: 25px;
	color:#6f6f6f;
	width: 30px;
}

.chapter-ulsecond .chapter-ulcurrent 
{
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	color: #4c86ad;
	list-style-image: url('../images/blue.jpg');
	font-family:CenturyGothic;
}
.chapter-ulsecond .chapter-ulcurrent a
{
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	color: #4c86ad;
	font-family:CenturyGothic;
}
.chapter-ulsecond .chapter-ulcurrent a:hover
{
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	color: #4c86ad;
	cursor: pointer;
	font-family:CenturyGothic;
}

.chapter-ulsecond .chapter-ulcurrent span
{
	color: #4c86ad;
	float: right;
	padding-right: 25px;
}

.chapter-ulsecond li a
{
	color:#6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
	text-decoration: none;
	cursor: pointer;
}

.chapter-ulsecond li a:hover
{
	color:#6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
	text-decoration: none;
}

/*
.chapter-ulsecond
{
	line-height: 30px;
	list-style: none;
	list-style-image: url('../images/grl.jpg');
	padding-left: 25px;
	margin-top: -11px;
}

.chapter-ulsecond li
{
	line-height: 10px;
	color:#6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
}

.chapter-ulsecond li span
{
	float: right;
	margin-top: 20px;
	margin-left: -56px;
	color: #6f6f6f;
	<!--background-position: 40px 24px;
	padding-top: 25px;
	padding-right: 24px;
	background: url(../images/play.jpg)no-repeat;
	background: url(../images/play.jpg) 40px 21px no-repeat;padding-right: 25px;-->
}


.chapter-ulsecond .chapter-ulcurrent 
{
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	color: #4c86ad;
	list-style-image: url('../images/grl.jpg');
	font-family:CenturyGothic;
}
.chapter-ulsecond .chapter-ulcurrent a
{
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	color: #4c86ad;
	font-family:CenturyGothic;
}
.chapter-ulsecond .chapter-ulcurrent a:hover
{
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	color: #4c86ad;
	font-family:CenturyGothic;
}

.chapter-ulsecond .chapter-ulcurrent span
{
	color: #4c86ad;
	float: right;
	padding-right: 25px;
}

.chapter-ulsecond li a
{
	color:#6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
	text-decoration: none;
	cursor: pointer;
}

.chapter-ulsecond li a:hover
{
	color:#6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
	text-decoration: none;
	cursor: pointer;
}*/
/*------------------------ Browse cources dropdown css starts here  ------------------------*/

#nav
{
    list-style:none;
    font-weight:normal;
    margin-bottom:10px;
    float:right;
    width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	 text-align: left;
}

#nav li
{
    float:right;
    margin-right:10px;
    position:relative;
    background:#3c3c56;
    line-height: 25px;
    padding-left: 8px;
    width: 120px;
    color:#c4c5c7;
    text-decoration:none;
	 text-align: left;
}

#nav .title
{
    color:#c4c5c7;
    text-decoration:none;
	 text-align: left;
}

#nav ul
{
    list-style:none;
    position:absolute;
    left:-9999px;
	 text-align: left;
}

#nav ul li
{
    padding-top:1px; 
    float:none;
    width: 118px;
    background:#fdfdfd;
    text-decoration:none;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;
	 text-align: left;
}

#nav li li:hover
{ 
	color: #949494;
	text-decoration: none;
	border-bottom: 1px solid #949494;
    background:#ededed;
	 text-align: left;
}

#nav li:hover .sub-nav
{ 
    left:0; 
}

.sub-nav
{ 
    list-style:none;
    margin-bottom:10px;
    margin-left: -40px;
    float:right;
	 text-align: left;
}

.sub-nav li 
{ 
	color: #949494;
	text-decoration: none;
	border-bottom: 1px solid #949494;
	text-align: left;
}

.sub-nav li a
{ 
	color: #949494;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}


#nav2
{
    list-style:none;
    font-weight:normal;
    margin-bottom:10px;
    float:right;
    width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	 text-align: left;
}

#nav2 li
{
    float:right;
    margin-right:10px;
    position:relative;
    background:#3c3c56;
    line-height: 25px;
    /*padding-left: 8px;*/
    width: 130px;
    color:#c4c5c7;
    text-decoration:none;
	 text-align: center;
}

#nav2 .title
{
    color:#c4c5c7;
    text-decoration:none;
	 text-align: center;
}

#nav2 ul
{
    list-style:none;
    position:absolute;
    left:-9999px;
	 text-align: left;
}

#nav2 ul li
{
    padding-top:1px; 
    float:none;
    width: 128px;
    background:#fdfdfd;
    text-decoration:none;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;
	 text-align: left;
}

#nav2 li li:hover
{ 
	color: #949494;
	text-decoration: none;
	border-bottom: 1px solid #949494;
          background:#ededed;
	text-align: left;
}

#nav2 li:hover .sub-nav2
{ 
    left:0; 
}

.sub-nav2
{ 
    list-style:none;
    margin-bottom:10px;
    margin-left: -40px;
    float:right;
	 text-align: left;
}

.sub-nav2 li 
{ 
	color: #949494;
	text-decoration: none;
	border-bottom: 1px solid #949494;
	text-align: left;
}

.sub-nav2 li a
{ 
	color: #949494;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left:5px;
	text-align: left;
}

/*------------------------ Browse cources dropdown css ends here ------------------------*/


/*------------------------ Button css starts here  ------------------------*/
.orange-button
{
	color:#FFFFFF;
	font-size: 12px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 30px  8px  30px;
	background-color: #ea9901;
	font-family:CenturyGothic;
	font-weight: 800;
	cursor: pointer;
}

.orange-button:hover
{
	color:#FFFFFF;
	font-size: 12px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 30px  8px  30px;
	background-color: #ecac51;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.bule-button
{
	color:#FFFFFF;
	font-size: 12px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 20px  8px  20px;
	background-color: #4b6c82;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.bule-button:hover
{
	color:#FFFFFF;
	font-size: 12px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 20px  8px  20px;
	background-color: #4b6c82;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.skyblue-button
{
	color:#FFFFFF;
	font-size: 18px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 30px  8px  30px;
	background-color: #00b4cf;
	box-shadow: 0 15px #d7d7d7;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.skyblue-button:hover
{
	color:#FFFFFF;
	font-size: 18px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 30px  8px  30px;
	background-color: #00b4cf;
	box-shadow: 0 15px #d7d7d7;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.video-subheader .orange-button
{
	color:#FFFFFF;
	font-size: 12px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 10px  8px  10px;
	background-color: #ea9901;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}


.video-subheader .orange-button:hover
{
	color:#FFFFFF;
	font-size: 12px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 10px  8px  10px;
	background-color: #ea9901;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.video-subheader .bule-button
{
	color:#FFFFFF;
	font-size: 12px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 10px  8px  10px;
	background-color: #4b6c82;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.video-subheader .bule-button:hover
{
	color:#FFFFFF;
	font-size: 12px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 10px  8px  10px;
	background-color: #4b6c82;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.minibule-button
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 10px  8px  10px;
	background-color: #00b4cf;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.minibule-button:hover
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 10px  8px  10px;
	background-color: #6ecff2;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.minibule-button:active
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 10px  8px  10px;
	background-color: #afe3f6;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}
.green-button
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 40px  8px  40px;
	background-color: #79b900;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.green-button:hover
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 40px  8px  40px;
	background-color: #79b900;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.minigreen-button
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 10px  8px  10px;
	background-color: #79b900;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.minigreen-button:hover
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 10px  8px  10px;
	background-color: #95ce54;
	/*background-color: #79b900;*/
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.minigreen-button:active
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 10px  8px  10px;
	background-color: #a9e069;
	/*background-color: #79b900;*/
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.miniorange-button
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 10px  8px  10px;
	background-color: #ec9800;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.miniorange-button:hover
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 10px  8px  10px;
	background-color: #ecac51;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.miniorange-button:active
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 10px  8px  10px;
	background-color: #f8c67d;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}


.maxgreen-button
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 15px 8px 15px;
	background-color: #79b900;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.maxgreen-button:hover
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 15px 8px 15px;
	background-color: #79b900;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.courses-button
{
	color:#9f9d9e;
	font-size: 18px;
	width: auto;
	text-align: center;
	text-transform: capitalize;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 18px 8px 18px;
	background-color: #eae8eb;
	font-family:CenturyGothic;
	border:1px solid #66bad9;
	font-weight: bold;
	cursor: pointer;
}

.courses-button:hover
{
	color:#9f9d9e;
	font-size: 18px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	vertical-align: middle;
	padding: 8px 18px 8px 18px;
	background-color: #eae8eb;
	border:1px solid #66bad9;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}


.coursesorange-button
{
	color:#FFFFFF;
	font-size: 18px;
	width: auto;
	text-align: center;
	text-transform: capitalize;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 70px 8px 70px;
	background-color: #e9ac04;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.coursesorange-button:hover
{
	color:#FFFFFF;
	font-size: 18px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	vertical-align: middle;
	padding: 8px 70px 8px 70px;
	background-color: #e9ac04;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}


.coursesgreen-button
{
	color: #FFFFFF;
	font-size: 16px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 10px;
	background-color: #79b900;
	font-family: CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.coursesgreen-button:hover
{
	color: #FFFFFF;
	font-size: 16px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 10px;
	background-color: #95ce54;
	font-family: CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.coursesgreen-button:active
{
	color: #FFFFFF;
	font-size: 18px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 10px;
	background-color: #a9e069;
	font-family: CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.courses-button
{
	color:#9f9d9e;
	font-size: 18px;
	width: auto;
	text-align: center;
	text-transform: capitalize;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 18px 8px 18px;
	background-color: #eae8eb;
	font-family:CenturyGothic;
	border:1px solid #66bad9;
	font-weight: bold;
	cursor: pointer;
}

/*-------------------------- Button css starts here ------------------------*/

.back
{
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.back:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.cme-button
{
	color:#FFFFFF;
	font-size: 15px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 15px 45px  15px  45px;
	background-color: #79b900;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.cme-button:hover
{
	color:#FFFFFF;
	font-size: 15px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 15px 45px  15px  45px;
	background-color: #95ce54;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.cme-button:active
{
	color:#FFFFFF;
	font-size: 15px;
	width: auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 15px 45px  15px  45px;
	background-color: #a9e069;
	font-family:CenturyGothic;
	font-weight: bold;
	cursor: pointer;
}

.row1 {width:965px; background-color:#f6f6f6;padding: 10px;}


.cource-content
{
	width:95%;
}

.cource-contenttext
{
	width:965px;
}

.cource-contenttext .title
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.cource-contenttext .subtitles
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.cource-contenttext .subtextss
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.cource-contenttext .subtitless
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.cource-contenttext .subtextsss
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.cource-contenttext .seps
{
	display: block;
	height: 5px;
}

.cource-contentbox1
{
	background-color:#00b3cd;
	padding: 20px;
	width: 442px;
	float: left;
	box-shadow: 0 5px #efefef;
}

.cource-contentbox1 h2
{
	color: #FFFFFF;
	text-decoration: none;	
	font-family:CenturyGothic;
	line-height: 35px;
}

.cource-contentbox1 p
{
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 25px;
}

.cource-contentbox1 .button
{
	color:#FFFFFF;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 15px 15px 15px 15px;
	border-radius: 2px;
	background-color: #BC302E;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: default;
}

.cource-contentbox2
{
	background-color:#FAFAFA;
	padding: 20px;
	width: 442px;
	box-shadow: 0 5px #efefef;
}

.cource-contentbox2 strong
{
	color:#474747;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.cource-contentbox2 span
{
	color:#686868;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
}

.minibox1
{
 	border-right:2px dotted #d6d6d6;
 	width: 230px;
 	line-height: 20px;
 	padding-right: 10px;
}

.minibox2
{
	width: 230px;
	line-height: 20px;
	padding-left: 10px;
	float: left;
}

.bottom-br
{
	border-top:2px dotted #d6d6d6;
	width: 185px;
}

.border-br1
{
	border-top:2px dotted #d6d6d6;
	width: 185px;
}

.minibox2 ul 
{
	padding-left: 16px;
	color:#686868;
	line-height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-image: url('../images/bul.jpg');
}

.minibox3 ul 
{
	padding-left: 16px;
	color:#686868;
	line-height: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-image: url('../images/bul.jpg');
}

.video-listing
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	font-family: CenturyGothic;
	text-decoration: none;
	padding-left: 36px;
	line-height: 25px;
	list-style-type: disc;
}

.vid-title
{
	color: #696971;
	font-weight: bold;
	font-size: 22px;
	font-family: CenturyGothic;
	text-decoration: none;
	padding-left: 30px;
}

.video-url
{
	padding-left: 30px;	
}

.cource-contentbox3
{
	background-color: #e9e9e9;
	width: 480px;
	float: left;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 720px;
}

.cource-contentbox3 .curriculum-title
{
	background-color: #646374;
	padding: 6px 10px 6px 20px;
	font-weight: bold;
	width: 480px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccdcf;
}

.cource-contentbox3 .month-title1
{	
	color: #696971;
	background-color: #cfcfd1;
	padding: 0px 8px 6px 0px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.cource-contentbox3 .month-title
{	
	color: #696971;
	background-color: #cfcfd1;
	padding: 6px 8px 6px 20px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.cource-contentbox3 strong
{	
	color: #464646;
	font-weight: bold;
	padding-left: 20px;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.cource-contentbox3 .p-tag
{	
	color: #464646;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	font-family: CenturyGothic;
	padding: 5px 15px 5px 15px;
}

.cource-contentbox3 .video-listing
{
	color: #6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family: CenturyGothic;
	text-decoration: none;
	padding-left: 36px;
	line-height: 25px;
	list-style-image: url('../images/gbul.jpg');
}

.cource-contentbox3 .video-listing .sub
{
	list-style: none;
}

.cource-contentbox3 .video-listing .sub li
{	
	color: #6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family: CenturyGothic;
	text-decoration: none;
	line-height: 25px;
	list-style-image: url('../images/gbul.jpg');
}

.cource-contentbox5
{
	background-color: #FAFAFA;
	width: 480px;
	float: left;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 720px;
}

.cource-contentbox5 .curriculum-title
{
	background-color: #646374;
	padding: 6px 10px 6px 20px;
	font-weight: bold;
	width: 480px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccdcf;
}

.cource-contentbox5 .month-title1
{	
	color: #696971;
	background-color: #cfcfd1;
	padding: 0px 8px 6px 0px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.cource-contentbox5 .month-title
{	
	color: #696971;
	background-color: #cfcfd1;
	padding: 6px 8px 6px 20px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.cource-contentbox5 strong
{	
	color: #464646;
	font-weight: bold;
	padding-left: 20px;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.cource-contentbox5 .p-tag
{	
	color: #464646;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	font-family: CenturyGothic;
	padding: 5px 15px 5px 15px;
}

.cource-contentbox5 .video-listing
{
	color: #6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family: CenturyGothic;
	text-decoration: none;
	padding-left: 36px;
	line-height: 25px;
	list-style-image: url('../images/gbul.jpg');
}

.cource-contentbox5 .video-listing .sub
{
	list-style: none;
}

.cource-contentbox5 .video-listing .sub li
{	
	color: #6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family: CenturyGothic;
	text-decoration: none;
	line-height: 25px;
	list-style-image: url('../images/gbul.jpg');
}

.cource-contentbox4
{
	background-color: #5a5866;
	padding: 20px;
	width: 442px;
}

 .cource-contentbox4 .ins
{
	color:#b3de62;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	font-family:CenturyGothic;
}

.cource-contentbox4 .doc-ul
{
	line-height: 25px;
	list-style: none;
	padding-left: 0;
}

.cource-contentbox4 .doc-ul li
{
	line-height: 25px;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	font-family:CenturyGothic;
}

.cource-contentbox4 .doc-ul li a
{
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	font-family:CenturyGothic;
}

.cource-contentbox4 p
{
	color: #cbcbcb;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	font-family: CenturyGothic;
}

.pain-text
{
	color: #686868;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	text-align: justify;
}

.pain-text strong
{
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;	
}


.pain-text ul
{
	color:#686868;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;		
	text-decoration: none;
	padding-left: 5px;
	line-height: 25px;
	list-style:none;
}


.pain-text a
{		
	color:#686868;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;		
	font-weight: bold;
	text-decoration: underline;
}
/*------------------------------------------------------Sandeep's Css ends here------------------------------------------------------*/

/*------------------------------------------------------Login Form Css Starts Here------------------------------------------------------*/
.login-form
{
	background-color: #FFFFFF;
	width: 340px;
	padding: 20px 10px 20px 10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.login-form .title
{
	text-align: left;
	background: #5c7fa4 url('../images/f.png') no-repeat 10px 12px;
	padding: 12px 40px 12px 40px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}


.login-form .subtitle
{	
	color:#FFFFFF;
	font-weight: bolder;
	font-size: 18px;
	text-transform: uppercase;
	font-family:CenturyGothic;
	text-align: center;
}

.login-form .text1
{	
	color:#787b8b;
	font-weight: normal;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

/*.login-form .text1:before,.text1:after {
content: "-----------------------------------";
letter-spacing: -3px;
color: #767c89;
font-size: 11px;
}*/

.login-form .text1 .hr-tag1
{
	width: 65px;
	color: #767c89;
	background-color: #767c89;
	float: left;
}

.login-form .text1 .hr-tag2
{
	width: 65px;
	color: #767c89;
	background-color: #767c89;
	float: right;
}

.login-form .distance
{
		height: 20px;
}

.login-form .distance1
{
		height: 60px;
}

.login-form .distance-one
{
	display: block;
	height: 5px;
}

.login-form .ftpwd
{
	float: right;
	color: #767c89;
	width: 148px;
	font-weight: bolder;
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
}

.login-form .last
{
	/*background-color: #f6f6f6;height: 60px;*/
	width: 335px;
	border-top: 1px solid #c6c7cb;
	padding-top: 20px;
	padding-bottom: 10px;
}

.login-form .last span
{
	color: #888b92;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	vertical-align: middle;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

.login-form .last span a
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: underline;
	font-family:CenturyGothic;
}

.login-form .last span a:hover
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: underline;
	font-family:CenturyGothic;
	cursor: pointer;
}

.login-form .last .submit
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	background-color: #a4d455;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	/*padding: 5px 40px 5px 40px;*/
	float: right;
	width: 125px;
	height: 30px;
}

.login-form .first
{
	float: left;
	width: 50px;
	padding-left: 10px;
}

.login-form .second
{	
	float: right;
	width: 250px;
	padding-right: 10px;
}

.login-form label
{
	color: #787a8d;
	float: left;
	font-weight: bold;
	font-family:CenturyGothic;
	font-size: 15px;
}

.login-form .input1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 220px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.login-form .input1:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 220px;
	height: 30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
}


/*------------------------------------------------------Login Form Css Ends Here------------------------------------------------------*/


/*------------------------------------------------------Signup Form Css Starts Here------------------------------------------------------*/
.sinup-form
{
	background-color: #FFFFFF;
	width: 325px;
	padding: 20px 10px 20px 10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.sinup-form .title
{
	text-align: left;
	background: #5c7fa4 url('../images/f.png') no-repeat 10px 12px;
	padding: 12px 40px 12px 40px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.sinup-form .subtitle
{	
	color:#FFFFFF;
	font-weight: bolder;
	font-size: 18px;
	text-transform: uppercase;
	font-family:CenturyGothic;
	text-align: center;
}

.sinup-form .text1
{	
	color:#787b8b;
	font-weight: normal;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

/*.sinup-form .text1:before,.text1:after {
content: "-----------------------------------";
letter-spacing: -3px;
color: #767c89;
font-size: 11px;
}*/

.sinup-form .text1 .hr-tag1
{
	width: 65px;
	color: #767c89;
	background-color: #767c89;
	float: left;
}

.sinup-form .text1 .hr-tag2
{
	width: 65px;
	color: #767c89;
	background-color: #767c89;
	float: right;
}

.sinup-form .text1 .hr-tag3
{
	width: 35px;
	color: #767c89;
	background-color: #767c89;
	float: left;
}

.sinup-form .text1 .hr-tag4
{
	width: 35px;
	color: #767c89;
	background-color: #767c89;
	float: right;
}

.sinup-form .distance
{
		height: 20px;
}

.sinup-form .distance-one
{
		display: block;
		height: 5px;
}


.sinup-form .distance1
{
		height: 60px;
}

.sinup-form .last
{
	/*background-color: #f6f6f6;height: 60px;*/
	width:  315px;
	border-top: 1px solid #c6c7cb;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.sinup-form .last span
{
	color: #888b92;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	vertical-align: middle;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

.sinup-form .last span a
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: underline;
	font-family:CenturyGothic;
}

.sinup-form .last span a:hover
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: underline;
	font-family:CenturyGothic;
}

.sinup-form .last .submit
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	padding: 5px 40px 5px 40px;
	background-color: #a4d455;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}

.sinup-form .first
{
	float: left;
	width: 85px;
	padding-left: 10px;
}

.sinup-form .second
{	
	float: right;
	width: 220px;
	padding-right: 10px;
}

.sinup-form .fourth
{
	float: left;
	padding-left: 10px;
}

.sinup-form .third
{	
	float: right;
	padding-right: 10px;
}

.sinup-form .third img
{	
	vertical-align: -5px;
}
.sinup-form label
{
	color: #787a8d;
	float: left;
	font-weight: bold;
	font-family:CenturyGothic;
	font-size: 15px;
}

.sinup-form .input1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 200px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.sinup-form .input1:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 200px;
	height: 30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
}

.sinup-form .input2
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 110px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
}

.sinup-form .input2:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 110px;
	height: 30px;
		padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
}

.sinup-form .select1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 210px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.sinup-form .select1:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 210px;
	height: 30px;
		padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
		float: right;
}

/*------------------------------------------------------Signup Form Css Starts Here------------------------------------------------------*/
.online-web
{
	 padding-right:15px;
}

/*----------------------------------------------------Video listing css starts here-------------------------------------------------------*/

.links
{
	background-image: url('../images/gray.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 6px;
	padding: 1px 0 0 20px;
	display: block;
	font-family:CenturyGothic;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color:#6f6f6f;
	float: left;
	text-align: left;
	line-height:25px;
margin-left: 15px;
}
/*
.links:hover
{
	background-image: url('../images/blue.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 6px;
	padding: 1px 0 0 20px;
	display: block;
	font-family:CenturyGothic;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	color:#4c86ad;
	float: left;
	text-align: left;
	line-height:25px;
margin-left: 15px;
}*/

.web-titleas .link1
{
	background-image: url('../images/pdf.png');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 0px;
	padding: 1px 0 0 20px;
	display: block;
	font-family:CenturyGothic;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color:#6f6f6f;
	float: left;
	text-align: left;
}

.web-titleas .link1:hover
{
	background-image: url('../images/pdf.png');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 0px;
	padding: 1px 0 0 20px;
	display: block;
	font-family:CenturyGothic;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	color:#4c86ad;
	float: left;
	text-align: left;
}

.web-title .link
{
	background-image: url('../images/green.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 3px;
	padding: 1px 0 0 20px;
	display: block;
	font-family:CenturyGothic;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color:#6fa907;
	float: left;
	text-align: left;
}

.web-title .link:hover
{
	background-image: url('../images/blue.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 3px;
	padding: 1px 0 0 20px;
	display: block;
	font-family:CenturyGothic;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	color:#4c86ad;
	float: left;
	text-align: left;
}

.web-titleas .link
{
	background-image: url('../images/gray.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 3px;
	padding: 1px 0 0 20px;
	display: block;
	font-family:CenturyGothic;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color:#6f6f6f;
	float: left;
	text-align: left;
}

.web-titleas .link:hover
{
	background-image: url('../images/blue.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 3px;
	padding: 1px 0 0 20px;
	display: block;
	font-family:CenturyGothic;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	color:#4c86ad;
	float: left;
	text-align: left;
}

.web-timer .link
{
	/*background: url('../images/play.jpg') no-repeat right 3px;*/
	padding:1px  25px 0 0;
	color:#6f6f6f;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
	width: 30px;
	text-decoration: none;
	float: left;
	text-align: left;
}

.web-timer .link:hover
{
	/*background: url('../images/play.jpg') no-repeat right 3px;*/
	padding:1px  25px 0 0;
	color:#4c86ad;
	font-weight: bold;
	font-size: 13px;
	font-family:CenturyGothic;
	width: 30px;
	text-decoration: underline;
	float: left;
	text-align: left;
}

/*----------------------------------------------------Video listing css ends here-------------------------------------------------------*/


.error {color: #FFFFFF;font-family: CenturyGothic;font-size:18px;padding: 15px 25px 15px 25px;background-color: #d35149;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
.ok {color: #FFFFFF;font-family: CenturyGothic;font-size: 18px;padding: 15px 25px 15px 25px;background-color: #65b153;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}


.cource-logbox
{
	background-color:#FAFAFA;
	padding: 20px;
	width: 442px;
	box-shadow: 0 5px #efefef;
	border-right:1px dashed #00b3cd;
}

.cource-logbox strong
{
	color:#474747;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.cource-logbox span
{
	color:#686868;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
}

.cource-signbox
{
	background-color:#FAFAFA;
	padding: 20px;
	width: 442px;
	box-shadow: 0 5px #efefef;
}

.cource-signbox .title
{
	color:#474747;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.cource-signbox .sep
{
		display:block;
		height:5px;
}

.cource-signbox .title
{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.cource-signbox .cmelink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	color: #5087b8;
}

.cource-signbox .cmelink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #5087b8;
}

.cource-signbox .subtexts
{
	color:#474747;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}


.cource-signbox strong
{
	color:#474747;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.cource-signbox span
{
	color:#686868;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
}


.cource-pwdbox
{
	background-color:#FAFAFA;
	padding: 20px;
	width: 965px;
	box-shadow: 0 5px #efefef;
}

.cource-pwdbox strong
{
	color:#474747;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.cource-pwdbox span
{
	color:#686868;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
}

.free-db
{
	height: 110px;	
}

.free-pt
{
	height: 80px;	
}

.clearfix
{
	display:block;
	height: 8px; 	
}

/*------------------------------------------------------Login Form 2 Css Starts Here------------------------------------------------------*/
.login-form2
{
	width: 420px;
	padding: 20px 10px 20px 10px;
}
.login-form2 .title
{
	text-align: left;
	background: #5c7fa4 url('../images/f.png') no-repeat 10px 12px;
	padding: 12px 40px 12px 40px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.login-form2 .subtitle
{	
	color:#FFFFFF;
	font-weight: bolder;
	font-size: 18px;
	text-transform: uppercase;
	font-family:CenturyGothic;
	text-align: center;
}

.login-form2 .text1
{	
	color:#787b8b;
	font-weight: normal;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

.login-form2 .text1 .hr-tag1
{
	width: 120px;
	color: #767c89;
	background-color: #767c89;
	float: left;
}

.login-form2 .text1 .hr-tag2
{
	width: 120px;
	color: #767c89;
	background-color: #767c89;
	float: right;
}

.login-form2 .distance
{
		height: 20px;
}

.login-form2 .distance1
{
		height: 60px;
}

.login-form2 .ftpwd
{
	float: right;
	color: #767c89;
	display: block;
	font-weight: bolder;
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 15px;
}

.login-form2 .ftpwd:hover
{
	float: right;
	color: #767c89;
	display: block;
	font-weight: bolder;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 15px;
}
.login-form2 .last
{
	width: 420px;
	border-top: 1px solid #c6c7cb;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 8px;
	float: right;
}

.login-form2 .last span
{
	color: #888b92;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	vertical-align: middle;
	text-decoration: none;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
}

.login-form2 .last span a
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: underline;
	font-family:CenturyGothic;
}

.login-form2 .last span a:hover
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family:CenturyGothic;
}

.login-form2 .last .submit
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	padding: 5px 40px 5px 40px;
	background-color: #79b900;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: right;
	cursor: pointer;
}

.login-form2 .last .submit:hover
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	padding: 5px 40px 5px 40px;
	background-color: #95ce54;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: right;
	cursor: pointer;
}

.login-form2 .last .submit:active
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	padding: 5px 40px 5px 40px;
	background-color: #a9e069;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: right;
	cursor: pointer;
}

.login-form2 .first
{
	float: left;
	width: 50px;
	padding-left: 10px;
}

.login-form2 .second
{	
	float: right;
	width: 250px;
        /*padding-right: 10px;*/
}

.login-form2 .fourth
{	
	float: left;
	padding-left: 10px;
}

.login-form2 .firsts
{
	float: left;
	padding-left: 10px;
}

.login-form2 .thirdss
{
	float: right;
	padding-left: 10px;
	padding-right: 1px;
}

.login-form2 .thirds
{
	float: left;
	/*width: 250px;*/
	padding-left: 10px;
	padding-right: 10px;
}

.login-form2 .fourths
{	
	float: left;
	/*width: 250px;
	padding-right: 10px;*/
}


.login-form2 .fourths .select2
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 255px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.login-form2 .fourths .select2:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 255px;
	height: 30px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
}


.login-form2 label
{
	color: #787a8d;
	float: left;
	font-weight: bold;
	font-family:CenturyGothic;
	font-size: 15px;
}

.login-form2 .input1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 300px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.login-form2 .input1:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 300px;
	height: 30px;
		padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
}

.login-form2 .input2
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 210px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
}

.login-form2 .input2:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 210px;
	height: 30px;
		padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
}


.login-form2 .input3
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 205px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
}

.login-form2 .input3:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 205px;
	height: 30px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
}

.login-form2 .third img {
vertical-align: -5px;
}

.login-form2 .special
{	
	float: right;
}

 .login-form2 .select1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 300px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
}

.login-form2 .select1:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 300px;
	height: 30px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
}


/*------------------------------------------------------Login Form 2 Css Ends Here------------------------------------------------------*/

/*------------------------------------------------------Signup Form 2 Css Starts Here------------------------------------------------------*/
.sinup-form2
{
	width: 420px;
	padding: 20px 10px 20px 10px;
}
.sinup-form2 .title
{
	text-align: left;
	background: #5c7fa4 url('../images/f.png') no-repeat 10px 12px;
	padding: 12px 40px 12px 40px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.sinup-form2 .subtitle
{	
	color:#FFFFFF;
	font-weight: bolder;
	font-size: 18px;
	text-transform: uppercase;
	font-family:CenturyGothic;
	text-align: center;
}

.sinup-form2 .text1
{	
	color:#787b8b;
	font-weight: normal;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

.sinup-form2 .text1 .hr-tag1
{
	width: 100px;
	color: #767c89;
	background-color: #767c89;
	float: left;
}

.sinup-form2 .text1 .hr-tag2
{
	width: 100px;
	color: #767c89;
	background-color: #767c89;
	float: right;
}

.sinup-form2 .text1 .hr-tag3
{
	width: 65px;
	color: #767c89;
	background-color: #767c89;
	float: left;
}

.sinup-form2 .text1 .hr-tag4
{
	width: 65px;
	color: #767c89;
	background-color: #767c89;
	float: right;
}

.sinup-form2 .distance
{
		height: 20px;
}

.sinup-form2 .distance1
{
		height: 60px;
}

.sinup-form2 .distance-one
{
		display: block;
		height: 5px;
}

.sinup-form2 .last
{
	width:  420px;
	border-top: 1px solid #c6c7cb;
	padding-top: 20px;
	padding-bottom: 10px;
}

.sinup-form2 .last span
{
	color: #888b92;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	vertical-align: middle;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

.sinup-form2 .last span a
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: underline;
	font-family:CenturyGothic;
}

.sinup-form2 .last span a:hover
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family:CenturyGothic;
}

.sinup-form2 .last .submit
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	padding: 5px 40px 5px 40px;
	background-color: #79b900;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: right;
	cursor: pointer;
}

.sinup-form2 .last .submit:hover
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	padding: 5px 40px 5px 40px;
	background-color: #95ce54;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: right;
	cursor: pointer;
}

.sinup-form2 .last .submit:active
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	padding: 5px 40px 5px 40px;
	background-color: #a9e069;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: right;
	cursor: pointer;
}


.sinup-form2 .first
{
	float: left;
	width: 85px;
	padding-left: 10px;
}

.sinup-form2 .second
{	
	float: right;
	width: 250px;
	padding-right: 10px;
}

.sinup-form2 .fourth
{
	float: left;
	padding-left: 10px;
}

.sinup-form2 .third img
{	
	vertical-align: -5px;
}

.sinup-form2 .third
{	
	float: right;
	padding-right: 10px;
}

.sinup-form2 label
{
	color: #787a8d;
	float: left;
	font-weight: bold;
	font-family:CenturyGothic;
	font-size: 15px;
}

.sinup-form2 .input1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 300px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.sinup-form2 .input1:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 300px;
	height: 30px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
}

.sinup-form2 .input2
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 210px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
}

.sinup-form2 .input2:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 210px;
	height: 30px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
}

.sinup-form2 .select1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 312px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	float: right;
}

.sinup-form2 .select1:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 312px;
	height: 30px;
		padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
}

.sinup-form2 .select2
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 280px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	float: right;
}

.sinup-form2 .select2:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 280px;
	height: 30px;
		padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
}

/*------------------------------------------------------Signup Form2 Css Starts Here------------------------------------------------------*/


/*------------------------------------------------------Forgot Password Form Css Starts Here------------------------------------------------------*/
.pwd-form
{
	padding: 20px 10px 20px 10px;
}

.pwd-form .text1 .hr-tag1
{
	width: 120px;
	color: #767c89;
	background-color: #767c89;
	float: left;
}

.pwd-form .text1 .hr-tag2
{
	width: 120px;
	color: #767c89;
	background-color: #767c89;
	float: right;
}
.pwd-form .text1
{	
	color:#787b8b;
	font-weight: normal;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

.pwd-form .distance
{
		height: 20px;
}

.pwd-form .distance1
{
		height: 60px;
}

.pwd-form .last
{
	width: 420px;
	border-top: 1px solid #c6c7cb;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pwd-form .last span
{
	color: #888b92;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	vertical-align: middle;

	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

.pwd-form .last a
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: underline;
	font-family:CenturyGothic;
}

.pwd-form .last a:hover
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family:CenturyGothic;
}

.pwd-form .last  .backlog
{
	float: right;
	color: #767c89;
	width: 100px;
	font-weight: bolder;
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
}

.pwd-form .last  .backlog:hover
{
	float: right;
	color: #767c89;
	width: 100px;
	font-weight: bolder;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

.pwd-form .submit
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	padding: 5px 40px 5px 40px;
	background-color: #a4d455;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: right;
	cursor: pointer;
}

.pwd-form .first
{
	float: left;
	width: 50px;
}

.pwd-form .second
{	
	float: right;
	width: 250px;
}

.pwd-form label
{
	color: #787a8d;
	float: left;
	font-weight: bold;
	font-family:CenturyGothic;
	font-size: 15px;
}

.pwd-form .input1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 320px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.pwd-form .input1:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 320px;
	height: 30px;
		padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
}
/*------------------------------------------------------ Forgot Password Form 2 Css Ends Here------------------------------------------------------*/


/*------------------------------------------------------ Change Password Form Css Starts Here------------------------------------------------------*/
.chpwd-form
{
	padding: 20px 10px 20px 10px;
}

.chpwd-form .text1 .hr-tag1
{
	width: 120px;
	color: #767c89;
	background-color: #767c89;
	float: left;
}

.chpwd-form .text1 .hr-tag2
{
	width: 120px;
	color: #767c89;
	background-color: #767c89;
	float: right;
}
.chpwd-form .text1
{	
	color:#787b8b;
	font-weight: normal;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

.chpwd-form .distance
{
		height: 20px;
}

.chpwd-form .distance1
{
		height: 60px;
}

.chpwd-form .last
{
	border-top: 1px solid #c6c7cb;
	padding-top: 20px;
	padding-bottom: 10px;
}

.chpwd-form .last span
{
	color: #888b92;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	vertical-align: middle;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

.chpwd-form .last a
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: underline;
	font-family:CenturyGothic;
}

.chpwd-form .last a:hover
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family:CenturyGothic;
}

.chpwd-form .last .submit
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	padding: 5px 40px 5px 40px;
	background-color: #79b900;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: right;
	cursor: pointer;
}

.chpwd-form .last .submit:hover
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	padding: 5px 40px 5px 40px;
	background-color: #95ce54;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: right;
	cursor: pointer;
}

.chpwd-form .last .submit:active
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	padding: 5px 40px 5px 40px;
	background-color: #a9e069;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: right;
	cursor: pointer;
}

.chpwd-form .first
{
	float: left;
	width: 210px;
}

.chpwd-form .second
{	
	float: right;
	width: 270px;
}

.chpwd-form label
{
	color: #787a8d;
	float: left;
	font-weight: bold;
	font-family:CenturyGothic;
	font-size: 15px;
}

.chpwd-form .input1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 300px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.chpwd-form .input1:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 300px;
	height: 30px;
		padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
}

.chpwd-form .input1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 300px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.chpwd-form .input2
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 250px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.chpwd-form .input1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 300px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.chpwd-form .input2:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 250px;
	height: 30px;
		padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
}

 

.chpwd-form .select2
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 260px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.chpwd-form .select2:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 260px;
	height: 30px;
		padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
}



/*------------------------------------------------------ Change Password Form 2 Css Ends Here------------------------------------------------------*/

/*------------------------------------------------------Buy Course 2 Css Starts Here------------------------------------------------------*/
.buy-course
{
 	padding: 20px 10px 20px 10px;
}
.buy-course .title
{
	background-color: #5c7fa4;
	padding: 12px 40px 12px 40px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.buy-course .subtitle
{	
	color:#FFFFFF;
	font-weight: bolder;
	font-size: 18px;
	text-transform: uppercase;
	font-family:CenturyGothic;
	text-align: center;
}

.buy-course .text1
{	
	color:#787b8b;
	font-weight: normal;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

.buy-course .text1 .hr-tag1
{
	width: 120px;
	color: #767c89;
	background-color: #767c89;
	float: left;
}

.buy-course .text1 .hr-tag2
{
	width: 120px;
	color: #767c89;
	background-color: #767c89;
	float: right;
}

.buy-course .distance
{
		height: 20px;
}

.buy-course .distance1
{
		height: 60px;
}

.buy-course .ftpwd
{
	float: right;
	color: #767c89;
	display: block;
	font-weight: bolder;
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
}

.buy-course .ftpwd:hover
{
	float: right;
	color: #767c89;
	display: block;
	font-weight: bolder;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

.buy-course .last
{
	width: 420px;
	border-top: 1px solid #c6c7cb;
	padding-top: 20px;
	padding-bottom: 10px;
}

.buy-course .last span
{
	color: #888b92;
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
	vertical-align: middle;
	text-decoration: none;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
}

.buy-course .last span a
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: underline;
	font-family:CenturyGothic;
}

.buy-course .last span a:hover
{
	color: #888b92;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family:CenturyGothic;
}

.buy-course .last .submit
{
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-family: CenturyGothic;
	padding: 5px 40px 5px 40px;
	background-color: #a4d455;
	border: 1px solid #efefef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float: right;
	cursor: pointer;
}

.buy-course .first
{
	float: left;
	width: 100px;
}

.buy-course .second
{	
	float: right;
	width: 250px;
}

.buy-course .third
{	
	float: left;
	width: 250px;
}

.buy-course label
{
	color: #787a8d;
	float: left;
	font-weight: bold;
	font-family:CenturyGothic;
	font-size: 15px;
}

.buy-course .input1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 320px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.buy-course .input1:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 320px;
	height: 30px;
		padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
}

.buy-course .input2
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 250px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
}

.buy-course .input2:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 250px;
	height: 30px;
		padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
}

 
.textnormal
{
	font-family:CenturyGothic;
	font-size:14px;
	text-align:left;

}
 

/*-------------------------------Buy Course Css Ends Here-------------------------------*/

/*-------------------------------Firefox css starts here-------------------------------*/
@-moz-document url-prefix()
{
 	.get-text
	{
		color:#FFFFFF;
		float:left;
		font-family:CenturyGothic;
		font-size:19px;
		text-align:center;
		padding:20px;
		text-decoration:none;
		font-weight:bold; 
		word-spacing:0px;
		letter-spacing:-1px;
	}

	.get-text a:link
	{
		color:#FFFFFF;
		text-decoration:none;
		font-family:CenturyGothic;
		font-size:19px;
		text-align:center;
		word-spacing:0px;
		letter-spacing:-1px;
	}

	.get-text a:visited
	{
		color:#FFFFFF;
		text-decoration:none;
		font-family:CenturyGothic;
		font-size:19px;
		text-align:center;
		word-spacing:0px;
		letter-spacing:-1px;
	}

	.get-text a:active
	{
		color:#FFFFFF;
		text-decoration:none;
		font-family:CenturyGothic;
		font-size:19px;
		text-align:center;
		word-spacing:0px;
		letter-spacing:-1px;
	}

	.get-text a:hover
	{
		color:#FFFFFF;
		text-decoration:underline;
		font-family:CenturyGothic;
		font-size:19px;
		text-align:center;
		word-spacing:0px;
		letter-spacing:-1px;
	}
	
	.course-db-black
	{
		width:295px;
		height:400px;
		font-family:CenturyGothic;
		font-size:12pt;
		font-weight:bold;
		background-image:url(../images/dcou-black.jpg);
		background-repeat:no-repeat;
	}
	.free-db
	{
		height: 80px;	
	}
	.c-free
	{
		color:#b2b2b2;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:550;
		text-align:center;
	}
	
	.sinup-form2 .input2
	{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 230px;
		height:30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	
	.sinup-form2 .input2:focus
	{
		color: #000000;
		background-color: #FFFFFF;
		border: 1px solid #2db7e5;
		width: 230px;
		height: 30px;
		padding-left: 10px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		outline: 1px solid #2db7e5;
	}
}
/*------------------------ Firefox css ends here ------------------------*/


/*----kirthi css----*/
.login-form2 .box1
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 320px;
		height:100px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
	font-family: arial;
font-weight: normal;
}

.login-form2 .box1:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 320px;
	height: 100px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
	font-family: arial;
font-weight: normal;
}


.login-form2 .box2
{
		color:#000000;
		background-color: #FFFFFF;
		border:1px solid #d6d6d6;
		width: 230px;
		height:120px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float: right;
	font-family: arial;
font-weight: normal;
}

.login-form2 .box2:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #2db7e5;
	width: 230px;
	height: 120px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	outline: 1px solid #2db7e5;
	float: right;
	font-family: arial;
font-weight: normal;
}


.login-form2 .third
{
float:right;
width:272px;

}
.color
{
background-color:#ea5b5b;
border: 1px solid #888b92;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding:5px 5px 5px 5px;
font-size:14px;
width: 418px;
text-align:center;
color:white;
}

.pain-text .webinar-strong
{
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;	
}

.pain-text .webinar-block1
{
	padding: 15px 20px 25px 0;
}

.pain-text .webinar-block
{
	background-color: #c2c2c2;
	padding: 20px 20px 70px 20px;
}

/*-----------------------------------------------------Breadcrumb css starts here-----------------------------------------------------*/

.breadcrumb
{
	width: 965px;
	float: left;
	padding: 0;
	margin: 0px auto;
	font-size: 10px;
	font-weight: normal;
}

.breadcrumb ul
{
	float:left;
	list-style:none;
	color:#474747;
	padding: 0 0 10px 28px;
	font-size: 10px;
	font-weight: normal;
}

.breadcrumb ul li
{
	float:left;
	padding:0px 5px 0px 5px;
	font-size: 10px;
	font-weight: normal;
}

.breadcrumb ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration:none;
	color: #474747;
}

.breadcrumb ul li a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration:underline;
	color: #474747;
}


.breadcrumb ul li .current
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration:underline;
	color: #474747;
}

.breadcrumb ul li .current:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	color: #474747;
}

/*-----------------------------------------------------Breadcrumb css ends here-----------------------------------------------------*/

/*-----------------------------------------------------Sitemap css starts here-----------------------------------------------------*/
.map
{
	float: left;
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-left: 5px;
	line-height: 25px;
	list-style: none;
}

.map li
{	
	line-height: 25px;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	font-family:CenturyGothic;
}

.map li a
{
	background-image: url('../images/gray.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 6px;
	padding: 1px 0 0 20px;
	display: block;
	font-family:CenturyGothic;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color:#6f6f6f;
	text-align: left;
}

.map li a:hover
{
	background-image: url('../images/blue.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 6px;
	padding: 1px 0 0 20px;
	display: block;
	font-family:CenturyGothic;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	color:#4c86ad;
	text-align: left;
}

.map .sub-map
{	
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-left: 0px;
	line-height: 25px;
	list-style: none;
}

.map .sub-map li
{	
	line-height: 25px;
	padding-left: 18px;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	font-family:CenturyGothic;
}

.map .sub-map li a
{
	background-image: url('../images/gray.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 6px;
	padding: 1px 0 0 20px;
	display: block;
	font-family:CenturyGothic;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color:#6f6f6f;
	text-align: left;
}

.map .sub-map li a:hover
{
	background-image: url('../images/blue.jpg');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position:left 6px;
	padding: 1px 0 0 20px;
	display: block;
	font-family:CenturyGothic;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	color:#4c86ad;
	text-align: left;
}
/*-----------------------------------------------------Sitemap css ends here-----------------------------------------------------*/


/*******************************Header Css Starts Here*******************************/

#header-wrapper
{
	padding: 0 0 20px 0;
	width: 100%;
	margin: 0 auto 0 auto;
}

.header
{
	padding: 0 0 0 0;
	width: 966px;
	margin: 0 auto 0 auto;
}

.header .header-left
{
	padding: 25px 0 0 0;
	width: 228px;
	float:left;
}

.header .header-left a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #767575;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 0 0;
}

.header .header-center
{
	padding: 50px 0 0 45px;
	width: 100px;
	float:left;
}

.header .header-center .button
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 10px 15px  10px  15px;
	border-radius: 2px;
	background-color: #E25456;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.header .header-center .button:hover
{
	text-decoration: none;
	background-color: #BC302E;
}

.header .header-center1
{
	padding: 5px 0 0 30px;
	width: 100px;
	float:left;
}

.header .header-right
{
	padding: 0 0 0 0;
	width: 378px;
	float:right;
}

.header .header-right p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	color: #3f3e44;
	display: block;
}

.header .header-right  p .button
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 10px 15px  10px  15px;
	border-radius: 2px;
	background-color: #E25456;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.header .header-right  p .button:hover
{
	text-decoration: none;
	background-color: #BC302E;
}

.header .header-right p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	color: #3f3e44;
}

.header .header-right p a:hover
{
	text-decoration: underline;
}


.header .header-right p .fb-img
{
 	width: 25px;
 	height:25px;
 	display:inline-block;
 	background:transparent url('../images/f.jpg') center top no-repeat;
	cursor: pointer;
	vertical-align: -10px;
}

.header .header-right p .fb-img:hover
{
	background:transparent url('../images/bfb.png') center top no-repeat;
}


/*******************************Header Css Ends Here*******************************/


/*******************************Slide Css Starts Here*******************************/

#slide-wrapper
{
	padding: 0 0 0 0;
	width: 100%;
	margin: 0 auto 0 auto;
	background-color:#EAE8E9;
}

.slide
{
	padding: 0 0 0 0;
	width: 966px;
	background-image: url(../images/header_with_partial_text.png);
	background-repeat: no-repeat;
	margin-right: 18px;
	padding-top: 368px;
	margin: 0 auto 0 auto;
}

.slide p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0f4471;
	padding: 0 0 0 0;
	line-height: 16px;
	position: relative;
	top: -20px;
	left: 42px;
	text-decoration: none;
	display: block;
}

.slide p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0f4471;
	line-height: 18px;
	cursor: pointer;
	text-decoration: underline;
}
.slide p a:hover
{
	text-decoration: none;
}
/*******************************Slide Css Ends Here*******************************/


/*******************************Blocks Css Starts Here*******************************/

#blocks-wrapper
{
	padding: 0 0 20px 0;
	width: 100%;
	margin: 0 auto 0 auto;
}

.blocks
{
	padding: 25px 0 0 0;
	width: 966px;
	margin: 0 auto 0 auto;
}

.blocks .blocks-left
{
	padding: 0 0 0 0;
	width: 280px;
	float:left;
}


.blocks .blocks-left h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #404040;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 0 0;
	line-height:30px;
}

.blocks .blocks-left p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #808080;
	text-decoration: none;
	text-align: left;
	display:block;
	line-height:22px;
	padding: 0 0 0 0;
}

.blocks .blocks-left p strong
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #8A8889;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 0;
}

.blocks .blocks-left p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #767575;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 0;
}

.blocks .blocks-left p a:hover
{
	text-decoration: underline;
}

.blocks .blocks-left p .button
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 15px 40px  15px  40px;
	border-radius: 2px;
	background-color: #E25456;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.blocks .blocks-left p .button:hover
{
	text-decoration: none;
	background-color: #BC302E;
}


.blocks .blocks-right
{
	padding: 0 0 0 20px;
	width: 650px;
	float:right;
}

.blocks .blocks-right p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	line-height:20px;
	color: #3f3e44;
	display: block;
}

.blocks .blocks-right p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	color: #3f3e44;
}

.blocks .blocks-right p a:hover
{
	text-decoration: underline;
}

.blocks .blocks-right .bl-tp-lt
{
	padding: 0 10px 10px 10px;
	width: 300px;
	float:left;
}

.blocks .blocks-right .bl-tp-lt img
{
	text-align: left;
	float: left;
	display: block;	
}

.blocks .blocks-right .bl-tp-lt h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 10px 10px 10px;
	line-height:25px;
	color: #3B3B3B;
}

.blocks .blocks-right .bl-tp-lt p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height:20px;
	color: #8A8A8A;
	display: block;
	padding: 0 10px 10px 13px;
}

.blocks .blocks-right .bl-tp-lt p a
{
	text-decoration: none;
	color: #8A8A8A;
}

.blocks .blocks-right .bl-tp-lt p a:hover
{
	text-decoration: underline;
}

.blocks .blocks-right .bl-tp-rt
{
	padding: 0 10px 10px 10px;
	width: 300px;
	float:right;
}

.blocks .blocks-right .bl-tp-rt img
{
	text-align: left;
	float: left;
	display: block;	
}

.blocks .blocks-right .bl-tp-rt h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 10px 10px 10px;
	line-height:25px;
	color: #3B3B3B;
}

.blocks .blocks-right .bl-tp-rt p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height:20px;
	color: #8A8A8A;
	display: block;
	padding: 0 10px 10px 13px;
}

.blocks .blocks-right .bl-tp-rt p a
{
	text-decoration: none;
	color: #8A8A8A;
}

.blocks .blocks-right .bl-tp-rt p a:hover
{
	text-decoration: underline;
}

.blocks .blocks-right .bl-bm-lt
{
	padding: 0 10px 10px 10px;
	width: 300px;
	float:left;
}

.blocks .blocks-right .bl-bm-lt img
{
	text-align: left;
	float: left;
	display: block;	
}

.blocks .blocks-right .bl-bm-lt h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 10px 25px 10px;
	line-height:25px;
	color: #3B3B3B;
}

.blocks .blocks-right .bl-bm-lt p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height:20px;
	color: #8A8A8A;
	display: block;
	padding: 0 10px 10px 13px;
}

.blocks .blocks-right .bl-bm-lt p a
{
	text-decoration: none;
	color: #8A8A8A;
}

.blocks .blocks-right .bl-bm-lt p a:hover
{
	text-decoration: underline;
}

.blocks .blocks-right .bl-bm-rt
{
	padding: 0 10px 10px 10px;
	width: 300px;
	float:right;
}

.blocks .blocks-right .bl-bm-rt img
{
	text-align: left;
	float: left;
	display: block;	
	padding:0 10px 0 0;
}

.blocks .blocks-right .bl-bm-rt h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 10px 0 10px;
	line-height:25px;
	color: #3B3B3B;
}

.blocks .blocks-right .bl-bm-rt p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height:20px;
	color: #8A8A8A;
	display: block;
	padding: 0 10px 10px 13px;
}

.blocks .blocks-right .bl-bm-rt p a
{
	text-decoration: none;
	color: #8A8A8A;
}

.blocks .blocks-right .bl-bm-rt p a:hover
{
	text-decoration: underline;
}
/*******************************Blocks Css Ends Here*******************************/

/*******************************Bars Css Starts Here*******************************/

#bars-one-wrapper
{
	padding: 0 0 0 0;
	width: 100%;
	margin: 0 auto 0 auto;
	background-color:#555354;
}

.bars-one
{
	padding: 15px 0 15px 0;
	width: 966px;
	margin: 0 auto 0 auto;
}

.bars-one p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FCFBFC;
	padding: 0 0 0 0;
	line-height: 16px;
	text-align:center;
	text-decoration: none;
	display: block;
}

.bars-one p a
{
	color: #FCFBFC;
	cursor: pointer;
	text-decoration: underline;
}
.bars-one p a:hover
{
	text-decoration: none;
}

#bars-two-wrapper
{
	padding: 30px 0 25px 0;
	width: 100%;
	margin: 0 auto 0 auto;
	background-color: #EFF7FA;
}

.bars-two
{
	padding: 15px 0 15px 0;
	width: 966px;
	margin: 0 auto 0 auto;
}

.bars-two p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #494A48;
	padding: 0 0 0 0;
	line-height: 16px;
	text-align:center;
	text-decoration: none;
	display: block;
}

.bars-two p a
{
	color: #494A48;
	cursor: pointer;
	text-decoration: underline;
}
.bars-two p a:hover
{
	text-decoration: none;
}

.bars-two .br-1
{
	float: left;
	width: 241px;
}

.bars-two .br-1 .icon
{
	text-align: left;
	float: left;
	width: 65px;
	display: block;
	padding: 10px 10px 0 0;
}

.bars-two .br-1 .text
{
	text-align: left;
	float: left;
	width: 148px;
	display: block;
	padding: 0 10px 0 0;
}

.bars-two .br-1 .text p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 0 10px 10px 10px;
	line-height: 25px;
	color: #3F3F3F;
}

.bars-two p .button
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 20px 35px  20px  35px;
	border-radius: 2px;
	background-color: #3AC1ED;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.bars-two p .button:hover
{
	text-decoration: none;
	background-color: #3FA5C6;
}

.bars-two .br-2
{
	float: left;
	width: 241px;
}

.bars-two .br-2 .icon
{
	text-align: left;
	float: left;
	width: 65px;
	display: block;
	padding: 10px 10px 0 0;
}

.bars-two .br-2 .text
{
	text-align: left;
	float: left;
	width: 148px;
	display: block;
	padding: 0 10px 0 0;
}

.bars-two .br-2 .text p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 0 10px 10px 10px;
	line-height: 25px;
	color: #3F3F3F;
}

.bars-two .br-3
{
	float: left;
	width: 241px;
}

.bars-two .br-3 .icon
{
	text-align: left;
	float: left;
	width: 65px;
	display: block;
	padding: 10px 10px 0 0;
}

.bars-two .br-3 .text
{
	text-align: left;
	float: left;
	width: 148px;
	display: block;
	padding: 0 10px 0 0;
}

.bars-two .br-3 .text p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 0 10px 10px 10px;
	line-height: 25px;
	color: #3F3F3F;
}

.bars-two .br-4
{
	float: left;
	width: 241px;
}

.bars-two .br-4 .icon
{
	text-align: left;
	float: left;
	width: 65px;
	display: block;
	padding: 10px 10px 0 0;
}

.bars-two .br-4 .text
{
	text-align: left;
	float: left;
	width: 148px;
	display: block;
	padding: 0 10px 0 0;
}

.bars-two .br-4 .text p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 0 10px 10px 10px;
	line-height: 25px;
	color: #3F3F3F;
}

#bars-three-wrapper
{
	padding: 0 0 0 0;
	width: 100%;
	margin: 0 auto 0 auto;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

.bars-three-lt
{
	width: 44%;
	float: left;
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;
	background-color: #EAEAEA;
}

.bars-three-lt .block
{
	width: 405px;
	height:325px;
	float: right;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
}

.bars-three-lt .block h1
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 15px 0;
	line-height:25px;
	color: #4A4A4A;
}

.bars-three-lt .block p
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 0 0;
	line-height:25px;
	color: #404040;
}

.bars-three-lt .block p a
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	text-decoration: underline;
	text-align: left;
	color: #404040;
}

.bars-three-lt .block p a:hover
{	
	text-decoration: none;
}

.bars-three-rt
{
	width: 56%;
	float: right;
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;
	background-color: #D3D3D3;
}

.bars-three-rt .block
{
	width: 505px;
	height: 325px;
	float: left;
	margin: 0 auto 0 60px;
	padding: 0 0 10px 0;
}

.bars-three-rt .block h1
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 15px 0;
	line-height:25px;
	color: #4A4A4A;
}

.bars-three-rt .block p
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 0 0;
	line-height:25px;
	color: #404040;
}

.bars-three-rt .block p a
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	text-decoration: underline;
	text-align: left;
	color: #404040;
}

.bars-three-rt .block p a:hover
{	
	text-decoration: none;
}

.bars-three-rt .block .tp-pic-bk-1
{
	width: 160px;
	float: left;
	padding: 5px 8px 5px 0;
}

.bars-three-rt .block .tp-pic-bk-2
{
	width: 160px;
	float: left;
	padding: 5px 8px 5px 0;
}

.bars-three-rt .block .bm-pic-bk-1
{
	width: 160px;
	float: left;
	padding: 5px 8px 5px 0;
}

.bars-three-rt .block .bm-pic-bk-2
{
	width: 160px;
	float: left;
	padding: 5px 8px 5px 0;
}

#bars-four-wrapper
{
	padding: 0 0 0 0;
	width: 100%;
	margin: 0 auto 0 auto;
	background-color: #757575;
}

.bars-four
{
	width: 966px;
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;
}

.bars-four .bars-four-lt
{
	width: 483px;
	float: left;
	padding: 0 0 0 0;
}

.bars-four .bars-four-lt h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 15px 0;
	line-height:25px;
	color: #C9C9C9;
}

.bars-four .bars-four-rt
{
	width: 370px;
	float: right;
	padding: 80px 0 0 0;
}

.bars-four .bars-four-rt h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 15px 0;
	line-height:15px;
	color: #C0C0C0;
}

.bars-four .bars-four-rt p
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 0 0;
	line-height:25px;
	color: #C0C0C0;
}

.bars-four .bars-four-rt p a
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	text-decoration: underline;
	text-align: left;
	color: #C0C0C0;
}

.bars-four .bars-four-rt p a:hover
{	
	text-decoration: none;
}

.bars-four .bars-four-rt .button
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 20px 35px  20px  35px;
	border-radius: 2px;
	background-color: #3AC1ED;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.bars-four .bars-four-rt p .button:hover
{
	text-decoration: none;
	background-color: #3FA5C6;
}

/*******************************Bars Css Ends Here*******************************/



/*******************************Icons Css Ends Here*******************************/
#icons-wrapper
{
	padding: 0 0 20px 0;
	width: 100%;
	margin: 0 auto 0 auto;
}

.icons
{
	padding: 25px 0 0 0;
	width: 966px;
	margin: 0 auto 0 auto;
}

.icons h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #3e3e3e;
	text-decoration: none;
	text-align: center;
	display:block;
	padding: 0 0 0 0;
	line-height:30px;
}

.icons .icons-one
{
	padding: 0 25px 0 0;
	width: 303px;
	height: 405px;
	float:left;
	background-image: url(../images/advance-bg.jpg);
	background-repeat: no-repeat;
}

.icons .icons-one h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #404040;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 0 0;
	line-height:30px;
}

.icons .icons-one .ct
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color: #F5F3F4;
	text-decoration: none;
	text-align: center;
	display:block;
	line-height:25px;
	padding: 0 0 0 0;
	position: relative;
	top: 110px;
}

.icons .icons-one .ca
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #022126;
	text-decoration: none;
	text-align: center;
	display:block;
	line-height:25px;
	padding: 0 0 0 0;
	position: relative;
	top: 115px;
}
.icons .icons-one .co
{
	line-height:25px;
	padding: 0 0 0 10px;
	position: relative;
	top: 130px;
	left: 55px;
}

.icons .icons-one .co .button
{
	color:#FFFFFF;
	font-size: 12px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 10px 8px 10px;
	border-radius: 2px;
	background-color: #E25456;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.icons .icons-one .co .button:hover
{
	text-decoration: none;
	background-color: #BC302E;
}

.icons .icons-one .cd
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #808080;
	text-decoration: none;
	text-align: center;
	line-height:25px;
	padding: 0 10px 0 0;
	position: relative;
	display:block;
	top: 130px;
}

.icons .icons-one .cd strong
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #777777;
	text-decoration: none;
	text-align: center;
	line-height:25px;
	padding: 0 0 0 0;
}
.icons .icons-one ul
{
	padding:15px 0 0 30px;
	position: relative;
	top: 130px;
	left: 10px;
	width: 253px;
	border-top: 1px solid #009bb9;
}

.icons .icons-one ul li
{
	list-style-image: url(../images/circle.png);
	color: #5b5b5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	padding: 0 0 0 0;
}

.icons .icons-one p .button
{
	position: relative;
	top: 135px;
	left: 45px;
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 15px 40px  15px  40px;
	border-radius: 2px;
	background-color: #BC302E;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.icons .icons-one p .button:hover
{
	text-decoration: none;
	background-color: #E25456;
}

.icons .icons-one p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #808080;
	text-decoration: none;
	text-align: left;
	display:block;
	line-height:22px;
	padding: 0 0 0 0;
}

.icons .icons-one p strong
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #8A8889;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 0;
}

.icons .icons-one p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #767575;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 0;
}

.icons .icons-one p a:hover
{
	text-decoration: underline;
}

.icons .icons-two
{
	padding: 0 25px 0 0;
	width: 303px;
	height: 405px;
	float:left;
	background-image: url(../images/nurse-bg.jpg);
	background-repeat: no-repeat;
}

.icons .icons-two h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #404040;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 0 0;
	line-height:30px;
}

.icons .icons-two .ct
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color: #F5F3F4;
	text-decoration: none;
	text-align: center;
	display:block;
	line-height:25px;
	padding: 0 0 0 0;
	position: relative;
	top: 110px;
}

.icons .icons-two .ca
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #022126;
	text-decoration: none;
	text-align: center;
	display:block;
	line-height:25px;
	padding: 0 0 0 0;
	position: relative;
	top: 115px;
}

.icons .icons-two .cd
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #808080;
	text-decoration: none;
	text-align: center;
	display:block;
	line-height:25px;
	padding: 0 0 0 0;
	position: relative;
	top: 130px;
}

.icons .icons-two .cd strong
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #777777;
	text-decoration: none;
	text-align: center;
	line-height:25px;
	padding: 0 0 0 0;
}
.icons .icons-two ul
{
	padding:15px 0 0 30px;
	position: relative;
	top: 130px;
	left: 10px;
	width: 253px;
	border-top: 1px solid #009bb9;
}

.icons .icons-two ul li
{
	list-style-image: url(../images/circle.png);
	color: #5b5b5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	padding: 0 0 0 0;
}

.icons .icons-two p .button
{
	position: relative;
	top: 150px;
	left: 45px;
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 15px 40px  15px  40px;
	border-radius: 2px;
	background-color: #BC302E;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.icons .icons-two p .button:hover
{
	text-decoration: none;
	background-color: #E25456;
}

.icons .icons-two p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #808080;
	text-decoration: none;
	text-align: left;
	display:block;
	line-height:22px;
	padding: 0 0 0 0;
}

.icons .icons-two p strong

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #8A8889;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 0;
}

.icons .icons-two p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #767575;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 0;
}

.icons .icons-two p a:hover
{
	text-decoration: underline;
}

.icons .icons-three
{
	padding: 0 0 0 0;
	width: 303px;
	height: 405px;
	float:left;
	background-image: url(../images/free-bg.jpg);
	background-size: 303px 405px;
	background-repeat: no-repeat;
}

.icons .icons-three h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #404040;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 0 0;
	line-height:30px;
}

.icons .icons-three .ct
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color: #F5F3F4;
	text-decoration: none;
	text-align: center;
	display:block;
	line-height:25px;
	padding: 0 0 0 0;
	position: relative;
	top: 110px;
}

.icons .icons-three .ca
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #022126;
	text-decoration: none;
	text-align: center;
	display:block;
	line-height:25px;
	padding: 0 0 0 0;
	position: relative;
	top: 115px;
}

.icons .icons-three .cd
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #808080;
	text-decoration: none;
	text-align: center;
	display:block;
	line-height:25px;
	padding: 0 0 0 0;
	position: relative;
	top: 130px;
}

.icons .icons-three .cd strong
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #777777;
	text-decoration: none;
	text-align: center;
	line-height:25px;
	padding: 0 0 0 0;
}
.icons .icons-three ul
{
	padding:15px 0 0 30px;
	position: relative;
	top: 130px;
	left: 10px;
	width: 253px;
	border-top: 1px solid #009bb9;
}

.icons .icons-three ul li
{
	list-style-image: url(../images/circle.png);
	color: #5b5b5b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	padding: 0 0 0 0;
}

.icons .icons-three p .button
{
	position: relative;
	top: 150px;
	left: 38px;
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	padding: 15px 40px  15px  40px;
	border-radius: 2px;
	background-color: #98CB44;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.icons .icons-three p .button:hover
{
	text-decoration: none;
	background-color: #7AB825;
}

.icons .icons-three p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #808080;
	text-decoration: none;
	text-align: left;
	display:block;
	line-height:22px;
	padding: 0 0 0 0;
}

.icons .icons-three p strong
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #8A8889;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 0;
}

.icons .icons-three p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #767575;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 0;
}

.icons .icons-three p a:hover
{
	text-decoration: underline;
}
/*******************************Icons Css Ends Here*******************************/


/*******************************Rows Css Starts Here*******************************/
#rows-one-wrapper
{
	padding: 30px 0 25px 0;
	width: 100%;
	margin: 0 auto 0 auto;
	background-color: #403E4C;
}

.rows-one
{
	padding: 15px 0 15px 0;
	width: 966px;
	margin: 0 auto 0 auto;
}

.rows-one p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #494A48;
	padding: 0 0 0 0;
	line-height: 16px;
	text-align:center;
	text-decoration: none;
	display: block;
}

.rows-one p a
{
	color: #494A48;
	cursor: pointer;
	text-decoration: underline;
}
.rows-one p a:hover
{
	text-decoration: none;
}

.rows-one  .icon
{
	text-align: left;
	float: left;
	width: 105px;
	display: block;
	padding: 10px 10px 0 0;
}

.rows-one .text
{
	text-align: left;
	float: left;
	width: 850px;
	display: block;
	padding: 0 0 0 0;
}

.rows-one .text p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 0 10px 10px 10px;
	line-height: 25px;
	color: #dedede;
}

.rows-one .text p strong
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #dddddd;
}

.rows-one .text p a
{
	color:#d67a51;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.rows-one .text p a:hover
{
	text-decoration: none;
}

#rows-two-wrapper
{
	padding: 0 0 0 0;
	width: 100%;
	margin: 0 auto 0 auto;
	background-color:#007ea4;
	border-top: 1px solid #40a8c3;
	border-bottom: 1px solid #40a8c3;
}

.rows-two
{
	padding: 35px 0 35px 0;
	width: 966px;
	margin: 0 auto 0 auto;
}

.rows-two p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FCFBFC;
	padding: 0 0 0 0;
	line-height: 16px;
	text-align:center;
	text-decoration: none;
	display: block;
}

.rows-two p a
{
	color: #FCFBFC;
	cursor: pointer;
	text-decoration: underline;
}
.rows-two p a:hover
{
	text-decoration: none;
}

.rows-two p .button
{
	color:#FFFFFF;
	font-size: 13px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 20px 35px  20px  35px;
	border-radius: 2px;
	background-color: #3AC1ED;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.rows-two p .button:hover
{
	text-decoration: none;
	background-color: #3FA5C6;
}


/*******************************Rows Css Ends Here*******************************/

/*******************************Footer-Menu Css Starts Here*******************************/

#footer-menu-wrapper
{
	padding: 0 0 0 0;
	width: 100%;
	margin: 0 auto 0 auto;
}

.footer-menu
{
	padding: 0 0 0 0;
	width: 966px;
	margin: 0 auto 0 auto;
}

.footer-menu .footer-row-1
{
	padding: 25px 0 0 25px;
	width: 322px;
	float:left;
} 

.footer-menu .footer-row-1 h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
	color: #4b4b4b;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 0 0;
	line-height:30px;
}

.footer-menu .footer-row-1 p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #808080;
	text-decoration: none;
	text-align: left;
	display:block;
	line-height:22px;
	padding: 0 0 0 0;
}

.footer-menu .footer-row-1 p strong
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #7c7c7c;
	text-decoration: none;
	text-align: left;
}

.footer-menu .footer-row-2
{
	padding: 25px 0 0 25px;
	width: 322px;
	float:left;
}
.footer-menu .footer-row-2 h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
	color: #4b4b4b;
	text-decoration: none;
	text-align: left;
	display:block;
	padding: 0 0 0 0;
	line-height:30px;
}

.footer-menu .footer-row-2 p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #808080;
	text-decoration: none;
	text-align: left;
	display:block;
	line-height:22px;
	padding: 0 0 0 0;
}

.footer-menu .footer-row-2 p strong
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #7c7c7c;
	text-decoration: none;
	text-align: left;
	padding: 0 0 0 0;
}

.footer-menu .footer-row-2 ul
{
	padding:0 0 0 10px;
	list-style-type: none;
}

.footer-menu .footer-row-2 ul li
{
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	line-height:20px;
}

.footer-menu .footer-row-2 ul li a
{
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
}

.footer-menu .footer-row-2 ul li a:hover
{
	text-decoration: none;
}

.footer-menu .footer-row-3
{
	padding: 25px 0 0 25px;
	width: 322px;
	float:right;
}

/*******************************Footer-Menu Css Ends Here*******************************/


/*******************************Footer Css Starts Here*******************************/

#footer-wrapper
{
	padding: 0 0 0 0;
	width: 100%;
	margin: 0 auto 0 auto;
}

.footer
{
	padding: 0 0 0 0;
	width: 966px;
	margin: 0 auto 0 auto;
	background-color: #E1E1E1;
}

.footer .footer-lt
{
	padding: 10px 0 0 0;
	width: 322px;
	float:left;
} 

.footer .footer-lt p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #808080;
	text-decoration: none;
	text-align: left;
	display:block;
	line-height:22px;
	padding: 0 0 0 20px;
}

.footer .footer-lt p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #808080;
	text-decoration: underline;
	text-align: left;
}

.footer .footer-lt p a:hover
{
	text-decoration: none;
}

.footer .footer-cnr
{
	padding: 10px 0 0 0;
	width: 322px;
	float:left;
} 

.footer .footer-cnr p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #808080;
	text-decoration: none;
	text-align: left;
	display:block;
	line-height:22px;
	padding: 0 0 0 100px;
}

.footer .footer-cnr p .fb-img
{
 	width: 25px;
 	height:25px;
 	display:inline-block;
 	background:transparent url('../images/ff.jpg') center top no-repeat;
	cursor: pointer;
}

.footer .footer-cnr p .fb-img:hover
{
 	width: 25px;
 	height:25px;
 	display:inline-block;
	background:transparent url('../images/bfb.png') center top no-repeat;
	cursor: pointer;
}

.footer .footer-rt
{
	padding: 10px 0 0 0;
	width: 322px;
	float:right;
} 

.footer .footer-rt p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #808080;
	text-decoration: none;
	text-align: right;
	display:block;
	line-height:22px;
	padding: 0 20px 0 0;
}

.footer .footer-rt p a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #808080;
	text-decoration: underline;
	text-align: right;
}

.footer .footer-rt p a:hover
{
	text-decoration: none;
}


.newbatch
{
	line-height:25px;
	padding: 0 0 0 0px;
    width: 91%;
    display: block;
}

.newbatch .button
{
	color:#FFFFFF;
	font-size: 12px;
	width: 100%;
    display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 8px 10px 8px 10px;
	border-radius: 2px;
	background-color: #E25456;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

.newbatch .button:hover
{
	text-decoration: none;
	background-color: #BC302E;
}
/*******************************Footer Css Ends Here*******************************/