/*
html, body {
	height:100%;	
}
*/

@import 'reset-min.css';

body {
	width:924px;
	margin: auto;
	font-size: 14px;
	font-family: 'Roboto', Arial, serif; font-weight: 400; 
	color:#757575;
	background:#c0c0c0 url("../images/bg.png") repeat top left;
}

a {
	text-decoration: none;
	color: #0672a4;
}

a:hover {
	color: #47ae53;
	text-decoration: none;
}

img {
	border:0;	
}

/* To avoid dotted borders to the image */

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

/* dotted borders to image - end */

/* B:Header */



div#header {
	margin: 0px;
	padding: 0px;
	height:101px;
	background-color:#fff;
	
}


div#top_links {
	float:right;
	margin:30px 40px 0px 0px;
	padding:0px 0px 0px 0px;
	width:490px;
	font-size:12px;
	font-weight:bold;
	color:#3B5998;
	line-height:18px;
}
	
	#top_links ul {
		list-style-type: none;
		float: right;
		margin: 0px 20px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#top_links li {
		float: left;
		margin:0px;
		padding: 0px 8px;
		display:inline;	
}

	#top_links li .selected {
	color:#f16723;
}
        #top_links li a {
		color:#231f20;
}

        #top_links li a:hover {
		color:#385fac;
}

div#logo {
	margin:0px;
	padding:20px 0px 0px 20px;
}







/* Body- Body*/


#wrapper {
	width:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	min-height:450px;
	_height:450px;
	line-height:18px;
	background-color:#fff;
	border-radius: 0px 0px 10px 10px;
	}


div#content {
	margin: 10px 290px 0px 0px;
	padding: 5px 0px 10px 20px;
	text-align:left;
	line-height:22px;
	color:#757575;

}
	#content ul {
		list-style-type: none;
		margin:10px 0px;
		padding:0px;	
	}
	
	#content li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 25px;
		background: url("../images/tick.png") no-repeat top left;
		}

	#content b {
		font-weight: bold;
		color: #2b2a29;
		}
		
	#right{
		float:right;
		width:250px;
		margin:20px 20px 0px 0px;
		padding:0px;
}

	#right ul {
		list-style-type: none;
		margin:0px 0px 10px 0px;
		padding:0px;	
	}
	
	#right li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 25px;
		background: url("../images/tick.png") no-repeat top left;
		}



/*==================================================
 * Shadow Effect START
 * ===============================================*/
.page_shadow
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.page_shadow:before, .page_shadow:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.page_shadow:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}


/*==================================================
 * Shadow Effect END
 * ===============================================*/

#slideapply {
	position: absolute;
	z-index:100;
	right:0px;
	top:290px;background: #f8f8f3 url(../images/apply.gif) no-repeat top left;
}
#slideNav {
	position: absolute;
	z-index:200;
	right:0px;
	top:290px;
}

#slideNav a {
	background: #47ae53;
	padding: 3px 7px;
	margin-right: 5px;
	text-decoration: none;
	color:#fff;
	font-weight:bold;
}

#slideNav a.activeSlide {
	background: #ff8100;
	color: #fff;
}

.header_box {
	color:#fff; 
	padding:10px 20px 5px 5px;
	float:left;text-align:left;
	height:184px;
}

.header_box h2 {
	font-size:22px;
	margin-bottom:13px;
}

.testimonial {
	background: url('../images/quote.png') no-repeat top left; 
	padding:20px; 
	color:#fff; 
	font-size:16px;
	font-family: 'Roboto', Arial, serif; font-weight: 400; 
	border-radius:5px;
}

.testimonial i{
        margin-left:20px;
        font-size:14px;
        font-family: 'Roboto', Arial, serif; font-weight: 700;
}



	.header_box ul {
		list-style-type: none;
		margin:0px 0px;
		padding:0px;
		font-size:13px;	
	}
	
	.header_box li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 10px;
		background: url("../images/arrow.png") no-repeat top left;
		}

div.home_section {
	float:left;
	text-align:left;
}


div.home_section b {
	font-size:14px;	
	color:#000;
	line-height:18px;
}

div.home_section {
	float:left;
	text-align:left;
}
div.home_section ul {
		list-style-type: none;
		margin:20px 0px 0px 0px;
		padding:0px;	
	}

div.list_section li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 25px;
		background: url("../images/bullet.gif") no-repeat top left;
		}

.heading {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 15px 0px;
        font-size: 20px;
	color: #006090;
	font-weight:bold;
	font-family: 'Roboto', Arial, serif; font-weight: 700; 
}

.sub_heading {
	margin: 0px 0px 0px 0px;
        font-size: 17px;
	line-height:28px;
	font-family: 'Roboto', Arial, serif; font-weight: 400; 
}

.green {
	color:green;
        font-weight:bold;
}

.blue {
	color:#006090;
        font-weight:bold;
}

h1 {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 15px 0px;
        font-size: 20px;
	color: #47ae53;
	font-weight:bold;
	font-family: 'Roboto', Arial, serif; font-weight: 700; 
}

h2 {
        margin: 15px 0px 3px 0px;
	font-size: 16px;
	color:#fff;
	font-weight:bold;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
        font-size: 25px;
	color: #0d6fa0;
	font-weight:bold;
	font-family: 'Gochi Hand', Arial, serif; font-weight: 400; 
}

h5 {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 15px 0px;
        font-size: 18px;
	color: #fff;
	font-weight:bold;
	font-family: 'Roboto', Arial, serif; font-weight: 700;
        background-color:#47ae53;
	text-align:center;	
}

.label_blue {
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
        font-size: 16px;
	color: #fff;
	font-family: 'Roboto', Arial, serif; font-weight: 400;
        background-color:#006090;
	border-left:12px #0089cd solid;
	border-radius: 0px 5px 5px 0px;
}

.label_green {
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
        font-size: 16px;
	color: #fff;
	font-family: 'Roboto', Arial, serif; font-weight: 400;
        background-color:#0e9644;
	border-left:12px #06b04f solid;
	border-radius: 0px 5px 5px 0px;
}



.form_section {
background: #e4f5fc; /* Old browsers */
background: -moz-linear-gradient(45deg,  #e4f5fc 0%, #9fd8ef 51%, #2ab0ed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#e4f5fc), color-stop(51%,#9fd8ef), color-stop(100%,#2ab0ed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #e4f5fc 0%,#9fd8ef 51%,#2ab0ed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #e4f5fc 0%,#9fd8ef 51%,#2ab0ed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #e4f5fc 0%,#9fd8ef 51%,#2ab0ed 100%); /* IE10+ */
background: linear-gradient(45deg,  #e4f5fc 0%,#9fd8ef 51%,#2ab0ed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	Padding:10px 20px 20px 20px;
	color:#000;
	margin-top:0px;
}
.readmore  {
	float:left;
	
	
}
        .readmore a {
		color: #fff;
		font-size: 18px;
		font-weight:bold;
		display:block;
		background-color:#00772f;padding:8px 18px;
		border:solid 2px #00772f;
		font-family: 'Gochi Hand', Arial, serif; font-weight: 400; 
		border-radius:20px;
        }
	
	.readmore a:hover {
		text-decoration: none;
		display:block;
		background-color:#5cbf14;padding:8px 18px;
	        border:solid 2px #0e9543;
	        font-family: 'Gochi Hand', Arial, serif; font-weight: 400; }

.box_section {
	padding:5px 0px 20px 0px;
	margin:0px 0px 15px 0px;
	border-bottom: dashed 3px #eaeaea;
	min-height:50px;
	_height:50px

}

.box_section2 {
	margin:0px;
	padding:0px 0px 10px 0px;
	min-height:50px;
	_height:50px;
	border-bottom: solid 1px #eaecdf;
}

.section {
	padding:0px 0px 15px 0px;
	margin:0px 0px 20px 0px;
	border-bottom: solid 1px #f1f1f1;
	min-height:50px;
	_height:50px;
}

.tab a {
	float:right;
	margin:0px 0px 0px 0px;
	display:block;
	padding:8px 20px 10px 20px;
	background-color:#2b2a29;
	font-weight:bold;
	width:auto;
	color:#fff;
	font-size:12px;border-radius:20px;
}

.tab a:hover {	
	background-color:#5cbf14;	
}

 label {display:block; margin-bottom:3px; font-size:12px;}

 input, textarea, select {

	line-height:18px;
	color:#757575;
	padding:5px 3px;
	margin-bottom:10px;
	width:195px;
	}


	.submit_button {
		display:block;
		padding:15px 10px;
background: #299a0b; /* Old browsers */
background: -moz-linear-gradient(top,  #299a0b 0%, #299a0b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #299a0b 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #299a0b 0%,#299a0b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #299a0b 0%,#299a0b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #299a0b 0%,#299a0b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */


		color:#fff;
		margin-top:5px;
		text-align:center;
		border-radius:30px;
		font-size:16px;
		font-weight:bold;
		}


		
	.submit_button:hover {
		display:block;
		padding:15px 10px;		
		background: #9dd53a; /* Old browsers */
background: -moz-linear-gradient(top,  #9dd53a 0%, #78ba00 51%, #78ba00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(51%,#78ba00), color-stop(100%,#78ba00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9dd53a 0%,#78ba00 51%,#78ba00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9dd53a 0%,#78ba00 51%,#78ba00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9dd53a 0%,#78ba00 51%,#78ba00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9dd53a 0%,#78ba00 51%,#78ba00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#78ba00',GradientType=0 ); /* IE6-9 */
		
		color:#fff;
		margin-top:5px;
		text-align:center;
		}		



#basic-accordian{

	width:200px;
	position:absolute;
	
	left:50%;
	top:30%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
		
}

.accordion_headings{
	padding:5px;
	background:#E77817;
	color:#FFFFFF;
	margin:1px 0px;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
}

.accordion_headings:hover {
	background:#EB922C;
}

.accordion_child{
	
	padding:15px;
	background:#EEE;min-height:200px;
		_height:200px;
}

.header_highlight{
	background:#A41C2B;
}

#slides {
	width: 924px;
	height:272px;
	float: right;
	overflow: hidden;
	position: relative;
	background-color:#fff;
}

#slideapply {
	position: absolute;
	z-index:100;
	right:0px;
	top:290px;background: #f8f8f3 url(../images/apply.gif) no-repeat top left;
}
#slideNav {
	position: absolute;
	z-index:200;
	right:10px;
	top:240px;
}

#slideNav a {
	background: #2b2a29;
	padding: 6px;
	margin-right: 5px;
	text-decoration: none;
	color:#fff;
	font-size:0px;
	border-radius:10px;
}

#slideNav a.activeSlide {
	background: #47ae53;
	color: #fff;
}

table {
	border-collapse: collapse;
	border: 1px solid #fff;
	color:#757575;
	background:#fff;
	margin:10px 0px;
	width:auto;	
}

td, th {
	border: 1px solid #eee;
	padding: 3px 15px;
	color:#757575;
}


th {
	font-weight:bold;
	color:#fff;
	background-color:#006090;
}


tbody th, tbody td {

	text-align: center;
}

.text-right {text-align: right;}
/* start ---- footer */

#footer {
	clear: both;
	margin:0px;
	padding:15px 0px;
	font-size: 10px;
	height:30px;
        color: #fff;


}

#creadit {
	float:right;
	margin:0px 20px 0px 0px;color:#a1a1a1;font-size:11px;
}
	
div#footer_links {
	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:11px;
	color:#3B5998;
}
	
	#footer_links ul {
		list-style-type: none;
		margin: 5px 20px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#footer_links li {
		float: left;
		margin:0px;
		padding: 0px 8px;
		display:inline;
}

	#footer_links li a {
		color:#a1a1a1;
		
	}

	#footer_links li a:hover {
		color:#47ae53;
		
	}


/*end of footer */



