	html, body {
		margin:0;
		padding:0;
		height:100%;
	}
	/*Wrapper CSS*/
	#wrapper {
		min-height:100%;
		position:relative;
		padding:0;
		
		overflow:hidden;
	}

	/* Header CSS*/
	#header {
		background:#0F569A;
		padding: 25px 0px 25px 80px;
		color:white;
		margin-bottom:30px;
	}
	.head4{
	 margin-left: 50px !important;
		margin-top: 40px;
		font-family:initial;
		
	}
	.head-btn{
		margin-top: 20px;
		margin-left: 10px;
		height: 50px;
	}
	img.arrow{
		height:20px;
	}
	.pad-left{
	margin-left:80px;
	}
	.common-btn{
	background-color: #03A7CA;
       height: 30px;
	   color:white;
    width: 110px;
	font-size: 11px;
    border-radius: 4px;
    border-color: white;
	margin-top: 22px;
}

	/*Content CSS*/
	#content {
		padding-bottom:100px; /* Height of the footer element */
	}

	/*Footer CSS*/
	#footer {
		background:#0F569A;
		color:white;
		width:100%;
		height:50px;
		position:relative;
		bottom:0;
		left:0;
		overflow:hidden;
	}
