

body{

	background:url(../images/body-patern.jpg) repeat;

	color:#601802;

	}

	

h2{

	margin:0px;

	padding:0px;

	font-family: 'Playball', cursive;

	color:#701605;

	}

	

#header-bg{

	background:url(../images/header-bg.jpg) repeat;

	width:100%;

	height:120px;

	position:absolute;

	top:0px;

	left:0px;

	}

	

#gradient-line{

	position:absolute;

	top:118px;

	height:3px;

	width:100%;

	left:0px;

	background:#F2996C;

  	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#F2996C), to(#F9C582));

  	background: -webkit-radial-gradient(circle, #F2996C, #F9C582);

  	background: -moz-radial-gradient(circle, #F2996C, #F9C582);

  	background: -ms-radial-gradient(circle, #F2996C, #F9C582);

  }

	

	

#main{

    position:relative;

	top:0px;

	height:auto;

    margin-left:auto;

    margin-right:auto;

    width:960px;

    left:50%;

    margin-left:-480px;

}



#logo{

	width:400px;

	margin:0px auto;

	margin-top:0px;

	}



#content{

	top:140px;

	position:absolute;

	}

	

#content-box h2{

	margin:0px;

	padding:0px;

	color:#701605;

	font: 21px/25px 'UbuntuBold', Arial, sans-serif;

	}

	

#content-table{

	position:relative;

	}

	

#footer{

	text-align:center;

	width:800px;

	margin:0px auto;

	border-top:dashed 1px #932F03;

	padding-top:20px;

	margin-top:20px;

	font-family: 'Playball', cursive;

	color:#601802;

	}

	

#content-box{

	width:435px; 

	height:357px; 

	background:#F29826;

  	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#F29826), to(#C6661C));

  	background: -webkit-radial-gradient(circle, #F29826, #C6661C);

  	background: -moz-radial-gradient(circle, #F29826, #C6661C);

  	background: -ms-radial-gradient(circle, #F29826, #C6661C);

	padding:10px 20px;

	text-align:justify;

	color:#FFF;

	font: 14px/20px 'UbuntuRegular', Arial, sans-serif;

}



#contact-head h2{

	font: 21px/25px 'UbuntuBold', Arial, sans-serif;    margin-top: 15px;

	}

	

#goto-contact, #goto-home{

	cursor:pointer;

	}	

	

#btn_style{

	padding:5px 10px 5px 10px;

	border-radius:5px;

   	box-shadow:inset 3px 3px 2px #E9E9E9;

	background:#FFF;

	cursor: pointer;

	}

	

#formID label.error {

	width: 300px;

	height:100%;

	background:url(../images/box.png) no-repeat;

	position:absolute;

	height:35px;

	left:190px;

	z-index:5001;

	color: #fff;

	text-align:center;

	width: 100px;

	font-family: tahoma, verdana, "sans-serif";

	font-size: 12px

	

}

	

/*

	Slideshow

*/



#slides {

	position:absolute;

	top:2px;

	left:484px;

	z-index:100;

}







.slides_container {

	background:url(../images/slide-bg.jpg);
}







.slides_container div.slide {

	width:475px;

	height:377px;

	display:block;

}





/*

	Next/prev buttons

*/



#slides .next,#slides .prev {

	position:absolute;

	top:175px;

	left:0px;

	width:29px;

	height:36px;

	display:block;

	z-index:101;

}



#slides .next {

	left:446px;

}



/*

	Pagination

*/



.pagination {

	margin:26px auto 0;

	width:100px;

	display:none;

}

#procedures-pdf{
	color:#701605;
	font: 19px/22px 'UbuntuBold', Arial, sans-serif;
	margin:0px auto;
	text-align:center;
	width:800px;
	margin-top:20px;
	text-decoration:none;
	}
	
#procedures-pdf a{
	text-decoration:none;
	color:#601802;
}


.form-section{ margin-left:35px;}
/*.col-md-6{width:45% !important; display: inline-table;}*/
.form-section *, .form-section *:before,*:after{box-sizing:border-box}
.form-section .col-md-6 {max-width: 48%;}


.alert-success{margin-top: 15px !important;}