/* Removing the default margin and padding*/
@font-face {
    font-family: 'QuicksandLight';
    src: url('fonts/Quicksand_Light-webfont.eot');
    src: url('fonts/Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand_Light-webfont.woff') format('woff'),
         url('fonts/Quicksand_Light-webfont.ttf') format('truetype'),
         url('fonts/Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;

}



*
{
	margin: 0;
	padding: 0;	
	}
	
#master_head
{
width: 100%;
height: 80px;
background-color:#40AC5A; 		

	}
	
#main_head_region
{
	width: 100%;
	height: 78px;
	display: inline-block;
	border:0px solid red;	
	
}
	
#head_logo
{
	width: auto;
	height: auto;
	color: #ffffff;
	padding: 10px;
	margin-left: 1em;
	font-family: Arial;
	font-size: 50px;
	
	}

#base_nav
{
width: auto;
height: auto;
display:inline-block;
float: right;
margin-top: -50px;

	
	}	

.button1
{
	
	text-decoration: none;
	padding: 10px;
	margin-left: 10px;
	color: #ffffff;
	font-family: Arial;
	
	
	}
	
.button1:hover
{
background-color: #347C2C;


padding: 10px;
border:none;
border-radius:10px;	
	
}

body
{

	background-color: #FFF;
	}
	
	
.main_wrapper
{
	display:inline-block;	
	width: auto;
	height: 100%;
	background-color: #ffffff;
	border:0px solid #DFDFDF;
	
	
	}



	
#ftrbx
{
	display: block;
	width: 600px;
	height: 300px;
	float: right;	
	background-color: #FFFFFF;
	border:1px solid #DFDFDF;
	margin: 10px;	
	border-radius:15px;
	text-align: center;
	}
	
	
#main_msg
{
	display:inline-block;
	padding: 10px;
	font:50px/68px 'QuicksandLight', Arial, sans-serif;letter-spacing: 0;
	font-weight: bold;
	color: #000;
	text-align: center;
	
	
	}
	
.inwrap
{
	display:inline-block;
	width: 940px;
	height: 89%;
	border:0px solid #000;
	background-color: #fff;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -470px;
	
		
	
	}
	
#footer
{
	display:block;
	position: absolute;
	bottom: 0;
	height: 20px;

	
	
}	
	
.ftrtxtbx
{
	display: block;
	width: 380px;
	height: 300px;
	float: left;	
	background-color: #FFFFFF;
	border:1px solid #FFFFFF;
	margin: 10px;
	border-radius:15px;
	text-align: center;
	}
	
	
#ftrtxt
{
	display:inline-block;
	padding: 50px;
	font:50px 'QuicksandLight', Arial, sans-serif;letter-spacing: 0;
	color: #1192FB;
	}

#featuresbx
{
	display: inline-block;
	width: 960px;
	height:350px;
	background-color: #fff;
	border:0px solid #dfdfdf;
	margin: 30px;
	
	}

.f1,.f2,.f3
{
	display:inline-block;
	width: 250px;
	height:300px;
	float: left;
	background-color: #fff;
	border:1px solid #40AC5A;
	margin: 30px;
	border-radius:10px;
	padding: 2px;
	
	
	}


img
{
	margin-left: 10px;
}

p
{
	display: inline-block;	
	padding: 10px;
	font:1em Arial, sans-serif;

	color: #555;
	
	
	}
	
	
	/*slide show starts */
		/*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		#slides .slides_container {
			width:570px;
			height:170px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		
		#slides .slides_container div {
			width:570px;
			height:170px;
			display:block;
		}
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.pagination
		{
			display: none;
		}
		

		
		/* 
			Example only
		*/
		.pagination .current a {
			color:red;
		}
		hr {
			background:#efefef;
		}	
	
/*-----------------------------slideshow ends here	*/
	
	
/*----- style for signup form --------*/	

#reg_frm
{
		
	width: 800px;
	height: 800px;
	float: left;
	background-color: #FFFFFF;
	border:0px solid #dfdfdf;
	padding: 20px;
	position: relative;
	left: 50%;
	margin-left: -400px;	
	}
	
	
	
.inp_style1
{
	width: 400px;
	height: 30px;
	margin: 15px;
	border:0.1em solid #DFDFDF;
	border-radius:5px;
	padding: 5px;
	font-family: sans-serif;
	font-size: 1em;
	}

.inp_style
{
	width: 350px;
	height: 30px;
	margin: 15px;
	border:0.1em solid #DFDFDF;
	border-radius:5px;
	padding: 5px;
	font-family: sans-serif;
	font-size: 1em;
	}
.inp_style[value]
{
	float: right;	
	color: grey;	
	}
	
	}
.inp_style1[value]
{
	float: right;	
	color: grey;	
	}

.textgrey
{
	color: grey;	
	}


.inp_style:focus
{
	border:0.1em solid #1192FB;
	border-radius:5px;
	box-shadow:0px 1px 3px rgba(204,204,204);
	color: #000;	
	
	}

.sub_but
{
	width: 200px;
	height: 30px;
	float: left;
	margin:1em 0 0 1em;
	background-color: #27F;
	border:none;
	border-radius:5px;
	padding: 5px;
	color: #FFF;
	}

.sem_opt
{
	width: 410px;
	height: 40px;
	margin: 15px;
	border:0.1em solid #DFDFDF;
	border-radius:5px;
	background-color: #FFF;
	padding: 10px;
	}

.opts
{
	width: 410px;
	height: 20px;
	margin: 15px;
	border:0.1em solid #DFDFDF;
	border-radius:5px;
	background-color: #FFF;
	padding: 10px;
	}

.branch
{
	width: 410px;
	height: 40px;
	margin: 15px;
	border:0.1em solid #DFDFDF;
	border-radius:5px;
	background-color: #FFF;
	padding: 10px;
	}

.head_title
{
	display:inline-block;
	padding: 10px;
	color: #1192FB;
	font-size: 1.5em;
	margin-left: 5px;

	
	}


.infomsg1
{
	
	color: #F60;
	border:1px solid #DFDFDF;
	border-radius:5px;
	padding: 10px;
	font-family: sans-serif;	
	}

.error_msg
{	
	
	color: red;
	font-size: 0.8em;
	font-family: Arial;
	font-family: sans-serif;
	margin-left: 15px;		

	
	}
.inpstyle
{
	width: 280px;
	height: 30px;
	float: right;
	color: grey;
	margin-right:15px;
	display: inline-block;
	border:0.1em solid #DFDFDF;
	border-radius:5px;
	padding: 5px;
	font-family: sans-serif;
	font-size: 1em;
	}

.inpstyle:focus
{
	border:0.1em solid #1192FB;
	border-radius:5px;
	box-shadow:0px 1px 3px rgba(204,204,204);
	color: #000;	
	
	}


	
.imgcaptcha
{
	width: 100px;
	margin-left: 15px;	
}


.login_frm_main
{
		
	display:block;	
	width: 835px;
	height: 320px;
	background-color: #FFFFFF;
	border:0px solid #000;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -417.5px;
	margin-top: -162.5px;
	border-radius:15px;	
	}


#login_frm
{
		
	display: inline-block;	
	width: 400px;
	height: 300px;
	background-color: #FFFFFF;
	border:1px solid #DFDFDF;
	padding: 5px;
	position: relative;
	border-radius:15px;	
	}

#login_frm2
{
		
	display: inline-block;	
	width: 400px;
	height: 300px;
	float: left;
	background-color: #FFFFFF;
	border:1px solid #dfdfdf;
	padding: 5px;
	position: relative;
	border-radius:15px;	
	margin-right: 5px;
	}

.button11
{
	
	text-decoration: none;
	padding: 10px;
	margin-left: 10px;
	background-color: #fff;
	color:#000;
	font-family: Arial;
	border-radius:15px;
	
	
	}
	
.frgpass
{
	
	float: left;
	color: #15c;
	margin-left:15px;
	display: inline-block;
	border-radius:5px;
	font-family: sans-serif;
	font-size: 0.8em;
	margin-top: 10px;
	text-decoration: none;
	}
	
	
.create_account
{
		
	display: inline-block;	
	width: 800px;
	height: 300px;
	float: left;
	background-color: #FFFFFF;
	border:1px solid #dfdfdf;
	padding: 20px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius:15px;	
	margin-right: 10px;
	margin:85px;
	}

.create_title
{
	display:inline-block;
	padding: 10px;
	color: #1192FB;
	font-size: 2em;
	position: relative;
	left: 26%;
	
	
	}

#message
{
	display:block;	
	width: 500px;
	height: 300px;
	float: left;
	background-color: #FFFFFF;
	border:1px solid #dfdfdf;
	padding: 20px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius:15px;	
	margin-right: 10px;
}
#message1
{
	display:block;	
	width: 500px;
	height: 300px;
	float: left;
	background-color: #FFF;
	border-radius:15px;	

}

.login_link
{
	display: block;
	width: 100px;
	width: 100px;	
	text-decoration: none;
	background-color: #27F;
	border-radius:5px;
	padding: 10px 30px 10px 30px;	
	color: #FFF;
	font-family: sans-serif;
	text-align: center;
	margin-left: 170px;
	}
#load
{
	display:block;	
	width: 500px;
	height: 300px;
	float: left;
	background-color: #FFF;
	border-radius:15px;	
	
	
}	

